Package not found. Please check the package name and try again.

aws-sdk 2.746.0 → 2.750.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/CHANGELOG.md +23 -1
  2. package/README.md +1 -1
  3. package/apis/apigatewayv2-2018-11-29.min.json +66 -0
  4. package/apis/cloudfront-2020-05-31.min.json +3 -0
  5. package/apis/codebuild-2016-10-06.min.json +6 -2
  6. package/apis/elasticloadbalancingv2-2015-12-01.min.json +53 -50
  7. package/apis/glue-2017-03-31.min.json +158 -91
  8. package/apis/glue-2017-03-31.paginators.json +5 -0
  9. package/apis/kinesisanalyticsv2-2018-05-23.min.json +16 -13
  10. package/apis/metadata.json +8 -0
  11. package/apis/quicksight-2018-04-01.min.json +65 -59
  12. package/apis/redshift-data-2019-12-20.examples.json +5 -0
  13. package/apis/redshift-data-2019-12-20.min.json +381 -0
  14. package/apis/redshift-data-2019-12-20.paginators.json +39 -0
  15. package/apis/s3-2006-03-01.examples.json +117 -117
  16. package/apis/s3-2006-03-01.min.json +431 -83
  17. package/apis/sso-admin-2020-07-20.examples.json +5 -0
  18. package/apis/sso-admin-2020-07-20.min.json +759 -0
  19. package/apis/sso-admin-2020-07-20.paginators.json +63 -0
  20. package/apis/workspaces-2015-04-08.min.json +10 -6
  21. package/apis/xray-2016-04-12.min.json +81 -61
  22. package/clients/all.d.ts +2 -0
  23. package/clients/all.js +3 -1
  24. package/clients/apigatewayv2.d.ts +100 -34
  25. package/clients/cloudfront.d.ts +11 -7
  26. package/clients/codebuild.d.ts +14 -6
  27. package/clients/ebs.d.ts +7 -7
  28. package/clients/elbv2.d.ts +18 -4
  29. package/clients/glue.d.ts +81 -2
  30. package/clients/kinesisanalyticsv2.d.ts +2 -1
  31. package/clients/lexmodelbuildingservice.d.ts +12 -12
  32. package/clients/quicksight.d.ts +16 -0
  33. package/clients/redshiftdata.d.ts +614 -0
  34. package/clients/redshiftdata.js +18 -0
  35. package/clients/s3.d.ts +389 -41
  36. package/clients/ssm.d.ts +10 -10
  37. package/clients/ssoadmin.d.ts +1059 -0
  38. package/clients/ssoadmin.js +18 -0
  39. package/clients/workspaces.d.ts +9 -3
  40. package/clients/xray.d.ts +66 -8
  41. package/dist/aws-sdk-core-react-native.js +6 -5
  42. package/dist/aws-sdk-react-native.js +93 -18
  43. package/dist/aws-sdk.js +589 -202
  44. package/dist/aws-sdk.min.js +70 -69
  45. package/lib/config_service_placeholders.d.ts +4 -0
  46. package/lib/core.js +1 -1
  47. package/lib/credentials/ec2_metadata_credentials.d.ts +5 -1
  48. package/lib/credentials/ec2_metadata_credentials.js +12 -1
  49. package/lib/protocol/json.js +3 -2
  50. package/lib/request.js +1 -1
  51. package/package.json +1 -1
@@ -793,6 +793,23 @@
793
793
  "DatabaseName": {},
794
794
  "TableInput": {
795
795
  "shape": "S7i"
796
+ },
797
+ "PartitionIndexes": {
798
+ "type": "list",
799
+ "member": {
800
+ "type": "structure",
801
+ "required": [
802
+ "Keys",
803
+ "IndexName"
804
+ ],
805
+ "members": {
806
+ "Keys": {
807
+ "type": "list",
808
+ "member": {}
809
+ },
810
+ "IndexName": {}
811
+ }
812
+ }
796
813
  }
797
814
  }
798
815
  },
@@ -847,7 +864,7 @@
847
864
  "CatalogId": {},
848
865
  "DatabaseName": {},
849
866
  "FunctionInput": {
850
- "shape": "S7s"
867
+ "shape": "S7v"
851
868
  }
852
869
  }
853
870
  },
@@ -1217,7 +1234,7 @@
1217
1234
  "type": "structure",
1218
1235
  "members": {
1219
1236
  "Classifier": {
1220
- "shape": "S94"
1237
+ "shape": "S97"
1221
1238
  }
1222
1239
  }
1223
1240
  }
@@ -1238,7 +1255,7 @@
1238
1255
  "Classifiers": {
1239
1256
  "type": "list",
1240
1257
  "member": {
1241
- "shape": "S94"
1258
+ "shape": "S97"
1242
1259
  }
1243
1260
  },
1244
1261
  "NextToken": {}
@@ -1262,7 +1279,7 @@
1262
1279
  "shape": "S6"
1263
1280
  },
1264
1281
  "ColumnNames": {
1265
- "shape": "S9f"
1282
+ "shape": "S9i"
1266
1283
  }
1267
1284
  }
1268
1285
  },
@@ -1270,10 +1287,10 @@
1270
1287
  "type": "structure",
1271
1288
  "members": {
1272
1289
  "ColumnStatisticsList": {
1273
- "shape": "S9h"
1290
+ "shape": "S9k"
1274
1291
  },
1275
1292
  "Errors": {
1276
- "shape": "S9z"
1293
+ "shape": "Sa2"
1277
1294
  }
1278
1295
  }
1279
1296
  }
@@ -1291,7 +1308,7 @@
1291
1308
  "DatabaseName": {},
1292
1309
  "TableName": {},
1293
1310
  "ColumnNames": {
1294
- "shape": "S9f"
1311
+ "shape": "S9i"
1295
1312
  }
1296
1313
  }
1297
1314
  },
@@ -1299,10 +1316,10 @@
1299
1316
  "type": "structure",
1300
1317
  "members": {
1301
1318
  "ColumnStatisticsList": {
1302
- "shape": "S9h"
1319
+ "shape": "S9k"
1303
1320
  },
1304
1321
  "Errors": {
1305
- "shape": "S9z"
1322
+ "shape": "Sa2"
1306
1323
  }
1307
1324
  }
1308
1325
  }
@@ -1325,7 +1342,7 @@
1325
1342
  "type": "structure",
1326
1343
  "members": {
1327
1344
  "Connection": {
1328
- "shape": "Sa5"
1345
+ "shape": "Sa8"
1329
1346
  }
1330
1347
  }
1331
1348
  }
@@ -1359,7 +1376,7 @@
1359
1376
  "ConnectionList": {
1360
1377
  "type": "list",
1361
1378
  "member": {
1362
- "shape": "Sa5"
1379
+ "shape": "Sa8"
1363
1380
  }
1364
1381
  },
1365
1382
  "NextToken": {}
@@ -1466,7 +1483,7 @@
1466
1483
  "type": "structure",
1467
1484
  "members": {
1468
1485
  "DataCatalogEncryptionSettings": {
1469
- "shape": "Sak"
1486
+ "shape": "San"
1470
1487
  }
1471
1488
  }
1472
1489
  }
@@ -1486,7 +1503,7 @@
1486
1503
  "type": "structure",
1487
1504
  "members": {
1488
1505
  "Database": {
1489
- "shape": "Saq"
1506
+ "shape": "Sat"
1490
1507
  }
1491
1508
  }
1492
1509
  }
@@ -1512,7 +1529,7 @@
1512
1529
  "DatabaseList": {
1513
1530
  "type": "list",
1514
1531
  "member": {
1515
- "shape": "Saq"
1532
+ "shape": "Sat"
1516
1533
  }
1517
1534
  },
1518
1535
  "NextToken": {}
@@ -1611,7 +1628,7 @@
1611
1628
  "type": "structure",
1612
1629
  "members": {
1613
1630
  "JobBookmarkEntry": {
1614
- "shape": "Sb7"
1631
+ "shape": "Sba"
1615
1632
  }
1616
1633
  }
1617
1634
  }
@@ -1704,7 +1721,7 @@
1704
1721
  "Status": {},
1705
1722
  "LogGroupName": {},
1706
1723
  "Properties": {
1707
- "shape": "Sbh"
1724
+ "shape": "Sbk"
1708
1725
  },
1709
1726
  "ErrorString": {},
1710
1727
  "StartedOn": {
@@ -1773,7 +1790,7 @@
1773
1790
  "Status": {},
1774
1791
  "LogGroupName": {},
1775
1792
  "Properties": {
1776
- "shape": "Sbh"
1793
+ "shape": "Sbk"
1777
1794
  },
1778
1795
  "ErrorString": {},
1779
1796
  "StartedOn": {
@@ -1825,13 +1842,13 @@
1825
1842
  "shape": "S6j"
1826
1843
  },
1827
1844
  "EvaluationMetrics": {
1828
- "shape": "Sc0"
1845
+ "shape": "Sc3"
1829
1846
  },
1830
1847
  "LabelCount": {
1831
1848
  "type": "integer"
1832
1849
  },
1833
1850
  "Schema": {
1834
- "shape": "Sc5"
1851
+ "shape": "Sc8"
1835
1852
  },
1836
1853
  "Role": {},
1837
1854
  "GlueVersion": {},
@@ -1860,10 +1877,10 @@
1860
1877
  "type": "integer"
1861
1878
  },
1862
1879
  "Filter": {
1863
- "shape": "Sc8"
1880
+ "shape": "Scb"
1864
1881
  },
1865
1882
  "Sort": {
1866
- "shape": "Sc9"
1883
+ "shape": "Scc"
1867
1884
  }
1868
1885
  }
1869
1886
  },
@@ -1895,13 +1912,13 @@
1895
1912
  "shape": "S6j"
1896
1913
  },
1897
1914
  "EvaluationMetrics": {
1898
- "shape": "Sc0"
1915
+ "shape": "Sc3"
1899
1916
  },
1900
1917
  "LabelCount": {
1901
1918
  "type": "integer"
1902
1919
  },
1903
1920
  "Schema": {
1904
- "shape": "Sc5"
1921
+ "shape": "Sc8"
1905
1922
  },
1906
1923
  "Role": {},
1907
1924
  "GlueVersion": {},
@@ -1933,13 +1950,13 @@
1933
1950
  ],
1934
1951
  "members": {
1935
1952
  "Source": {
1936
- "shape": "Scf"
1953
+ "shape": "Sci"
1937
1954
  },
1938
1955
  "Sinks": {
1939
- "shape": "Scg"
1956
+ "shape": "Scj"
1940
1957
  },
1941
1958
  "Location": {
1942
- "shape": "Sch"
1959
+ "shape": "Sck"
1943
1960
  }
1944
1961
  }
1945
1962
  },
@@ -1950,7 +1967,7 @@
1950
1967
  ],
1951
1968
  "members": {
1952
1969
  "Mapping": {
1953
- "shape": "Scj"
1970
+ "shape": "Scm"
1954
1971
  }
1955
1972
  }
1956
1973
  }
@@ -1981,6 +1998,56 @@
1981
1998
  }
1982
1999
  }
1983
2000
  },
2001
+ "GetPartitionIndexes": {
2002
+ "input": {
2003
+ "type": "structure",
2004
+ "required": [
2005
+ "DatabaseName",
2006
+ "TableName"
2007
+ ],
2008
+ "members": {
2009
+ "CatalogId": {},
2010
+ "DatabaseName": {},
2011
+ "TableName": {},
2012
+ "NextToken": {}
2013
+ }
2014
+ },
2015
+ "output": {
2016
+ "type": "structure",
2017
+ "members": {
2018
+ "PartitionIndexDescriptorList": {
2019
+ "type": "list",
2020
+ "member": {
2021
+ "type": "structure",
2022
+ "required": [
2023
+ "IndexName",
2024
+ "Keys",
2025
+ "IndexStatus"
2026
+ ],
2027
+ "members": {
2028
+ "IndexName": {},
2029
+ "Keys": {
2030
+ "type": "list",
2031
+ "member": {
2032
+ "type": "structure",
2033
+ "required": [
2034
+ "Name",
2035
+ "Type"
2036
+ ],
2037
+ "members": {
2038
+ "Name": {},
2039
+ "Type": {}
2040
+ }
2041
+ }
2042
+ },
2043
+ "IndexStatus": {}
2044
+ }
2045
+ }
2046
+ },
2047
+ "NextToken": {}
2048
+ }
2049
+ }
2050
+ },
1984
2051
  "GetPartitions": {
1985
2052
  "input": {
1986
2053
  "type": "structure",
@@ -2033,16 +2100,16 @@
2033
2100
  ],
2034
2101
  "members": {
2035
2102
  "Mapping": {
2036
- "shape": "Scj"
2103
+ "shape": "Scm"
2037
2104
  },
2038
2105
  "Source": {
2039
- "shape": "Scf"
2106
+ "shape": "Sci"
2040
2107
  },
2041
2108
  "Sinks": {
2042
- "shape": "Scg"
2109
+ "shape": "Scj"
2043
2110
  },
2044
2111
  "Location": {
2045
- "shape": "Sch"
2112
+ "shape": "Sck"
2046
2113
  },
2047
2114
  "Language": {}
2048
2115
  }
@@ -2123,7 +2190,7 @@
2123
2190
  "type": "structure",
2124
2191
  "members": {
2125
2192
  "SecurityConfiguration": {
2126
- "shape": "Sd6"
2193
+ "shape": "Sdg"
2127
2194
  }
2128
2195
  }
2129
2196
  }
@@ -2144,7 +2211,7 @@
2144
2211
  "SecurityConfigurations": {
2145
2212
  "type": "list",
2146
2213
  "member": {
2147
- "shape": "Sd6"
2214
+ "shape": "Sdg"
2148
2215
  }
2149
2216
  },
2150
2217
  "NextToken": {}
@@ -2168,7 +2235,7 @@
2168
2235
  "type": "structure",
2169
2236
  "members": {
2170
2237
  "Table": {
2171
- "shape": "Sdc"
2238
+ "shape": "Sdm"
2172
2239
  }
2173
2240
  }
2174
2241
  }
@@ -2191,7 +2258,7 @@
2191
2258
  "type": "structure",
2192
2259
  "members": {
2193
2260
  "TableVersion": {
2194
- "shape": "Sdf"
2261
+ "shape": "Sdp"
2195
2262
  }
2196
2263
  }
2197
2264
  }
@@ -2219,7 +2286,7 @@
2219
2286
  "TableVersions": {
2220
2287
  "type": "list",
2221
2288
  "member": {
2222
- "shape": "Sdf"
2289
+ "shape": "Sdp"
2223
2290
  }
2224
2291
  },
2225
2292
  "NextToken": {}
@@ -2246,7 +2313,7 @@
2246
2313
  "type": "structure",
2247
2314
  "members": {
2248
2315
  "TableList": {
2249
- "shape": "Sdm"
2316
+ "shape": "Sdw"
2250
2317
  },
2251
2318
  "NextToken": {}
2252
2319
  }
@@ -2328,7 +2395,7 @@
2328
2395
  "type": "structure",
2329
2396
  "members": {
2330
2397
  "UserDefinedFunction": {
2331
- "shape": "Sdv"
2398
+ "shape": "Se5"
2332
2399
  }
2333
2400
  }
2334
2401
  }
@@ -2355,7 +2422,7 @@
2355
2422
  "UserDefinedFunctions": {
2356
2423
  "type": "list",
2357
2424
  "member": {
2358
- "shape": "Sdv"
2425
+ "shape": "Se5"
2359
2426
  }
2360
2427
  },
2361
2428
  "NextToken": {}
@@ -2550,10 +2617,10 @@
2550
2617
  "type": "integer"
2551
2618
  },
2552
2619
  "Filter": {
2553
- "shape": "Sc8"
2620
+ "shape": "Scb"
2554
2621
  },
2555
2622
  "Sort": {
2556
- "shape": "Sc9"
2623
+ "shape": "Scc"
2557
2624
  },
2558
2625
  "Tags": {
2559
2626
  "shape": "S5x"
@@ -2627,7 +2694,7 @@
2627
2694
  "members": {
2628
2695
  "CatalogId": {},
2629
2696
  "DataCatalogEncryptionSettings": {
2630
- "shape": "Sak"
2697
+ "shape": "San"
2631
2698
  }
2632
2699
  }
2633
2700
  },
@@ -2693,7 +2760,7 @@
2693
2760
  "type": "structure",
2694
2761
  "members": {
2695
2762
  "JobBookmarkEntry": {
2696
- "shape": "Sb7"
2763
+ "shape": "Sba"
2697
2764
  }
2698
2765
  }
2699
2766
  }
@@ -2710,7 +2777,7 @@
2710
2777
  "Name": {},
2711
2778
  "RunId": {},
2712
2779
  "NodeIds": {
2713
- "shape": "Sez"
2780
+ "shape": "Sf9"
2714
2781
  }
2715
2782
  }
2716
2783
  },
@@ -2719,7 +2786,7 @@
2719
2786
  "members": {
2720
2787
  "RunId": {},
2721
2788
  "NodeIds": {
2722
- "shape": "Sez"
2789
+ "shape": "Sf9"
2723
2790
  }
2724
2791
  }
2725
2792
  }
@@ -2763,7 +2830,7 @@
2763
2830
  "members": {
2764
2831
  "NextToken": {},
2765
2832
  "TableList": {
2766
- "shape": "Sdm"
2833
+ "shape": "Sdw"
2767
2834
  }
2768
2835
  }
2769
2836
  }
@@ -3134,7 +3201,7 @@
3134
3201
  "shape": "S6"
3135
3202
  },
3136
3203
  "ColumnStatisticsList": {
3137
- "shape": "Sgb"
3204
+ "shape": "Sgl"
3138
3205
  }
3139
3206
  }
3140
3207
  },
@@ -3142,7 +3209,7 @@
3142
3209
  "type": "structure",
3143
3210
  "members": {
3144
3211
  "Errors": {
3145
- "shape": "Sgd"
3212
+ "shape": "Sgn"
3146
3213
  }
3147
3214
  }
3148
3215
  }
@@ -3160,7 +3227,7 @@
3160
3227
  "DatabaseName": {},
3161
3228
  "TableName": {},
3162
3229
  "ColumnStatisticsList": {
3163
- "shape": "Sgb"
3230
+ "shape": "Sgl"
3164
3231
  }
3165
3232
  }
3166
3233
  },
@@ -3168,7 +3235,7 @@
3168
3235
  "type": "structure",
3169
3236
  "members": {
3170
3237
  "Errors": {
3171
- "shape": "Sgd"
3238
+ "shape": "Sgn"
3172
3239
  }
3173
3240
  }
3174
3241
  }
@@ -3496,7 +3563,7 @@
3496
3563
  "DatabaseName": {},
3497
3564
  "FunctionName": {},
3498
3565
  "FunctionInput": {
3499
- "shape": "S7s"
3566
+ "shape": "S7v"
3500
3567
  }
3501
3568
  }
3502
3569
  },
@@ -4570,7 +4637,7 @@
4570
4637
  "Name": {}
4571
4638
  }
4572
4639
  },
4573
- "S7s": {
4640
+ "S7v": {
4574
4641
  "type": "structure",
4575
4642
  "members": {
4576
4643
  "FunctionName": {},
@@ -4578,11 +4645,11 @@
4578
4645
  "OwnerName": {},
4579
4646
  "OwnerType": {},
4580
4647
  "ResourceUris": {
4581
- "shape": "S7u"
4648
+ "shape": "S7x"
4582
4649
  }
4583
4650
  }
4584
4651
  },
4585
- "S7u": {
4652
+ "S7x": {
4586
4653
  "type": "list",
4587
4654
  "member": {
4588
4655
  "type": "structure",
@@ -4592,7 +4659,7 @@
4592
4659
  }
4593
4660
  }
4594
4661
  },
4595
- "S94": {
4662
+ "S97": {
4596
4663
  "type": "structure",
4597
4664
  "members": {
4598
4665
  "GrokClassifier": {
@@ -4691,17 +4758,17 @@
4691
4758
  }
4692
4759
  }
4693
4760
  },
4694
- "S9f": {
4761
+ "S9i": {
4695
4762
  "type": "list",
4696
4763
  "member": {}
4697
4764
  },
4698
- "S9h": {
4765
+ "S9k": {
4699
4766
  "type": "list",
4700
4767
  "member": {
4701
- "shape": "S9i"
4768
+ "shape": "S9l"
4702
4769
  }
4703
4770
  },
4704
- "S9i": {
4771
+ "S9l": {
4705
4772
  "type": "structure",
4706
4773
  "required": [
4707
4774
  "ColumnName",
@@ -4770,10 +4837,10 @@
4770
4837
  ],
4771
4838
  "members": {
4772
4839
  "MinimumValue": {
4773
- "shape": "S9q"
4840
+ "shape": "S9t"
4774
4841
  },
4775
4842
  "MaximumValue": {
4776
- "shape": "S9q"
4843
+ "shape": "S9t"
4777
4844
  },
4778
4845
  "NumberOfNulls": {
4779
4846
  "type": "long"
@@ -4871,7 +4938,7 @@
4871
4938
  }
4872
4939
  }
4873
4940
  },
4874
- "S9q": {
4941
+ "S9t": {
4875
4942
  "type": "structure",
4876
4943
  "required": [
4877
4944
  "UnscaledValue",
@@ -4886,7 +4953,7 @@
4886
4953
  }
4887
4954
  }
4888
4955
  },
4889
- "S9z": {
4956
+ "Sa2": {
4890
4957
  "type": "list",
4891
4958
  "member": {
4892
4959
  "type": "structure",
@@ -4898,7 +4965,7 @@
4898
4965
  }
4899
4966
  }
4900
4967
  },
4901
- "Sa5": {
4968
+ "Sa8": {
4902
4969
  "type": "structure",
4903
4970
  "members": {
4904
4971
  "Name": {},
@@ -4922,7 +4989,7 @@
4922
4989
  "LastUpdatedBy": {}
4923
4990
  }
4924
4991
  },
4925
- "Sak": {
4992
+ "San": {
4926
4993
  "type": "structure",
4927
4994
  "members": {
4928
4995
  "EncryptionAtRest": {
@@ -4949,7 +5016,7 @@
4949
5016
  }
4950
5017
  }
4951
5018
  },
4952
- "Saq": {
5019
+ "Sat": {
4953
5020
  "type": "structure",
4954
5021
  "required": [
4955
5022
  "Name"
@@ -4973,7 +5040,7 @@
4973
5040
  "CatalogId": {}
4974
5041
  }
4975
5042
  },
4976
- "Sb7": {
5043
+ "Sba": {
4977
5044
  "type": "structure",
4978
5045
  "members": {
4979
5046
  "JobName": {},
@@ -4991,7 +5058,7 @@
4991
5058
  "JobBookmark": {}
4992
5059
  }
4993
5060
  },
4994
- "Sbh": {
5061
+ "Sbk": {
4995
5062
  "type": "structure",
4996
5063
  "members": {
4997
5064
  "TaskType": {},
@@ -5026,7 +5093,7 @@
5026
5093
  }
5027
5094
  }
5028
5095
  },
5029
- "Sc0": {
5096
+ "Sc3": {
5030
5097
  "type": "structure",
5031
5098
  "required": [
5032
5099
  "TransformType"
@@ -5069,7 +5136,7 @@
5069
5136
  }
5070
5137
  }
5071
5138
  },
5072
- "Sc5": {
5139
+ "Sc8": {
5073
5140
  "type": "list",
5074
5141
  "member": {
5075
5142
  "type": "structure",
@@ -5079,7 +5146,7 @@
5079
5146
  }
5080
5147
  }
5081
5148
  },
5082
- "Sc8": {
5149
+ "Scb": {
5083
5150
  "type": "structure",
5084
5151
  "members": {
5085
5152
  "Name": {},
@@ -5099,11 +5166,11 @@
5099
5166
  "type": "timestamp"
5100
5167
  },
5101
5168
  "Schema": {
5102
- "shape": "Sc5"
5169
+ "shape": "Sc8"
5103
5170
  }
5104
5171
  }
5105
5172
  },
5106
- "Sc9": {
5173
+ "Scc": {
5107
5174
  "type": "structure",
5108
5175
  "required": [
5109
5176
  "Column",
@@ -5114,7 +5181,7 @@
5114
5181
  "SortDirection": {}
5115
5182
  }
5116
5183
  },
5117
- "Scf": {
5184
+ "Sci": {
5118
5185
  "type": "structure",
5119
5186
  "required": [
5120
5187
  "DatabaseName",
@@ -5125,13 +5192,13 @@
5125
5192
  "TableName": {}
5126
5193
  }
5127
5194
  },
5128
- "Scg": {
5195
+ "Scj": {
5129
5196
  "type": "list",
5130
5197
  "member": {
5131
- "shape": "Scf"
5198
+ "shape": "Sci"
5132
5199
  }
5133
5200
  },
5134
- "Sch": {
5201
+ "Sck": {
5135
5202
  "type": "structure",
5136
5203
  "members": {
5137
5204
  "Jdbc": {
@@ -5145,7 +5212,7 @@
5145
5212
  }
5146
5213
  }
5147
5214
  },
5148
- "Scj": {
5215
+ "Scm": {
5149
5216
  "type": "list",
5150
5217
  "member": {
5151
5218
  "type": "structure",
@@ -5159,7 +5226,7 @@
5159
5226
  }
5160
5227
  }
5161
5228
  },
5162
- "Sd6": {
5229
+ "Sdg": {
5163
5230
  "type": "structure",
5164
5231
  "members": {
5165
5232
  "Name": {},
@@ -5171,7 +5238,7 @@
5171
5238
  }
5172
5239
  }
5173
5240
  },
5174
- "Sdc": {
5241
+ "Sdm": {
5175
5242
  "type": "structure",
5176
5243
  "required": [
5177
5244
  "Name"
@@ -5218,22 +5285,22 @@
5218
5285
  "CatalogId": {}
5219
5286
  }
5220
5287
  },
5221
- "Sdf": {
5288
+ "Sdp": {
5222
5289
  "type": "structure",
5223
5290
  "members": {
5224
5291
  "Table": {
5225
- "shape": "Sdc"
5292
+ "shape": "Sdm"
5226
5293
  },
5227
5294
  "VersionId": {}
5228
5295
  }
5229
5296
  },
5230
- "Sdm": {
5297
+ "Sdw": {
5231
5298
  "type": "list",
5232
5299
  "member": {
5233
- "shape": "Sdc"
5300
+ "shape": "Sdm"
5234
5301
  }
5235
5302
  },
5236
- "Sdv": {
5303
+ "Se5": {
5237
5304
  "type": "structure",
5238
5305
  "members": {
5239
5306
  "FunctionName": {},
@@ -5245,28 +5312,28 @@
5245
5312
  "type": "timestamp"
5246
5313
  },
5247
5314
  "ResourceUris": {
5248
- "shape": "S7u"
5315
+ "shape": "S7x"
5249
5316
  },
5250
5317
  "CatalogId": {}
5251
5318
  }
5252
5319
  },
5253
- "Sez": {
5320
+ "Sf9": {
5254
5321
  "type": "list",
5255
5322
  "member": {}
5256
5323
  },
5257
- "Sgb": {
5324
+ "Sgl": {
5258
5325
  "type": "list",
5259
5326
  "member": {
5260
- "shape": "S9i"
5327
+ "shape": "S9l"
5261
5328
  }
5262
5329
  },
5263
- "Sgd": {
5330
+ "Sgn": {
5264
5331
  "type": "list",
5265
5332
  "member": {
5266
5333
  "type": "structure",
5267
5334
  "members": {
5268
5335
  "ColumnStatistics": {
5269
- "shape": "S9i"
5336
+ "shape": "S9l"
5270
5337
  },
5271
5338
  "Error": {
5272
5339
  "shape": "Sx"