cdk-comprehend-s3olap 2.0.44 → 2.0.45
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-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +9 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/account-2021-02-01.min.json +101 -0
- package/node_modules/aws-sdk/apis/iotdeviceadvisor-2020-09-18.min.json +33 -12
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +50 -3
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +143 -119
- package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +2 -1
- package/node_modules/aws-sdk/clients/account.d.ts +104 -6
- package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/iotdeviceadvisor.d.ts +49 -0
- package/node_modules/aws-sdk/clients/medialive.d.ts +37 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +52 -2
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +6 -6
- package/node_modules/aws-sdk/dist/aws-sdk.js +146 -122
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +27 -27
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -775,7 +775,7 @@
|
|
775
775
|
"DBProxyName": {},
|
776
776
|
"EngineFamily": {},
|
777
777
|
"Auth": {
|
778
|
-
"shape": "
|
778
|
+
"shape": "S3w"
|
779
779
|
},
|
780
780
|
"RoleArn": {},
|
781
781
|
"VpcSubnetIds": {
|
@@ -803,7 +803,7 @@
|
|
803
803
|
"type": "structure",
|
804
804
|
"members": {
|
805
805
|
"DBProxy": {
|
806
|
-
"shape": "
|
806
|
+
"shape": "S41"
|
807
807
|
}
|
808
808
|
}
|
809
809
|
}
|
@@ -836,7 +836,7 @@
|
|
836
836
|
"type": "structure",
|
837
837
|
"members": {
|
838
838
|
"DBProxyEndpoint": {
|
839
|
-
"shape": "
|
839
|
+
"shape": "S4a"
|
840
840
|
}
|
841
841
|
}
|
842
842
|
}
|
@@ -903,7 +903,7 @@
|
|
903
903
|
"DBSubnetGroupName": {},
|
904
904
|
"DBSubnetGroupDescription": {},
|
905
905
|
"SubnetIds": {
|
906
|
-
"shape": "
|
906
|
+
"shape": "S4h"
|
907
907
|
},
|
908
908
|
"Tags": {
|
909
909
|
"shape": "Sb"
|
@@ -977,7 +977,7 @@
|
|
977
977
|
"type": "structure",
|
978
978
|
"members": {
|
979
979
|
"GlobalCluster": {
|
980
|
-
"shape": "
|
980
|
+
"shape": "S4n"
|
981
981
|
}
|
982
982
|
}
|
983
983
|
}
|
@@ -1138,7 +1138,7 @@
|
|
1138
1138
|
"type": "structure",
|
1139
1139
|
"members": {
|
1140
1140
|
"DBInstanceAutomatedBackup": {
|
1141
|
-
"shape": "
|
1141
|
+
"shape": "S56"
|
1142
1142
|
}
|
1143
1143
|
}
|
1144
1144
|
}
|
@@ -1169,7 +1169,7 @@
|
|
1169
1169
|
"type": "structure",
|
1170
1170
|
"members": {
|
1171
1171
|
"DBProxy": {
|
1172
|
-
"shape": "
|
1172
|
+
"shape": "S41"
|
1173
1173
|
}
|
1174
1174
|
}
|
1175
1175
|
}
|
@@ -1189,7 +1189,7 @@
|
|
1189
1189
|
"type": "structure",
|
1190
1190
|
"members": {
|
1191
1191
|
"DBProxyEndpoint": {
|
1192
|
-
"shape": "
|
1192
|
+
"shape": "S4a"
|
1193
1193
|
}
|
1194
1194
|
}
|
1195
1195
|
}
|
@@ -1271,7 +1271,7 @@
|
|
1271
1271
|
"type": "structure",
|
1272
1272
|
"members": {
|
1273
1273
|
"GlobalCluster": {
|
1274
|
-
"shape": "
|
1274
|
+
"shape": "S4n"
|
1275
1275
|
}
|
1276
1276
|
}
|
1277
1277
|
}
|
@@ -1345,7 +1345,7 @@
|
|
1345
1345
|
"members": {
|
1346
1346
|
"CertificateIdentifier": {},
|
1347
1347
|
"Filters": {
|
1348
|
-
"shape": "
|
1348
|
+
"shape": "S5u"
|
1349
1349
|
},
|
1350
1350
|
"MaxRecords": {
|
1351
1351
|
"type": "integer"
|
@@ -1360,7 +1360,7 @@
|
|
1360
1360
|
"Certificates": {
|
1361
1361
|
"type": "list",
|
1362
1362
|
"member": {
|
1363
|
-
"shape": "
|
1363
|
+
"shape": "S5z",
|
1364
1364
|
"locationName": "Certificate"
|
1365
1365
|
}
|
1366
1366
|
},
|
@@ -1378,7 +1378,7 @@
|
|
1378
1378
|
"DBClusterIdentifier": {},
|
1379
1379
|
"BacktrackIdentifier": {},
|
1380
1380
|
"Filters": {
|
1381
|
-
"shape": "
|
1381
|
+
"shape": "S5u"
|
1382
1382
|
},
|
1383
1383
|
"MaxRecords": {
|
1384
1384
|
"type": "integer"
|
@@ -1408,7 +1408,7 @@
|
|
1408
1408
|
"DBClusterIdentifier": {},
|
1409
1409
|
"DBClusterEndpointIdentifier": {},
|
1410
1410
|
"Filters": {
|
1411
|
-
"shape": "
|
1411
|
+
"shape": "S5u"
|
1412
1412
|
},
|
1413
1413
|
"MaxRecords": {
|
1414
1414
|
"type": "integer"
|
@@ -1437,7 +1437,7 @@
|
|
1437
1437
|
"members": {
|
1438
1438
|
"DBClusterParameterGroupName": {},
|
1439
1439
|
"Filters": {
|
1440
|
-
"shape": "
|
1440
|
+
"shape": "S5u"
|
1441
1441
|
},
|
1442
1442
|
"MaxRecords": {
|
1443
1443
|
"type": "integer"
|
@@ -1470,7 +1470,7 @@
|
|
1470
1470
|
"DBClusterParameterGroupName": {},
|
1471
1471
|
"Source": {},
|
1472
1472
|
"Filters": {
|
1473
|
-
"shape": "
|
1473
|
+
"shape": "S5u"
|
1474
1474
|
},
|
1475
1475
|
"MaxRecords": {
|
1476
1476
|
"type": "integer"
|
@@ -1483,7 +1483,7 @@
|
|
1483
1483
|
"type": "structure",
|
1484
1484
|
"members": {
|
1485
1485
|
"Parameters": {
|
1486
|
-
"shape": "
|
1486
|
+
"shape": "S6b"
|
1487
1487
|
},
|
1488
1488
|
"Marker": {}
|
1489
1489
|
}
|
@@ -1504,7 +1504,7 @@
|
|
1504
1504
|
"type": "structure",
|
1505
1505
|
"members": {
|
1506
1506
|
"DBClusterSnapshotAttributesResult": {
|
1507
|
-
"shape": "
|
1507
|
+
"shape": "S6g"
|
1508
1508
|
}
|
1509
1509
|
}
|
1510
1510
|
}
|
@@ -1517,7 +1517,7 @@
|
|
1517
1517
|
"DBClusterSnapshotIdentifier": {},
|
1518
1518
|
"SnapshotType": {},
|
1519
1519
|
"Filters": {
|
1520
|
-
"shape": "
|
1520
|
+
"shape": "S5u"
|
1521
1521
|
},
|
1522
1522
|
"MaxRecords": {
|
1523
1523
|
"type": "integer"
|
@@ -1552,7 +1552,7 @@
|
|
1552
1552
|
"members": {
|
1553
1553
|
"DBClusterIdentifier": {},
|
1554
1554
|
"Filters": {
|
1555
|
-
"shape": "
|
1555
|
+
"shape": "S5u"
|
1556
1556
|
},
|
1557
1557
|
"MaxRecords": {
|
1558
1558
|
"type": "integer"
|
@@ -1586,7 +1586,7 @@
|
|
1586
1586
|
"EngineVersion": {},
|
1587
1587
|
"DBParameterGroupFamily": {},
|
1588
1588
|
"Filters": {
|
1589
|
-
"shape": "
|
1589
|
+
"shape": "S5u"
|
1590
1590
|
},
|
1591
1591
|
"MaxRecords": {
|
1592
1592
|
"type": "integer"
|
@@ -1628,7 +1628,7 @@
|
|
1628
1628
|
"DbiResourceId": {},
|
1629
1629
|
"DBInstanceIdentifier": {},
|
1630
1630
|
"Filters": {
|
1631
|
-
"shape": "
|
1631
|
+
"shape": "S5u"
|
1632
1632
|
},
|
1633
1633
|
"MaxRecords": {
|
1634
1634
|
"type": "integer"
|
@@ -1645,7 +1645,7 @@
|
|
1645
1645
|
"DBInstanceAutomatedBackups": {
|
1646
1646
|
"type": "list",
|
1647
1647
|
"member": {
|
1648
|
-
"shape": "
|
1648
|
+
"shape": "S56",
|
1649
1649
|
"locationName": "DBInstanceAutomatedBackup"
|
1650
1650
|
}
|
1651
1651
|
}
|
@@ -1658,7 +1658,7 @@
|
|
1658
1658
|
"members": {
|
1659
1659
|
"DBInstanceIdentifier": {},
|
1660
1660
|
"Filters": {
|
1661
|
-
"shape": "
|
1661
|
+
"shape": "S5u"
|
1662
1662
|
},
|
1663
1663
|
"MaxRecords": {
|
1664
1664
|
"type": "integer"
|
@@ -1697,7 +1697,7 @@
|
|
1697
1697
|
"type": "long"
|
1698
1698
|
},
|
1699
1699
|
"Filters": {
|
1700
|
-
"shape": "
|
1700
|
+
"shape": "S5u"
|
1701
1701
|
},
|
1702
1702
|
"MaxRecords": {
|
1703
1703
|
"type": "integer"
|
@@ -1735,7 +1735,7 @@
|
|
1735
1735
|
"members": {
|
1736
1736
|
"DBParameterGroupName": {},
|
1737
1737
|
"Filters": {
|
1738
|
-
"shape": "
|
1738
|
+
"shape": "S5u"
|
1739
1739
|
},
|
1740
1740
|
"MaxRecords": {
|
1741
1741
|
"type": "integer"
|
@@ -1768,7 +1768,7 @@
|
|
1768
1768
|
"DBParameterGroupName": {},
|
1769
1769
|
"Source": {},
|
1770
1770
|
"Filters": {
|
1771
|
-
"shape": "
|
1771
|
+
"shape": "S5u"
|
1772
1772
|
},
|
1773
1773
|
"MaxRecords": {
|
1774
1774
|
"type": "integer"
|
@@ -1781,7 +1781,7 @@
|
|
1781
1781
|
"type": "structure",
|
1782
1782
|
"members": {
|
1783
1783
|
"Parameters": {
|
1784
|
-
"shape": "
|
1784
|
+
"shape": "S6b"
|
1785
1785
|
},
|
1786
1786
|
"Marker": {}
|
1787
1787
|
}
|
@@ -1793,7 +1793,7 @@
|
|
1793
1793
|
"members": {
|
1794
1794
|
"DBProxyName": {},
|
1795
1795
|
"Filters": {
|
1796
|
-
"shape": "
|
1796
|
+
"shape": "S5u"
|
1797
1797
|
},
|
1798
1798
|
"Marker": {},
|
1799
1799
|
"MaxRecords": {
|
@@ -1808,7 +1808,7 @@
|
|
1808
1808
|
"DBProxies": {
|
1809
1809
|
"type": "list",
|
1810
1810
|
"member": {
|
1811
|
-
"shape": "
|
1811
|
+
"shape": "S41"
|
1812
1812
|
}
|
1813
1813
|
},
|
1814
1814
|
"Marker": {}
|
@@ -1822,7 +1822,7 @@
|
|
1822
1822
|
"DBProxyName": {},
|
1823
1823
|
"DBProxyEndpointName": {},
|
1824
1824
|
"Filters": {
|
1825
|
-
"shape": "
|
1825
|
+
"shape": "S5u"
|
1826
1826
|
},
|
1827
1827
|
"Marker": {},
|
1828
1828
|
"MaxRecords": {
|
@@ -1837,7 +1837,7 @@
|
|
1837
1837
|
"DBProxyEndpoints": {
|
1838
1838
|
"type": "list",
|
1839
1839
|
"member": {
|
1840
|
-
"shape": "
|
1840
|
+
"shape": "S4a"
|
1841
1841
|
}
|
1842
1842
|
},
|
1843
1843
|
"Marker": {}
|
@@ -1854,7 +1854,7 @@
|
|
1854
1854
|
"DBProxyName": {},
|
1855
1855
|
"TargetGroupName": {},
|
1856
1856
|
"Filters": {
|
1857
|
-
"shape": "
|
1857
|
+
"shape": "S5u"
|
1858
1858
|
},
|
1859
1859
|
"Marker": {},
|
1860
1860
|
"MaxRecords": {
|
@@ -1869,7 +1869,7 @@
|
|
1869
1869
|
"TargetGroups": {
|
1870
1870
|
"type": "list",
|
1871
1871
|
"member": {
|
1872
|
-
"shape": "
|
1872
|
+
"shape": "S7i"
|
1873
1873
|
}
|
1874
1874
|
},
|
1875
1875
|
"Marker": {}
|
@@ -1886,7 +1886,7 @@
|
|
1886
1886
|
"DBProxyName": {},
|
1887
1887
|
"TargetGroupName": {},
|
1888
1888
|
"Filters": {
|
1889
|
-
"shape": "
|
1889
|
+
"shape": "S5u"
|
1890
1890
|
},
|
1891
1891
|
"Marker": {},
|
1892
1892
|
"MaxRecords": {
|
@@ -1899,7 +1899,7 @@
|
|
1899
1899
|
"type": "structure",
|
1900
1900
|
"members": {
|
1901
1901
|
"Targets": {
|
1902
|
-
"shape": "
|
1902
|
+
"shape": "S7m"
|
1903
1903
|
},
|
1904
1904
|
"Marker": {}
|
1905
1905
|
}
|
@@ -1911,7 +1911,7 @@
|
|
1911
1911
|
"members": {
|
1912
1912
|
"DBSecurityGroupName": {},
|
1913
1913
|
"Filters": {
|
1914
|
-
"shape": "
|
1914
|
+
"shape": "S5u"
|
1915
1915
|
},
|
1916
1916
|
"MaxRecords": {
|
1917
1917
|
"type": "integer"
|
@@ -1949,7 +1949,7 @@
|
|
1949
1949
|
"type": "structure",
|
1950
1950
|
"members": {
|
1951
1951
|
"DBSnapshotAttributesResult": {
|
1952
|
-
"shape": "
|
1952
|
+
"shape": "S7y"
|
1953
1953
|
}
|
1954
1954
|
}
|
1955
1955
|
}
|
@@ -1962,7 +1962,7 @@
|
|
1962
1962
|
"DBSnapshotIdentifier": {},
|
1963
1963
|
"SnapshotType": {},
|
1964
1964
|
"Filters": {
|
1965
|
-
"shape": "
|
1965
|
+
"shape": "S5u"
|
1966
1966
|
},
|
1967
1967
|
"MaxRecords": {
|
1968
1968
|
"type": "integer"
|
@@ -1998,7 +1998,7 @@
|
|
1998
1998
|
"members": {
|
1999
1999
|
"DBSubnetGroupName": {},
|
2000
2000
|
"Filters": {
|
2001
|
-
"shape": "
|
2001
|
+
"shape": "S5u"
|
2002
2002
|
},
|
2003
2003
|
"MaxRecords": {
|
2004
2004
|
"type": "integer"
|
@@ -2030,7 +2030,7 @@
|
|
2030
2030
|
"members": {
|
2031
2031
|
"DBParameterGroupFamily": {},
|
2032
2032
|
"Filters": {
|
2033
|
-
"shape": "
|
2033
|
+
"shape": "S5u"
|
2034
2034
|
},
|
2035
2035
|
"MaxRecords": {
|
2036
2036
|
"type": "integer"
|
@@ -2043,7 +2043,7 @@
|
|
2043
2043
|
"type": "structure",
|
2044
2044
|
"members": {
|
2045
2045
|
"EngineDefaults": {
|
2046
|
-
"shape": "
|
2046
|
+
"shape": "S89"
|
2047
2047
|
}
|
2048
2048
|
}
|
2049
2049
|
}
|
@@ -2057,7 +2057,7 @@
|
|
2057
2057
|
"members": {
|
2058
2058
|
"DBParameterGroupFamily": {},
|
2059
2059
|
"Filters": {
|
2060
|
-
"shape": "
|
2060
|
+
"shape": "S5u"
|
2061
2061
|
},
|
2062
2062
|
"MaxRecords": {
|
2063
2063
|
"type": "integer"
|
@@ -2070,7 +2070,7 @@
|
|
2070
2070
|
"type": "structure",
|
2071
2071
|
"members": {
|
2072
2072
|
"EngineDefaults": {
|
2073
|
-
"shape": "
|
2073
|
+
"shape": "S89"
|
2074
2074
|
}
|
2075
2075
|
}
|
2076
2076
|
}
|
@@ -2081,7 +2081,7 @@
|
|
2081
2081
|
"members": {
|
2082
2082
|
"SourceType": {},
|
2083
2083
|
"Filters": {
|
2084
|
-
"shape": "
|
2084
|
+
"shape": "S5u"
|
2085
2085
|
}
|
2086
2086
|
}
|
2087
2087
|
},
|
@@ -2112,7 +2112,7 @@
|
|
2112
2112
|
"members": {
|
2113
2113
|
"SubscriptionName": {},
|
2114
2114
|
"Filters": {
|
2115
|
-
"shape": "
|
2115
|
+
"shape": "S5u"
|
2116
2116
|
},
|
2117
2117
|
"MaxRecords": {
|
2118
2118
|
"type": "integer"
|
@@ -2154,7 +2154,7 @@
|
|
2154
2154
|
"shape": "S8"
|
2155
2155
|
},
|
2156
2156
|
"Filters": {
|
2157
|
-
"shape": "
|
2157
|
+
"shape": "S5u"
|
2158
2158
|
},
|
2159
2159
|
"MaxRecords": {
|
2160
2160
|
"type": "integer"
|
@@ -2196,7 +2196,7 @@
|
|
2196
2196
|
"ExportTaskIdentifier": {},
|
2197
2197
|
"SourceArn": {},
|
2198
2198
|
"Filters": {
|
2199
|
-
"shape": "
|
2199
|
+
"shape": "S5u"
|
2200
2200
|
},
|
2201
2201
|
"Marker": {},
|
2202
2202
|
"MaxRecords": {
|
@@ -2225,7 +2225,7 @@
|
|
2225
2225
|
"members": {
|
2226
2226
|
"GlobalClusterIdentifier": {},
|
2227
2227
|
"Filters": {
|
2228
|
-
"shape": "
|
2228
|
+
"shape": "S5u"
|
2229
2229
|
},
|
2230
2230
|
"MaxRecords": {
|
2231
2231
|
"type": "integer"
|
@@ -2241,7 +2241,7 @@
|
|
2241
2241
|
"GlobalClusters": {
|
2242
2242
|
"type": "list",
|
2243
2243
|
"member": {
|
2244
|
-
"shape": "
|
2244
|
+
"shape": "S4n",
|
2245
2245
|
"locationName": "GlobalClusterMember"
|
2246
2246
|
}
|
2247
2247
|
}
|
@@ -2258,7 +2258,7 @@
|
|
2258
2258
|
"EngineName": {},
|
2259
2259
|
"MajorEngineVersion": {},
|
2260
2260
|
"Filters": {
|
2261
|
-
"shape": "
|
2261
|
+
"shape": "S5u"
|
2262
2262
|
},
|
2263
2263
|
"MaxRecords": {
|
2264
2264
|
"type": "integer"
|
@@ -2371,7 +2371,7 @@
|
|
2371
2371
|
"members": {
|
2372
2372
|
"OptionGroupName": {},
|
2373
2373
|
"Filters": {
|
2374
|
-
"shape": "
|
2374
|
+
"shape": "S5u"
|
2375
2375
|
},
|
2376
2376
|
"Marker": {},
|
2377
2377
|
"MaxRecords": {
|
@@ -2412,7 +2412,7 @@
|
|
2412
2412
|
"type": "boolean"
|
2413
2413
|
},
|
2414
2414
|
"Filters": {
|
2415
|
-
"shape": "
|
2415
|
+
"shape": "S5u"
|
2416
2416
|
},
|
2417
2417
|
"MaxRecords": {
|
2418
2418
|
"type": "integer"
|
@@ -2486,7 +2486,7 @@
|
|
2486
2486
|
"type": "double"
|
2487
2487
|
},
|
2488
2488
|
"AvailableProcessorFeatures": {
|
2489
|
-
"shape": "
|
2489
|
+
"shape": "S9e"
|
2490
2490
|
},
|
2491
2491
|
"SupportedEngineModes": {
|
2492
2492
|
"shape": "S21"
|
@@ -2527,7 +2527,7 @@
|
|
2527
2527
|
"members": {
|
2528
2528
|
"ResourceIdentifier": {},
|
2529
2529
|
"Filters": {
|
2530
|
-
"shape": "
|
2530
|
+
"shape": "S5u"
|
2531
2531
|
},
|
2532
2532
|
"Marker": {},
|
2533
2533
|
"MaxRecords": {
|
@@ -2565,7 +2565,7 @@
|
|
2565
2565
|
},
|
2566
2566
|
"LeaseId": {},
|
2567
2567
|
"Filters": {
|
2568
|
-
"shape": "
|
2568
|
+
"shape": "S5u"
|
2569
2569
|
},
|
2570
2570
|
"MaxRecords": {
|
2571
2571
|
"type": "integer"
|
@@ -2581,7 +2581,7 @@
|
|
2581
2581
|
"ReservedDBInstances": {
|
2582
2582
|
"type": "list",
|
2583
2583
|
"member": {
|
2584
|
-
"shape": "
|
2584
|
+
"shape": "S9n",
|
2585
2585
|
"locationName": "ReservedDBInstance"
|
2586
2586
|
}
|
2587
2587
|
}
|
@@ -2601,7 +2601,7 @@
|
|
2601
2601
|
"type": "boolean"
|
2602
2602
|
},
|
2603
2603
|
"Filters": {
|
2604
|
-
"shape": "
|
2604
|
+
"shape": "S5u"
|
2605
2605
|
},
|
2606
2606
|
"MaxRecords": {
|
2607
2607
|
"type": "integer"
|
@@ -2638,7 +2638,7 @@
|
|
2638
2638
|
"type": "boolean"
|
2639
2639
|
},
|
2640
2640
|
"RecurringCharges": {
|
2641
|
-
"shape": "
|
2641
|
+
"shape": "S9p"
|
2642
2642
|
}
|
2643
2643
|
},
|
2644
2644
|
"wrapper": true
|
@@ -2657,7 +2657,7 @@
|
|
2657
2657
|
},
|
2658
2658
|
"Marker": {},
|
2659
2659
|
"Filters": {
|
2660
|
-
"shape": "
|
2660
|
+
"shape": "S5u"
|
2661
2661
|
}
|
2662
2662
|
}
|
2663
2663
|
},
|
@@ -2709,10 +2709,10 @@
|
|
2709
2709
|
"members": {
|
2710
2710
|
"StorageType": {},
|
2711
2711
|
"StorageSize": {
|
2712
|
-
"shape": "
|
2712
|
+
"shape": "Sa4"
|
2713
2713
|
},
|
2714
2714
|
"ProvisionedIops": {
|
2715
|
-
"shape": "
|
2715
|
+
"shape": "Sa4"
|
2716
2716
|
},
|
2717
2717
|
"IopsToStorageRatio": {
|
2718
2718
|
"type": "list",
|
@@ -2736,7 +2736,7 @@
|
|
2736
2736
|
}
|
2737
2737
|
},
|
2738
2738
|
"ValidProcessorFeatures": {
|
2739
|
-
"shape": "
|
2739
|
+
"shape": "S9e"
|
2740
2740
|
}
|
2741
2741
|
},
|
2742
2742
|
"wrapper": true
|
@@ -2810,7 +2810,7 @@
|
|
2810
2810
|
"type": "structure",
|
2811
2811
|
"members": {
|
2812
2812
|
"GlobalCluster": {
|
2813
|
-
"shape": "
|
2813
|
+
"shape": "S4n"
|
2814
2814
|
}
|
2815
2815
|
}
|
2816
2816
|
}
|
@@ -2824,7 +2824,7 @@
|
|
2824
2824
|
"members": {
|
2825
2825
|
"ResourceName": {},
|
2826
2826
|
"Filters": {
|
2827
|
-
"shape": "
|
2827
|
+
"shape": "S5u"
|
2828
2828
|
}
|
2829
2829
|
}
|
2830
2830
|
},
|
@@ -2838,6 +2838,29 @@
|
|
2838
2838
|
}
|
2839
2839
|
}
|
2840
2840
|
},
|
2841
|
+
"ModifyActivityStream": {
|
2842
|
+
"input": {
|
2843
|
+
"type": "structure",
|
2844
|
+
"members": {
|
2845
|
+
"ResourceArn": {},
|
2846
|
+
"AuditPolicyState": {}
|
2847
|
+
}
|
2848
|
+
},
|
2849
|
+
"output": {
|
2850
|
+
"resultWrapper": "ModifyActivityStreamResult",
|
2851
|
+
"type": "structure",
|
2852
|
+
"members": {
|
2853
|
+
"KmsKeyId": {},
|
2854
|
+
"KinesisStreamName": {},
|
2855
|
+
"Status": {},
|
2856
|
+
"Mode": {},
|
2857
|
+
"EngineNativeAuditFieldsIncluded": {
|
2858
|
+
"type": "boolean"
|
2859
|
+
},
|
2860
|
+
"PolicyStatus": {}
|
2861
|
+
}
|
2862
|
+
}
|
2863
|
+
},
|
2841
2864
|
"ModifyCertificates": {
|
2842
2865
|
"input": {
|
2843
2866
|
"type": "structure",
|
@@ -2853,7 +2876,7 @@
|
|
2853
2876
|
"type": "structure",
|
2854
2877
|
"members": {
|
2855
2878
|
"Certificate": {
|
2856
|
-
"shape": "
|
2879
|
+
"shape": "S5z"
|
2857
2880
|
}
|
2858
2881
|
}
|
2859
2882
|
}
|
@@ -2945,7 +2968,7 @@
|
|
2945
2968
|
"type": "long"
|
2946
2969
|
},
|
2947
2970
|
"CloudwatchLogsExportConfiguration": {
|
2948
|
-
"shape": "
|
2971
|
+
"shape": "Sas"
|
2949
2972
|
},
|
2950
2973
|
"EngineVersion": {},
|
2951
2974
|
"AllowMajorVersionUpgrade": {
|
@@ -3038,12 +3061,12 @@
|
|
3038
3061
|
"members": {
|
3039
3062
|
"DBClusterParameterGroupName": {},
|
3040
3063
|
"Parameters": {
|
3041
|
-
"shape": "
|
3064
|
+
"shape": "S6b"
|
3042
3065
|
}
|
3043
3066
|
}
|
3044
3067
|
},
|
3045
3068
|
"output": {
|
3046
|
-
"shape": "
|
3069
|
+
"shape": "Saw",
|
3047
3070
|
"resultWrapper": "ModifyDBClusterParameterGroupResult"
|
3048
3071
|
}
|
3049
3072
|
},
|
@@ -3058,10 +3081,10 @@
|
|
3058
3081
|
"DBClusterSnapshotIdentifier": {},
|
3059
3082
|
"AttributeName": {},
|
3060
3083
|
"ValuesToAdd": {
|
3061
|
-
"shape": "
|
3084
|
+
"shape": "S6j"
|
3062
3085
|
},
|
3063
3086
|
"ValuesToRemove": {
|
3064
|
-
"shape": "
|
3087
|
+
"shape": "S6j"
|
3065
3088
|
}
|
3066
3089
|
}
|
3067
3090
|
},
|
@@ -3070,7 +3093,7 @@
|
|
3070
3093
|
"type": "structure",
|
3071
3094
|
"members": {
|
3072
3095
|
"DBClusterSnapshotAttributesResult": {
|
3073
|
-
"shape": "
|
3096
|
+
"shape": "S6g"
|
3074
3097
|
}
|
3075
3098
|
}
|
3076
3099
|
}
|
@@ -3153,7 +3176,7 @@
|
|
3153
3176
|
"type": "integer"
|
3154
3177
|
},
|
3155
3178
|
"CloudwatchLogsExportConfiguration": {
|
3156
|
-
"shape": "
|
3179
|
+
"shape": "Sas"
|
3157
3180
|
},
|
3158
3181
|
"ProcessorFeatures": {
|
3159
3182
|
"shape": "S1b"
|
@@ -3202,12 +3225,12 @@
|
|
3202
3225
|
"members": {
|
3203
3226
|
"DBParameterGroupName": {},
|
3204
3227
|
"Parameters": {
|
3205
|
-
"shape": "
|
3228
|
+
"shape": "S6b"
|
3206
3229
|
}
|
3207
3230
|
}
|
3208
3231
|
},
|
3209
3232
|
"output": {
|
3210
|
-
"shape": "
|
3233
|
+
"shape": "Sb3",
|
3211
3234
|
"resultWrapper": "ModifyDBParameterGroupResult"
|
3212
3235
|
}
|
3213
3236
|
},
|
@@ -3221,7 +3244,7 @@
|
|
3221
3244
|
"DBProxyName": {},
|
3222
3245
|
"NewDBProxyName": {},
|
3223
3246
|
"Auth": {
|
3224
|
-
"shape": "
|
3247
|
+
"shape": "S3w"
|
3225
3248
|
},
|
3226
3249
|
"RequireTLS": {
|
3227
3250
|
"type": "boolean"
|
@@ -3243,7 +3266,7 @@
|
|
3243
3266
|
"type": "structure",
|
3244
3267
|
"members": {
|
3245
3268
|
"DBProxy": {
|
3246
|
-
"shape": "
|
3269
|
+
"shape": "S41"
|
3247
3270
|
}
|
3248
3271
|
}
|
3249
3272
|
}
|
@@ -3267,7 +3290,7 @@
|
|
3267
3290
|
"type": "structure",
|
3268
3291
|
"members": {
|
3269
3292
|
"DBProxyEndpoint": {
|
3270
|
-
"shape": "
|
3293
|
+
"shape": "S4a"
|
3271
3294
|
}
|
3272
3295
|
}
|
3273
3296
|
}
|
@@ -3308,7 +3331,7 @@
|
|
3308
3331
|
"type": "structure",
|
3309
3332
|
"members": {
|
3310
3333
|
"DBProxyTargetGroup": {
|
3311
|
-
"shape": "
|
3334
|
+
"shape": "S7i"
|
3312
3335
|
}
|
3313
3336
|
}
|
3314
3337
|
}
|
@@ -3346,10 +3369,10 @@
|
|
3346
3369
|
"DBSnapshotIdentifier": {},
|
3347
3370
|
"AttributeName": {},
|
3348
3371
|
"ValuesToAdd": {
|
3349
|
-
"shape": "
|
3372
|
+
"shape": "S6j"
|
3350
3373
|
},
|
3351
3374
|
"ValuesToRemove": {
|
3352
|
-
"shape": "
|
3375
|
+
"shape": "S6j"
|
3353
3376
|
}
|
3354
3377
|
}
|
3355
3378
|
},
|
@@ -3358,7 +3381,7 @@
|
|
3358
3381
|
"type": "structure",
|
3359
3382
|
"members": {
|
3360
3383
|
"DBSnapshotAttributesResult": {
|
3361
|
-
"shape": "
|
3384
|
+
"shape": "S7y"
|
3362
3385
|
}
|
3363
3386
|
}
|
3364
3387
|
}
|
@@ -3374,7 +3397,7 @@
|
|
3374
3397
|
"DBSubnetGroupName": {},
|
3375
3398
|
"DBSubnetGroupDescription": {},
|
3376
3399
|
"SubnetIds": {
|
3377
|
-
"shape": "
|
3400
|
+
"shape": "S4h"
|
3378
3401
|
}
|
3379
3402
|
}
|
3380
3403
|
},
|
@@ -3436,7 +3459,7 @@
|
|
3436
3459
|
"type": "structure",
|
3437
3460
|
"members": {
|
3438
3461
|
"GlobalCluster": {
|
3439
|
-
"shape": "
|
3462
|
+
"shape": "S4n"
|
3440
3463
|
}
|
3441
3464
|
}
|
3442
3465
|
}
|
@@ -3564,7 +3587,7 @@
|
|
3564
3587
|
"type": "structure",
|
3565
3588
|
"members": {
|
3566
3589
|
"ReservedDBInstance": {
|
3567
|
-
"shape": "
|
3590
|
+
"shape": "S9n"
|
3568
3591
|
}
|
3569
3592
|
}
|
3570
3593
|
}
|
@@ -3634,7 +3657,7 @@
|
|
3634
3657
|
"type": "structure",
|
3635
3658
|
"members": {
|
3636
3659
|
"DBProxyTargets": {
|
3637
|
-
"shape": "
|
3660
|
+
"shape": "S7m"
|
3638
3661
|
}
|
3639
3662
|
}
|
3640
3663
|
}
|
@@ -3652,7 +3675,7 @@
|
|
3652
3675
|
"type": "structure",
|
3653
3676
|
"members": {
|
3654
3677
|
"GlobalCluster": {
|
3655
|
-
"shape": "
|
3678
|
+
"shape": "S4n"
|
3656
3679
|
}
|
3657
3680
|
}
|
3658
3681
|
}
|
@@ -3736,12 +3759,12 @@
|
|
3736
3759
|
"type": "boolean"
|
3737
3760
|
},
|
3738
3761
|
"Parameters": {
|
3739
|
-
"shape": "
|
3762
|
+
"shape": "S6b"
|
3740
3763
|
}
|
3741
3764
|
}
|
3742
3765
|
},
|
3743
3766
|
"output": {
|
3744
|
-
"shape": "
|
3767
|
+
"shape": "Saw",
|
3745
3768
|
"resultWrapper": "ResetDBClusterParameterGroupResult"
|
3746
3769
|
}
|
3747
3770
|
},
|
@@ -3757,12 +3780,12 @@
|
|
3757
3780
|
"type": "boolean"
|
3758
3781
|
},
|
3759
3782
|
"Parameters": {
|
3760
|
-
"shape": "
|
3783
|
+
"shape": "S6b"
|
3761
3784
|
}
|
3762
3785
|
}
|
3763
3786
|
},
|
3764
3787
|
"output": {
|
3765
|
-
"shape": "
|
3788
|
+
"shape": "Sb3",
|
3766
3789
|
"resultWrapper": "ResetDBParameterGroupResult"
|
3767
3790
|
}
|
3768
3791
|
},
|
@@ -4399,7 +4422,7 @@
|
|
4399
4422
|
"type": "structure",
|
4400
4423
|
"members": {
|
4401
4424
|
"DBInstanceAutomatedBackup": {
|
4402
|
-
"shape": "
|
4425
|
+
"shape": "S56"
|
4403
4426
|
}
|
4404
4427
|
}
|
4405
4428
|
}
|
@@ -4510,7 +4533,7 @@
|
|
4510
4533
|
"type": "structure",
|
4511
4534
|
"members": {
|
4512
4535
|
"DBInstanceAutomatedBackup": {
|
4513
|
-
"shape": "
|
4536
|
+
"shape": "S56"
|
4514
4537
|
}
|
4515
4538
|
}
|
4516
4539
|
}
|
@@ -5572,7 +5595,8 @@
|
|
5572
5595
|
},
|
5573
5596
|
"CustomIamInstanceProfile": {},
|
5574
5597
|
"BackupTarget": {},
|
5575
|
-
"NetworkType": {}
|
5598
|
+
"NetworkType": {},
|
5599
|
+
"ActivityStreamPolicyStatus": {}
|
5576
5600
|
},
|
5577
5601
|
"wrapper": true
|
5578
5602
|
},
|
@@ -5637,7 +5661,7 @@
|
|
5637
5661
|
}
|
5638
5662
|
}
|
5639
5663
|
},
|
5640
|
-
"
|
5664
|
+
"S3w": {
|
5641
5665
|
"type": "list",
|
5642
5666
|
"member": {
|
5643
5667
|
"type": "structure",
|
@@ -5650,7 +5674,7 @@
|
|
5650
5674
|
}
|
5651
5675
|
}
|
5652
5676
|
},
|
5653
|
-
"
|
5677
|
+
"S41": {
|
5654
5678
|
"type": "structure",
|
5655
5679
|
"members": {
|
5656
5680
|
"DBProxyName": {},
|
@@ -5696,7 +5720,7 @@
|
|
5696
5720
|
}
|
5697
5721
|
}
|
5698
5722
|
},
|
5699
|
-
"
|
5723
|
+
"S4a": {
|
5700
5724
|
"type": "structure",
|
5701
5725
|
"members": {
|
5702
5726
|
"DBProxyEndpointName": {},
|
@@ -5720,13 +5744,13 @@
|
|
5720
5744
|
}
|
5721
5745
|
}
|
5722
5746
|
},
|
5723
|
-
"
|
5747
|
+
"S4h": {
|
5724
5748
|
"type": "list",
|
5725
5749
|
"member": {
|
5726
5750
|
"locationName": "SubnetIdentifier"
|
5727
5751
|
}
|
5728
5752
|
},
|
5729
|
-
"
|
5753
|
+
"S4n": {
|
5730
5754
|
"type": "structure",
|
5731
5755
|
"members": {
|
5732
5756
|
"GlobalClusterIdentifier": {},
|
@@ -5773,7 +5797,7 @@
|
|
5773
5797
|
},
|
5774
5798
|
"wrapper": true
|
5775
5799
|
},
|
5776
|
-
"
|
5800
|
+
"S56": {
|
5777
5801
|
"type": "structure",
|
5778
5802
|
"members": {
|
5779
5803
|
"DBInstanceArn": {},
|
@@ -5832,7 +5856,7 @@
|
|
5832
5856
|
},
|
5833
5857
|
"wrapper": true
|
5834
5858
|
},
|
5835
|
-
"
|
5859
|
+
"S5u": {
|
5836
5860
|
"type": "list",
|
5837
5861
|
"member": {
|
5838
5862
|
"locationName": "Filter",
|
@@ -5852,7 +5876,7 @@
|
|
5852
5876
|
}
|
5853
5877
|
}
|
5854
5878
|
},
|
5855
|
-
"
|
5879
|
+
"S5z": {
|
5856
5880
|
"type": "structure",
|
5857
5881
|
"members": {
|
5858
5882
|
"CertificateIdentifier": {},
|
@@ -5874,7 +5898,7 @@
|
|
5874
5898
|
},
|
5875
5899
|
"wrapper": true
|
5876
5900
|
},
|
5877
|
-
"
|
5901
|
+
"S6b": {
|
5878
5902
|
"type": "list",
|
5879
5903
|
"member": {
|
5880
5904
|
"locationName": "Parameter",
|
@@ -5898,7 +5922,7 @@
|
|
5898
5922
|
}
|
5899
5923
|
}
|
5900
5924
|
},
|
5901
|
-
"
|
5925
|
+
"S6g": {
|
5902
5926
|
"type": "structure",
|
5903
5927
|
"members": {
|
5904
5928
|
"DBClusterSnapshotIdentifier": {},
|
@@ -5910,7 +5934,7 @@
|
|
5910
5934
|
"members": {
|
5911
5935
|
"AttributeName": {},
|
5912
5936
|
"AttributeValues": {
|
5913
|
-
"shape": "
|
5937
|
+
"shape": "S6j"
|
5914
5938
|
}
|
5915
5939
|
}
|
5916
5940
|
}
|
@@ -5918,13 +5942,13 @@
|
|
5918
5942
|
},
|
5919
5943
|
"wrapper": true
|
5920
5944
|
},
|
5921
|
-
"
|
5945
|
+
"S6j": {
|
5922
5946
|
"type": "list",
|
5923
5947
|
"member": {
|
5924
5948
|
"locationName": "AttributeValue"
|
5925
5949
|
}
|
5926
5950
|
},
|
5927
|
-
"
|
5951
|
+
"S7i": {
|
5928
5952
|
"type": "structure",
|
5929
5953
|
"members": {
|
5930
5954
|
"DBProxyName": {},
|
@@ -5960,7 +5984,7 @@
|
|
5960
5984
|
}
|
5961
5985
|
}
|
5962
5986
|
},
|
5963
|
-
"
|
5987
|
+
"S7m": {
|
5964
5988
|
"type": "list",
|
5965
5989
|
"member": {
|
5966
5990
|
"type": "structure",
|
@@ -5985,7 +6009,7 @@
|
|
5985
6009
|
}
|
5986
6010
|
}
|
5987
6011
|
},
|
5988
|
-
"
|
6012
|
+
"S7y": {
|
5989
6013
|
"type": "structure",
|
5990
6014
|
"members": {
|
5991
6015
|
"DBSnapshotIdentifier": {},
|
@@ -5997,7 +6021,7 @@
|
|
5997
6021
|
"members": {
|
5998
6022
|
"AttributeName": {},
|
5999
6023
|
"AttributeValues": {
|
6000
|
-
"shape": "
|
6024
|
+
"shape": "S6j"
|
6001
6025
|
}
|
6002
6026
|
},
|
6003
6027
|
"wrapper": true
|
@@ -6006,18 +6030,18 @@
|
|
6006
6030
|
},
|
6007
6031
|
"wrapper": true
|
6008
6032
|
},
|
6009
|
-
"
|
6033
|
+
"S89": {
|
6010
6034
|
"type": "structure",
|
6011
6035
|
"members": {
|
6012
6036
|
"DBParameterGroupFamily": {},
|
6013
6037
|
"Marker": {},
|
6014
6038
|
"Parameters": {
|
6015
|
-
"shape": "
|
6039
|
+
"shape": "S6b"
|
6016
6040
|
}
|
6017
6041
|
},
|
6018
6042
|
"wrapper": true
|
6019
6043
|
},
|
6020
|
-
"
|
6044
|
+
"S9e": {
|
6021
6045
|
"type": "list",
|
6022
6046
|
"member": {
|
6023
6047
|
"locationName": "AvailableProcessorFeature",
|
@@ -6029,7 +6053,7 @@
|
|
6029
6053
|
}
|
6030
6054
|
}
|
6031
6055
|
},
|
6032
|
-
"
|
6056
|
+
"S9n": {
|
6033
6057
|
"type": "structure",
|
6034
6058
|
"members": {
|
6035
6059
|
"ReservedDBInstanceId": {},
|
@@ -6058,14 +6082,14 @@
|
|
6058
6082
|
},
|
6059
6083
|
"State": {},
|
6060
6084
|
"RecurringCharges": {
|
6061
|
-
"shape": "
|
6085
|
+
"shape": "S9p"
|
6062
6086
|
},
|
6063
6087
|
"ReservedDBInstanceArn": {},
|
6064
6088
|
"LeaseId": {}
|
6065
6089
|
},
|
6066
6090
|
"wrapper": true
|
6067
6091
|
},
|
6068
|
-
"
|
6092
|
+
"S9p": {
|
6069
6093
|
"type": "list",
|
6070
6094
|
"member": {
|
6071
6095
|
"locationName": "RecurringCharge",
|
@@ -6079,7 +6103,7 @@
|
|
6079
6103
|
"wrapper": true
|
6080
6104
|
}
|
6081
6105
|
},
|
6082
|
-
"
|
6106
|
+
"Sa4": {
|
6083
6107
|
"type": "list",
|
6084
6108
|
"member": {
|
6085
6109
|
"locationName": "Range",
|
@@ -6097,7 +6121,7 @@
|
|
6097
6121
|
}
|
6098
6122
|
}
|
6099
6123
|
},
|
6100
|
-
"
|
6124
|
+
"Sas": {
|
6101
6125
|
"type": "structure",
|
6102
6126
|
"members": {
|
6103
6127
|
"EnableLogTypes": {
|
@@ -6108,13 +6132,13 @@
|
|
6108
6132
|
}
|
6109
6133
|
}
|
6110
6134
|
},
|
6111
|
-
"
|
6135
|
+
"Saw": {
|
6112
6136
|
"type": "structure",
|
6113
6137
|
"members": {
|
6114
6138
|
"DBClusterParameterGroupName": {}
|
6115
6139
|
}
|
6116
6140
|
},
|
6117
|
-
"
|
6141
|
+
"Sb3": {
|
6118
6142
|
"type": "structure",
|
6119
6143
|
"members": {
|
6120
6144
|
"DBParameterGroupName": {}
|