cdk-docker-image-deployment 0.0.53 → 0.0.55

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 (30) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +13 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +14 -0
  8. package/node_modules/aws-sdk/apis/fms-2018-01-01.min.json +49 -43
  9. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +217 -195
  10. package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +107 -47
  11. package/node_modules/aws-sdk/apis/neptune-2014-10-31.min.json +140 -106
  12. package/node_modules/aws-sdk/apis/neptune-2014-10-31.paginators.json +6 -0
  13. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +293 -286
  14. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +251 -163
  15. package/node_modules/aws-sdk/clients/ec2.d.ts +23 -3
  16. package/node_modules/aws-sdk/clients/fms.d.ts +12 -1
  17. package/node_modules/aws-sdk/clients/glue.d.ts +25 -0
  18. package/node_modules/aws-sdk/clients/iam.d.ts +1 -1
  19. package/node_modules/aws-sdk/clients/kafka.d.ts +97 -4
  20. package/node_modules/aws-sdk/clients/neptune.d.ts +25 -0
  21. package/node_modules/aws-sdk/clients/redshift.d.ts +2 -2
  22. package/node_modules/aws-sdk/clients/sagemaker.d.ts +16 -4
  23. package/node_modules/aws-sdk/clients/wafv2.d.ts +118 -20
  24. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  25. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +9 -9
  26. package/node_modules/aws-sdk/dist/aws-sdk.js +17 -3
  27. package/node_modules/aws-sdk/dist/aws-sdk.min.js +70 -70
  28. package/node_modules/aws-sdk/lib/core.js +1 -1
  29. package/node_modules/aws-sdk/package.json +1 -1
  30. package/package.json +4 -4
@@ -626,6 +626,12 @@
626
626
  },
627
627
  "AllowSingleColumn": {
628
628
  "type": "boolean"
629
+ },
630
+ "CustomDatatypeConfigured": {
631
+ "type": "boolean"
632
+ },
633
+ "CustomDatatypes": {
634
+ "shape": "Sb0"
629
635
  }
630
636
  }
631
637
  }
@@ -645,7 +651,7 @@
645
651
  "members": {
646
652
  "CatalogId": {},
647
653
  "ConnectionInput": {
648
- "shape": "Sb2"
654
+ "shape": "Sb3"
649
655
  },
650
656
  "Tags": {
651
657
  "shape": "Sai"
@@ -733,7 +739,7 @@
733
739
  "members": {
734
740
  "CatalogId": {},
735
741
  "DatabaseInput": {
736
- "shape": "Sbf"
742
+ "shape": "Sbg"
737
743
  },
738
744
  "Tags": {
739
745
  "shape": "Sai"
@@ -902,10 +908,10 @@
902
908
  "Name": {},
903
909
  "Description": {},
904
910
  "InputRecordTables": {
905
- "shape": "Sbu"
911
+ "shape": "Sbv"
906
912
  },
907
913
  "Parameters": {
908
- "shape": "Sbw"
914
+ "shape": "Sbx"
909
915
  },
910
916
  "Role": {},
911
917
  "GlueVersion": {},
@@ -926,7 +932,7 @@
926
932
  "shape": "Sai"
927
933
  },
928
934
  "TransformEncryption": {
929
- "shape": "Sc1"
935
+ "shape": "Sc2"
930
936
  }
931
937
  }
932
938
  },
@@ -972,7 +978,7 @@
972
978
  "DatabaseName": {},
973
979
  "TableName": {},
974
980
  "PartitionIndex": {
975
- "shape": "Sc8"
981
+ "shape": "Sc9"
976
982
  }
977
983
  }
978
984
  },
@@ -1016,7 +1022,7 @@
1016
1022
  ],
1017
1023
  "members": {
1018
1024
  "RegistryId": {
1019
- "shape": "Sce"
1025
+ "shape": "Scf"
1020
1026
  },
1021
1027
  "SchemaName": {},
1022
1028
  "DataFormat": {},
@@ -1061,10 +1067,10 @@
1061
1067
  "type": "structure",
1062
1068
  "members": {
1063
1069
  "DagNodes": {
1064
- "shape": "Scl"
1070
+ "shape": "Scm"
1065
1071
  },
1066
1072
  "DagEdges": {
1067
- "shape": "Sct"
1073
+ "shape": "Scu"
1068
1074
  },
1069
1075
  "Language": {}
1070
1076
  }
@@ -1087,7 +1093,7 @@
1087
1093
  "members": {
1088
1094
  "Name": {},
1089
1095
  "EncryptionConfiguration": {
1090
- "shape": "Sd0"
1096
+ "shape": "Sd1"
1091
1097
  }
1092
1098
  }
1093
1099
  },
@@ -1114,7 +1120,7 @@
1114
1120
  "Description": {},
1115
1121
  "Role": {},
1116
1122
  "Command": {
1117
- "shape": "Sdc"
1123
+ "shape": "Sdd"
1118
1124
  },
1119
1125
  "Timeout": {
1120
1126
  "type": "integer"
@@ -1123,7 +1129,7 @@
1123
1129
  "type": "integer"
1124
1130
  },
1125
1131
  "DefaultArguments": {
1126
- "shape": "Sdd"
1132
+ "shape": "Sde"
1127
1133
  },
1128
1134
  "Connections": {
1129
1135
  "shape": "S4f"
@@ -1147,7 +1153,7 @@
1147
1153
  "type": "structure",
1148
1154
  "members": {
1149
1155
  "Session": {
1150
- "shape": "Sdg"
1156
+ "shape": "Sdh"
1151
1157
  }
1152
1158
  }
1153
1159
  }
@@ -1163,12 +1169,12 @@
1163
1169
  "CatalogId": {},
1164
1170
  "DatabaseName": {},
1165
1171
  "TableInput": {
1166
- "shape": "Sdk"
1172
+ "shape": "Sdl"
1167
1173
  },
1168
1174
  "PartitionIndexes": {
1169
1175
  "type": "list",
1170
1176
  "member": {
1171
- "shape": "Sc8"
1177
+ "shape": "Sc9"
1172
1178
  }
1173
1179
  },
1174
1180
  "TransactionId": {}
@@ -1228,7 +1234,7 @@
1228
1234
  "CatalogId": {},
1229
1235
  "DatabaseName": {},
1230
1236
  "FunctionInput": {
1231
- "shape": "Sdu"
1237
+ "shape": "Sdv"
1232
1238
  }
1233
1239
  }
1234
1240
  },
@@ -1503,7 +1509,7 @@
1503
1509
  ],
1504
1510
  "members": {
1505
1511
  "RegistryId": {
1506
- "shape": "Sce"
1512
+ "shape": "Scf"
1507
1513
  }
1508
1514
  }
1509
1515
  },
@@ -1753,7 +1759,7 @@
1753
1759
  "type": "structure",
1754
1760
  "members": {
1755
1761
  "BlueprintRun": {
1756
- "shape": "Sfp"
1762
+ "shape": "Sfq"
1757
1763
  }
1758
1764
  }
1759
1765
  }
@@ -1778,7 +1784,7 @@
1778
1784
  "BlueprintRuns": {
1779
1785
  "type": "list",
1780
1786
  "member": {
1781
- "shape": "Sfp"
1787
+ "shape": "Sfq"
1782
1788
  }
1783
1789
  },
1784
1790
  "NextToken": {}
@@ -1824,7 +1830,7 @@
1824
1830
  "type": "structure",
1825
1831
  "members": {
1826
1832
  "Classifier": {
1827
- "shape": "Sg3"
1833
+ "shape": "Sg4"
1828
1834
  }
1829
1835
  }
1830
1836
  }
@@ -1845,7 +1851,7 @@
1845
1851
  "Classifiers": {
1846
1852
  "type": "list",
1847
1853
  "member": {
1848
- "shape": "Sg3"
1854
+ "shape": "Sg4"
1849
1855
  }
1850
1856
  },
1851
1857
  "NextToken": {}
@@ -1869,7 +1875,7 @@
1869
1875
  "shape": "S6"
1870
1876
  },
1871
1877
  "ColumnNames": {
1872
- "shape": "Sgd"
1878
+ "shape": "Sge"
1873
1879
  }
1874
1880
  }
1875
1881
  },
@@ -1877,10 +1883,10 @@
1877
1883
  "type": "structure",
1878
1884
  "members": {
1879
1885
  "ColumnStatisticsList": {
1880
- "shape": "Sgf"
1886
+ "shape": "Sgg"
1881
1887
  },
1882
1888
  "Errors": {
1883
- "shape": "Sgx"
1889
+ "shape": "Sgy"
1884
1890
  }
1885
1891
  }
1886
1892
  }
@@ -1898,7 +1904,7 @@
1898
1904
  "DatabaseName": {},
1899
1905
  "TableName": {},
1900
1906
  "ColumnNames": {
1901
- "shape": "Sgd"
1907
+ "shape": "Sge"
1902
1908
  }
1903
1909
  }
1904
1910
  },
@@ -1906,10 +1912,10 @@
1906
1912
  "type": "structure",
1907
1913
  "members": {
1908
1914
  "ColumnStatisticsList": {
1909
- "shape": "Sgf"
1915
+ "shape": "Sgg"
1910
1916
  },
1911
1917
  "Errors": {
1912
- "shape": "Sgx"
1918
+ "shape": "Sgy"
1913
1919
  }
1914
1920
  }
1915
1921
  }
@@ -1932,7 +1938,7 @@
1932
1938
  "type": "structure",
1933
1939
  "members": {
1934
1940
  "Connection": {
1935
- "shape": "Sh3"
1941
+ "shape": "Sh4"
1936
1942
  }
1937
1943
  }
1938
1944
  }
@@ -1946,7 +1952,7 @@
1946
1952
  "type": "structure",
1947
1953
  "members": {
1948
1954
  "MatchCriteria": {
1949
- "shape": "Sb4"
1955
+ "shape": "Sb5"
1950
1956
  },
1951
1957
  "ConnectionType": {}
1952
1958
  }
@@ -1966,7 +1972,7 @@
1966
1972
  "ConnectionList": {
1967
1973
  "type": "list",
1968
1974
  "member": {
1969
- "shape": "Sh3"
1975
+ "shape": "Sh4"
1970
1976
  }
1971
1977
  },
1972
1978
  "NextToken": {}
@@ -2094,7 +2100,7 @@
2094
2100
  "type": "structure",
2095
2101
  "members": {
2096
2102
  "DataCatalogEncryptionSettings": {
2097
- "shape": "Shk"
2103
+ "shape": "Shl"
2098
2104
  }
2099
2105
  }
2100
2106
  }
@@ -2114,7 +2120,7 @@
2114
2120
  "type": "structure",
2115
2121
  "members": {
2116
2122
  "Database": {
2117
- "shape": "Shq"
2123
+ "shape": "Shr"
2118
2124
  }
2119
2125
  }
2120
2126
  }
@@ -2140,7 +2146,7 @@
2140
2146
  "DatabaseList": {
2141
2147
  "type": "list",
2142
2148
  "member": {
2143
- "shape": "Shq"
2149
+ "shape": "Shr"
2144
2150
  }
2145
2151
  },
2146
2152
  "NextToken": {}
@@ -2158,10 +2164,10 @@
2158
2164
  "type": "structure",
2159
2165
  "members": {
2160
2166
  "DagNodes": {
2161
- "shape": "Scl"
2167
+ "shape": "Scm"
2162
2168
  },
2163
2169
  "DagEdges": {
2164
- "shape": "Sct"
2170
+ "shape": "Scu"
2165
2171
  }
2166
2172
  }
2167
2173
  }
@@ -2239,7 +2245,7 @@
2239
2245
  "type": "structure",
2240
2246
  "members": {
2241
2247
  "JobBookmarkEntry": {
2242
- "shape": "Si8"
2248
+ "shape": "Si9"
2243
2249
  }
2244
2250
  }
2245
2251
  }
@@ -2332,7 +2338,7 @@
2332
2338
  "Status": {},
2333
2339
  "LogGroupName": {},
2334
2340
  "Properties": {
2335
- "shape": "Sii"
2341
+ "shape": "Sij"
2336
2342
  },
2337
2343
  "ErrorString": {},
2338
2344
  "StartedOn": {
@@ -2401,7 +2407,7 @@
2401
2407
  "Status": {},
2402
2408
  "LogGroupName": {},
2403
2409
  "Properties": {
2404
- "shape": "Sii"
2410
+ "shape": "Sij"
2405
2411
  },
2406
2412
  "ErrorString": {},
2407
2413
  "StartedOn": {
@@ -2447,19 +2453,19 @@
2447
2453
  "type": "timestamp"
2448
2454
  },
2449
2455
  "InputRecordTables": {
2450
- "shape": "Sbu"
2456
+ "shape": "Sbv"
2451
2457
  },
2452
2458
  "Parameters": {
2453
- "shape": "Sbw"
2459
+ "shape": "Sbx"
2454
2460
  },
2455
2461
  "EvaluationMetrics": {
2456
- "shape": "Sj1"
2462
+ "shape": "Sj2"
2457
2463
  },
2458
2464
  "LabelCount": {
2459
2465
  "type": "integer"
2460
2466
  },
2461
2467
  "Schema": {
2462
- "shape": "Sj8"
2468
+ "shape": "Sj9"
2463
2469
  },
2464
2470
  "Role": {},
2465
2471
  "GlueVersion": {},
@@ -2477,7 +2483,7 @@
2477
2483
  "type": "integer"
2478
2484
  },
2479
2485
  "TransformEncryption": {
2480
- "shape": "Sc1"
2486
+ "shape": "Sc2"
2481
2487
  }
2482
2488
  }
2483
2489
  }
@@ -2491,10 +2497,10 @@
2491
2497
  "type": "integer"
2492
2498
  },
2493
2499
  "Filter": {
2494
- "shape": "Sjb"
2500
+ "shape": "Sjc"
2495
2501
  },
2496
2502
  "Sort": {
2497
- "shape": "Sjc"
2503
+ "shape": "Sjd"
2498
2504
  }
2499
2505
  }
2500
2506
  },
@@ -2520,19 +2526,19 @@
2520
2526
  "type": "timestamp"
2521
2527
  },
2522
2528
  "InputRecordTables": {
2523
- "shape": "Sbu"
2529
+ "shape": "Sbv"
2524
2530
  },
2525
2531
  "Parameters": {
2526
- "shape": "Sbw"
2532
+ "shape": "Sbx"
2527
2533
  },
2528
2534
  "EvaluationMetrics": {
2529
- "shape": "Sj1"
2535
+ "shape": "Sj2"
2530
2536
  },
2531
2537
  "LabelCount": {
2532
2538
  "type": "integer"
2533
2539
  },
2534
2540
  "Schema": {
2535
- "shape": "Sj8"
2541
+ "shape": "Sj9"
2536
2542
  },
2537
2543
  "Role": {},
2538
2544
  "GlueVersion": {},
@@ -2550,7 +2556,7 @@
2550
2556
  "type": "integer"
2551
2557
  },
2552
2558
  "TransformEncryption": {
2553
- "shape": "Sc1"
2559
+ "shape": "Sc2"
2554
2560
  }
2555
2561
  }
2556
2562
  }
@@ -2567,13 +2573,13 @@
2567
2573
  ],
2568
2574
  "members": {
2569
2575
  "Source": {
2570
- "shape": "Sji"
2576
+ "shape": "Sjj"
2571
2577
  },
2572
2578
  "Sinks": {
2573
- "shape": "Sjj"
2579
+ "shape": "Sjk"
2574
2580
  },
2575
2581
  "Location": {
2576
- "shape": "Sjk"
2582
+ "shape": "Sjl"
2577
2583
  }
2578
2584
  }
2579
2585
  },
@@ -2584,7 +2590,7 @@
2584
2590
  ],
2585
2591
  "members": {
2586
2592
  "Mapping": {
2587
- "shape": "Sjm"
2593
+ "shape": "Sjn"
2588
2594
  }
2589
2595
  }
2590
2596
  }
@@ -2694,7 +2700,7 @@
2694
2700
  "Expression": {},
2695
2701
  "NextToken": {},
2696
2702
  "Segment": {
2697
- "shape": "Sk6"
2703
+ "shape": "Sk7"
2698
2704
  },
2699
2705
  "MaxResults": {
2700
2706
  "type": "integer"
@@ -2727,16 +2733,16 @@
2727
2733
  ],
2728
2734
  "members": {
2729
2735
  "Mapping": {
2730
- "shape": "Sjm"
2736
+ "shape": "Sjn"
2731
2737
  },
2732
2738
  "Source": {
2733
- "shape": "Sji"
2739
+ "shape": "Sjj"
2734
2740
  },
2735
2741
  "Sinks": {
2736
- "shape": "Sjj"
2742
+ "shape": "Sjk"
2737
2743
  },
2738
2744
  "Location": {
2739
- "shape": "Sjk"
2745
+ "shape": "Sjl"
2740
2746
  },
2741
2747
  "Language": {},
2742
2748
  "AdditionalPlanOptionsMap": {
@@ -2762,7 +2768,7 @@
2762
2768
  ],
2763
2769
  "members": {
2764
2770
  "RegistryId": {
2765
- "shape": "Sce"
2771
+ "shape": "Scf"
2766
2772
  }
2767
2773
  }
2768
2774
  },
@@ -2903,7 +2909,7 @@
2903
2909
  },
2904
2910
  "SchemaVersionId": {},
2905
2911
  "SchemaVersionNumber": {
2906
- "shape": "Skt"
2912
+ "shape": "Sku"
2907
2913
  }
2908
2914
  }
2909
2915
  },
@@ -2936,10 +2942,10 @@
2936
2942
  "shape": "Sw"
2937
2943
  },
2938
2944
  "FirstSchemaVersionNumber": {
2939
- "shape": "Skt"
2945
+ "shape": "Sku"
2940
2946
  },
2941
2947
  "SecondSchemaVersionNumber": {
2942
- "shape": "Skt"
2948
+ "shape": "Sku"
2943
2949
  },
2944
2950
  "SchemaDiffType": {}
2945
2951
  }
@@ -2965,7 +2971,7 @@
2965
2971
  "type": "structure",
2966
2972
  "members": {
2967
2973
  "SecurityConfiguration": {
2968
- "shape": "Sl2"
2974
+ "shape": "Sl3"
2969
2975
  }
2970
2976
  }
2971
2977
  }
@@ -2986,7 +2992,7 @@
2986
2992
  "SecurityConfigurations": {
2987
2993
  "type": "list",
2988
2994
  "member": {
2989
- "shape": "Sl2"
2995
+ "shape": "Sl3"
2990
2996
  }
2991
2997
  },
2992
2998
  "NextToken": {}
@@ -3008,7 +3014,7 @@
3008
3014
  "type": "structure",
3009
3015
  "members": {
3010
3016
  "Session": {
3011
- "shape": "Sdg"
3017
+ "shape": "Sdh"
3012
3018
  }
3013
3019
  }
3014
3020
  }
@@ -3032,7 +3038,7 @@
3032
3038
  "type": "structure",
3033
3039
  "members": {
3034
3040
  "Statement": {
3035
- "shape": "Sla"
3041
+ "shape": "Slb"
3036
3042
  }
3037
3043
  }
3038
3044
  }
@@ -3058,7 +3064,7 @@
3058
3064
  "type": "structure",
3059
3065
  "members": {
3060
3066
  "Table": {
3061
- "shape": "Slh"
3067
+ "shape": "Sli"
3062
3068
  }
3063
3069
  }
3064
3070
  }
@@ -3081,7 +3087,7 @@
3081
3087
  "type": "structure",
3082
3088
  "members": {
3083
3089
  "TableVersion": {
3084
- "shape": "Slk"
3090
+ "shape": "Sll"
3085
3091
  }
3086
3092
  }
3087
3093
  }
@@ -3109,7 +3115,7 @@
3109
3115
  "TableVersions": {
3110
3116
  "type": "list",
3111
3117
  "member": {
3112
- "shape": "Slk"
3118
+ "shape": "Sll"
3113
3119
  }
3114
3120
  },
3115
3121
  "NextToken": {}
@@ -3140,7 +3146,7 @@
3140
3146
  "type": "structure",
3141
3147
  "members": {
3142
3148
  "TableList": {
3143
- "shape": "Slr"
3149
+ "shape": "Sls"
3144
3150
  },
3145
3151
  "NextToken": {}
3146
3152
  }
@@ -3223,10 +3229,10 @@
3223
3229
  "shape": "S6"
3224
3230
  },
3225
3231
  "AuditContext": {
3226
- "shape": "Slz"
3232
+ "shape": "Sm0"
3227
3233
  },
3228
3234
  "SupportedPermissionTypes": {
3229
- "shape": "Sm2"
3235
+ "shape": "Sm3"
3230
3236
  }
3231
3237
  }
3232
3238
  },
@@ -3260,14 +3266,14 @@
3260
3266
  "TableName": {},
3261
3267
  "Expression": {},
3262
3268
  "AuditContext": {
3263
- "shape": "Slz"
3269
+ "shape": "Sm0"
3264
3270
  },
3265
3271
  "SupportedPermissionTypes": {
3266
- "shape": "Sm2"
3272
+ "shape": "Sm3"
3267
3273
  },
3268
3274
  "NextToken": {},
3269
3275
  "Segment": {
3270
- "shape": "Sk6"
3276
+ "shape": "Sk7"
3271
3277
  },
3272
3278
  "MaxResults": {
3273
3279
  "type": "integer"
@@ -3312,10 +3318,10 @@
3312
3318
  "DatabaseName": {},
3313
3319
  "Name": {},
3314
3320
  "AuditContext": {
3315
- "shape": "Slz"
3321
+ "shape": "Sm0"
3316
3322
  },
3317
3323
  "SupportedPermissionTypes": {
3318
- "shape": "Sm2"
3324
+ "shape": "Sm3"
3319
3325
  }
3320
3326
  }
3321
3327
  },
@@ -3323,7 +3329,7 @@
3323
3329
  "type": "structure",
3324
3330
  "members": {
3325
3331
  "Table": {
3326
- "shape": "Slh"
3332
+ "shape": "Sli"
3327
3333
  },
3328
3334
  "AuthorizedColumns": {
3329
3335
  "shape": "Sn"
@@ -3361,7 +3367,7 @@
3361
3367
  "type": "structure",
3362
3368
  "members": {
3363
3369
  "UserDefinedFunction": {
3364
- "shape": "Smf"
3370
+ "shape": "Smg"
3365
3371
  }
3366
3372
  }
3367
3373
  }
@@ -3388,7 +3394,7 @@
3388
3394
  "UserDefinedFunctions": {
3389
3395
  "type": "list",
3390
3396
  "member": {
3391
- "shape": "Smf"
3397
+ "shape": "Smg"
3392
3398
  }
3393
3399
  },
3394
3400
  "NextToken": {}
@@ -3682,10 +3688,10 @@
3682
3688
  "type": "integer"
3683
3689
  },
3684
3690
  "Filter": {
3685
- "shape": "Sjb"
3691
+ "shape": "Sjc"
3686
3692
  },
3687
3693
  "Sort": {
3688
- "shape": "Sjc"
3694
+ "shape": "Sjd"
3689
3695
  },
3690
3696
  "Tags": {
3691
3697
  "shape": "Sai"
@@ -3780,7 +3786,7 @@
3780
3786
  "type": "structure",
3781
3787
  "members": {
3782
3788
  "RegistryId": {
3783
- "shape": "Sce"
3789
+ "shape": "Scf"
3784
3790
  },
3785
3791
  "MaxResults": {
3786
3792
  "type": "integer"
@@ -3834,7 +3840,7 @@
3834
3840
  "Sessions": {
3835
3841
  "type": "list",
3836
3842
  "member": {
3837
- "shape": "Sdg"
3843
+ "shape": "Sdh"
3838
3844
  }
3839
3845
  },
3840
3846
  "NextToken": {}
@@ -3859,7 +3865,7 @@
3859
3865
  "Statements": {
3860
3866
  "type": "list",
3861
3867
  "member": {
3862
- "shape": "Sla"
3868
+ "shape": "Slb"
3863
3869
  }
3864
3870
  },
3865
3871
  "NextToken": {}
@@ -3919,7 +3925,7 @@
3919
3925
  "members": {
3920
3926
  "CatalogId": {},
3921
3927
  "DataCatalogEncryptionSettings": {
3922
- "shape": "Shk"
3928
+ "shape": "Shl"
3923
3929
  }
3924
3930
  }
3925
3931
  },
@@ -3960,11 +3966,11 @@
3960
3966
  "shape": "Sw"
3961
3967
  },
3962
3968
  "SchemaVersionNumber": {
3963
- "shape": "Skt"
3969
+ "shape": "Sku"
3964
3970
  },
3965
3971
  "SchemaVersionId": {},
3966
3972
  "MetadataKeyValue": {
3967
- "shape": "Sof"
3973
+ "shape": "Sog"
3968
3974
  }
3969
3975
  }
3970
3976
  },
@@ -4015,13 +4021,13 @@
4015
4021
  "shape": "Sw"
4016
4022
  },
4017
4023
  "SchemaVersionNumber": {
4018
- "shape": "Skt"
4024
+ "shape": "Sku"
4019
4025
  },
4020
4026
  "SchemaVersionId": {},
4021
4027
  "MetadataList": {
4022
4028
  "type": "list",
4023
4029
  "member": {
4024
- "shape": "Sof"
4030
+ "shape": "Sog"
4025
4031
  }
4026
4032
  },
4027
4033
  "MaxResults": {
@@ -4095,11 +4101,11 @@
4095
4101
  "shape": "Sw"
4096
4102
  },
4097
4103
  "SchemaVersionNumber": {
4098
- "shape": "Skt"
4104
+ "shape": "Sku"
4099
4105
  },
4100
4106
  "SchemaVersionId": {},
4101
4107
  "MetadataKeyValue": {
4102
- "shape": "Sof"
4108
+ "shape": "Sog"
4103
4109
  }
4104
4110
  }
4105
4111
  },
@@ -4136,7 +4142,7 @@
4136
4142
  "type": "structure",
4137
4143
  "members": {
4138
4144
  "JobBookmarkEntry": {
4139
- "shape": "Si8"
4145
+ "shape": "Si9"
4140
4146
  }
4141
4147
  }
4142
4148
  }
@@ -4153,7 +4159,7 @@
4153
4159
  "Name": {},
4154
4160
  "RunId": {},
4155
4161
  "NodeIds": {
4156
- "shape": "Sp0"
4162
+ "shape": "Sp1"
4157
4163
  }
4158
4164
  }
4159
4165
  },
@@ -4162,7 +4168,7 @@
4162
4168
  "members": {
4163
4169
  "RunId": {},
4164
4170
  "NodeIds": {
4165
- "shape": "Sp0"
4171
+ "shape": "Sp1"
4166
4172
  }
4167
4173
  }
4168
4174
  }
@@ -4228,7 +4234,7 @@
4228
4234
  "members": {
4229
4235
  "NextToken": {},
4230
4236
  "TableList": {
4231
- "shape": "Slr"
4237
+ "shape": "Sls"
4232
4238
  }
4233
4239
  }
4234
4240
  }
@@ -4634,6 +4640,12 @@
4634
4640
  },
4635
4641
  "AllowSingleColumn": {
4636
4642
  "type": "boolean"
4643
+ },
4644
+ "CustomDatatypeConfigured": {
4645
+ "type": "boolean"
4646
+ },
4647
+ "CustomDatatypes": {
4648
+ "shape": "Sb0"
4637
4649
  }
4638
4650
  }
4639
4651
  }
@@ -4661,7 +4673,7 @@
4661
4673
  "shape": "S6"
4662
4674
  },
4663
4675
  "ColumnStatisticsList": {
4664
- "shape": "Sql"
4676
+ "shape": "Sqm"
4665
4677
  }
4666
4678
  }
4667
4679
  },
@@ -4669,7 +4681,7 @@
4669
4681
  "type": "structure",
4670
4682
  "members": {
4671
4683
  "Errors": {
4672
- "shape": "Sqn"
4684
+ "shape": "Sqo"
4673
4685
  }
4674
4686
  }
4675
4687
  }
@@ -4687,7 +4699,7 @@
4687
4699
  "DatabaseName": {},
4688
4700
  "TableName": {},
4689
4701
  "ColumnStatisticsList": {
4690
- "shape": "Sql"
4702
+ "shape": "Sqm"
4691
4703
  }
4692
4704
  }
4693
4705
  },
@@ -4695,7 +4707,7 @@
4695
4707
  "type": "structure",
4696
4708
  "members": {
4697
4709
  "Errors": {
4698
- "shape": "Sqn"
4710
+ "shape": "Sqo"
4699
4711
  }
4700
4712
  }
4701
4713
  }
@@ -4711,7 +4723,7 @@
4711
4723
  "CatalogId": {},
4712
4724
  "Name": {},
4713
4725
  "ConnectionInput": {
4714
- "shape": "Sb2"
4726
+ "shape": "Sb3"
4715
4727
  }
4716
4728
  }
4717
4729
  },
@@ -4787,7 +4799,7 @@
4787
4799
  "CatalogId": {},
4788
4800
  "Name": {},
4789
4801
  "DatabaseInput": {
4790
- "shape": "Sbf"
4802
+ "shape": "Sbg"
4791
4803
  }
4792
4804
  }
4793
4805
  },
@@ -4938,7 +4950,7 @@
4938
4950
  "Name": {},
4939
4951
  "Description": {},
4940
4952
  "Parameters": {
4941
- "shape": "Sbw"
4953
+ "shape": "Sbx"
4942
4954
  },
4943
4955
  "Role": {},
4944
4956
  "GlueVersion": {},
@@ -4999,7 +5011,7 @@
4999
5011
  ],
5000
5012
  "members": {
5001
5013
  "RegistryId": {
5002
- "shape": "Sce"
5014
+ "shape": "Scf"
5003
5015
  },
5004
5016
  "Description": {}
5005
5017
  }
@@ -5023,7 +5035,7 @@
5023
5035
  "shape": "Sw"
5024
5036
  },
5025
5037
  "SchemaVersionNumber": {
5026
- "shape": "Skt"
5038
+ "shape": "Sku"
5027
5039
  },
5028
5040
  "Compatibility": {},
5029
5041
  "Description": {}
@@ -5071,7 +5083,7 @@
5071
5083
  "CatalogId": {},
5072
5084
  "DatabaseName": {},
5073
5085
  "TableInput": {
5074
- "shape": "Sdk"
5086
+ "shape": "Sdl"
5075
5087
  },
5076
5088
  "SkipArchive": {
5077
5089
  "type": "boolean"
@@ -5135,7 +5147,7 @@
5135
5147
  "DatabaseName": {},
5136
5148
  "FunctionName": {},
5137
5149
  "FunctionInput": {
5138
- "shape": "Sdu"
5150
+ "shape": "Sdv"
5139
5151
  }
5140
5152
  }
5141
5153
  },
@@ -7532,7 +7544,11 @@
7532
7544
  "type": "list",
7533
7545
  "member": {}
7534
7546
  },
7535
- "Sb2": {
7547
+ "Sb0": {
7548
+ "type": "list",
7549
+ "member": {}
7550
+ },
7551
+ "Sb3": {
7536
7552
  "type": "structure",
7537
7553
  "required": [
7538
7554
  "Name",
@@ -7544,26 +7560,26 @@
7544
7560
  "Description": {},
7545
7561
  "ConnectionType": {},
7546
7562
  "MatchCriteria": {
7547
- "shape": "Sb4"
7563
+ "shape": "Sb5"
7548
7564
  },
7549
7565
  "ConnectionProperties": {
7550
- "shape": "Sb5"
7566
+ "shape": "Sb6"
7551
7567
  },
7552
7568
  "PhysicalConnectionRequirements": {
7553
- "shape": "Sb7"
7569
+ "shape": "Sb8"
7554
7570
  }
7555
7571
  }
7556
7572
  },
7557
- "Sb4": {
7573
+ "Sb5": {
7558
7574
  "type": "list",
7559
7575
  "member": {}
7560
7576
  },
7561
- "Sb5": {
7577
+ "Sb6": {
7562
7578
  "type": "map",
7563
7579
  "key": {},
7564
7580
  "value": {}
7565
7581
  },
7566
- "Sb7": {
7582
+ "Sb8": {
7567
7583
  "type": "structure",
7568
7584
  "members": {
7569
7585
  "SubnetId": {},
@@ -7574,7 +7590,7 @@
7574
7590
  "AvailabilityZone": {}
7575
7591
  }
7576
7592
  },
7577
- "Sbf": {
7593
+ "Sbg": {
7578
7594
  "type": "structure",
7579
7595
  "required": [
7580
7596
  "Name"
@@ -7587,14 +7603,14 @@
7587
7603
  "shape": "Se"
7588
7604
  },
7589
7605
  "CreateTableDefaultPermissions": {
7590
- "shape": "Sbh"
7606
+ "shape": "Sbi"
7591
7607
  },
7592
7608
  "TargetDatabase": {
7593
- "shape": "Sbn"
7609
+ "shape": "Sbo"
7594
7610
  }
7595
7611
  }
7596
7612
  },
7597
- "Sbh": {
7613
+ "Sbi": {
7598
7614
  "type": "list",
7599
7615
  "member": {
7600
7616
  "type": "structure",
@@ -7612,14 +7628,14 @@
7612
7628
  }
7613
7629
  }
7614
7630
  },
7615
- "Sbn": {
7631
+ "Sbo": {
7616
7632
  "type": "structure",
7617
7633
  "members": {
7618
7634
  "CatalogId": {},
7619
7635
  "DatabaseName": {}
7620
7636
  }
7621
7637
  },
7622
- "Sbu": {
7638
+ "Sbv": {
7623
7639
  "type": "list",
7624
7640
  "member": {
7625
7641
  "type": "structure",
@@ -7635,7 +7651,7 @@
7635
7651
  }
7636
7652
  }
7637
7653
  },
7638
- "Sbw": {
7654
+ "Sbx": {
7639
7655
  "type": "structure",
7640
7656
  "required": [
7641
7657
  "TransformType"
@@ -7659,7 +7675,7 @@
7659
7675
  }
7660
7676
  }
7661
7677
  },
7662
- "Sc1": {
7678
+ "Sc2": {
7663
7679
  "type": "structure",
7664
7680
  "members": {
7665
7681
  "MlUserDataEncryption": {
@@ -7675,7 +7691,7 @@
7675
7691
  "TaskRunSecurityConfigurationName": {}
7676
7692
  }
7677
7693
  },
7678
- "Sc8": {
7694
+ "Sc9": {
7679
7695
  "type": "structure",
7680
7696
  "required": [
7681
7697
  "Keys",
@@ -7689,14 +7705,14 @@
7689
7705
  "IndexName": {}
7690
7706
  }
7691
7707
  },
7692
- "Sce": {
7708
+ "Scf": {
7693
7709
  "type": "structure",
7694
7710
  "members": {
7695
7711
  "RegistryName": {},
7696
7712
  "RegistryArn": {}
7697
7713
  }
7698
7714
  },
7699
- "Scl": {
7715
+ "Scm": {
7700
7716
  "type": "list",
7701
7717
  "member": {
7702
7718
  "type": "structure",
@@ -7709,7 +7725,7 @@
7709
7725
  "Id": {},
7710
7726
  "NodeType": {},
7711
7727
  "Args": {
7712
- "shape": "Scp"
7728
+ "shape": "Scq"
7713
7729
  },
7714
7730
  "LineNumber": {
7715
7731
  "type": "integer"
@@ -7717,7 +7733,7 @@
7717
7733
  }
7718
7734
  }
7719
7735
  },
7720
- "Scp": {
7736
+ "Scq": {
7721
7737
  "type": "list",
7722
7738
  "member": {
7723
7739
  "type": "structure",
@@ -7734,7 +7750,7 @@
7734
7750
  }
7735
7751
  }
7736
7752
  },
7737
- "Sct": {
7753
+ "Scu": {
7738
7754
  "type": "list",
7739
7755
  "member": {
7740
7756
  "type": "structure",
@@ -7749,7 +7765,7 @@
7749
7765
  }
7750
7766
  }
7751
7767
  },
7752
- "Sd0": {
7768
+ "Sd1": {
7753
7769
  "type": "structure",
7754
7770
  "members": {
7755
7771
  "S3Encryption": {
@@ -7778,19 +7794,19 @@
7778
7794
  }
7779
7795
  }
7780
7796
  },
7781
- "Sdc": {
7797
+ "Sdd": {
7782
7798
  "type": "structure",
7783
7799
  "members": {
7784
7800
  "Name": {},
7785
7801
  "PythonVersion": {}
7786
7802
  }
7787
7803
  },
7788
- "Sdd": {
7804
+ "Sde": {
7789
7805
  "type": "map",
7790
7806
  "key": {},
7791
7807
  "value": {}
7792
7808
  },
7793
- "Sdg": {
7809
+ "Sdh": {
7794
7810
  "type": "structure",
7795
7811
  "members": {
7796
7812
  "Id": {},
@@ -7802,10 +7818,10 @@
7802
7818
  "Description": {},
7803
7819
  "Role": {},
7804
7820
  "Command": {
7805
- "shape": "Sdc"
7821
+ "shape": "Sdd"
7806
7822
  },
7807
7823
  "DefaultArguments": {
7808
- "shape": "Sdd"
7824
+ "shape": "Sde"
7809
7825
  },
7810
7826
  "Connections": {
7811
7827
  "shape": "S4f"
@@ -7820,7 +7836,7 @@
7820
7836
  "GlueVersion": {}
7821
7837
  }
7822
7838
  },
7823
- "Sdk": {
7839
+ "Sdl": {
7824
7840
  "type": "structure",
7825
7841
  "required": [
7826
7842
  "Name"
@@ -7851,11 +7867,11 @@
7851
7867
  "shape": "Se"
7852
7868
  },
7853
7869
  "TargetTable": {
7854
- "shape": "Sdo"
7870
+ "shape": "Sdp"
7855
7871
  }
7856
7872
  }
7857
7873
  },
7858
- "Sdo": {
7874
+ "Sdp": {
7859
7875
  "type": "structure",
7860
7876
  "members": {
7861
7877
  "CatalogId": {},
@@ -7863,7 +7879,7 @@
7863
7879
  "Name": {}
7864
7880
  }
7865
7881
  },
7866
- "Sdu": {
7882
+ "Sdv": {
7867
7883
  "type": "structure",
7868
7884
  "members": {
7869
7885
  "FunctionName": {},
@@ -7871,11 +7887,11 @@
7871
7887
  "OwnerName": {},
7872
7888
  "OwnerType": {},
7873
7889
  "ResourceUris": {
7874
- "shape": "Sdw"
7890
+ "shape": "Sdx"
7875
7891
  }
7876
7892
  }
7877
7893
  },
7878
- "Sdw": {
7894
+ "Sdx": {
7879
7895
  "type": "list",
7880
7896
  "member": {
7881
7897
  "type": "structure",
@@ -7885,7 +7901,7 @@
7885
7901
  }
7886
7902
  }
7887
7903
  },
7888
- "Sfp": {
7904
+ "Sfq": {
7889
7905
  "type": "structure",
7890
7906
  "members": {
7891
7907
  "BlueprintName": {},
@@ -7904,7 +7920,7 @@
7904
7920
  "RoleArn": {}
7905
7921
  }
7906
7922
  },
7907
- "Sg3": {
7923
+ "Sg4": {
7908
7924
  "type": "structure",
7909
7925
  "members": {
7910
7926
  "GrokClassifier": {
@@ -7998,22 +8014,28 @@
7998
8014
  },
7999
8015
  "AllowSingleColumn": {
8000
8016
  "type": "boolean"
8017
+ },
8018
+ "CustomDatatypeConfigured": {
8019
+ "type": "boolean"
8020
+ },
8021
+ "CustomDatatypes": {
8022
+ "shape": "Sb0"
8001
8023
  }
8002
8024
  }
8003
8025
  }
8004
8026
  }
8005
8027
  },
8006
- "Sgd": {
8028
+ "Sge": {
8007
8029
  "type": "list",
8008
8030
  "member": {}
8009
8031
  },
8010
- "Sgf": {
8032
+ "Sgg": {
8011
8033
  "type": "list",
8012
8034
  "member": {
8013
- "shape": "Sgg"
8035
+ "shape": "Sgh"
8014
8036
  }
8015
8037
  },
8016
- "Sgg": {
8038
+ "Sgh": {
8017
8039
  "type": "structure",
8018
8040
  "required": [
8019
8041
  "ColumnName",
@@ -8082,10 +8104,10 @@
8082
8104
  ],
8083
8105
  "members": {
8084
8106
  "MinimumValue": {
8085
- "shape": "Sgo"
8107
+ "shape": "Sgp"
8086
8108
  },
8087
8109
  "MaximumValue": {
8088
- "shape": "Sgo"
8110
+ "shape": "Sgp"
8089
8111
  },
8090
8112
  "NumberOfNulls": {
8091
8113
  "type": "long"
@@ -8183,7 +8205,7 @@
8183
8205
  }
8184
8206
  }
8185
8207
  },
8186
- "Sgo": {
8208
+ "Sgp": {
8187
8209
  "type": "structure",
8188
8210
  "required": [
8189
8211
  "UnscaledValue",
@@ -8198,7 +8220,7 @@
8198
8220
  }
8199
8221
  }
8200
8222
  },
8201
- "Sgx": {
8223
+ "Sgy": {
8202
8224
  "type": "list",
8203
8225
  "member": {
8204
8226
  "type": "structure",
@@ -8210,20 +8232,20 @@
8210
8232
  }
8211
8233
  }
8212
8234
  },
8213
- "Sh3": {
8235
+ "Sh4": {
8214
8236
  "type": "structure",
8215
8237
  "members": {
8216
8238
  "Name": {},
8217
8239
  "Description": {},
8218
8240
  "ConnectionType": {},
8219
8241
  "MatchCriteria": {
8220
- "shape": "Sb4"
8242
+ "shape": "Sb5"
8221
8243
  },
8222
8244
  "ConnectionProperties": {
8223
- "shape": "Sb5"
8245
+ "shape": "Sb6"
8224
8246
  },
8225
8247
  "PhysicalConnectionRequirements": {
8226
- "shape": "Sb7"
8248
+ "shape": "Sb8"
8227
8249
  },
8228
8250
  "CreationTime": {
8229
8251
  "type": "timestamp"
@@ -8234,7 +8256,7 @@
8234
8256
  "LastUpdatedBy": {}
8235
8257
  }
8236
8258
  },
8237
- "Shk": {
8259
+ "Shl": {
8238
8260
  "type": "structure",
8239
8261
  "members": {
8240
8262
  "EncryptionAtRest": {
@@ -8261,7 +8283,7 @@
8261
8283
  }
8262
8284
  }
8263
8285
  },
8264
- "Shq": {
8286
+ "Shr": {
8265
8287
  "type": "structure",
8266
8288
  "required": [
8267
8289
  "Name"
@@ -8277,15 +8299,15 @@
8277
8299
  "type": "timestamp"
8278
8300
  },
8279
8301
  "CreateTableDefaultPermissions": {
8280
- "shape": "Sbh"
8302
+ "shape": "Sbi"
8281
8303
  },
8282
8304
  "TargetDatabase": {
8283
- "shape": "Sbn"
8305
+ "shape": "Sbo"
8284
8306
  },
8285
8307
  "CatalogId": {}
8286
8308
  }
8287
8309
  },
8288
- "Si8": {
8310
+ "Si9": {
8289
8311
  "type": "structure",
8290
8312
  "members": {
8291
8313
  "JobName": {},
@@ -8303,7 +8325,7 @@
8303
8325
  "JobBookmark": {}
8304
8326
  }
8305
8327
  },
8306
- "Sii": {
8328
+ "Sij": {
8307
8329
  "type": "structure",
8308
8330
  "members": {
8309
8331
  "TaskType": {},
@@ -8338,7 +8360,7 @@
8338
8360
  }
8339
8361
  }
8340
8362
  },
8341
- "Sj1": {
8363
+ "Sj2": {
8342
8364
  "type": "structure",
8343
8365
  "required": [
8344
8366
  "TransformType"
@@ -8393,7 +8415,7 @@
8393
8415
  }
8394
8416
  }
8395
8417
  },
8396
- "Sj8": {
8418
+ "Sj9": {
8397
8419
  "type": "list",
8398
8420
  "member": {
8399
8421
  "type": "structure",
@@ -8403,7 +8425,7 @@
8403
8425
  }
8404
8426
  }
8405
8427
  },
8406
- "Sjb": {
8428
+ "Sjc": {
8407
8429
  "type": "structure",
8408
8430
  "members": {
8409
8431
  "Name": {},
@@ -8423,11 +8445,11 @@
8423
8445
  "type": "timestamp"
8424
8446
  },
8425
8447
  "Schema": {
8426
- "shape": "Sj8"
8448
+ "shape": "Sj9"
8427
8449
  }
8428
8450
  }
8429
8451
  },
8430
- "Sjc": {
8452
+ "Sjd": {
8431
8453
  "type": "structure",
8432
8454
  "required": [
8433
8455
  "Column",
@@ -8438,7 +8460,7 @@
8438
8460
  "SortDirection": {}
8439
8461
  }
8440
8462
  },
8441
- "Sji": {
8463
+ "Sjj": {
8442
8464
  "type": "structure",
8443
8465
  "required": [
8444
8466
  "DatabaseName",
@@ -8449,27 +8471,27 @@
8449
8471
  "TableName": {}
8450
8472
  }
8451
8473
  },
8452
- "Sjj": {
8474
+ "Sjk": {
8453
8475
  "type": "list",
8454
8476
  "member": {
8455
- "shape": "Sji"
8477
+ "shape": "Sjj"
8456
8478
  }
8457
8479
  },
8458
- "Sjk": {
8480
+ "Sjl": {
8459
8481
  "type": "structure",
8460
8482
  "members": {
8461
8483
  "Jdbc": {
8462
- "shape": "Scp"
8484
+ "shape": "Scq"
8463
8485
  },
8464
8486
  "S3": {
8465
- "shape": "Scp"
8487
+ "shape": "Scq"
8466
8488
  },
8467
8489
  "DynamoDB": {
8468
- "shape": "Scp"
8490
+ "shape": "Scq"
8469
8491
  }
8470
8492
  }
8471
8493
  },
8472
- "Sjm": {
8494
+ "Sjn": {
8473
8495
  "type": "list",
8474
8496
  "member": {
8475
8497
  "type": "structure",
@@ -8483,7 +8505,7 @@
8483
8505
  }
8484
8506
  }
8485
8507
  },
8486
- "Sk6": {
8508
+ "Sk7": {
8487
8509
  "type": "structure",
8488
8510
  "required": [
8489
8511
  "SegmentNumber",
@@ -8498,7 +8520,7 @@
8498
8520
  }
8499
8521
  }
8500
8522
  },
8501
- "Skt": {
8523
+ "Sku": {
8502
8524
  "type": "structure",
8503
8525
  "members": {
8504
8526
  "LatestVersion": {
@@ -8509,7 +8531,7 @@
8509
8531
  }
8510
8532
  }
8511
8533
  },
8512
- "Sl2": {
8534
+ "Sl3": {
8513
8535
  "type": "structure",
8514
8536
  "members": {
8515
8537
  "Name": {},
@@ -8517,11 +8539,11 @@
8517
8539
  "type": "timestamp"
8518
8540
  },
8519
8541
  "EncryptionConfiguration": {
8520
- "shape": "Sd0"
8542
+ "shape": "Sd1"
8521
8543
  }
8522
8544
  }
8523
8545
  },
8524
- "Sla": {
8546
+ "Slb": {
8525
8547
  "type": "structure",
8526
8548
  "members": {
8527
8549
  "Id": {
@@ -8560,7 +8582,7 @@
8560
8582
  }
8561
8583
  }
8562
8584
  },
8563
- "Slh": {
8585
+ "Sli": {
8564
8586
  "type": "structure",
8565
8587
  "required": [
8566
8588
  "Name"
@@ -8602,28 +8624,28 @@
8602
8624
  "type": "boolean"
8603
8625
  },
8604
8626
  "TargetTable": {
8605
- "shape": "Sdo"
8627
+ "shape": "Sdp"
8606
8628
  },
8607
8629
  "CatalogId": {},
8608
8630
  "VersionId": {}
8609
8631
  }
8610
8632
  },
8611
- "Slk": {
8633
+ "Sll": {
8612
8634
  "type": "structure",
8613
8635
  "members": {
8614
8636
  "Table": {
8615
- "shape": "Slh"
8637
+ "shape": "Sli"
8616
8638
  },
8617
8639
  "VersionId": {}
8618
8640
  }
8619
8641
  },
8620
- "Slr": {
8642
+ "Sls": {
8621
8643
  "type": "list",
8622
8644
  "member": {
8623
- "shape": "Slh"
8645
+ "shape": "Sli"
8624
8646
  }
8625
8647
  },
8626
- "Slz": {
8648
+ "Sm0": {
8627
8649
  "type": "structure",
8628
8650
  "members": {
8629
8651
  "AdditionalAuditContext": {},
@@ -8636,11 +8658,11 @@
8636
8658
  }
8637
8659
  }
8638
8660
  },
8639
- "Sm2": {
8661
+ "Sm3": {
8640
8662
  "type": "list",
8641
8663
  "member": {}
8642
8664
  },
8643
- "Smf": {
8665
+ "Smg": {
8644
8666
  "type": "structure",
8645
8667
  "members": {
8646
8668
  "FunctionName": {},
@@ -8652,35 +8674,35 @@
8652
8674
  "type": "timestamp"
8653
8675
  },
8654
8676
  "ResourceUris": {
8655
- "shape": "Sdw"
8677
+ "shape": "Sdx"
8656
8678
  },
8657
8679
  "CatalogId": {}
8658
8680
  }
8659
8681
  },
8660
- "Sof": {
8682
+ "Sog": {
8661
8683
  "type": "structure",
8662
8684
  "members": {
8663
8685
  "MetadataKey": {},
8664
8686
  "MetadataValue": {}
8665
8687
  }
8666
8688
  },
8667
- "Sp0": {
8689
+ "Sp1": {
8668
8690
  "type": "list",
8669
8691
  "member": {}
8670
8692
  },
8671
- "Sql": {
8693
+ "Sqm": {
8672
8694
  "type": "list",
8673
8695
  "member": {
8674
- "shape": "Sgg"
8696
+ "shape": "Sgh"
8675
8697
  }
8676
8698
  },
8677
- "Sqn": {
8699
+ "Sqo": {
8678
8700
  "type": "list",
8679
8701
  "member": {
8680
8702
  "type": "structure",
8681
8703
  "members": {
8682
8704
  "ColumnStatistics": {
8683
- "shape": "Sgg"
8705
+ "shape": "Sgh"
8684
8706
  },
8685
8707
  "Error": {
8686
8708
  "shape": "S14"