aws-sdk 2.1634.0 → 2.1635.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/apis/globalaccelerator-2018-08-08.min.json +13 -1
- package/apis/glue-2017-03-31.min.json +288 -216
- package/apis/s3-2006-03-01.examples.json +62 -62
- package/apis/s3-2006-03-01.min.json +6 -0
- package/clients/globalaccelerator.d.ts +8 -0
- package/clients/glue.d.ts +144 -15
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +4 -4
- package/dist/aws-sdk.js +9 -3
- package/dist/aws-sdk.min.js +20 -20
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -12,7 +12,10 @@
|
|
12
12
|
"serviceId": "Glue",
|
13
13
|
"signatureVersion": "v4",
|
14
14
|
"targetPrefix": "AWSGlue",
|
15
|
-
"uid": "glue-2017-03-31"
|
15
|
+
"uid": "glue-2017-03-31",
|
16
|
+
"auth": [
|
17
|
+
"aws.auth#sigv4"
|
18
|
+
]
|
16
19
|
},
|
17
20
|
"operations": {
|
18
21
|
"BatchCreatePartition": {
|
@@ -809,7 +812,9 @@
|
|
809
812
|
},
|
810
813
|
"output": {
|
811
814
|
"type": "structure",
|
812
|
-
"members": {
|
815
|
+
"members": {
|
816
|
+
"CreateConnectionStatus": {}
|
817
|
+
}
|
813
818
|
}
|
814
819
|
},
|
815
820
|
"CreateCrawler": {
|
@@ -897,7 +902,7 @@
|
|
897
902
|
"shape": "Sd9"
|
898
903
|
},
|
899
904
|
"TargetTable": {
|
900
|
-
"shape": "
|
905
|
+
"shape": "Sep"
|
901
906
|
},
|
902
907
|
"ClientToken": {}
|
903
908
|
}
|
@@ -919,7 +924,7 @@
|
|
919
924
|
"members": {
|
920
925
|
"CatalogId": {},
|
921
926
|
"DatabaseInput": {
|
922
|
-
"shape": "
|
927
|
+
"shape": "Ses"
|
923
928
|
},
|
924
929
|
"Tags": {
|
925
930
|
"shape": "Sd9"
|
@@ -1090,10 +1095,10 @@
|
|
1090
1095
|
"Name": {},
|
1091
1096
|
"Description": {},
|
1092
1097
|
"InputRecordTables": {
|
1093
|
-
"shape": "
|
1098
|
+
"shape": "Sf9"
|
1094
1099
|
},
|
1095
1100
|
"Parameters": {
|
1096
|
-
"shape": "
|
1101
|
+
"shape": "Sfa"
|
1097
1102
|
},
|
1098
1103
|
"Role": {},
|
1099
1104
|
"GlueVersion": {},
|
@@ -1114,7 +1119,7 @@
|
|
1114
1119
|
"shape": "Sd9"
|
1115
1120
|
},
|
1116
1121
|
"TransformEncryption": {
|
1117
|
-
"shape": "
|
1122
|
+
"shape": "Sfe"
|
1118
1123
|
}
|
1119
1124
|
}
|
1120
1125
|
},
|
@@ -1160,7 +1165,7 @@
|
|
1160
1165
|
"DatabaseName": {},
|
1161
1166
|
"TableName": {},
|
1162
1167
|
"PartitionIndex": {
|
1163
|
-
"shape": "
|
1168
|
+
"shape": "Sfl"
|
1164
1169
|
}
|
1165
1170
|
}
|
1166
1171
|
},
|
@@ -1204,7 +1209,7 @@
|
|
1204
1209
|
],
|
1205
1210
|
"members": {
|
1206
1211
|
"RegistryId": {
|
1207
|
-
"shape": "
|
1212
|
+
"shape": "Sfr"
|
1208
1213
|
},
|
1209
1214
|
"SchemaName": {},
|
1210
1215
|
"DataFormat": {},
|
@@ -1249,10 +1254,10 @@
|
|
1249
1254
|
"type": "structure",
|
1250
1255
|
"members": {
|
1251
1256
|
"DagNodes": {
|
1252
|
-
"shape": "
|
1257
|
+
"shape": "Sfy"
|
1253
1258
|
},
|
1254
1259
|
"DagEdges": {
|
1255
|
-
"shape": "
|
1260
|
+
"shape": "Sg6"
|
1256
1261
|
},
|
1257
1262
|
"Language": {}
|
1258
1263
|
}
|
@@ -1275,7 +1280,7 @@
|
|
1275
1280
|
"members": {
|
1276
1281
|
"Name": {},
|
1277
1282
|
"EncryptionConfiguration": {
|
1278
|
-
"shape": "
|
1283
|
+
"shape": "Sgd"
|
1279
1284
|
}
|
1280
1285
|
}
|
1281
1286
|
},
|
@@ -1302,7 +1307,7 @@
|
|
1302
1307
|
"Description": {},
|
1303
1308
|
"Role": {},
|
1304
1309
|
"Command": {
|
1305
|
-
"shape": "
|
1310
|
+
"shape": "Sgp"
|
1306
1311
|
},
|
1307
1312
|
"Timeout": {
|
1308
1313
|
"type": "integer"
|
@@ -1311,7 +1316,7 @@
|
|
1311
1316
|
"type": "integer"
|
1312
1317
|
},
|
1313
1318
|
"DefaultArguments": {
|
1314
|
-
"shape": "
|
1319
|
+
"shape": "Sgq"
|
1315
1320
|
},
|
1316
1321
|
"Connections": {
|
1317
1322
|
"shape": "S5a"
|
@@ -1335,7 +1340,7 @@
|
|
1335
1340
|
"type": "structure",
|
1336
1341
|
"members": {
|
1337
1342
|
"Session": {
|
1338
|
-
"shape": "
|
1343
|
+
"shape": "Sgt"
|
1339
1344
|
}
|
1340
1345
|
}
|
1341
1346
|
}
|
@@ -1351,12 +1356,12 @@
|
|
1351
1356
|
"CatalogId": {},
|
1352
1357
|
"DatabaseName": {},
|
1353
1358
|
"TableInput": {
|
1354
|
-
"shape": "
|
1359
|
+
"shape": "Sgy"
|
1355
1360
|
},
|
1356
1361
|
"PartitionIndexes": {
|
1357
1362
|
"type": "list",
|
1358
1363
|
"member": {
|
1359
|
-
"shape": "
|
1364
|
+
"shape": "Sfl"
|
1360
1365
|
}
|
1361
1366
|
},
|
1362
1367
|
"TransactionId": {},
|
@@ -1456,7 +1461,7 @@
|
|
1456
1461
|
"CatalogId": {},
|
1457
1462
|
"DatabaseName": {},
|
1458
1463
|
"FunctionInput": {
|
1459
|
-
"shape": "
|
1464
|
+
"shape": "Shd"
|
1460
1465
|
}
|
1461
1466
|
}
|
1462
1467
|
},
|
@@ -1746,7 +1751,7 @@
|
|
1746
1751
|
],
|
1747
1752
|
"members": {
|
1748
1753
|
"RegistryId": {
|
1749
|
-
"shape": "
|
1754
|
+
"shape": "Sfr"
|
1750
1755
|
}
|
1751
1756
|
}
|
1752
1757
|
},
|
@@ -2017,7 +2022,7 @@
|
|
2017
2022
|
"type": "structure",
|
2018
2023
|
"members": {
|
2019
2024
|
"BlueprintRun": {
|
2020
|
-
"shape": "
|
2025
|
+
"shape": "Sjc"
|
2021
2026
|
}
|
2022
2027
|
}
|
2023
2028
|
}
|
@@ -2042,7 +2047,7 @@
|
|
2042
2047
|
"BlueprintRuns": {
|
2043
2048
|
"type": "list",
|
2044
2049
|
"member": {
|
2045
|
-
"shape": "
|
2050
|
+
"shape": "Sjc"
|
2046
2051
|
}
|
2047
2052
|
},
|
2048
2053
|
"NextToken": {}
|
@@ -2088,7 +2093,7 @@
|
|
2088
2093
|
"type": "structure",
|
2089
2094
|
"members": {
|
2090
2095
|
"Classifier": {
|
2091
|
-
"shape": "
|
2096
|
+
"shape": "Sjp"
|
2092
2097
|
}
|
2093
2098
|
}
|
2094
2099
|
}
|
@@ -2109,7 +2114,7 @@
|
|
2109
2114
|
"Classifiers": {
|
2110
2115
|
"type": "list",
|
2111
2116
|
"member": {
|
2112
|
-
"shape": "
|
2117
|
+
"shape": "Sjp"
|
2113
2118
|
}
|
2114
2119
|
},
|
2115
2120
|
"NextToken": {}
|
@@ -2133,7 +2138,7 @@
|
|
2133
2138
|
"shape": "S6"
|
2134
2139
|
},
|
2135
2140
|
"ColumnNames": {
|
2136
|
-
"shape": "
|
2141
|
+
"shape": "Sjz"
|
2137
2142
|
}
|
2138
2143
|
}
|
2139
2144
|
},
|
@@ -2141,10 +2146,10 @@
|
|
2141
2146
|
"type": "structure",
|
2142
2147
|
"members": {
|
2143
2148
|
"ColumnStatisticsList": {
|
2144
|
-
"shape": "
|
2149
|
+
"shape": "Sk1"
|
2145
2150
|
},
|
2146
2151
|
"Errors": {
|
2147
|
-
"shape": "
|
2152
|
+
"shape": "Skj"
|
2148
2153
|
}
|
2149
2154
|
}
|
2150
2155
|
}
|
@@ -2162,7 +2167,7 @@
|
|
2162
2167
|
"DatabaseName": {},
|
2163
2168
|
"TableName": {},
|
2164
2169
|
"ColumnNames": {
|
2165
|
-
"shape": "
|
2170
|
+
"shape": "Sjz"
|
2166
2171
|
}
|
2167
2172
|
}
|
2168
2173
|
},
|
@@ -2170,10 +2175,10 @@
|
|
2170
2175
|
"type": "structure",
|
2171
2176
|
"members": {
|
2172
2177
|
"ColumnStatisticsList": {
|
2173
|
-
"shape": "
|
2178
|
+
"shape": "Sk1"
|
2174
2179
|
},
|
2175
2180
|
"Errors": {
|
2176
|
-
"shape": "
|
2181
|
+
"shape": "Skj"
|
2177
2182
|
}
|
2178
2183
|
}
|
2179
2184
|
}
|
@@ -2192,7 +2197,7 @@
|
|
2192
2197
|
"type": "structure",
|
2193
2198
|
"members": {
|
2194
2199
|
"ColumnStatisticsTaskRun": {
|
2195
|
-
"shape": "
|
2200
|
+
"shape": "Skp"
|
2196
2201
|
}
|
2197
2202
|
}
|
2198
2203
|
}
|
@@ -2219,7 +2224,7 @@
|
|
2219
2224
|
"ColumnStatisticsTaskRuns": {
|
2220
2225
|
"type": "list",
|
2221
2226
|
"member": {
|
2222
|
-
"shape": "
|
2227
|
+
"shape": "Skp"
|
2223
2228
|
}
|
2224
2229
|
},
|
2225
2230
|
"NextToken": {}
|
@@ -2244,7 +2249,7 @@
|
|
2244
2249
|
"type": "structure",
|
2245
2250
|
"members": {
|
2246
2251
|
"Connection": {
|
2247
|
-
"shape": "
|
2252
|
+
"shape": "Sl0"
|
2248
2253
|
}
|
2249
2254
|
}
|
2250
2255
|
}
|
@@ -2278,7 +2283,7 @@
|
|
2278
2283
|
"ConnectionList": {
|
2279
2284
|
"type": "list",
|
2280
2285
|
"member": {
|
2281
|
-
"shape": "
|
2286
|
+
"shape": "Sl0"
|
2282
2287
|
}
|
2283
2288
|
},
|
2284
2289
|
"NextToken": {}
|
@@ -2406,7 +2411,7 @@
|
|
2406
2411
|
"type": "structure",
|
2407
2412
|
"members": {
|
2408
2413
|
"DataCatalogEncryptionSettings": {
|
2409
|
-
"shape": "
|
2414
|
+
"shape": "Slk"
|
2410
2415
|
}
|
2411
2416
|
}
|
2412
2417
|
}
|
@@ -2514,7 +2519,7 @@
|
|
2514
2519
|
"Description": {},
|
2515
2520
|
"Ruleset": {},
|
2516
2521
|
"TargetTable": {
|
2517
|
-
"shape": "
|
2522
|
+
"shape": "Sep"
|
2518
2523
|
},
|
2519
2524
|
"CreatedOn": {
|
2520
2525
|
"type": "timestamp"
|
@@ -2551,7 +2556,7 @@
|
|
2551
2556
|
"type": "integer"
|
2552
2557
|
},
|
2553
2558
|
"AdditionalRunOptions": {
|
2554
|
-
"shape": "
|
2559
|
+
"shape": "Slx"
|
2555
2560
|
},
|
2556
2561
|
"Status": {},
|
2557
2562
|
"ErrorString": {},
|
@@ -2568,14 +2573,14 @@
|
|
2568
2573
|
"type": "integer"
|
2569
2574
|
},
|
2570
2575
|
"RulesetNames": {
|
2571
|
-
"shape": "
|
2576
|
+
"shape": "Sly"
|
2572
2577
|
},
|
2573
2578
|
"ResultIds": {
|
2574
2579
|
"type": "list",
|
2575
2580
|
"member": {}
|
2576
2581
|
},
|
2577
2582
|
"AdditionalDataSources": {
|
2578
|
-
"shape": "
|
2583
|
+
"shape": "Sm0"
|
2579
2584
|
}
|
2580
2585
|
}
|
2581
2586
|
}
|
@@ -2595,7 +2600,7 @@
|
|
2595
2600
|
"type": "structure",
|
2596
2601
|
"members": {
|
2597
2602
|
"Database": {
|
2598
|
-
"shape": "
|
2603
|
+
"shape": "Sm3"
|
2599
2604
|
}
|
2600
2605
|
}
|
2601
2606
|
}
|
@@ -2621,7 +2626,7 @@
|
|
2621
2626
|
"DatabaseList": {
|
2622
2627
|
"type": "list",
|
2623
2628
|
"member": {
|
2624
|
-
"shape": "
|
2629
|
+
"shape": "Sm3"
|
2625
2630
|
}
|
2626
2631
|
},
|
2627
2632
|
"NextToken": {}
|
@@ -2639,10 +2644,10 @@
|
|
2639
2644
|
"type": "structure",
|
2640
2645
|
"members": {
|
2641
2646
|
"DagNodes": {
|
2642
|
-
"shape": "
|
2647
|
+
"shape": "Sfy"
|
2643
2648
|
},
|
2644
2649
|
"DagEdges": {
|
2645
|
-
"shape": "
|
2650
|
+
"shape": "Sg6"
|
2646
2651
|
}
|
2647
2652
|
}
|
2648
2653
|
}
|
@@ -2720,7 +2725,7 @@
|
|
2720
2725
|
"type": "structure",
|
2721
2726
|
"members": {
|
2722
2727
|
"JobBookmarkEntry": {
|
2723
|
-
"shape": "
|
2728
|
+
"shape": "Sml"
|
2724
2729
|
}
|
2725
2730
|
}
|
2726
2731
|
}
|
@@ -2813,7 +2818,7 @@
|
|
2813
2818
|
"Status": {},
|
2814
2819
|
"LogGroupName": {},
|
2815
2820
|
"Properties": {
|
2816
|
-
"shape": "
|
2821
|
+
"shape": "Smw"
|
2817
2822
|
},
|
2818
2823
|
"ErrorString": {},
|
2819
2824
|
"StartedOn": {
|
@@ -2882,7 +2887,7 @@
|
|
2882
2887
|
"Status": {},
|
2883
2888
|
"LogGroupName": {},
|
2884
2889
|
"Properties": {
|
2885
|
-
"shape": "
|
2890
|
+
"shape": "Smw"
|
2886
2891
|
},
|
2887
2892
|
"ErrorString": {},
|
2888
2893
|
"StartedOn": {
|
@@ -2928,19 +2933,19 @@
|
|
2928
2933
|
"type": "timestamp"
|
2929
2934
|
},
|
2930
2935
|
"InputRecordTables": {
|
2931
|
-
"shape": "
|
2936
|
+
"shape": "Sf9"
|
2932
2937
|
},
|
2933
2938
|
"Parameters": {
|
2934
|
-
"shape": "
|
2939
|
+
"shape": "Sfa"
|
2935
2940
|
},
|
2936
2941
|
"EvaluationMetrics": {
|
2937
|
-
"shape": "
|
2942
|
+
"shape": "Snf"
|
2938
2943
|
},
|
2939
2944
|
"LabelCount": {
|
2940
2945
|
"type": "integer"
|
2941
2946
|
},
|
2942
2947
|
"Schema": {
|
2943
|
-
"shape": "
|
2948
|
+
"shape": "Snm"
|
2944
2949
|
},
|
2945
2950
|
"Role": {},
|
2946
2951
|
"GlueVersion": {},
|
@@ -2958,7 +2963,7 @@
|
|
2958
2963
|
"type": "integer"
|
2959
2964
|
},
|
2960
2965
|
"TransformEncryption": {
|
2961
|
-
"shape": "
|
2966
|
+
"shape": "Sfe"
|
2962
2967
|
}
|
2963
2968
|
}
|
2964
2969
|
}
|
@@ -2972,10 +2977,10 @@
|
|
2972
2977
|
"type": "integer"
|
2973
2978
|
},
|
2974
2979
|
"Filter": {
|
2975
|
-
"shape": "
|
2980
|
+
"shape": "Snp"
|
2976
2981
|
},
|
2977
2982
|
"Sort": {
|
2978
|
-
"shape": "
|
2983
|
+
"shape": "Snq"
|
2979
2984
|
}
|
2980
2985
|
}
|
2981
2986
|
},
|
@@ -3001,19 +3006,19 @@
|
|
3001
3006
|
"type": "timestamp"
|
3002
3007
|
},
|
3003
3008
|
"InputRecordTables": {
|
3004
|
-
"shape": "
|
3009
|
+
"shape": "Sf9"
|
3005
3010
|
},
|
3006
3011
|
"Parameters": {
|
3007
|
-
"shape": "
|
3012
|
+
"shape": "Sfa"
|
3008
3013
|
},
|
3009
3014
|
"EvaluationMetrics": {
|
3010
|
-
"shape": "
|
3015
|
+
"shape": "Snf"
|
3011
3016
|
},
|
3012
3017
|
"LabelCount": {
|
3013
3018
|
"type": "integer"
|
3014
3019
|
},
|
3015
3020
|
"Schema": {
|
3016
|
-
"shape": "
|
3021
|
+
"shape": "Snm"
|
3017
3022
|
},
|
3018
3023
|
"Role": {},
|
3019
3024
|
"GlueVersion": {},
|
@@ -3031,7 +3036,7 @@
|
|
3031
3036
|
"type": "integer"
|
3032
3037
|
},
|
3033
3038
|
"TransformEncryption": {
|
3034
|
-
"shape": "
|
3039
|
+
"shape": "Sfe"
|
3035
3040
|
}
|
3036
3041
|
}
|
3037
3042
|
}
|
@@ -3048,13 +3053,13 @@
|
|
3048
3053
|
],
|
3049
3054
|
"members": {
|
3050
3055
|
"Source": {
|
3051
|
-
"shape": "
|
3056
|
+
"shape": "Snw"
|
3052
3057
|
},
|
3053
3058
|
"Sinks": {
|
3054
|
-
"shape": "
|
3059
|
+
"shape": "Snx"
|
3055
3060
|
},
|
3056
3061
|
"Location": {
|
3057
|
-
"shape": "
|
3062
|
+
"shape": "Sny"
|
3058
3063
|
}
|
3059
3064
|
}
|
3060
3065
|
},
|
@@ -3065,7 +3070,7 @@
|
|
3065
3070
|
],
|
3066
3071
|
"members": {
|
3067
3072
|
"Mapping": {
|
3068
|
-
"shape": "
|
3073
|
+
"shape": "So0"
|
3069
3074
|
}
|
3070
3075
|
}
|
3071
3076
|
}
|
@@ -3175,7 +3180,7 @@
|
|
3175
3180
|
"Expression": {},
|
3176
3181
|
"NextToken": {},
|
3177
3182
|
"Segment": {
|
3178
|
-
"shape": "
|
3183
|
+
"shape": "Soj"
|
3179
3184
|
},
|
3180
3185
|
"MaxResults": {
|
3181
3186
|
"type": "integer"
|
@@ -3208,16 +3213,16 @@
|
|
3208
3213
|
],
|
3209
3214
|
"members": {
|
3210
3215
|
"Mapping": {
|
3211
|
-
"shape": "
|
3216
|
+
"shape": "So0"
|
3212
3217
|
},
|
3213
3218
|
"Source": {
|
3214
|
-
"shape": "
|
3219
|
+
"shape": "Snw"
|
3215
3220
|
},
|
3216
3221
|
"Sinks": {
|
3217
|
-
"shape": "
|
3222
|
+
"shape": "Snx"
|
3218
3223
|
},
|
3219
3224
|
"Location": {
|
3220
|
-
"shape": "
|
3225
|
+
"shape": "Sny"
|
3221
3226
|
},
|
3222
3227
|
"Language": {},
|
3223
3228
|
"AdditionalPlanOptionsMap": {
|
@@ -3243,7 +3248,7 @@
|
|
3243
3248
|
],
|
3244
3249
|
"members": {
|
3245
3250
|
"RegistryId": {
|
3246
|
-
"shape": "
|
3251
|
+
"shape": "Sfr"
|
3247
3252
|
}
|
3248
3253
|
}
|
3249
3254
|
},
|
@@ -3384,7 +3389,7 @@
|
|
3384
3389
|
},
|
3385
3390
|
"SchemaVersionId": {},
|
3386
3391
|
"SchemaVersionNumber": {
|
3387
|
-
"shape": "
|
3392
|
+
"shape": "Sp6"
|
3388
3393
|
}
|
3389
3394
|
}
|
3390
3395
|
},
|
@@ -3417,10 +3422,10 @@
|
|
3417
3422
|
"shape": "Sw"
|
3418
3423
|
},
|
3419
3424
|
"FirstSchemaVersionNumber": {
|
3420
|
-
"shape": "
|
3425
|
+
"shape": "Sp6"
|
3421
3426
|
},
|
3422
3427
|
"SecondSchemaVersionNumber": {
|
3423
|
-
"shape": "
|
3428
|
+
"shape": "Sp6"
|
3424
3429
|
},
|
3425
3430
|
"SchemaDiffType": {}
|
3426
3431
|
}
|
@@ -3446,7 +3451,7 @@
|
|
3446
3451
|
"type": "structure",
|
3447
3452
|
"members": {
|
3448
3453
|
"SecurityConfiguration": {
|
3449
|
-
"shape": "
|
3454
|
+
"shape": "Spf"
|
3450
3455
|
}
|
3451
3456
|
}
|
3452
3457
|
}
|
@@ -3467,7 +3472,7 @@
|
|
3467
3472
|
"SecurityConfigurations": {
|
3468
3473
|
"type": "list",
|
3469
3474
|
"member": {
|
3470
|
-
"shape": "
|
3475
|
+
"shape": "Spf"
|
3471
3476
|
}
|
3472
3477
|
},
|
3473
3478
|
"NextToken": {}
|
@@ -3489,7 +3494,7 @@
|
|
3489
3494
|
"type": "structure",
|
3490
3495
|
"members": {
|
3491
3496
|
"Session": {
|
3492
|
-
"shape": "
|
3497
|
+
"shape": "Sgt"
|
3493
3498
|
}
|
3494
3499
|
}
|
3495
3500
|
}
|
@@ -3513,7 +3518,7 @@
|
|
3513
3518
|
"type": "structure",
|
3514
3519
|
"members": {
|
3515
3520
|
"Statement": {
|
3516
|
-
"shape": "
|
3521
|
+
"shape": "Spn"
|
3517
3522
|
}
|
3518
3523
|
}
|
3519
3524
|
}
|
@@ -3539,7 +3544,7 @@
|
|
3539
3544
|
"type": "structure",
|
3540
3545
|
"members": {
|
3541
3546
|
"Table": {
|
3542
|
-
"shape": "
|
3547
|
+
"shape": "Spu"
|
3543
3548
|
}
|
3544
3549
|
}
|
3545
3550
|
}
|
@@ -3590,7 +3595,7 @@
|
|
3590
3595
|
"type": "structure",
|
3591
3596
|
"members": {
|
3592
3597
|
"TableVersion": {
|
3593
|
-
"shape": "
|
3598
|
+
"shape": "Sq6"
|
3594
3599
|
}
|
3595
3600
|
}
|
3596
3601
|
}
|
@@ -3618,7 +3623,7 @@
|
|
3618
3623
|
"TableVersions": {
|
3619
3624
|
"type": "list",
|
3620
3625
|
"member": {
|
3621
|
-
"shape": "
|
3626
|
+
"shape": "Sq6"
|
3622
3627
|
}
|
3623
3628
|
},
|
3624
3629
|
"NextToken": {}
|
@@ -3649,7 +3654,7 @@
|
|
3649
3654
|
"type": "structure",
|
3650
3655
|
"members": {
|
3651
3656
|
"TableList": {
|
3652
|
-
"shape": "
|
3657
|
+
"shape": "Sqd"
|
3653
3658
|
},
|
3654
3659
|
"NextToken": {}
|
3655
3660
|
}
|
@@ -3733,13 +3738,13 @@
|
|
3733
3738
|
"shape": "S6"
|
3734
3739
|
},
|
3735
3740
|
"AuditContext": {
|
3736
|
-
"shape": "
|
3741
|
+
"shape": "Sql"
|
3737
3742
|
},
|
3738
3743
|
"SupportedPermissionTypes": {
|
3739
|
-
"shape": "
|
3744
|
+
"shape": "Sqo"
|
3740
3745
|
},
|
3741
3746
|
"QuerySessionContext": {
|
3742
|
-
"shape": "
|
3747
|
+
"shape": "Sqq"
|
3743
3748
|
}
|
3744
3749
|
}
|
3745
3750
|
},
|
@@ -3774,20 +3779,20 @@
|
|
3774
3779
|
"TableName": {},
|
3775
3780
|
"Expression": {},
|
3776
3781
|
"AuditContext": {
|
3777
|
-
"shape": "
|
3782
|
+
"shape": "Sql"
|
3778
3783
|
},
|
3779
3784
|
"SupportedPermissionTypes": {
|
3780
|
-
"shape": "
|
3785
|
+
"shape": "Sqo"
|
3781
3786
|
},
|
3782
3787
|
"NextToken": {},
|
3783
3788
|
"Segment": {
|
3784
|
-
"shape": "
|
3789
|
+
"shape": "Soj"
|
3785
3790
|
},
|
3786
3791
|
"MaxResults": {
|
3787
3792
|
"type": "integer"
|
3788
3793
|
},
|
3789
3794
|
"QuerySessionContext": {
|
3790
|
-
"shape": "
|
3795
|
+
"shape": "Sqq"
|
3791
3796
|
}
|
3792
3797
|
}
|
3793
3798
|
},
|
@@ -3830,10 +3835,10 @@
|
|
3830
3835
|
"DatabaseName": {},
|
3831
3836
|
"Name": {},
|
3832
3837
|
"AuditContext": {
|
3833
|
-
"shape": "
|
3838
|
+
"shape": "Sql"
|
3834
3839
|
},
|
3835
3840
|
"SupportedPermissionTypes": {
|
3836
|
-
"shape": "
|
3841
|
+
"shape": "Sqo"
|
3837
3842
|
},
|
3838
3843
|
"ParentResourceArn": {},
|
3839
3844
|
"RootResourceArn": {},
|
@@ -3845,10 +3850,10 @@
|
|
3845
3850
|
}
|
3846
3851
|
},
|
3847
3852
|
"Permissions": {
|
3848
|
-
"shape": "
|
3853
|
+
"shape": "Sey"
|
3849
3854
|
},
|
3850
3855
|
"QuerySessionContext": {
|
3851
|
-
"shape": "
|
3856
|
+
"shape": "Sqq"
|
3852
3857
|
}
|
3853
3858
|
}
|
3854
3859
|
},
|
@@ -3856,7 +3861,7 @@
|
|
3856
3861
|
"type": "structure",
|
3857
3862
|
"members": {
|
3858
3863
|
"Table": {
|
3859
|
-
"shape": "
|
3864
|
+
"shape": "Spu"
|
3860
3865
|
},
|
3861
3866
|
"AuthorizedColumns": {
|
3862
3867
|
"shape": "Sn"
|
@@ -3883,7 +3888,7 @@
|
|
3883
3888
|
"type": "boolean"
|
3884
3889
|
},
|
3885
3890
|
"Permissions": {
|
3886
|
-
"shape": "
|
3891
|
+
"shape": "Sey"
|
3887
3892
|
},
|
3888
3893
|
"RowFilter": {}
|
3889
3894
|
}
|
@@ -3906,7 +3911,7 @@
|
|
3906
3911
|
"type": "structure",
|
3907
3912
|
"members": {
|
3908
3913
|
"UserDefinedFunction": {
|
3909
|
-
"shape": "
|
3914
|
+
"shape": "Sr7"
|
3910
3915
|
}
|
3911
3916
|
}
|
3912
3917
|
}
|
@@ -3933,7 +3938,7 @@
|
|
3933
3938
|
"UserDefinedFunctions": {
|
3934
3939
|
"type": "list",
|
3935
3940
|
"member": {
|
3936
|
-
"shape": "
|
3941
|
+
"shape": "Sr7"
|
3937
3942
|
}
|
3938
3943
|
},
|
3939
3944
|
"NextToken": {}
|
@@ -4374,7 +4379,7 @@
|
|
4374
4379
|
"type": "timestamp"
|
4375
4380
|
},
|
4376
4381
|
"TargetTable": {
|
4377
|
-
"shape": "
|
4382
|
+
"shape": "Sep"
|
4378
4383
|
}
|
4379
4384
|
}
|
4380
4385
|
},
|
@@ -4400,7 +4405,7 @@
|
|
4400
4405
|
"type": "timestamp"
|
4401
4406
|
},
|
4402
4407
|
"TargetTable": {
|
4403
|
-
"shape": "
|
4408
|
+
"shape": "Sep"
|
4404
4409
|
},
|
4405
4410
|
"RecommendationRunId": {},
|
4406
4411
|
"RuleCount": {
|
@@ -4469,10 +4474,10 @@
|
|
4469
4474
|
"type": "integer"
|
4470
4475
|
},
|
4471
4476
|
"Filter": {
|
4472
|
-
"shape": "
|
4477
|
+
"shape": "Snp"
|
4473
4478
|
},
|
4474
4479
|
"Sort": {
|
4475
|
-
"shape": "
|
4480
|
+
"shape": "Snq"
|
4476
4481
|
},
|
4477
4482
|
"Tags": {
|
4478
4483
|
"shape": "Sd9"
|
@@ -4567,7 +4572,7 @@
|
|
4567
4572
|
"type": "structure",
|
4568
4573
|
"members": {
|
4569
4574
|
"RegistryId": {
|
4570
|
-
"shape": "
|
4575
|
+
"shape": "Sfr"
|
4571
4576
|
},
|
4572
4577
|
"MaxResults": {
|
4573
4578
|
"type": "integer"
|
@@ -4621,7 +4626,7 @@
|
|
4621
4626
|
"Sessions": {
|
4622
4627
|
"type": "list",
|
4623
4628
|
"member": {
|
4624
|
-
"shape": "
|
4629
|
+
"shape": "Sgt"
|
4625
4630
|
}
|
4626
4631
|
},
|
4627
4632
|
"NextToken": {}
|
@@ -4646,7 +4651,7 @@
|
|
4646
4651
|
"Statements": {
|
4647
4652
|
"type": "list",
|
4648
4653
|
"member": {
|
4649
|
-
"shape": "
|
4654
|
+
"shape": "Spn"
|
4650
4655
|
}
|
4651
4656
|
},
|
4652
4657
|
"NextToken": {}
|
@@ -4742,7 +4747,7 @@
|
|
4742
4747
|
"members": {
|
4743
4748
|
"CatalogId": {},
|
4744
4749
|
"DataCatalogEncryptionSettings": {
|
4745
|
-
"shape": "
|
4750
|
+
"shape": "Slk"
|
4746
4751
|
}
|
4747
4752
|
}
|
4748
4753
|
},
|
@@ -4783,11 +4788,11 @@
|
|
4783
4788
|
"shape": "Sw"
|
4784
4789
|
},
|
4785
4790
|
"SchemaVersionNumber": {
|
4786
|
-
"shape": "
|
4791
|
+
"shape": "Sp6"
|
4787
4792
|
},
|
4788
4793
|
"SchemaVersionId": {},
|
4789
4794
|
"MetadataKeyValue": {
|
4790
|
-
"shape": "
|
4795
|
+
"shape": "Su0"
|
4791
4796
|
}
|
4792
4797
|
}
|
4793
4798
|
},
|
@@ -4838,13 +4843,13 @@
|
|
4838
4843
|
"shape": "Sw"
|
4839
4844
|
},
|
4840
4845
|
"SchemaVersionNumber": {
|
4841
|
-
"shape": "
|
4846
|
+
"shape": "Sp6"
|
4842
4847
|
},
|
4843
4848
|
"SchemaVersionId": {},
|
4844
4849
|
"MetadataList": {
|
4845
4850
|
"type": "list",
|
4846
4851
|
"member": {
|
4847
|
-
"shape": "
|
4852
|
+
"shape": "Su0"
|
4848
4853
|
}
|
4849
4854
|
},
|
4850
4855
|
"MaxResults": {
|
@@ -4918,11 +4923,11 @@
|
|
4918
4923
|
"shape": "Sw"
|
4919
4924
|
},
|
4920
4925
|
"SchemaVersionNumber": {
|
4921
|
-
"shape": "
|
4926
|
+
"shape": "Sp6"
|
4922
4927
|
},
|
4923
4928
|
"SchemaVersionId": {},
|
4924
4929
|
"MetadataKeyValue": {
|
4925
|
-
"shape": "
|
4930
|
+
"shape": "Su0"
|
4926
4931
|
}
|
4927
4932
|
}
|
4928
4933
|
},
|
@@ -4959,7 +4964,7 @@
|
|
4959
4964
|
"type": "structure",
|
4960
4965
|
"members": {
|
4961
4966
|
"JobBookmarkEntry": {
|
4962
|
-
"shape": "
|
4967
|
+
"shape": "Sml"
|
4963
4968
|
}
|
4964
4969
|
}
|
4965
4970
|
}
|
@@ -4976,7 +4981,7 @@
|
|
4976
4981
|
"Name": {},
|
4977
4982
|
"RunId": {},
|
4978
4983
|
"NodeIds": {
|
4979
|
-
"shape": "
|
4984
|
+
"shape": "Sul"
|
4980
4985
|
}
|
4981
4986
|
}
|
4982
4987
|
},
|
@@ -4985,7 +4990,7 @@
|
|
4985
4990
|
"members": {
|
4986
4991
|
"RunId": {},
|
4987
4992
|
"NodeIds": {
|
4988
|
-
"shape": "
|
4993
|
+
"shape": "Sul"
|
4989
4994
|
}
|
4990
4995
|
}
|
4991
4996
|
}
|
@@ -5051,7 +5056,7 @@
|
|
5051
5056
|
"members": {
|
5052
5057
|
"NextToken": {},
|
5053
5058
|
"TableList": {
|
5054
|
-
"shape": "
|
5059
|
+
"shape": "Sqd"
|
5055
5060
|
}
|
5056
5061
|
}
|
5057
5062
|
}
|
@@ -5088,7 +5093,7 @@
|
|
5088
5093
|
"DatabaseName": {},
|
5089
5094
|
"TableName": {},
|
5090
5095
|
"ColumnNameList": {
|
5091
|
-
"shape": "
|
5096
|
+
"shape": "Skr"
|
5092
5097
|
},
|
5093
5098
|
"Role": {},
|
5094
5099
|
"SampleSize": {
|
@@ -5186,13 +5191,13 @@
|
|
5186
5191
|
},
|
5187
5192
|
"ClientToken": {},
|
5188
5193
|
"AdditionalRunOptions": {
|
5189
|
-
"shape": "
|
5194
|
+
"shape": "Slx"
|
5190
5195
|
},
|
5191
5196
|
"RulesetNames": {
|
5192
|
-
"shape": "
|
5197
|
+
"shape": "Sly"
|
5193
5198
|
},
|
5194
5199
|
"AdditionalDataSources": {
|
5195
|
-
"shape": "
|
5200
|
+
"shape": "Sm0"
|
5196
5201
|
}
|
5197
5202
|
}
|
5198
5203
|
},
|
@@ -5606,7 +5611,7 @@
|
|
5606
5611
|
"shape": "S6"
|
5607
5612
|
},
|
5608
5613
|
"ColumnStatisticsList": {
|
5609
|
-
"shape": "
|
5614
|
+
"shape": "Swe"
|
5610
5615
|
}
|
5611
5616
|
}
|
5612
5617
|
},
|
@@ -5614,7 +5619,7 @@
|
|
5614
5619
|
"type": "structure",
|
5615
5620
|
"members": {
|
5616
5621
|
"Errors": {
|
5617
|
-
"shape": "
|
5622
|
+
"shape": "Swg"
|
5618
5623
|
}
|
5619
5624
|
}
|
5620
5625
|
}
|
@@ -5632,7 +5637,7 @@
|
|
5632
5637
|
"DatabaseName": {},
|
5633
5638
|
"TableName": {},
|
5634
5639
|
"ColumnStatisticsList": {
|
5635
|
-
"shape": "
|
5640
|
+
"shape": "Swe"
|
5636
5641
|
}
|
5637
5642
|
}
|
5638
5643
|
},
|
@@ -5640,7 +5645,7 @@
|
|
5640
5645
|
"type": "structure",
|
5641
5646
|
"members": {
|
5642
5647
|
"Errors": {
|
5643
|
-
"shape": "
|
5648
|
+
"shape": "Swg"
|
5644
5649
|
}
|
5645
5650
|
}
|
5646
5651
|
}
|
@@ -5753,7 +5758,7 @@
|
|
5753
5758
|
"CatalogId": {},
|
5754
5759
|
"Name": {},
|
5755
5760
|
"DatabaseInput": {
|
5756
|
-
"shape": "
|
5761
|
+
"shape": "Ses"
|
5757
5762
|
}
|
5758
5763
|
}
|
5759
5764
|
},
|
@@ -5906,7 +5911,7 @@
|
|
5906
5911
|
"Name": {},
|
5907
5912
|
"Description": {},
|
5908
5913
|
"Parameters": {
|
5909
|
-
"shape": "
|
5914
|
+
"shape": "Sfa"
|
5910
5915
|
},
|
5911
5916
|
"Role": {},
|
5912
5917
|
"GlueVersion": {},
|
@@ -5967,7 +5972,7 @@
|
|
5967
5972
|
],
|
5968
5973
|
"members": {
|
5969
5974
|
"RegistryId": {
|
5970
|
-
"shape": "
|
5975
|
+
"shape": "Sfr"
|
5971
5976
|
},
|
5972
5977
|
"Description": {}
|
5973
5978
|
}
|
@@ -5991,7 +5996,7 @@
|
|
5991
5996
|
"shape": "Sw"
|
5992
5997
|
},
|
5993
5998
|
"SchemaVersionNumber": {
|
5994
|
-
"shape": "
|
5999
|
+
"shape": "Sp6"
|
5995
6000
|
},
|
5996
6001
|
"Compatibility": {},
|
5997
6002
|
"Description": {}
|
@@ -6039,7 +6044,7 @@
|
|
6039
6044
|
"CatalogId": {},
|
6040
6045
|
"DatabaseName": {},
|
6041
6046
|
"TableInput": {
|
6042
|
-
"shape": "
|
6047
|
+
"shape": "Sgy"
|
6043
6048
|
},
|
6044
6049
|
"SkipArchive": {
|
6045
6050
|
"type": "boolean"
|
@@ -6128,7 +6133,7 @@
|
|
6128
6133
|
"DatabaseName": {},
|
6129
6134
|
"FunctionName": {},
|
6130
6135
|
"FunctionInput": {
|
6131
|
-
"shape": "
|
6136
|
+
"shape": "Shd"
|
6132
6137
|
}
|
6133
6138
|
}
|
6134
6139
|
},
|
@@ -9358,6 +9363,36 @@
|
|
9358
9363
|
},
|
9359
9364
|
"PhysicalConnectionRequirements": {
|
9360
9365
|
"shape": "Se0"
|
9366
|
+
},
|
9367
|
+
"AuthenticationConfiguration": {
|
9368
|
+
"type": "structure",
|
9369
|
+
"members": {
|
9370
|
+
"AuthenticationType": {},
|
9371
|
+
"SecretArn": {},
|
9372
|
+
"OAuth2Properties": {
|
9373
|
+
"type": "structure",
|
9374
|
+
"members": {
|
9375
|
+
"OAuth2GrantType": {},
|
9376
|
+
"OAuth2ClientApplication": {
|
9377
|
+
"shape": "Se7"
|
9378
|
+
},
|
9379
|
+
"TokenUrl": {},
|
9380
|
+
"TokenUrlParametersMap": {
|
9381
|
+
"shape": "Seb"
|
9382
|
+
},
|
9383
|
+
"AuthorizationCodeProperties": {
|
9384
|
+
"type": "structure",
|
9385
|
+
"members": {
|
9386
|
+
"AuthorizationCode": {},
|
9387
|
+
"RedirectUri": {}
|
9388
|
+
}
|
9389
|
+
}
|
9390
|
+
}
|
9391
|
+
}
|
9392
|
+
}
|
9393
|
+
},
|
9394
|
+
"ValidateCredentials": {
|
9395
|
+
"type": "boolean"
|
9361
9396
|
}
|
9362
9397
|
}
|
9363
9398
|
},
|
@@ -9381,7 +9416,19 @@
|
|
9381
9416
|
"AvailabilityZone": {}
|
9382
9417
|
}
|
9383
9418
|
},
|
9384
|
-
"
|
9419
|
+
"Se7": {
|
9420
|
+
"type": "structure",
|
9421
|
+
"members": {
|
9422
|
+
"UserManagedClientApplicationClientId": {},
|
9423
|
+
"AWSManagedClientApplicationReference": {}
|
9424
|
+
}
|
9425
|
+
},
|
9426
|
+
"Seb": {
|
9427
|
+
"type": "map",
|
9428
|
+
"key": {},
|
9429
|
+
"value": {}
|
9430
|
+
},
|
9431
|
+
"Sep": {
|
9385
9432
|
"type": "structure",
|
9386
9433
|
"required": [
|
9387
9434
|
"TableName",
|
@@ -9393,7 +9440,7 @@
|
|
9393
9440
|
"CatalogId": {}
|
9394
9441
|
}
|
9395
9442
|
},
|
9396
|
-
"
|
9443
|
+
"Ses": {
|
9397
9444
|
"type": "structure",
|
9398
9445
|
"required": [
|
9399
9446
|
"Name"
|
@@ -9406,17 +9453,17 @@
|
|
9406
9453
|
"shape": "Se"
|
9407
9454
|
},
|
9408
9455
|
"CreateTableDefaultPermissions": {
|
9409
|
-
"shape": "
|
9456
|
+
"shape": "Seu"
|
9410
9457
|
},
|
9411
9458
|
"TargetDatabase": {
|
9412
|
-
"shape": "
|
9459
|
+
"shape": "Sf0"
|
9413
9460
|
},
|
9414
9461
|
"FederatedDatabase": {
|
9415
|
-
"shape": "
|
9462
|
+
"shape": "Sf1"
|
9416
9463
|
}
|
9417
9464
|
}
|
9418
9465
|
},
|
9419
|
-
"
|
9466
|
+
"Seu": {
|
9420
9467
|
"type": "list",
|
9421
9468
|
"member": {
|
9422
9469
|
"type": "structure",
|
@@ -9428,16 +9475,16 @@
|
|
9428
9475
|
}
|
9429
9476
|
},
|
9430
9477
|
"Permissions": {
|
9431
|
-
"shape": "
|
9478
|
+
"shape": "Sey"
|
9432
9479
|
}
|
9433
9480
|
}
|
9434
9481
|
}
|
9435
9482
|
},
|
9436
|
-
"
|
9483
|
+
"Sey": {
|
9437
9484
|
"type": "list",
|
9438
9485
|
"member": {}
|
9439
9486
|
},
|
9440
|
-
"
|
9487
|
+
"Sf0": {
|
9441
9488
|
"type": "structure",
|
9442
9489
|
"members": {
|
9443
9490
|
"CatalogId": {},
|
@@ -9445,20 +9492,20 @@
|
|
9445
9492
|
"Region": {}
|
9446
9493
|
}
|
9447
9494
|
},
|
9448
|
-
"
|
9495
|
+
"Sf1": {
|
9449
9496
|
"type": "structure",
|
9450
9497
|
"members": {
|
9451
9498
|
"Identifier": {},
|
9452
9499
|
"ConnectionName": {}
|
9453
9500
|
}
|
9454
9501
|
},
|
9455
|
-
"
|
9502
|
+
"Sf9": {
|
9456
9503
|
"type": "list",
|
9457
9504
|
"member": {
|
9458
9505
|
"shape": "S44"
|
9459
9506
|
}
|
9460
9507
|
},
|
9461
|
-
"
|
9508
|
+
"Sfa": {
|
9462
9509
|
"type": "structure",
|
9463
9510
|
"required": [
|
9464
9511
|
"TransformType"
|
@@ -9482,7 +9529,7 @@
|
|
9482
9529
|
}
|
9483
9530
|
}
|
9484
9531
|
},
|
9485
|
-
"
|
9532
|
+
"Sfe": {
|
9486
9533
|
"type": "structure",
|
9487
9534
|
"members": {
|
9488
9535
|
"MlUserDataEncryption": {
|
@@ -9498,7 +9545,7 @@
|
|
9498
9545
|
"TaskRunSecurityConfigurationName": {}
|
9499
9546
|
}
|
9500
9547
|
},
|
9501
|
-
"
|
9548
|
+
"Sfl": {
|
9502
9549
|
"type": "structure",
|
9503
9550
|
"required": [
|
9504
9551
|
"Keys",
|
@@ -9512,14 +9559,14 @@
|
|
9512
9559
|
"IndexName": {}
|
9513
9560
|
}
|
9514
9561
|
},
|
9515
|
-
"
|
9562
|
+
"Sfr": {
|
9516
9563
|
"type": "structure",
|
9517
9564
|
"members": {
|
9518
9565
|
"RegistryName": {},
|
9519
9566
|
"RegistryArn": {}
|
9520
9567
|
}
|
9521
9568
|
},
|
9522
|
-
"
|
9569
|
+
"Sfy": {
|
9523
9570
|
"type": "list",
|
9524
9571
|
"member": {
|
9525
9572
|
"type": "structure",
|
@@ -9532,7 +9579,7 @@
|
|
9532
9579
|
"Id": {},
|
9533
9580
|
"NodeType": {},
|
9534
9581
|
"Args": {
|
9535
|
-
"shape": "
|
9582
|
+
"shape": "Sg2"
|
9536
9583
|
},
|
9537
9584
|
"LineNumber": {
|
9538
9585
|
"type": "integer"
|
@@ -9540,7 +9587,7 @@
|
|
9540
9587
|
}
|
9541
9588
|
}
|
9542
9589
|
},
|
9543
|
-
"
|
9590
|
+
"Sg2": {
|
9544
9591
|
"type": "list",
|
9545
9592
|
"member": {
|
9546
9593
|
"type": "structure",
|
@@ -9557,7 +9604,7 @@
|
|
9557
9604
|
}
|
9558
9605
|
}
|
9559
9606
|
},
|
9560
|
-
"
|
9607
|
+
"Sg6": {
|
9561
9608
|
"type": "list",
|
9562
9609
|
"member": {
|
9563
9610
|
"type": "structure",
|
@@ -9572,7 +9619,7 @@
|
|
9572
9619
|
}
|
9573
9620
|
}
|
9574
9621
|
},
|
9575
|
-
"
|
9622
|
+
"Sgd": {
|
9576
9623
|
"type": "structure",
|
9577
9624
|
"members": {
|
9578
9625
|
"S3Encryption": {
|
@@ -9601,19 +9648,19 @@
|
|
9601
9648
|
}
|
9602
9649
|
}
|
9603
9650
|
},
|
9604
|
-
"
|
9651
|
+
"Sgp": {
|
9605
9652
|
"type": "structure",
|
9606
9653
|
"members": {
|
9607
9654
|
"Name": {},
|
9608
9655
|
"PythonVersion": {}
|
9609
9656
|
}
|
9610
9657
|
},
|
9611
|
-
"
|
9658
|
+
"Sgq": {
|
9612
9659
|
"type": "map",
|
9613
9660
|
"key": {},
|
9614
9661
|
"value": {}
|
9615
9662
|
},
|
9616
|
-
"
|
9663
|
+
"Sgt": {
|
9617
9664
|
"type": "structure",
|
9618
9665
|
"members": {
|
9619
9666
|
"Id": {},
|
@@ -9625,10 +9672,10 @@
|
|
9625
9672
|
"Description": {},
|
9626
9673
|
"Role": {},
|
9627
9674
|
"Command": {
|
9628
|
-
"shape": "
|
9675
|
+
"shape": "Sgp"
|
9629
9676
|
},
|
9630
9677
|
"DefaultArguments": {
|
9631
|
-
"shape": "
|
9678
|
+
"shape": "Sgq"
|
9632
9679
|
},
|
9633
9680
|
"Connections": {
|
9634
9681
|
"shape": "S5a"
|
@@ -9659,7 +9706,7 @@
|
|
9659
9706
|
}
|
9660
9707
|
}
|
9661
9708
|
},
|
9662
|
-
"
|
9709
|
+
"Sgy": {
|
9663
9710
|
"type": "structure",
|
9664
9711
|
"required": [
|
9665
9712
|
"Name"
|
@@ -9690,11 +9737,11 @@
|
|
9690
9737
|
"shape": "Se"
|
9691
9738
|
},
|
9692
9739
|
"TargetTable": {
|
9693
|
-
"shape": "
|
9740
|
+
"shape": "Sh2"
|
9694
9741
|
}
|
9695
9742
|
}
|
9696
9743
|
},
|
9697
|
-
"
|
9744
|
+
"Sh2": {
|
9698
9745
|
"type": "structure",
|
9699
9746
|
"members": {
|
9700
9747
|
"CatalogId": {},
|
@@ -9703,7 +9750,7 @@
|
|
9703
9750
|
"Region": {}
|
9704
9751
|
}
|
9705
9752
|
},
|
9706
|
-
"
|
9753
|
+
"Shd": {
|
9707
9754
|
"type": "structure",
|
9708
9755
|
"members": {
|
9709
9756
|
"FunctionName": {},
|
@@ -9711,11 +9758,11 @@
|
|
9711
9758
|
"OwnerName": {},
|
9712
9759
|
"OwnerType": {},
|
9713
9760
|
"ResourceUris": {
|
9714
|
-
"shape": "
|
9761
|
+
"shape": "Shf"
|
9715
9762
|
}
|
9716
9763
|
}
|
9717
9764
|
},
|
9718
|
-
"
|
9765
|
+
"Shf": {
|
9719
9766
|
"type": "list",
|
9720
9767
|
"member": {
|
9721
9768
|
"type": "structure",
|
@@ -9725,7 +9772,7 @@
|
|
9725
9772
|
}
|
9726
9773
|
}
|
9727
9774
|
},
|
9728
|
-
"
|
9775
|
+
"Sjc": {
|
9729
9776
|
"type": "structure",
|
9730
9777
|
"members": {
|
9731
9778
|
"BlueprintName": {},
|
@@ -9744,7 +9791,7 @@
|
|
9744
9791
|
"RoleArn": {}
|
9745
9792
|
}
|
9746
9793
|
},
|
9747
|
-
"
|
9794
|
+
"Sjp": {
|
9748
9795
|
"type": "structure",
|
9749
9796
|
"members": {
|
9750
9797
|
"GrokClassifier": {
|
@@ -9850,17 +9897,17 @@
|
|
9850
9897
|
}
|
9851
9898
|
}
|
9852
9899
|
},
|
9853
|
-
"
|
9900
|
+
"Sjz": {
|
9854
9901
|
"type": "list",
|
9855
9902
|
"member": {}
|
9856
9903
|
},
|
9857
|
-
"
|
9904
|
+
"Sk1": {
|
9858
9905
|
"type": "list",
|
9859
9906
|
"member": {
|
9860
|
-
"shape": "
|
9907
|
+
"shape": "Sk2"
|
9861
9908
|
}
|
9862
9909
|
},
|
9863
|
-
"
|
9910
|
+
"Sk2": {
|
9864
9911
|
"type": "structure",
|
9865
9912
|
"required": [
|
9866
9913
|
"ColumnName",
|
@@ -9929,10 +9976,10 @@
|
|
9929
9976
|
],
|
9930
9977
|
"members": {
|
9931
9978
|
"MinimumValue": {
|
9932
|
-
"shape": "
|
9979
|
+
"shape": "Ska"
|
9933
9980
|
},
|
9934
9981
|
"MaximumValue": {
|
9935
|
-
"shape": "
|
9982
|
+
"shape": "Ska"
|
9936
9983
|
},
|
9937
9984
|
"NumberOfNulls": {
|
9938
9985
|
"type": "long"
|
@@ -10030,7 +10077,7 @@
|
|
10030
10077
|
}
|
10031
10078
|
}
|
10032
10079
|
},
|
10033
|
-
"
|
10080
|
+
"Ska": {
|
10034
10081
|
"type": "structure",
|
10035
10082
|
"required": [
|
10036
10083
|
"UnscaledValue",
|
@@ -10045,7 +10092,7 @@
|
|
10045
10092
|
}
|
10046
10093
|
}
|
10047
10094
|
},
|
10048
|
-
"
|
10095
|
+
"Skj": {
|
10049
10096
|
"type": "list",
|
10050
10097
|
"member": {
|
10051
10098
|
"type": "structure",
|
@@ -10057,7 +10104,7 @@
|
|
10057
10104
|
}
|
10058
10105
|
}
|
10059
10106
|
},
|
10060
|
-
"
|
10107
|
+
"Skp": {
|
10061
10108
|
"type": "structure",
|
10062
10109
|
"members": {
|
10063
10110
|
"CustomerId": {},
|
@@ -10065,7 +10112,7 @@
|
|
10065
10112
|
"DatabaseName": {},
|
10066
10113
|
"TableName": {},
|
10067
10114
|
"ColumnNameList": {
|
10068
|
-
"shape": "
|
10115
|
+
"shape": "Skr"
|
10069
10116
|
},
|
10070
10117
|
"CatalogID": {},
|
10071
10118
|
"Role": {},
|
@@ -10096,11 +10143,11 @@
|
|
10096
10143
|
}
|
10097
10144
|
}
|
10098
10145
|
},
|
10099
|
-
"
|
10146
|
+
"Skr": {
|
10100
10147
|
"type": "list",
|
10101
10148
|
"member": {}
|
10102
10149
|
},
|
10103
|
-
"
|
10150
|
+
"Sl0": {
|
10104
10151
|
"type": "structure",
|
10105
10152
|
"members": {
|
10106
10153
|
"Name": {},
|
@@ -10121,10 +10168,35 @@
|
|
10121
10168
|
"LastUpdatedTime": {
|
10122
10169
|
"type": "timestamp"
|
10123
10170
|
},
|
10124
|
-
"LastUpdatedBy": {}
|
10171
|
+
"LastUpdatedBy": {},
|
10172
|
+
"Status": {},
|
10173
|
+
"StatusReason": {},
|
10174
|
+
"LastConnectionValidationTime": {
|
10175
|
+
"type": "timestamp"
|
10176
|
+
},
|
10177
|
+
"AuthenticationConfiguration": {
|
10178
|
+
"type": "structure",
|
10179
|
+
"members": {
|
10180
|
+
"AuthenticationType": {},
|
10181
|
+
"SecretArn": {},
|
10182
|
+
"OAuth2Properties": {
|
10183
|
+
"type": "structure",
|
10184
|
+
"members": {
|
10185
|
+
"OAuth2GrantType": {},
|
10186
|
+
"OAuth2ClientApplication": {
|
10187
|
+
"shape": "Se7"
|
10188
|
+
},
|
10189
|
+
"TokenUrl": {},
|
10190
|
+
"TokenUrlParametersMap": {
|
10191
|
+
"shape": "Seb"
|
10192
|
+
}
|
10193
|
+
}
|
10194
|
+
}
|
10195
|
+
}
|
10196
|
+
}
|
10125
10197
|
}
|
10126
10198
|
},
|
10127
|
-
"
|
10199
|
+
"Slk": {
|
10128
10200
|
"type": "structure",
|
10129
10201
|
"members": {
|
10130
10202
|
"EncryptionAtRest": {
|
@@ -10152,7 +10224,7 @@
|
|
10152
10224
|
}
|
10153
10225
|
}
|
10154
10226
|
},
|
10155
|
-
"
|
10227
|
+
"Slx": {
|
10156
10228
|
"type": "structure",
|
10157
10229
|
"members": {
|
10158
10230
|
"CloudWatchMetricsEnabled": {
|
@@ -10161,18 +10233,18 @@
|
|
10161
10233
|
"ResultsS3Prefix": {}
|
10162
10234
|
}
|
10163
10235
|
},
|
10164
|
-
"
|
10236
|
+
"Sly": {
|
10165
10237
|
"type": "list",
|
10166
10238
|
"member": {}
|
10167
10239
|
},
|
10168
|
-
"
|
10240
|
+
"Sm0": {
|
10169
10241
|
"type": "map",
|
10170
10242
|
"key": {},
|
10171
10243
|
"value": {
|
10172
10244
|
"shape": "S43"
|
10173
10245
|
}
|
10174
10246
|
},
|
10175
|
-
"
|
10247
|
+
"Sm3": {
|
10176
10248
|
"type": "structure",
|
10177
10249
|
"required": [
|
10178
10250
|
"Name"
|
@@ -10188,18 +10260,18 @@
|
|
10188
10260
|
"type": "timestamp"
|
10189
10261
|
},
|
10190
10262
|
"CreateTableDefaultPermissions": {
|
10191
|
-
"shape": "
|
10263
|
+
"shape": "Seu"
|
10192
10264
|
},
|
10193
10265
|
"TargetDatabase": {
|
10194
|
-
"shape": "
|
10266
|
+
"shape": "Sf0"
|
10195
10267
|
},
|
10196
10268
|
"CatalogId": {},
|
10197
10269
|
"FederatedDatabase": {
|
10198
|
-
"shape": "
|
10270
|
+
"shape": "Sf1"
|
10199
10271
|
}
|
10200
10272
|
}
|
10201
10273
|
},
|
10202
|
-
"
|
10274
|
+
"Sml": {
|
10203
10275
|
"type": "structure",
|
10204
10276
|
"members": {
|
10205
10277
|
"JobName": {},
|
@@ -10217,7 +10289,7 @@
|
|
10217
10289
|
"JobBookmark": {}
|
10218
10290
|
}
|
10219
10291
|
},
|
10220
|
-
"
|
10292
|
+
"Smw": {
|
10221
10293
|
"type": "structure",
|
10222
10294
|
"members": {
|
10223
10295
|
"TaskType": {},
|
@@ -10252,7 +10324,7 @@
|
|
10252
10324
|
}
|
10253
10325
|
}
|
10254
10326
|
},
|
10255
|
-
"
|
10327
|
+
"Snf": {
|
10256
10328
|
"type": "structure",
|
10257
10329
|
"required": [
|
10258
10330
|
"TransformType"
|
@@ -10307,7 +10379,7 @@
|
|
10307
10379
|
}
|
10308
10380
|
}
|
10309
10381
|
},
|
10310
|
-
"
|
10382
|
+
"Snm": {
|
10311
10383
|
"type": "list",
|
10312
10384
|
"member": {
|
10313
10385
|
"type": "structure",
|
@@ -10317,7 +10389,7 @@
|
|
10317
10389
|
}
|
10318
10390
|
}
|
10319
10391
|
},
|
10320
|
-
"
|
10392
|
+
"Snp": {
|
10321
10393
|
"type": "structure",
|
10322
10394
|
"members": {
|
10323
10395
|
"Name": {},
|
@@ -10337,11 +10409,11 @@
|
|
10337
10409
|
"type": "timestamp"
|
10338
10410
|
},
|
10339
10411
|
"Schema": {
|
10340
|
-
"shape": "
|
10412
|
+
"shape": "Snm"
|
10341
10413
|
}
|
10342
10414
|
}
|
10343
10415
|
},
|
10344
|
-
"
|
10416
|
+
"Snq": {
|
10345
10417
|
"type": "structure",
|
10346
10418
|
"required": [
|
10347
10419
|
"Column",
|
@@ -10352,7 +10424,7 @@
|
|
10352
10424
|
"SortDirection": {}
|
10353
10425
|
}
|
10354
10426
|
},
|
10355
|
-
"
|
10427
|
+
"Snw": {
|
10356
10428
|
"type": "structure",
|
10357
10429
|
"required": [
|
10358
10430
|
"DatabaseName",
|
@@ -10363,27 +10435,27 @@
|
|
10363
10435
|
"TableName": {}
|
10364
10436
|
}
|
10365
10437
|
},
|
10366
|
-
"
|
10438
|
+
"Snx": {
|
10367
10439
|
"type": "list",
|
10368
10440
|
"member": {
|
10369
|
-
"shape": "
|
10441
|
+
"shape": "Snw"
|
10370
10442
|
}
|
10371
10443
|
},
|
10372
|
-
"
|
10444
|
+
"Sny": {
|
10373
10445
|
"type": "structure",
|
10374
10446
|
"members": {
|
10375
10447
|
"Jdbc": {
|
10376
|
-
"shape": "
|
10448
|
+
"shape": "Sg2"
|
10377
10449
|
},
|
10378
10450
|
"S3": {
|
10379
|
-
"shape": "
|
10451
|
+
"shape": "Sg2"
|
10380
10452
|
},
|
10381
10453
|
"DynamoDB": {
|
10382
|
-
"shape": "
|
10454
|
+
"shape": "Sg2"
|
10383
10455
|
}
|
10384
10456
|
}
|
10385
10457
|
},
|
10386
|
-
"
|
10458
|
+
"So0": {
|
10387
10459
|
"type": "list",
|
10388
10460
|
"member": {
|
10389
10461
|
"type": "structure",
|
@@ -10397,7 +10469,7 @@
|
|
10397
10469
|
}
|
10398
10470
|
}
|
10399
10471
|
},
|
10400
|
-
"
|
10472
|
+
"Soj": {
|
10401
10473
|
"type": "structure",
|
10402
10474
|
"required": [
|
10403
10475
|
"SegmentNumber",
|
@@ -10412,7 +10484,7 @@
|
|
10412
10484
|
}
|
10413
10485
|
}
|
10414
10486
|
},
|
10415
|
-
"
|
10487
|
+
"Sp6": {
|
10416
10488
|
"type": "structure",
|
10417
10489
|
"members": {
|
10418
10490
|
"LatestVersion": {
|
@@ -10423,7 +10495,7 @@
|
|
10423
10495
|
}
|
10424
10496
|
}
|
10425
10497
|
},
|
10426
|
-
"
|
10498
|
+
"Spf": {
|
10427
10499
|
"type": "structure",
|
10428
10500
|
"members": {
|
10429
10501
|
"Name": {},
|
@@ -10431,11 +10503,11 @@
|
|
10431
10503
|
"type": "timestamp"
|
10432
10504
|
},
|
10433
10505
|
"EncryptionConfiguration": {
|
10434
|
-
"shape": "
|
10506
|
+
"shape": "Sgd"
|
10435
10507
|
}
|
10436
10508
|
}
|
10437
10509
|
},
|
10438
|
-
"
|
10510
|
+
"Spn": {
|
10439
10511
|
"type": "structure",
|
10440
10512
|
"members": {
|
10441
10513
|
"Id": {
|
@@ -10474,7 +10546,7 @@
|
|
10474
10546
|
}
|
10475
10547
|
}
|
10476
10548
|
},
|
10477
|
-
"
|
10549
|
+
"Spu": {
|
10478
10550
|
"type": "structure",
|
10479
10551
|
"required": [
|
10480
10552
|
"Name"
|
@@ -10516,7 +10588,7 @@
|
|
10516
10588
|
"type": "boolean"
|
10517
10589
|
},
|
10518
10590
|
"TargetTable": {
|
10519
|
-
"shape": "
|
10591
|
+
"shape": "Sh2"
|
10520
10592
|
},
|
10521
10593
|
"CatalogId": {},
|
10522
10594
|
"VersionId": {},
|
@@ -10561,22 +10633,22 @@
|
|
10561
10633
|
}
|
10562
10634
|
}
|
10563
10635
|
},
|
10564
|
-
"
|
10636
|
+
"Sq6": {
|
10565
10637
|
"type": "structure",
|
10566
10638
|
"members": {
|
10567
10639
|
"Table": {
|
10568
|
-
"shape": "
|
10640
|
+
"shape": "Spu"
|
10569
10641
|
},
|
10570
10642
|
"VersionId": {}
|
10571
10643
|
}
|
10572
10644
|
},
|
10573
|
-
"
|
10645
|
+
"Sqd": {
|
10574
10646
|
"type": "list",
|
10575
10647
|
"member": {
|
10576
|
-
"shape": "
|
10648
|
+
"shape": "Spu"
|
10577
10649
|
}
|
10578
10650
|
},
|
10579
|
-
"
|
10651
|
+
"Sql": {
|
10580
10652
|
"type": "structure",
|
10581
10653
|
"members": {
|
10582
10654
|
"AdditionalAuditContext": {},
|
@@ -10589,11 +10661,11 @@
|
|
10589
10661
|
}
|
10590
10662
|
}
|
10591
10663
|
},
|
10592
|
-
"
|
10664
|
+
"Sqo": {
|
10593
10665
|
"type": "list",
|
10594
10666
|
"member": {}
|
10595
10667
|
},
|
10596
|
-
"
|
10668
|
+
"Sqq": {
|
10597
10669
|
"type": "structure",
|
10598
10670
|
"members": {
|
10599
10671
|
"QueryId": {},
|
@@ -10609,7 +10681,7 @@
|
|
10609
10681
|
}
|
10610
10682
|
}
|
10611
10683
|
},
|
10612
|
-
"
|
10684
|
+
"Sr7": {
|
10613
10685
|
"type": "structure",
|
10614
10686
|
"members": {
|
10615
10687
|
"FunctionName": {},
|
@@ -10621,35 +10693,35 @@
|
|
10621
10693
|
"type": "timestamp"
|
10622
10694
|
},
|
10623
10695
|
"ResourceUris": {
|
10624
|
-
"shape": "
|
10696
|
+
"shape": "Shf"
|
10625
10697
|
},
|
10626
10698
|
"CatalogId": {}
|
10627
10699
|
}
|
10628
10700
|
},
|
10629
|
-
"
|
10701
|
+
"Su0": {
|
10630
10702
|
"type": "structure",
|
10631
10703
|
"members": {
|
10632
10704
|
"MetadataKey": {},
|
10633
10705
|
"MetadataValue": {}
|
10634
10706
|
}
|
10635
10707
|
},
|
10636
|
-
"
|
10708
|
+
"Sul": {
|
10637
10709
|
"type": "list",
|
10638
10710
|
"member": {}
|
10639
10711
|
},
|
10640
|
-
"
|
10712
|
+
"Swe": {
|
10641
10713
|
"type": "list",
|
10642
10714
|
"member": {
|
10643
|
-
"shape": "
|
10715
|
+
"shape": "Sk2"
|
10644
10716
|
}
|
10645
10717
|
},
|
10646
|
-
"
|
10718
|
+
"Swg": {
|
10647
10719
|
"type": "list",
|
10648
10720
|
"member": {
|
10649
10721
|
"type": "structure",
|
10650
10722
|
"members": {
|
10651
10723
|
"ColumnStatistics": {
|
10652
|
-
"shape": "
|
10724
|
+
"shape": "Sk2"
|
10653
10725
|
},
|
10654
10726
|
"Error": {
|
10655
10727
|
"shape": "S14"
|