@aws-sdk/client-glue 3.179.0 → 3.181.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/CHANGELOG.md +20 -0
- package/dist-cjs/protocols/Aws_json1_1.js +190 -184
- package/dist-es/protocols/Aws_json1_1.js +197 -184
- package/package.json +6 -6
|
@@ -1871,7 +1871,7 @@ exports.deserializeAws_json1_1BatchCreatePartitionCommand = deserializeAws_json1
|
|
|
1871
1871
|
const deserializeAws_json1_1BatchCreatePartitionCommandError = async (output, context) => {
|
|
1872
1872
|
const parsedOutput = {
|
|
1873
1873
|
...output,
|
|
1874
|
-
body: await
|
|
1874
|
+
body: await parseErrorBody(output.body, context),
|
|
1875
1875
|
};
|
|
1876
1876
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1877
1877
|
switch (errorCode) {
|
|
@@ -1923,7 +1923,7 @@ exports.deserializeAws_json1_1BatchDeleteConnectionCommand = deserializeAws_json
|
|
|
1923
1923
|
const deserializeAws_json1_1BatchDeleteConnectionCommandError = async (output, context) => {
|
|
1924
1924
|
const parsedOutput = {
|
|
1925
1925
|
...output,
|
|
1926
|
-
body: await
|
|
1926
|
+
body: await parseErrorBody(output.body, context),
|
|
1927
1927
|
};
|
|
1928
1928
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1929
1929
|
switch (errorCode) {
|
|
@@ -1960,7 +1960,7 @@ exports.deserializeAws_json1_1BatchDeletePartitionCommand = deserializeAws_json1
|
|
|
1960
1960
|
const deserializeAws_json1_1BatchDeletePartitionCommandError = async (output, context) => {
|
|
1961
1961
|
const parsedOutput = {
|
|
1962
1962
|
...output,
|
|
1963
|
-
body: await
|
|
1963
|
+
body: await parseErrorBody(output.body, context),
|
|
1964
1964
|
};
|
|
1965
1965
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1966
1966
|
switch (errorCode) {
|
|
@@ -2003,7 +2003,7 @@ exports.deserializeAws_json1_1BatchDeleteTableCommand = deserializeAws_json1_1Ba
|
|
|
2003
2003
|
const deserializeAws_json1_1BatchDeleteTableCommandError = async (output, context) => {
|
|
2004
2004
|
const parsedOutput = {
|
|
2005
2005
|
...output,
|
|
2006
|
-
body: await
|
|
2006
|
+
body: await parseErrorBody(output.body, context),
|
|
2007
2007
|
};
|
|
2008
2008
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2009
2009
|
switch (errorCode) {
|
|
@@ -2052,7 +2052,7 @@ exports.deserializeAws_json1_1BatchDeleteTableVersionCommand = deserializeAws_js
|
|
|
2052
2052
|
const deserializeAws_json1_1BatchDeleteTableVersionCommandError = async (output, context) => {
|
|
2053
2053
|
const parsedOutput = {
|
|
2054
2054
|
...output,
|
|
2055
|
-
body: await
|
|
2055
|
+
body: await parseErrorBody(output.body, context),
|
|
2056
2056
|
};
|
|
2057
2057
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2058
2058
|
switch (errorCode) {
|
|
@@ -2095,7 +2095,7 @@ exports.deserializeAws_json1_1BatchGetBlueprintsCommand = deserializeAws_json1_1
|
|
|
2095
2095
|
const deserializeAws_json1_1BatchGetBlueprintsCommandError = async (output, context) => {
|
|
2096
2096
|
const parsedOutput = {
|
|
2097
2097
|
...output,
|
|
2098
|
-
body: await
|
|
2098
|
+
body: await parseErrorBody(output.body, context),
|
|
2099
2099
|
};
|
|
2100
2100
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2101
2101
|
switch (errorCode) {
|
|
@@ -2135,7 +2135,7 @@ exports.deserializeAws_json1_1BatchGetCrawlersCommand = deserializeAws_json1_1Ba
|
|
|
2135
2135
|
const deserializeAws_json1_1BatchGetCrawlersCommandError = async (output, context) => {
|
|
2136
2136
|
const parsedOutput = {
|
|
2137
2137
|
...output,
|
|
2138
|
-
body: await
|
|
2138
|
+
body: await parseErrorBody(output.body, context),
|
|
2139
2139
|
};
|
|
2140
2140
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2141
2141
|
switch (errorCode) {
|
|
@@ -2172,7 +2172,7 @@ exports.deserializeAws_json1_1BatchGetCustomEntityTypesCommand = deserializeAws_
|
|
|
2172
2172
|
const deserializeAws_json1_1BatchGetCustomEntityTypesCommandError = async (output, context) => {
|
|
2173
2173
|
const parsedOutput = {
|
|
2174
2174
|
...output,
|
|
2175
|
-
body: await
|
|
2175
|
+
body: await parseErrorBody(output.body, context),
|
|
2176
2176
|
};
|
|
2177
2177
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2178
2178
|
switch (errorCode) {
|
|
@@ -2212,7 +2212,7 @@ exports.deserializeAws_json1_1BatchGetDevEndpointsCommand = deserializeAws_json1
|
|
|
2212
2212
|
const deserializeAws_json1_1BatchGetDevEndpointsCommandError = async (output, context) => {
|
|
2213
2213
|
const parsedOutput = {
|
|
2214
2214
|
...output,
|
|
2215
|
-
body: await
|
|
2215
|
+
body: await parseErrorBody(output.body, context),
|
|
2216
2216
|
};
|
|
2217
2217
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2218
2218
|
switch (errorCode) {
|
|
@@ -2255,7 +2255,7 @@ exports.deserializeAws_json1_1BatchGetJobsCommand = deserializeAws_json1_1BatchG
|
|
|
2255
2255
|
const deserializeAws_json1_1BatchGetJobsCommandError = async (output, context) => {
|
|
2256
2256
|
const parsedOutput = {
|
|
2257
2257
|
...output,
|
|
2258
|
-
body: await
|
|
2258
|
+
body: await parseErrorBody(output.body, context),
|
|
2259
2259
|
};
|
|
2260
2260
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2261
2261
|
switch (errorCode) {
|
|
@@ -2295,7 +2295,7 @@ exports.deserializeAws_json1_1BatchGetPartitionCommand = deserializeAws_json1_1B
|
|
|
2295
2295
|
const deserializeAws_json1_1BatchGetPartitionCommandError = async (output, context) => {
|
|
2296
2296
|
const parsedOutput = {
|
|
2297
2297
|
...output,
|
|
2298
|
-
body: await
|
|
2298
|
+
body: await parseErrorBody(output.body, context),
|
|
2299
2299
|
};
|
|
2300
2300
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2301
2301
|
switch (errorCode) {
|
|
@@ -2344,7 +2344,7 @@ exports.deserializeAws_json1_1BatchGetTriggersCommand = deserializeAws_json1_1Ba
|
|
|
2344
2344
|
const deserializeAws_json1_1BatchGetTriggersCommandError = async (output, context) => {
|
|
2345
2345
|
const parsedOutput = {
|
|
2346
2346
|
...output,
|
|
2347
|
-
body: await
|
|
2347
|
+
body: await parseErrorBody(output.body, context),
|
|
2348
2348
|
};
|
|
2349
2349
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2350
2350
|
switch (errorCode) {
|
|
@@ -2384,7 +2384,7 @@ exports.deserializeAws_json1_1BatchGetWorkflowsCommand = deserializeAws_json1_1B
|
|
|
2384
2384
|
const deserializeAws_json1_1BatchGetWorkflowsCommandError = async (output, context) => {
|
|
2385
2385
|
const parsedOutput = {
|
|
2386
2386
|
...output,
|
|
2387
|
-
body: await
|
|
2387
|
+
body: await parseErrorBody(output.body, context),
|
|
2388
2388
|
};
|
|
2389
2389
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2390
2390
|
switch (errorCode) {
|
|
@@ -2424,7 +2424,7 @@ exports.deserializeAws_json1_1BatchStopJobRunCommand = deserializeAws_json1_1Bat
|
|
|
2424
2424
|
const deserializeAws_json1_1BatchStopJobRunCommandError = async (output, context) => {
|
|
2425
2425
|
const parsedOutput = {
|
|
2426
2426
|
...output,
|
|
2427
|
-
body: await
|
|
2427
|
+
body: await parseErrorBody(output.body, context),
|
|
2428
2428
|
};
|
|
2429
2429
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2430
2430
|
switch (errorCode) {
|
|
@@ -2464,7 +2464,7 @@ exports.deserializeAws_json1_1BatchUpdatePartitionCommand = deserializeAws_json1
|
|
|
2464
2464
|
const deserializeAws_json1_1BatchUpdatePartitionCommandError = async (output, context) => {
|
|
2465
2465
|
const parsedOutput = {
|
|
2466
2466
|
...output,
|
|
2467
|
-
body: await
|
|
2467
|
+
body: await parseErrorBody(output.body, context),
|
|
2468
2468
|
};
|
|
2469
2469
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2470
2470
|
switch (errorCode) {
|
|
@@ -2510,7 +2510,7 @@ exports.deserializeAws_json1_1CancelMLTaskRunCommand = deserializeAws_json1_1Can
|
|
|
2510
2510
|
const deserializeAws_json1_1CancelMLTaskRunCommandError = async (output, context) => {
|
|
2511
2511
|
const parsedOutput = {
|
|
2512
2512
|
...output,
|
|
2513
|
-
body: await
|
|
2513
|
+
body: await parseErrorBody(output.body, context),
|
|
2514
2514
|
};
|
|
2515
2515
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2516
2516
|
switch (errorCode) {
|
|
@@ -2553,7 +2553,7 @@ exports.deserializeAws_json1_1CancelStatementCommand = deserializeAws_json1_1Can
|
|
|
2553
2553
|
const deserializeAws_json1_1CancelStatementCommandError = async (output, context) => {
|
|
2554
2554
|
const parsedOutput = {
|
|
2555
2555
|
...output,
|
|
2556
|
-
body: await
|
|
2556
|
+
body: await parseErrorBody(output.body, context),
|
|
2557
2557
|
};
|
|
2558
2558
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2559
2559
|
switch (errorCode) {
|
|
@@ -2602,7 +2602,7 @@ exports.deserializeAws_json1_1CheckSchemaVersionValidityCommand = deserializeAws
|
|
|
2602
2602
|
const deserializeAws_json1_1CheckSchemaVersionValidityCommandError = async (output, context) => {
|
|
2603
2603
|
const parsedOutput = {
|
|
2604
2604
|
...output,
|
|
2605
|
-
body: await
|
|
2605
|
+
body: await parseErrorBody(output.body, context),
|
|
2606
2606
|
};
|
|
2607
2607
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2608
2608
|
switch (errorCode) {
|
|
@@ -2642,7 +2642,7 @@ exports.deserializeAws_json1_1CreateBlueprintCommand = deserializeAws_json1_1Cre
|
|
|
2642
2642
|
const deserializeAws_json1_1CreateBlueprintCommandError = async (output, context) => {
|
|
2643
2643
|
const parsedOutput = {
|
|
2644
2644
|
...output,
|
|
2645
|
-
body: await
|
|
2645
|
+
body: await parseErrorBody(output.body, context),
|
|
2646
2646
|
};
|
|
2647
2647
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2648
2648
|
switch (errorCode) {
|
|
@@ -2688,7 +2688,7 @@ exports.deserializeAws_json1_1CreateClassifierCommand = deserializeAws_json1_1Cr
|
|
|
2688
2688
|
const deserializeAws_json1_1CreateClassifierCommandError = async (output, context) => {
|
|
2689
2689
|
const parsedOutput = {
|
|
2690
2690
|
...output,
|
|
2691
|
-
body: await
|
|
2691
|
+
body: await parseErrorBody(output.body, context),
|
|
2692
2692
|
};
|
|
2693
2693
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2694
2694
|
switch (errorCode) {
|
|
@@ -2728,7 +2728,7 @@ exports.deserializeAws_json1_1CreateConnectionCommand = deserializeAws_json1_1Cr
|
|
|
2728
2728
|
const deserializeAws_json1_1CreateConnectionCommandError = async (output, context) => {
|
|
2729
2729
|
const parsedOutput = {
|
|
2730
2730
|
...output,
|
|
2731
|
-
body: await
|
|
2731
|
+
body: await parseErrorBody(output.body, context),
|
|
2732
2732
|
};
|
|
2733
2733
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2734
2734
|
switch (errorCode) {
|
|
@@ -2774,7 +2774,7 @@ exports.deserializeAws_json1_1CreateCrawlerCommand = deserializeAws_json1_1Creat
|
|
|
2774
2774
|
const deserializeAws_json1_1CreateCrawlerCommandError = async (output, context) => {
|
|
2775
2775
|
const parsedOutput = {
|
|
2776
2776
|
...output,
|
|
2777
|
-
body: await
|
|
2777
|
+
body: await parseErrorBody(output.body, context),
|
|
2778
2778
|
};
|
|
2779
2779
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2780
2780
|
switch (errorCode) {
|
|
@@ -2817,7 +2817,7 @@ exports.deserializeAws_json1_1CreateCustomEntityTypeCommand = deserializeAws_jso
|
|
|
2817
2817
|
const deserializeAws_json1_1CreateCustomEntityTypeCommandError = async (output, context) => {
|
|
2818
2818
|
const parsedOutput = {
|
|
2819
2819
|
...output,
|
|
2820
|
-
body: await
|
|
2820
|
+
body: await parseErrorBody(output.body, context),
|
|
2821
2821
|
};
|
|
2822
2822
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2823
2823
|
switch (errorCode) {
|
|
@@ -2869,7 +2869,7 @@ exports.deserializeAws_json1_1CreateDatabaseCommand = deserializeAws_json1_1Crea
|
|
|
2869
2869
|
const deserializeAws_json1_1CreateDatabaseCommandError = async (output, context) => {
|
|
2870
2870
|
const parsedOutput = {
|
|
2871
2871
|
...output,
|
|
2872
|
-
body: await
|
|
2872
|
+
body: await parseErrorBody(output.body, context),
|
|
2873
2873
|
};
|
|
2874
2874
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2875
2875
|
switch (errorCode) {
|
|
@@ -2921,7 +2921,7 @@ exports.deserializeAws_json1_1CreateDevEndpointCommand = deserializeAws_json1_1C
|
|
|
2921
2921
|
const deserializeAws_json1_1CreateDevEndpointCommandError = async (output, context) => {
|
|
2922
2922
|
const parsedOutput = {
|
|
2923
2923
|
...output,
|
|
2924
|
-
body: await
|
|
2924
|
+
body: await parseErrorBody(output.body, context),
|
|
2925
2925
|
};
|
|
2926
2926
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2927
2927
|
switch (errorCode) {
|
|
@@ -2976,7 +2976,7 @@ exports.deserializeAws_json1_1CreateJobCommand = deserializeAws_json1_1CreateJob
|
|
|
2976
2976
|
const deserializeAws_json1_1CreateJobCommandError = async (output, context) => {
|
|
2977
2977
|
const parsedOutput = {
|
|
2978
2978
|
...output,
|
|
2979
|
-
body: await
|
|
2979
|
+
body: await parseErrorBody(output.body, context),
|
|
2980
2980
|
};
|
|
2981
2981
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2982
2982
|
switch (errorCode) {
|
|
@@ -3028,7 +3028,7 @@ exports.deserializeAws_json1_1CreateMLTransformCommand = deserializeAws_json1_1C
|
|
|
3028
3028
|
const deserializeAws_json1_1CreateMLTransformCommandError = async (output, context) => {
|
|
3029
3029
|
const parsedOutput = {
|
|
3030
3030
|
...output,
|
|
3031
|
-
body: await
|
|
3031
|
+
body: await parseErrorBody(output.body, context),
|
|
3032
3032
|
};
|
|
3033
3033
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
3034
3034
|
switch (errorCode) {
|
|
@@ -3080,7 +3080,7 @@ exports.deserializeAws_json1_1CreatePartitionCommand = deserializeAws_json1_1Cre
|
|
|
3080
3080
|
const deserializeAws_json1_1CreatePartitionCommandError = async (output, context) => {
|
|
3081
3081
|
const parsedOutput = {
|
|
3082
3082
|
...output,
|
|
3083
|
-
body: await
|
|
3083
|
+
body: await parseErrorBody(output.body, context),
|
|
3084
3084
|
};
|
|
3085
3085
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
3086
3086
|
switch (errorCode) {
|
|
@@ -3132,7 +3132,7 @@ exports.deserializeAws_json1_1CreatePartitionIndexCommand = deserializeAws_json1
|
|
|
3132
3132
|
const deserializeAws_json1_1CreatePartitionIndexCommandError = async (output, context) => {
|
|
3133
3133
|
const parsedOutput = {
|
|
3134
3134
|
...output,
|
|
3135
|
-
body: await
|
|
3135
|
+
body: await parseErrorBody(output.body, context),
|
|
3136
3136
|
};
|
|
3137
3137
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
3138
3138
|
switch (errorCode) {
|
|
@@ -3184,7 +3184,7 @@ exports.deserializeAws_json1_1CreateRegistryCommand = deserializeAws_json1_1Crea
|
|
|
3184
3184
|
const deserializeAws_json1_1CreateRegistryCommandError = async (output, context) => {
|
|
3185
3185
|
const parsedOutput = {
|
|
3186
3186
|
...output,
|
|
3187
|
-
body: await
|
|
3187
|
+
body: await parseErrorBody(output.body, context),
|
|
3188
3188
|
};
|
|
3189
3189
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
3190
3190
|
switch (errorCode) {
|
|
@@ -3233,7 +3233,7 @@ exports.deserializeAws_json1_1CreateSchemaCommand = deserializeAws_json1_1Create
|
|
|
3233
3233
|
const deserializeAws_json1_1CreateSchemaCommandError = async (output, context) => {
|
|
3234
3234
|
const parsedOutput = {
|
|
3235
3235
|
...output,
|
|
3236
|
-
body: await
|
|
3236
|
+
body: await parseErrorBody(output.body, context),
|
|
3237
3237
|
};
|
|
3238
3238
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
3239
3239
|
switch (errorCode) {
|
|
@@ -3285,7 +3285,7 @@ exports.deserializeAws_json1_1CreateScriptCommand = deserializeAws_json1_1Create
|
|
|
3285
3285
|
const deserializeAws_json1_1CreateScriptCommandError = async (output, context) => {
|
|
3286
3286
|
const parsedOutput = {
|
|
3287
3287
|
...output,
|
|
3288
|
-
body: await
|
|
3288
|
+
body: await parseErrorBody(output.body, context),
|
|
3289
3289
|
};
|
|
3290
3290
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
3291
3291
|
switch (errorCode) {
|
|
@@ -3325,7 +3325,7 @@ exports.deserializeAws_json1_1CreateSecurityConfigurationCommand = deserializeAw
|
|
|
3325
3325
|
const deserializeAws_json1_1CreateSecurityConfigurationCommandError = async (output, context) => {
|
|
3326
3326
|
const parsedOutput = {
|
|
3327
3327
|
...output,
|
|
3328
|
-
body: await
|
|
3328
|
+
body: await parseErrorBody(output.body, context),
|
|
3329
3329
|
};
|
|
3330
3330
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
3331
3331
|
switch (errorCode) {
|
|
@@ -3371,7 +3371,7 @@ exports.deserializeAws_json1_1CreateSessionCommand = deserializeAws_json1_1Creat
|
|
|
3371
3371
|
const deserializeAws_json1_1CreateSessionCommandError = async (output, context) => {
|
|
3372
3372
|
const parsedOutput = {
|
|
3373
3373
|
...output,
|
|
3374
|
-
body: await
|
|
3374
|
+
body: await parseErrorBody(output.body, context),
|
|
3375
3375
|
};
|
|
3376
3376
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
3377
3377
|
switch (errorCode) {
|
|
@@ -3426,7 +3426,7 @@ exports.deserializeAws_json1_1CreateTableCommand = deserializeAws_json1_1CreateT
|
|
|
3426
3426
|
const deserializeAws_json1_1CreateTableCommandError = async (output, context) => {
|
|
3427
3427
|
const parsedOutput = {
|
|
3428
3428
|
...output,
|
|
3429
|
-
body: await
|
|
3429
|
+
body: await parseErrorBody(output.body, context),
|
|
3430
3430
|
};
|
|
3431
3431
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
3432
3432
|
switch (errorCode) {
|
|
@@ -3484,7 +3484,7 @@ exports.deserializeAws_json1_1CreateTriggerCommand = deserializeAws_json1_1Creat
|
|
|
3484
3484
|
const deserializeAws_json1_1CreateTriggerCommandError = async (output, context) => {
|
|
3485
3485
|
const parsedOutput = {
|
|
3486
3486
|
...output,
|
|
3487
|
-
body: await
|
|
3487
|
+
body: await parseErrorBody(output.body, context),
|
|
3488
3488
|
};
|
|
3489
3489
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
3490
3490
|
switch (errorCode) {
|
|
@@ -3539,7 +3539,7 @@ exports.deserializeAws_json1_1CreateUserDefinedFunctionCommand = deserializeAws_
|
|
|
3539
3539
|
const deserializeAws_json1_1CreateUserDefinedFunctionCommandError = async (output, context) => {
|
|
3540
3540
|
const parsedOutput = {
|
|
3541
3541
|
...output,
|
|
3542
|
-
body: await
|
|
3542
|
+
body: await parseErrorBody(output.body, context),
|
|
3543
3543
|
};
|
|
3544
3544
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
3545
3545
|
switch (errorCode) {
|
|
@@ -3591,7 +3591,7 @@ exports.deserializeAws_json1_1CreateWorkflowCommand = deserializeAws_json1_1Crea
|
|
|
3591
3591
|
const deserializeAws_json1_1CreateWorkflowCommandError = async (output, context) => {
|
|
3592
3592
|
const parsedOutput = {
|
|
3593
3593
|
...output,
|
|
3594
|
-
body: await
|
|
3594
|
+
body: await parseErrorBody(output.body, context),
|
|
3595
3595
|
};
|
|
3596
3596
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
3597
3597
|
switch (errorCode) {
|
|
@@ -3640,7 +3640,7 @@ exports.deserializeAws_json1_1DeleteBlueprintCommand = deserializeAws_json1_1Del
|
|
|
3640
3640
|
const deserializeAws_json1_1DeleteBlueprintCommandError = async (output, context) => {
|
|
3641
3641
|
const parsedOutput = {
|
|
3642
3642
|
...output,
|
|
3643
|
-
body: await
|
|
3643
|
+
body: await parseErrorBody(output.body, context),
|
|
3644
3644
|
};
|
|
3645
3645
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
3646
3646
|
switch (errorCode) {
|
|
@@ -3680,7 +3680,7 @@ exports.deserializeAws_json1_1DeleteClassifierCommand = deserializeAws_json1_1De
|
|
|
3680
3680
|
const deserializeAws_json1_1DeleteClassifierCommandError = async (output, context) => {
|
|
3681
3681
|
const parsedOutput = {
|
|
3682
3682
|
...output,
|
|
3683
|
-
body: await
|
|
3683
|
+
body: await parseErrorBody(output.body, context),
|
|
3684
3684
|
};
|
|
3685
3685
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
3686
3686
|
switch (errorCode) {
|
|
@@ -3717,7 +3717,7 @@ exports.deserializeAws_json1_1DeleteColumnStatisticsForPartitionCommand = deseri
|
|
|
3717
3717
|
const deserializeAws_json1_1DeleteColumnStatisticsForPartitionCommandError = async (output, context) => {
|
|
3718
3718
|
const parsedOutput = {
|
|
3719
3719
|
...output,
|
|
3720
|
-
body: await
|
|
3720
|
+
body: await parseErrorBody(output.body, context),
|
|
3721
3721
|
};
|
|
3722
3722
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
3723
3723
|
switch (errorCode) {
|
|
@@ -3763,7 +3763,7 @@ exports.deserializeAws_json1_1DeleteColumnStatisticsForTableCommand = deserializ
|
|
|
3763
3763
|
const deserializeAws_json1_1DeleteColumnStatisticsForTableCommandError = async (output, context) => {
|
|
3764
3764
|
const parsedOutput = {
|
|
3765
3765
|
...output,
|
|
3766
|
-
body: await
|
|
3766
|
+
body: await parseErrorBody(output.body, context),
|
|
3767
3767
|
};
|
|
3768
3768
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
3769
3769
|
switch (errorCode) {
|
|
@@ -3809,7 +3809,7 @@ exports.deserializeAws_json1_1DeleteConnectionCommand = deserializeAws_json1_1De
|
|
|
3809
3809
|
const deserializeAws_json1_1DeleteConnectionCommandError = async (output, context) => {
|
|
3810
3810
|
const parsedOutput = {
|
|
3811
3811
|
...output,
|
|
3812
|
-
body: await
|
|
3812
|
+
body: await parseErrorBody(output.body, context),
|
|
3813
3813
|
};
|
|
3814
3814
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
3815
3815
|
switch (errorCode) {
|
|
@@ -3846,7 +3846,7 @@ exports.deserializeAws_json1_1DeleteCrawlerCommand = deserializeAws_json1_1Delet
|
|
|
3846
3846
|
const deserializeAws_json1_1DeleteCrawlerCommandError = async (output, context) => {
|
|
3847
3847
|
const parsedOutput = {
|
|
3848
3848
|
...output,
|
|
3849
|
-
body: await
|
|
3849
|
+
body: await parseErrorBody(output.body, context),
|
|
3850
3850
|
};
|
|
3851
3851
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
3852
3852
|
switch (errorCode) {
|
|
@@ -3889,7 +3889,7 @@ exports.deserializeAws_json1_1DeleteCustomEntityTypeCommand = deserializeAws_jso
|
|
|
3889
3889
|
const deserializeAws_json1_1DeleteCustomEntityTypeCommandError = async (output, context) => {
|
|
3890
3890
|
const parsedOutput = {
|
|
3891
3891
|
...output,
|
|
3892
|
-
body: await
|
|
3892
|
+
body: await parseErrorBody(output.body, context),
|
|
3893
3893
|
};
|
|
3894
3894
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
3895
3895
|
switch (errorCode) {
|
|
@@ -3935,7 +3935,7 @@ exports.deserializeAws_json1_1DeleteDatabaseCommand = deserializeAws_json1_1Dele
|
|
|
3935
3935
|
const deserializeAws_json1_1DeleteDatabaseCommandError = async (output, context) => {
|
|
3936
3936
|
const parsedOutput = {
|
|
3937
3937
|
...output,
|
|
3938
|
-
body: await
|
|
3938
|
+
body: await parseErrorBody(output.body, context),
|
|
3939
3939
|
};
|
|
3940
3940
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
3941
3941
|
switch (errorCode) {
|
|
@@ -3981,7 +3981,7 @@ exports.deserializeAws_json1_1DeleteDevEndpointCommand = deserializeAws_json1_1D
|
|
|
3981
3981
|
const deserializeAws_json1_1DeleteDevEndpointCommandError = async (output, context) => {
|
|
3982
3982
|
const parsedOutput = {
|
|
3983
3983
|
...output,
|
|
3984
|
-
body: await
|
|
3984
|
+
body: await parseErrorBody(output.body, context),
|
|
3985
3985
|
};
|
|
3986
3986
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
3987
3987
|
switch (errorCode) {
|
|
@@ -4024,7 +4024,7 @@ exports.deserializeAws_json1_1DeleteJobCommand = deserializeAws_json1_1DeleteJob
|
|
|
4024
4024
|
const deserializeAws_json1_1DeleteJobCommandError = async (output, context) => {
|
|
4025
4025
|
const parsedOutput = {
|
|
4026
4026
|
...output,
|
|
4027
|
-
body: await
|
|
4027
|
+
body: await parseErrorBody(output.body, context),
|
|
4028
4028
|
};
|
|
4029
4029
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
4030
4030
|
switch (errorCode) {
|
|
@@ -4064,7 +4064,7 @@ exports.deserializeAws_json1_1DeleteMLTransformCommand = deserializeAws_json1_1D
|
|
|
4064
4064
|
const deserializeAws_json1_1DeleteMLTransformCommandError = async (output, context) => {
|
|
4065
4065
|
const parsedOutput = {
|
|
4066
4066
|
...output,
|
|
4067
|
-
body: await
|
|
4067
|
+
body: await parseErrorBody(output.body, context),
|
|
4068
4068
|
};
|
|
4069
4069
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
4070
4070
|
switch (errorCode) {
|
|
@@ -4107,7 +4107,7 @@ exports.deserializeAws_json1_1DeletePartitionCommand = deserializeAws_json1_1Del
|
|
|
4107
4107
|
const deserializeAws_json1_1DeletePartitionCommandError = async (output, context) => {
|
|
4108
4108
|
const parsedOutput = {
|
|
4109
4109
|
...output,
|
|
4110
|
-
body: await
|
|
4110
|
+
body: await parseErrorBody(output.body, context),
|
|
4111
4111
|
};
|
|
4112
4112
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
4113
4113
|
switch (errorCode) {
|
|
@@ -4150,7 +4150,7 @@ exports.deserializeAws_json1_1DeletePartitionIndexCommand = deserializeAws_json1
|
|
|
4150
4150
|
const deserializeAws_json1_1DeletePartitionIndexCommandError = async (output, context) => {
|
|
4151
4151
|
const parsedOutput = {
|
|
4152
4152
|
...output,
|
|
4153
|
-
body: await
|
|
4153
|
+
body: await parseErrorBody(output.body, context),
|
|
4154
4154
|
};
|
|
4155
4155
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
4156
4156
|
switch (errorCode) {
|
|
@@ -4199,7 +4199,7 @@ exports.deserializeAws_json1_1DeleteRegistryCommand = deserializeAws_json1_1Dele
|
|
|
4199
4199
|
const deserializeAws_json1_1DeleteRegistryCommandError = async (output, context) => {
|
|
4200
4200
|
const parsedOutput = {
|
|
4201
4201
|
...output,
|
|
4202
|
-
body: await
|
|
4202
|
+
body: await parseErrorBody(output.body, context),
|
|
4203
4203
|
};
|
|
4204
4204
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
4205
4205
|
switch (errorCode) {
|
|
@@ -4242,7 +4242,7 @@ exports.deserializeAws_json1_1DeleteResourcePolicyCommand = deserializeAws_json1
|
|
|
4242
4242
|
const deserializeAws_json1_1DeleteResourcePolicyCommandError = async (output, context) => {
|
|
4243
4243
|
const parsedOutput = {
|
|
4244
4244
|
...output,
|
|
4245
|
-
body: await
|
|
4245
|
+
body: await parseErrorBody(output.body, context),
|
|
4246
4246
|
};
|
|
4247
4247
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
4248
4248
|
switch (errorCode) {
|
|
@@ -4288,7 +4288,7 @@ exports.deserializeAws_json1_1DeleteSchemaCommand = deserializeAws_json1_1Delete
|
|
|
4288
4288
|
const deserializeAws_json1_1DeleteSchemaCommandError = async (output, context) => {
|
|
4289
4289
|
const parsedOutput = {
|
|
4290
4290
|
...output,
|
|
4291
|
-
body: await
|
|
4291
|
+
body: await parseErrorBody(output.body, context),
|
|
4292
4292
|
};
|
|
4293
4293
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
4294
4294
|
switch (errorCode) {
|
|
@@ -4331,7 +4331,7 @@ exports.deserializeAws_json1_1DeleteSchemaVersionsCommand = deserializeAws_json1
|
|
|
4331
4331
|
const deserializeAws_json1_1DeleteSchemaVersionsCommandError = async (output, context) => {
|
|
4332
4332
|
const parsedOutput = {
|
|
4333
4333
|
...output,
|
|
4334
|
-
body: await
|
|
4334
|
+
body: await parseErrorBody(output.body, context),
|
|
4335
4335
|
};
|
|
4336
4336
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
4337
4337
|
switch (errorCode) {
|
|
@@ -4374,7 +4374,7 @@ exports.deserializeAws_json1_1DeleteSecurityConfigurationCommand = deserializeAw
|
|
|
4374
4374
|
const deserializeAws_json1_1DeleteSecurityConfigurationCommandError = async (output, context) => {
|
|
4375
4375
|
const parsedOutput = {
|
|
4376
4376
|
...output,
|
|
4377
|
-
body: await
|
|
4377
|
+
body: await parseErrorBody(output.body, context),
|
|
4378
4378
|
};
|
|
4379
4379
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
4380
4380
|
switch (errorCode) {
|
|
@@ -4417,7 +4417,7 @@ exports.deserializeAws_json1_1DeleteSessionCommand = deserializeAws_json1_1Delet
|
|
|
4417
4417
|
const deserializeAws_json1_1DeleteSessionCommandError = async (output, context) => {
|
|
4418
4418
|
const parsedOutput = {
|
|
4419
4419
|
...output,
|
|
4420
|
-
body: await
|
|
4420
|
+
body: await parseErrorBody(output.body, context),
|
|
4421
4421
|
};
|
|
4422
4422
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
4423
4423
|
switch (errorCode) {
|
|
@@ -4466,7 +4466,7 @@ exports.deserializeAws_json1_1DeleteTableCommand = deserializeAws_json1_1DeleteT
|
|
|
4466
4466
|
const deserializeAws_json1_1DeleteTableCommandError = async (output, context) => {
|
|
4467
4467
|
const parsedOutput = {
|
|
4468
4468
|
...output,
|
|
4469
|
-
body: await
|
|
4469
|
+
body: await parseErrorBody(output.body, context),
|
|
4470
4470
|
};
|
|
4471
4471
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
4472
4472
|
switch (errorCode) {
|
|
@@ -4515,7 +4515,7 @@ exports.deserializeAws_json1_1DeleteTableVersionCommand = deserializeAws_json1_1
|
|
|
4515
4515
|
const deserializeAws_json1_1DeleteTableVersionCommandError = async (output, context) => {
|
|
4516
4516
|
const parsedOutput = {
|
|
4517
4517
|
...output,
|
|
4518
|
-
body: await
|
|
4518
|
+
body: await parseErrorBody(output.body, context),
|
|
4519
4519
|
};
|
|
4520
4520
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
4521
4521
|
switch (errorCode) {
|
|
@@ -4558,7 +4558,7 @@ exports.deserializeAws_json1_1DeleteTriggerCommand = deserializeAws_json1_1Delet
|
|
|
4558
4558
|
const deserializeAws_json1_1DeleteTriggerCommandError = async (output, context) => {
|
|
4559
4559
|
const parsedOutput = {
|
|
4560
4560
|
...output,
|
|
4561
|
-
body: await
|
|
4561
|
+
body: await parseErrorBody(output.body, context),
|
|
4562
4562
|
};
|
|
4563
4563
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
4564
4564
|
switch (errorCode) {
|
|
@@ -4601,7 +4601,7 @@ exports.deserializeAws_json1_1DeleteUserDefinedFunctionCommand = deserializeAws_
|
|
|
4601
4601
|
const deserializeAws_json1_1DeleteUserDefinedFunctionCommandError = async (output, context) => {
|
|
4602
4602
|
const parsedOutput = {
|
|
4603
4603
|
...output,
|
|
4604
|
-
body: await
|
|
4604
|
+
body: await parseErrorBody(output.body, context),
|
|
4605
4605
|
};
|
|
4606
4606
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
4607
4607
|
switch (errorCode) {
|
|
@@ -4644,7 +4644,7 @@ exports.deserializeAws_json1_1DeleteWorkflowCommand = deserializeAws_json1_1Dele
|
|
|
4644
4644
|
const deserializeAws_json1_1DeleteWorkflowCommandError = async (output, context) => {
|
|
4645
4645
|
const parsedOutput = {
|
|
4646
4646
|
...output,
|
|
4647
|
-
body: await
|
|
4647
|
+
body: await parseErrorBody(output.body, context),
|
|
4648
4648
|
};
|
|
4649
4649
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
4650
4650
|
switch (errorCode) {
|
|
@@ -4687,7 +4687,7 @@ exports.deserializeAws_json1_1GetBlueprintCommand = deserializeAws_json1_1GetBlu
|
|
|
4687
4687
|
const deserializeAws_json1_1GetBlueprintCommandError = async (output, context) => {
|
|
4688
4688
|
const parsedOutput = {
|
|
4689
4689
|
...output,
|
|
4690
|
-
body: await
|
|
4690
|
+
body: await parseErrorBody(output.body, context),
|
|
4691
4691
|
};
|
|
4692
4692
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
4693
4693
|
switch (errorCode) {
|
|
@@ -4730,7 +4730,7 @@ exports.deserializeAws_json1_1GetBlueprintRunCommand = deserializeAws_json1_1Get
|
|
|
4730
4730
|
const deserializeAws_json1_1GetBlueprintRunCommandError = async (output, context) => {
|
|
4731
4731
|
const parsedOutput = {
|
|
4732
4732
|
...output,
|
|
4733
|
-
body: await
|
|
4733
|
+
body: await parseErrorBody(output.body, context),
|
|
4734
4734
|
};
|
|
4735
4735
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
4736
4736
|
switch (errorCode) {
|
|
@@ -4770,7 +4770,7 @@ exports.deserializeAws_json1_1GetBlueprintRunsCommand = deserializeAws_json1_1Ge
|
|
|
4770
4770
|
const deserializeAws_json1_1GetBlueprintRunsCommandError = async (output, context) => {
|
|
4771
4771
|
const parsedOutput = {
|
|
4772
4772
|
...output,
|
|
4773
|
-
body: await
|
|
4773
|
+
body: await parseErrorBody(output.body, context),
|
|
4774
4774
|
};
|
|
4775
4775
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
4776
4776
|
switch (errorCode) {
|
|
@@ -4813,7 +4813,7 @@ exports.deserializeAws_json1_1GetCatalogImportStatusCommand = deserializeAws_jso
|
|
|
4813
4813
|
const deserializeAws_json1_1GetCatalogImportStatusCommandError = async (output, context) => {
|
|
4814
4814
|
const parsedOutput = {
|
|
4815
4815
|
...output,
|
|
4816
|
-
body: await
|
|
4816
|
+
body: await parseErrorBody(output.body, context),
|
|
4817
4817
|
};
|
|
4818
4818
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
4819
4819
|
switch (errorCode) {
|
|
@@ -4850,7 +4850,7 @@ exports.deserializeAws_json1_1GetClassifierCommand = deserializeAws_json1_1GetCl
|
|
|
4850
4850
|
const deserializeAws_json1_1GetClassifierCommandError = async (output, context) => {
|
|
4851
4851
|
const parsedOutput = {
|
|
4852
4852
|
...output,
|
|
4853
|
-
body: await
|
|
4853
|
+
body: await parseErrorBody(output.body, context),
|
|
4854
4854
|
};
|
|
4855
4855
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
4856
4856
|
switch (errorCode) {
|
|
@@ -4887,7 +4887,7 @@ exports.deserializeAws_json1_1GetClassifiersCommand = deserializeAws_json1_1GetC
|
|
|
4887
4887
|
const deserializeAws_json1_1GetClassifiersCommandError = async (output, context) => {
|
|
4888
4888
|
const parsedOutput = {
|
|
4889
4889
|
...output,
|
|
4890
|
-
body: await
|
|
4890
|
+
body: await parseErrorBody(output.body, context),
|
|
4891
4891
|
};
|
|
4892
4892
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
4893
4893
|
switch (errorCode) {
|
|
@@ -4921,7 +4921,7 @@ exports.deserializeAws_json1_1GetColumnStatisticsForPartitionCommand = deseriali
|
|
|
4921
4921
|
const deserializeAws_json1_1GetColumnStatisticsForPartitionCommandError = async (output, context) => {
|
|
4922
4922
|
const parsedOutput = {
|
|
4923
4923
|
...output,
|
|
4924
|
-
body: await
|
|
4924
|
+
body: await parseErrorBody(output.body, context),
|
|
4925
4925
|
};
|
|
4926
4926
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
4927
4927
|
switch (errorCode) {
|
|
@@ -4967,7 +4967,7 @@ exports.deserializeAws_json1_1GetColumnStatisticsForTableCommand = deserializeAw
|
|
|
4967
4967
|
const deserializeAws_json1_1GetColumnStatisticsForTableCommandError = async (output, context) => {
|
|
4968
4968
|
const parsedOutput = {
|
|
4969
4969
|
...output,
|
|
4970
|
-
body: await
|
|
4970
|
+
body: await parseErrorBody(output.body, context),
|
|
4971
4971
|
};
|
|
4972
4972
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
4973
4973
|
switch (errorCode) {
|
|
@@ -5013,7 +5013,7 @@ exports.deserializeAws_json1_1GetConnectionCommand = deserializeAws_json1_1GetCo
|
|
|
5013
5013
|
const deserializeAws_json1_1GetConnectionCommandError = async (output, context) => {
|
|
5014
5014
|
const parsedOutput = {
|
|
5015
5015
|
...output,
|
|
5016
|
-
body: await
|
|
5016
|
+
body: await parseErrorBody(output.body, context),
|
|
5017
5017
|
};
|
|
5018
5018
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5019
5019
|
switch (errorCode) {
|
|
@@ -5056,7 +5056,7 @@ exports.deserializeAws_json1_1GetConnectionsCommand = deserializeAws_json1_1GetC
|
|
|
5056
5056
|
const deserializeAws_json1_1GetConnectionsCommandError = async (output, context) => {
|
|
5057
5057
|
const parsedOutput = {
|
|
5058
5058
|
...output,
|
|
5059
|
-
body: await
|
|
5059
|
+
body: await parseErrorBody(output.body, context),
|
|
5060
5060
|
};
|
|
5061
5061
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5062
5062
|
switch (errorCode) {
|
|
@@ -5099,7 +5099,7 @@ exports.deserializeAws_json1_1GetCrawlerCommand = deserializeAws_json1_1GetCrawl
|
|
|
5099
5099
|
const deserializeAws_json1_1GetCrawlerCommandError = async (output, context) => {
|
|
5100
5100
|
const parsedOutput = {
|
|
5101
5101
|
...output,
|
|
5102
|
-
body: await
|
|
5102
|
+
body: await parseErrorBody(output.body, context),
|
|
5103
5103
|
};
|
|
5104
5104
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5105
5105
|
switch (errorCode) {
|
|
@@ -5136,7 +5136,7 @@ exports.deserializeAws_json1_1GetCrawlerMetricsCommand = deserializeAws_json1_1G
|
|
|
5136
5136
|
const deserializeAws_json1_1GetCrawlerMetricsCommandError = async (output, context) => {
|
|
5137
5137
|
const parsedOutput = {
|
|
5138
5138
|
...output,
|
|
5139
|
-
body: await
|
|
5139
|
+
body: await parseErrorBody(output.body, context),
|
|
5140
5140
|
};
|
|
5141
5141
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5142
5142
|
switch (errorCode) {
|
|
@@ -5170,7 +5170,7 @@ exports.deserializeAws_json1_1GetCrawlersCommand = deserializeAws_json1_1GetCraw
|
|
|
5170
5170
|
const deserializeAws_json1_1GetCrawlersCommandError = async (output, context) => {
|
|
5171
5171
|
const parsedOutput = {
|
|
5172
5172
|
...output,
|
|
5173
|
-
body: await
|
|
5173
|
+
body: await parseErrorBody(output.body, context),
|
|
5174
5174
|
};
|
|
5175
5175
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5176
5176
|
switch (errorCode) {
|
|
@@ -5204,7 +5204,7 @@ exports.deserializeAws_json1_1GetCustomEntityTypeCommand = deserializeAws_json1_
|
|
|
5204
5204
|
const deserializeAws_json1_1GetCustomEntityTypeCommandError = async (output, context) => {
|
|
5205
5205
|
const parsedOutput = {
|
|
5206
5206
|
...output,
|
|
5207
|
-
body: await
|
|
5207
|
+
body: await parseErrorBody(output.body, context),
|
|
5208
5208
|
};
|
|
5209
5209
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5210
5210
|
switch (errorCode) {
|
|
@@ -5250,7 +5250,7 @@ exports.deserializeAws_json1_1GetDatabaseCommand = deserializeAws_json1_1GetData
|
|
|
5250
5250
|
const deserializeAws_json1_1GetDatabaseCommandError = async (output, context) => {
|
|
5251
5251
|
const parsedOutput = {
|
|
5252
5252
|
...output,
|
|
5253
|
-
body: await
|
|
5253
|
+
body: await parseErrorBody(output.body, context),
|
|
5254
5254
|
};
|
|
5255
5255
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5256
5256
|
switch (errorCode) {
|
|
@@ -5296,7 +5296,7 @@ exports.deserializeAws_json1_1GetDatabasesCommand = deserializeAws_json1_1GetDat
|
|
|
5296
5296
|
const deserializeAws_json1_1GetDatabasesCommandError = async (output, context) => {
|
|
5297
5297
|
const parsedOutput = {
|
|
5298
5298
|
...output,
|
|
5299
|
-
body: await
|
|
5299
|
+
body: await parseErrorBody(output.body, context),
|
|
5300
5300
|
};
|
|
5301
5301
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5302
5302
|
switch (errorCode) {
|
|
@@ -5339,7 +5339,7 @@ exports.deserializeAws_json1_1GetDataCatalogEncryptionSettingsCommand = deserial
|
|
|
5339
5339
|
const deserializeAws_json1_1GetDataCatalogEncryptionSettingsCommandError = async (output, context) => {
|
|
5340
5340
|
const parsedOutput = {
|
|
5341
5341
|
...output,
|
|
5342
|
-
body: await
|
|
5342
|
+
body: await parseErrorBody(output.body, context),
|
|
5343
5343
|
};
|
|
5344
5344
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5345
5345
|
switch (errorCode) {
|
|
@@ -5379,7 +5379,7 @@ exports.deserializeAws_json1_1GetDataflowGraphCommand = deserializeAws_json1_1Ge
|
|
|
5379
5379
|
const deserializeAws_json1_1GetDataflowGraphCommandError = async (output, context) => {
|
|
5380
5380
|
const parsedOutput = {
|
|
5381
5381
|
...output,
|
|
5382
|
-
body: await
|
|
5382
|
+
body: await parseErrorBody(output.body, context),
|
|
5383
5383
|
};
|
|
5384
5384
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5385
5385
|
switch (errorCode) {
|
|
@@ -5419,7 +5419,7 @@ exports.deserializeAws_json1_1GetDevEndpointCommand = deserializeAws_json1_1GetD
|
|
|
5419
5419
|
const deserializeAws_json1_1GetDevEndpointCommandError = async (output, context) => {
|
|
5420
5420
|
const parsedOutput = {
|
|
5421
5421
|
...output,
|
|
5422
|
-
body: await
|
|
5422
|
+
body: await parseErrorBody(output.body, context),
|
|
5423
5423
|
};
|
|
5424
5424
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5425
5425
|
switch (errorCode) {
|
|
@@ -5462,7 +5462,7 @@ exports.deserializeAws_json1_1GetDevEndpointsCommand = deserializeAws_json1_1Get
|
|
|
5462
5462
|
const deserializeAws_json1_1GetDevEndpointsCommandError = async (output, context) => {
|
|
5463
5463
|
const parsedOutput = {
|
|
5464
5464
|
...output,
|
|
5465
|
-
body: await
|
|
5465
|
+
body: await parseErrorBody(output.body, context),
|
|
5466
5466
|
};
|
|
5467
5467
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5468
5468
|
switch (errorCode) {
|
|
@@ -5505,7 +5505,7 @@ exports.deserializeAws_json1_1GetJobCommand = deserializeAws_json1_1GetJobComman
|
|
|
5505
5505
|
const deserializeAws_json1_1GetJobCommandError = async (output, context) => {
|
|
5506
5506
|
const parsedOutput = {
|
|
5507
5507
|
...output,
|
|
5508
|
-
body: await
|
|
5508
|
+
body: await parseErrorBody(output.body, context),
|
|
5509
5509
|
};
|
|
5510
5510
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5511
5511
|
switch (errorCode) {
|
|
@@ -5548,7 +5548,7 @@ exports.deserializeAws_json1_1GetJobBookmarkCommand = deserializeAws_json1_1GetJ
|
|
|
5548
5548
|
const deserializeAws_json1_1GetJobBookmarkCommandError = async (output, context) => {
|
|
5549
5549
|
const parsedOutput = {
|
|
5550
5550
|
...output,
|
|
5551
|
-
body: await
|
|
5551
|
+
body: await parseErrorBody(output.body, context),
|
|
5552
5552
|
};
|
|
5553
5553
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5554
5554
|
switch (errorCode) {
|
|
@@ -5594,7 +5594,7 @@ exports.deserializeAws_json1_1GetJobRunCommand = deserializeAws_json1_1GetJobRun
|
|
|
5594
5594
|
const deserializeAws_json1_1GetJobRunCommandError = async (output, context) => {
|
|
5595
5595
|
const parsedOutput = {
|
|
5596
5596
|
...output,
|
|
5597
|
-
body: await
|
|
5597
|
+
body: await parseErrorBody(output.body, context),
|
|
5598
5598
|
};
|
|
5599
5599
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5600
5600
|
switch (errorCode) {
|
|
@@ -5637,7 +5637,7 @@ exports.deserializeAws_json1_1GetJobRunsCommand = deserializeAws_json1_1GetJobRu
|
|
|
5637
5637
|
const deserializeAws_json1_1GetJobRunsCommandError = async (output, context) => {
|
|
5638
5638
|
const parsedOutput = {
|
|
5639
5639
|
...output,
|
|
5640
|
-
body: await
|
|
5640
|
+
body: await parseErrorBody(output.body, context),
|
|
5641
5641
|
};
|
|
5642
5642
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5643
5643
|
switch (errorCode) {
|
|
@@ -5680,7 +5680,7 @@ exports.deserializeAws_json1_1GetJobsCommand = deserializeAws_json1_1GetJobsComm
|
|
|
5680
5680
|
const deserializeAws_json1_1GetJobsCommandError = async (output, context) => {
|
|
5681
5681
|
const parsedOutput = {
|
|
5682
5682
|
...output,
|
|
5683
|
-
body: await
|
|
5683
|
+
body: await parseErrorBody(output.body, context),
|
|
5684
5684
|
};
|
|
5685
5685
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5686
5686
|
switch (errorCode) {
|
|
@@ -5723,7 +5723,7 @@ exports.deserializeAws_json1_1GetMappingCommand = deserializeAws_json1_1GetMappi
|
|
|
5723
5723
|
const deserializeAws_json1_1GetMappingCommandError = async (output, context) => {
|
|
5724
5724
|
const parsedOutput = {
|
|
5725
5725
|
...output,
|
|
5726
|
-
body: await
|
|
5726
|
+
body: await parseErrorBody(output.body, context),
|
|
5727
5727
|
};
|
|
5728
5728
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5729
5729
|
switch (errorCode) {
|
|
@@ -5766,7 +5766,7 @@ exports.deserializeAws_json1_1GetMLTaskRunCommand = deserializeAws_json1_1GetMLT
|
|
|
5766
5766
|
const deserializeAws_json1_1GetMLTaskRunCommandError = async (output, context) => {
|
|
5767
5767
|
const parsedOutput = {
|
|
5768
5768
|
...output,
|
|
5769
|
-
body: await
|
|
5769
|
+
body: await parseErrorBody(output.body, context),
|
|
5770
5770
|
};
|
|
5771
5771
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5772
5772
|
switch (errorCode) {
|
|
@@ -5809,7 +5809,7 @@ exports.deserializeAws_json1_1GetMLTaskRunsCommand = deserializeAws_json1_1GetML
|
|
|
5809
5809
|
const deserializeAws_json1_1GetMLTaskRunsCommandError = async (output, context) => {
|
|
5810
5810
|
const parsedOutput = {
|
|
5811
5811
|
...output,
|
|
5812
|
-
body: await
|
|
5812
|
+
body: await parseErrorBody(output.body, context),
|
|
5813
5813
|
};
|
|
5814
5814
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5815
5815
|
switch (errorCode) {
|
|
@@ -5852,7 +5852,7 @@ exports.deserializeAws_json1_1GetMLTransformCommand = deserializeAws_json1_1GetM
|
|
|
5852
5852
|
const deserializeAws_json1_1GetMLTransformCommandError = async (output, context) => {
|
|
5853
5853
|
const parsedOutput = {
|
|
5854
5854
|
...output,
|
|
5855
|
-
body: await
|
|
5855
|
+
body: await parseErrorBody(output.body, context),
|
|
5856
5856
|
};
|
|
5857
5857
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5858
5858
|
switch (errorCode) {
|
|
@@ -5895,7 +5895,7 @@ exports.deserializeAws_json1_1GetMLTransformsCommand = deserializeAws_json1_1Get
|
|
|
5895
5895
|
const deserializeAws_json1_1GetMLTransformsCommandError = async (output, context) => {
|
|
5896
5896
|
const parsedOutput = {
|
|
5897
5897
|
...output,
|
|
5898
|
-
body: await
|
|
5898
|
+
body: await parseErrorBody(output.body, context),
|
|
5899
5899
|
};
|
|
5900
5900
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5901
5901
|
switch (errorCode) {
|
|
@@ -5938,7 +5938,7 @@ exports.deserializeAws_json1_1GetPartitionCommand = deserializeAws_json1_1GetPar
|
|
|
5938
5938
|
const deserializeAws_json1_1GetPartitionCommandError = async (output, context) => {
|
|
5939
5939
|
const parsedOutput = {
|
|
5940
5940
|
...output,
|
|
5941
|
-
body: await
|
|
5941
|
+
body: await parseErrorBody(output.body, context),
|
|
5942
5942
|
};
|
|
5943
5943
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5944
5944
|
switch (errorCode) {
|
|
@@ -5984,7 +5984,7 @@ exports.deserializeAws_json1_1GetPartitionIndexesCommand = deserializeAws_json1_
|
|
|
5984
5984
|
const deserializeAws_json1_1GetPartitionIndexesCommandError = async (output, context) => {
|
|
5985
5985
|
const parsedOutput = {
|
|
5986
5986
|
...output,
|
|
5987
|
-
body: await
|
|
5987
|
+
body: await parseErrorBody(output.body, context),
|
|
5988
5988
|
};
|
|
5989
5989
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
5990
5990
|
switch (errorCode) {
|
|
@@ -6030,7 +6030,7 @@ exports.deserializeAws_json1_1GetPartitionsCommand = deserializeAws_json1_1GetPa
|
|
|
6030
6030
|
const deserializeAws_json1_1GetPartitionsCommandError = async (output, context) => {
|
|
6031
6031
|
const parsedOutput = {
|
|
6032
6032
|
...output,
|
|
6033
|
-
body: await
|
|
6033
|
+
body: await parseErrorBody(output.body, context),
|
|
6034
6034
|
};
|
|
6035
6035
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6036
6036
|
switch (errorCode) {
|
|
@@ -6082,7 +6082,7 @@ exports.deserializeAws_json1_1GetPlanCommand = deserializeAws_json1_1GetPlanComm
|
|
|
6082
6082
|
const deserializeAws_json1_1GetPlanCommandError = async (output, context) => {
|
|
6083
6083
|
const parsedOutput = {
|
|
6084
6084
|
...output,
|
|
6085
|
-
body: await
|
|
6085
|
+
body: await parseErrorBody(output.body, context),
|
|
6086
6086
|
};
|
|
6087
6087
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6088
6088
|
switch (errorCode) {
|
|
@@ -6122,7 +6122,7 @@ exports.deserializeAws_json1_1GetRegistryCommand = deserializeAws_json1_1GetRegi
|
|
|
6122
6122
|
const deserializeAws_json1_1GetRegistryCommandError = async (output, context) => {
|
|
6123
6123
|
const parsedOutput = {
|
|
6124
6124
|
...output,
|
|
6125
|
-
body: await
|
|
6125
|
+
body: await parseErrorBody(output.body, context),
|
|
6126
6126
|
};
|
|
6127
6127
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6128
6128
|
switch (errorCode) {
|
|
@@ -6165,7 +6165,7 @@ exports.deserializeAws_json1_1GetResourcePoliciesCommand = deserializeAws_json1_
|
|
|
6165
6165
|
const deserializeAws_json1_1GetResourcePoliciesCommandError = async (output, context) => {
|
|
6166
6166
|
const parsedOutput = {
|
|
6167
6167
|
...output,
|
|
6168
|
-
body: await
|
|
6168
|
+
body: await parseErrorBody(output.body, context),
|
|
6169
6169
|
};
|
|
6170
6170
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6171
6171
|
switch (errorCode) {
|
|
@@ -6208,7 +6208,7 @@ exports.deserializeAws_json1_1GetResourcePolicyCommand = deserializeAws_json1_1G
|
|
|
6208
6208
|
const deserializeAws_json1_1GetResourcePolicyCommandError = async (output, context) => {
|
|
6209
6209
|
const parsedOutput = {
|
|
6210
6210
|
...output,
|
|
6211
|
-
body: await
|
|
6211
|
+
body: await parseErrorBody(output.body, context),
|
|
6212
6212
|
};
|
|
6213
6213
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6214
6214
|
switch (errorCode) {
|
|
@@ -6251,7 +6251,7 @@ exports.deserializeAws_json1_1GetSchemaCommand = deserializeAws_json1_1GetSchema
|
|
|
6251
6251
|
const deserializeAws_json1_1GetSchemaCommandError = async (output, context) => {
|
|
6252
6252
|
const parsedOutput = {
|
|
6253
6253
|
...output,
|
|
6254
|
-
body: await
|
|
6254
|
+
body: await parseErrorBody(output.body, context),
|
|
6255
6255
|
};
|
|
6256
6256
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6257
6257
|
switch (errorCode) {
|
|
@@ -6294,7 +6294,7 @@ exports.deserializeAws_json1_1GetSchemaByDefinitionCommand = deserializeAws_json
|
|
|
6294
6294
|
const deserializeAws_json1_1GetSchemaByDefinitionCommandError = async (output, context) => {
|
|
6295
6295
|
const parsedOutput = {
|
|
6296
6296
|
...output,
|
|
6297
|
-
body: await
|
|
6297
|
+
body: await parseErrorBody(output.body, context),
|
|
6298
6298
|
};
|
|
6299
6299
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6300
6300
|
switch (errorCode) {
|
|
@@ -6337,7 +6337,7 @@ exports.deserializeAws_json1_1GetSchemaVersionCommand = deserializeAws_json1_1Ge
|
|
|
6337
6337
|
const deserializeAws_json1_1GetSchemaVersionCommandError = async (output, context) => {
|
|
6338
6338
|
const parsedOutput = {
|
|
6339
6339
|
...output,
|
|
6340
|
-
body: await
|
|
6340
|
+
body: await parseErrorBody(output.body, context),
|
|
6341
6341
|
};
|
|
6342
6342
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6343
6343
|
switch (errorCode) {
|
|
@@ -6380,7 +6380,7 @@ exports.deserializeAws_json1_1GetSchemaVersionsDiffCommand = deserializeAws_json
|
|
|
6380
6380
|
const deserializeAws_json1_1GetSchemaVersionsDiffCommandError = async (output, context) => {
|
|
6381
6381
|
const parsedOutput = {
|
|
6382
6382
|
...output,
|
|
6383
|
-
body: await
|
|
6383
|
+
body: await parseErrorBody(output.body, context),
|
|
6384
6384
|
};
|
|
6385
6385
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6386
6386
|
switch (errorCode) {
|
|
@@ -6423,7 +6423,7 @@ exports.deserializeAws_json1_1GetSecurityConfigurationCommand = deserializeAws_j
|
|
|
6423
6423
|
const deserializeAws_json1_1GetSecurityConfigurationCommandError = async (output, context) => {
|
|
6424
6424
|
const parsedOutput = {
|
|
6425
6425
|
...output,
|
|
6426
|
-
body: await
|
|
6426
|
+
body: await parseErrorBody(output.body, context),
|
|
6427
6427
|
};
|
|
6428
6428
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6429
6429
|
switch (errorCode) {
|
|
@@ -6466,7 +6466,7 @@ exports.deserializeAws_json1_1GetSecurityConfigurationsCommand = deserializeAws_
|
|
|
6466
6466
|
const deserializeAws_json1_1GetSecurityConfigurationsCommandError = async (output, context) => {
|
|
6467
6467
|
const parsedOutput = {
|
|
6468
6468
|
...output,
|
|
6469
|
-
body: await
|
|
6469
|
+
body: await parseErrorBody(output.body, context),
|
|
6470
6470
|
};
|
|
6471
6471
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6472
6472
|
switch (errorCode) {
|
|
@@ -6509,7 +6509,7 @@ exports.deserializeAws_json1_1GetSessionCommand = deserializeAws_json1_1GetSessi
|
|
|
6509
6509
|
const deserializeAws_json1_1GetSessionCommandError = async (output, context) => {
|
|
6510
6510
|
const parsedOutput = {
|
|
6511
6511
|
...output,
|
|
6512
|
-
body: await
|
|
6512
|
+
body: await parseErrorBody(output.body, context),
|
|
6513
6513
|
};
|
|
6514
6514
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6515
6515
|
switch (errorCode) {
|
|
@@ -6555,7 +6555,7 @@ exports.deserializeAws_json1_1GetStatementCommand = deserializeAws_json1_1GetSta
|
|
|
6555
6555
|
const deserializeAws_json1_1GetStatementCommandError = async (output, context) => {
|
|
6556
6556
|
const parsedOutput = {
|
|
6557
6557
|
...output,
|
|
6558
|
-
body: await
|
|
6558
|
+
body: await parseErrorBody(output.body, context),
|
|
6559
6559
|
};
|
|
6560
6560
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6561
6561
|
switch (errorCode) {
|
|
@@ -6604,7 +6604,7 @@ exports.deserializeAws_json1_1GetTableCommand = deserializeAws_json1_1GetTableCo
|
|
|
6604
6604
|
const deserializeAws_json1_1GetTableCommandError = async (output, context) => {
|
|
6605
6605
|
const parsedOutput = {
|
|
6606
6606
|
...output,
|
|
6607
|
-
body: await
|
|
6607
|
+
body: await parseErrorBody(output.body, context),
|
|
6608
6608
|
};
|
|
6609
6609
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6610
6610
|
switch (errorCode) {
|
|
@@ -6653,7 +6653,7 @@ exports.deserializeAws_json1_1GetTablesCommand = deserializeAws_json1_1GetTables
|
|
|
6653
6653
|
const deserializeAws_json1_1GetTablesCommandError = async (output, context) => {
|
|
6654
6654
|
const parsedOutput = {
|
|
6655
6655
|
...output,
|
|
6656
|
-
body: await
|
|
6656
|
+
body: await parseErrorBody(output.body, context),
|
|
6657
6657
|
};
|
|
6658
6658
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6659
6659
|
switch (errorCode) {
|
|
@@ -6699,7 +6699,7 @@ exports.deserializeAws_json1_1GetTableVersionCommand = deserializeAws_json1_1Get
|
|
|
6699
6699
|
const deserializeAws_json1_1GetTableVersionCommandError = async (output, context) => {
|
|
6700
6700
|
const parsedOutput = {
|
|
6701
6701
|
...output,
|
|
6702
|
-
body: await
|
|
6702
|
+
body: await parseErrorBody(output.body, context),
|
|
6703
6703
|
};
|
|
6704
6704
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6705
6705
|
switch (errorCode) {
|
|
@@ -6745,7 +6745,7 @@ exports.deserializeAws_json1_1GetTableVersionsCommand = deserializeAws_json1_1Ge
|
|
|
6745
6745
|
const deserializeAws_json1_1GetTableVersionsCommandError = async (output, context) => {
|
|
6746
6746
|
const parsedOutput = {
|
|
6747
6747
|
...output,
|
|
6748
|
-
body: await
|
|
6748
|
+
body: await parseErrorBody(output.body, context),
|
|
6749
6749
|
};
|
|
6750
6750
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6751
6751
|
switch (errorCode) {
|
|
@@ -6791,7 +6791,7 @@ exports.deserializeAws_json1_1GetTagsCommand = deserializeAws_json1_1GetTagsComm
|
|
|
6791
6791
|
const deserializeAws_json1_1GetTagsCommandError = async (output, context) => {
|
|
6792
6792
|
const parsedOutput = {
|
|
6793
6793
|
...output,
|
|
6794
|
-
body: await
|
|
6794
|
+
body: await parseErrorBody(output.body, context),
|
|
6795
6795
|
};
|
|
6796
6796
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6797
6797
|
switch (errorCode) {
|
|
@@ -6834,7 +6834,7 @@ exports.deserializeAws_json1_1GetTriggerCommand = deserializeAws_json1_1GetTrigg
|
|
|
6834
6834
|
const deserializeAws_json1_1GetTriggerCommandError = async (output, context) => {
|
|
6835
6835
|
const parsedOutput = {
|
|
6836
6836
|
...output,
|
|
6837
|
-
body: await
|
|
6837
|
+
body: await parseErrorBody(output.body, context),
|
|
6838
6838
|
};
|
|
6839
6839
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6840
6840
|
switch (errorCode) {
|
|
@@ -6877,7 +6877,7 @@ exports.deserializeAws_json1_1GetTriggersCommand = deserializeAws_json1_1GetTrig
|
|
|
6877
6877
|
const deserializeAws_json1_1GetTriggersCommandError = async (output, context) => {
|
|
6878
6878
|
const parsedOutput = {
|
|
6879
6879
|
...output,
|
|
6880
|
-
body: await
|
|
6880
|
+
body: await parseErrorBody(output.body, context),
|
|
6881
6881
|
};
|
|
6882
6882
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6883
6883
|
switch (errorCode) {
|
|
@@ -6920,7 +6920,7 @@ exports.deserializeAws_json1_1GetUnfilteredPartitionMetadataCommand = deserializ
|
|
|
6920
6920
|
const deserializeAws_json1_1GetUnfilteredPartitionMetadataCommandError = async (output, context) => {
|
|
6921
6921
|
const parsedOutput = {
|
|
6922
6922
|
...output,
|
|
6923
|
-
body: await
|
|
6923
|
+
body: await parseErrorBody(output.body, context),
|
|
6924
6924
|
};
|
|
6925
6925
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6926
6926
|
switch (errorCode) {
|
|
@@ -6969,7 +6969,7 @@ exports.deserializeAws_json1_1GetUnfilteredPartitionsMetadataCommand = deseriali
|
|
|
6969
6969
|
const deserializeAws_json1_1GetUnfilteredPartitionsMetadataCommandError = async (output, context) => {
|
|
6970
6970
|
const parsedOutput = {
|
|
6971
6971
|
...output,
|
|
6972
|
-
body: await
|
|
6972
|
+
body: await parseErrorBody(output.body, context),
|
|
6973
6973
|
};
|
|
6974
6974
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
6975
6975
|
switch (errorCode) {
|
|
@@ -7018,7 +7018,7 @@ exports.deserializeAws_json1_1GetUnfilteredTableMetadataCommand = deserializeAws
|
|
|
7018
7018
|
const deserializeAws_json1_1GetUnfilteredTableMetadataCommandError = async (output, context) => {
|
|
7019
7019
|
const parsedOutput = {
|
|
7020
7020
|
...output,
|
|
7021
|
-
body: await
|
|
7021
|
+
body: await parseErrorBody(output.body, context),
|
|
7022
7022
|
};
|
|
7023
7023
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7024
7024
|
switch (errorCode) {
|
|
@@ -7067,7 +7067,7 @@ exports.deserializeAws_json1_1GetUserDefinedFunctionCommand = deserializeAws_jso
|
|
|
7067
7067
|
const deserializeAws_json1_1GetUserDefinedFunctionCommandError = async (output, context) => {
|
|
7068
7068
|
const parsedOutput = {
|
|
7069
7069
|
...output,
|
|
7070
|
-
body: await
|
|
7070
|
+
body: await parseErrorBody(output.body, context),
|
|
7071
7071
|
};
|
|
7072
7072
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7073
7073
|
switch (errorCode) {
|
|
@@ -7113,7 +7113,7 @@ exports.deserializeAws_json1_1GetUserDefinedFunctionsCommand = deserializeAws_js
|
|
|
7113
7113
|
const deserializeAws_json1_1GetUserDefinedFunctionsCommandError = async (output, context) => {
|
|
7114
7114
|
const parsedOutput = {
|
|
7115
7115
|
...output,
|
|
7116
|
-
body: await
|
|
7116
|
+
body: await parseErrorBody(output.body, context),
|
|
7117
7117
|
};
|
|
7118
7118
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7119
7119
|
switch (errorCode) {
|
|
@@ -7159,7 +7159,7 @@ exports.deserializeAws_json1_1GetWorkflowCommand = deserializeAws_json1_1GetWork
|
|
|
7159
7159
|
const deserializeAws_json1_1GetWorkflowCommandError = async (output, context) => {
|
|
7160
7160
|
const parsedOutput = {
|
|
7161
7161
|
...output,
|
|
7162
|
-
body: await
|
|
7162
|
+
body: await parseErrorBody(output.body, context),
|
|
7163
7163
|
};
|
|
7164
7164
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7165
7165
|
switch (errorCode) {
|
|
@@ -7202,7 +7202,7 @@ exports.deserializeAws_json1_1GetWorkflowRunCommand = deserializeAws_json1_1GetW
|
|
|
7202
7202
|
const deserializeAws_json1_1GetWorkflowRunCommandError = async (output, context) => {
|
|
7203
7203
|
const parsedOutput = {
|
|
7204
7204
|
...output,
|
|
7205
|
-
body: await
|
|
7205
|
+
body: await parseErrorBody(output.body, context),
|
|
7206
7206
|
};
|
|
7207
7207
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7208
7208
|
switch (errorCode) {
|
|
@@ -7245,7 +7245,7 @@ exports.deserializeAws_json1_1GetWorkflowRunPropertiesCommand = deserializeAws_j
|
|
|
7245
7245
|
const deserializeAws_json1_1GetWorkflowRunPropertiesCommandError = async (output, context) => {
|
|
7246
7246
|
const parsedOutput = {
|
|
7247
7247
|
...output,
|
|
7248
|
-
body: await
|
|
7248
|
+
body: await parseErrorBody(output.body, context),
|
|
7249
7249
|
};
|
|
7250
7250
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7251
7251
|
switch (errorCode) {
|
|
@@ -7288,7 +7288,7 @@ exports.deserializeAws_json1_1GetWorkflowRunsCommand = deserializeAws_json1_1Get
|
|
|
7288
7288
|
const deserializeAws_json1_1GetWorkflowRunsCommandError = async (output, context) => {
|
|
7289
7289
|
const parsedOutput = {
|
|
7290
7290
|
...output,
|
|
7291
|
-
body: await
|
|
7291
|
+
body: await parseErrorBody(output.body, context),
|
|
7292
7292
|
};
|
|
7293
7293
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7294
7294
|
switch (errorCode) {
|
|
@@ -7331,7 +7331,7 @@ exports.deserializeAws_json1_1ImportCatalogToGlueCommand = deserializeAws_json1_
|
|
|
7331
7331
|
const deserializeAws_json1_1ImportCatalogToGlueCommandError = async (output, context) => {
|
|
7332
7332
|
const parsedOutput = {
|
|
7333
7333
|
...output,
|
|
7334
|
-
body: await
|
|
7334
|
+
body: await parseErrorBody(output.body, context),
|
|
7335
7335
|
};
|
|
7336
7336
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7337
7337
|
switch (errorCode) {
|
|
@@ -7368,7 +7368,7 @@ exports.deserializeAws_json1_1ListBlueprintsCommand = deserializeAws_json1_1List
|
|
|
7368
7368
|
const deserializeAws_json1_1ListBlueprintsCommandError = async (output, context) => {
|
|
7369
7369
|
const parsedOutput = {
|
|
7370
7370
|
...output,
|
|
7371
|
-
body: await
|
|
7371
|
+
body: await parseErrorBody(output.body, context),
|
|
7372
7372
|
};
|
|
7373
7373
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7374
7374
|
switch (errorCode) {
|
|
@@ -7408,7 +7408,7 @@ exports.deserializeAws_json1_1ListCrawlersCommand = deserializeAws_json1_1ListCr
|
|
|
7408
7408
|
const deserializeAws_json1_1ListCrawlersCommandError = async (output, context) => {
|
|
7409
7409
|
const parsedOutput = {
|
|
7410
7410
|
...output,
|
|
7411
|
-
body: await
|
|
7411
|
+
body: await parseErrorBody(output.body, context),
|
|
7412
7412
|
};
|
|
7413
7413
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7414
7414
|
switch (errorCode) {
|
|
@@ -7442,7 +7442,7 @@ exports.deserializeAws_json1_1ListCrawlsCommand = deserializeAws_json1_1ListCraw
|
|
|
7442
7442
|
const deserializeAws_json1_1ListCrawlsCommandError = async (output, context) => {
|
|
7443
7443
|
const parsedOutput = {
|
|
7444
7444
|
...output,
|
|
7445
|
-
body: await
|
|
7445
|
+
body: await parseErrorBody(output.body, context),
|
|
7446
7446
|
};
|
|
7447
7447
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7448
7448
|
switch (errorCode) {
|
|
@@ -7482,7 +7482,7 @@ exports.deserializeAws_json1_1ListCustomEntityTypesCommand = deserializeAws_json
|
|
|
7482
7482
|
const deserializeAws_json1_1ListCustomEntityTypesCommandError = async (output, context) => {
|
|
7483
7483
|
const parsedOutput = {
|
|
7484
7484
|
...output,
|
|
7485
|
-
body: await
|
|
7485
|
+
body: await parseErrorBody(output.body, context),
|
|
7486
7486
|
};
|
|
7487
7487
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7488
7488
|
switch (errorCode) {
|
|
@@ -7522,7 +7522,7 @@ exports.deserializeAws_json1_1ListDevEndpointsCommand = deserializeAws_json1_1Li
|
|
|
7522
7522
|
const deserializeAws_json1_1ListDevEndpointsCommandError = async (output, context) => {
|
|
7523
7523
|
const parsedOutput = {
|
|
7524
7524
|
...output,
|
|
7525
|
-
body: await
|
|
7525
|
+
body: await parseErrorBody(output.body, context),
|
|
7526
7526
|
};
|
|
7527
7527
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7528
7528
|
switch (errorCode) {
|
|
@@ -7565,7 +7565,7 @@ exports.deserializeAws_json1_1ListJobsCommand = deserializeAws_json1_1ListJobsCo
|
|
|
7565
7565
|
const deserializeAws_json1_1ListJobsCommandError = async (output, context) => {
|
|
7566
7566
|
const parsedOutput = {
|
|
7567
7567
|
...output,
|
|
7568
|
-
body: await
|
|
7568
|
+
body: await parseErrorBody(output.body, context),
|
|
7569
7569
|
};
|
|
7570
7570
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7571
7571
|
switch (errorCode) {
|
|
@@ -7608,7 +7608,7 @@ exports.deserializeAws_json1_1ListMLTransformsCommand = deserializeAws_json1_1Li
|
|
|
7608
7608
|
const deserializeAws_json1_1ListMLTransformsCommandError = async (output, context) => {
|
|
7609
7609
|
const parsedOutput = {
|
|
7610
7610
|
...output,
|
|
7611
|
-
body: await
|
|
7611
|
+
body: await parseErrorBody(output.body, context),
|
|
7612
7612
|
};
|
|
7613
7613
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7614
7614
|
switch (errorCode) {
|
|
@@ -7651,7 +7651,7 @@ exports.deserializeAws_json1_1ListRegistriesCommand = deserializeAws_json1_1List
|
|
|
7651
7651
|
const deserializeAws_json1_1ListRegistriesCommandError = async (output, context) => {
|
|
7652
7652
|
const parsedOutput = {
|
|
7653
7653
|
...output,
|
|
7654
|
-
body: await
|
|
7654
|
+
body: await parseErrorBody(output.body, context),
|
|
7655
7655
|
};
|
|
7656
7656
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7657
7657
|
switch (errorCode) {
|
|
@@ -7691,7 +7691,7 @@ exports.deserializeAws_json1_1ListSchemasCommand = deserializeAws_json1_1ListSch
|
|
|
7691
7691
|
const deserializeAws_json1_1ListSchemasCommandError = async (output, context) => {
|
|
7692
7692
|
const parsedOutput = {
|
|
7693
7693
|
...output,
|
|
7694
|
-
body: await
|
|
7694
|
+
body: await parseErrorBody(output.body, context),
|
|
7695
7695
|
};
|
|
7696
7696
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7697
7697
|
switch (errorCode) {
|
|
@@ -7734,7 +7734,7 @@ exports.deserializeAws_json1_1ListSchemaVersionsCommand = deserializeAws_json1_1
|
|
|
7734
7734
|
const deserializeAws_json1_1ListSchemaVersionsCommandError = async (output, context) => {
|
|
7735
7735
|
const parsedOutput = {
|
|
7736
7736
|
...output,
|
|
7737
|
-
body: await
|
|
7737
|
+
body: await parseErrorBody(output.body, context),
|
|
7738
7738
|
};
|
|
7739
7739
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7740
7740
|
switch (errorCode) {
|
|
@@ -7777,7 +7777,7 @@ exports.deserializeAws_json1_1ListSessionsCommand = deserializeAws_json1_1ListSe
|
|
|
7777
7777
|
const deserializeAws_json1_1ListSessionsCommandError = async (output, context) => {
|
|
7778
7778
|
const parsedOutput = {
|
|
7779
7779
|
...output,
|
|
7780
|
-
body: await
|
|
7780
|
+
body: await parseErrorBody(output.body, context),
|
|
7781
7781
|
};
|
|
7782
7782
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7783
7783
|
switch (errorCode) {
|
|
@@ -7820,7 +7820,7 @@ exports.deserializeAws_json1_1ListStatementsCommand = deserializeAws_json1_1List
|
|
|
7820
7820
|
const deserializeAws_json1_1ListStatementsCommandError = async (output, context) => {
|
|
7821
7821
|
const parsedOutput = {
|
|
7822
7822
|
...output,
|
|
7823
|
-
body: await
|
|
7823
|
+
body: await parseErrorBody(output.body, context),
|
|
7824
7824
|
};
|
|
7825
7825
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7826
7826
|
switch (errorCode) {
|
|
@@ -7869,7 +7869,7 @@ exports.deserializeAws_json1_1ListTriggersCommand = deserializeAws_json1_1ListTr
|
|
|
7869
7869
|
const deserializeAws_json1_1ListTriggersCommandError = async (output, context) => {
|
|
7870
7870
|
const parsedOutput = {
|
|
7871
7871
|
...output,
|
|
7872
|
-
body: await
|
|
7872
|
+
body: await parseErrorBody(output.body, context),
|
|
7873
7873
|
};
|
|
7874
7874
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7875
7875
|
switch (errorCode) {
|
|
@@ -7912,7 +7912,7 @@ exports.deserializeAws_json1_1ListWorkflowsCommand = deserializeAws_json1_1ListW
|
|
|
7912
7912
|
const deserializeAws_json1_1ListWorkflowsCommandError = async (output, context) => {
|
|
7913
7913
|
const parsedOutput = {
|
|
7914
7914
|
...output,
|
|
7915
|
-
body: await
|
|
7915
|
+
body: await parseErrorBody(output.body, context),
|
|
7916
7916
|
};
|
|
7917
7917
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7918
7918
|
switch (errorCode) {
|
|
@@ -7952,7 +7952,7 @@ exports.deserializeAws_json1_1PutDataCatalogEncryptionSettingsCommand = deserial
|
|
|
7952
7952
|
const deserializeAws_json1_1PutDataCatalogEncryptionSettingsCommandError = async (output, context) => {
|
|
7953
7953
|
const parsedOutput = {
|
|
7954
7954
|
...output,
|
|
7955
|
-
body: await
|
|
7955
|
+
body: await parseErrorBody(output.body, context),
|
|
7956
7956
|
};
|
|
7957
7957
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7958
7958
|
switch (errorCode) {
|
|
@@ -7992,7 +7992,7 @@ exports.deserializeAws_json1_1PutResourcePolicyCommand = deserializeAws_json1_1P
|
|
|
7992
7992
|
const deserializeAws_json1_1PutResourcePolicyCommandError = async (output, context) => {
|
|
7993
7993
|
const parsedOutput = {
|
|
7994
7994
|
...output,
|
|
7995
|
-
body: await
|
|
7995
|
+
body: await parseErrorBody(output.body, context),
|
|
7996
7996
|
};
|
|
7997
7997
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7998
7998
|
switch (errorCode) {
|
|
@@ -8038,7 +8038,7 @@ exports.deserializeAws_json1_1PutSchemaVersionMetadataCommand = deserializeAws_j
|
|
|
8038
8038
|
const deserializeAws_json1_1PutSchemaVersionMetadataCommandError = async (output, context) => {
|
|
8039
8039
|
const parsedOutput = {
|
|
8040
8040
|
...output,
|
|
8041
|
-
body: await
|
|
8041
|
+
body: await parseErrorBody(output.body, context),
|
|
8042
8042
|
};
|
|
8043
8043
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8044
8044
|
switch (errorCode) {
|
|
@@ -8084,7 +8084,7 @@ exports.deserializeAws_json1_1PutWorkflowRunPropertiesCommand = deserializeAws_j
|
|
|
8084
8084
|
const deserializeAws_json1_1PutWorkflowRunPropertiesCommandError = async (output, context) => {
|
|
8085
8085
|
const parsedOutput = {
|
|
8086
8086
|
...output,
|
|
8087
|
-
body: await
|
|
8087
|
+
body: await parseErrorBody(output.body, context),
|
|
8088
8088
|
};
|
|
8089
8089
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8090
8090
|
switch (errorCode) {
|
|
@@ -8136,7 +8136,7 @@ exports.deserializeAws_json1_1QuerySchemaVersionMetadataCommand = deserializeAws
|
|
|
8136
8136
|
const deserializeAws_json1_1QuerySchemaVersionMetadataCommandError = async (output, context) => {
|
|
8137
8137
|
const parsedOutput = {
|
|
8138
8138
|
...output,
|
|
8139
|
-
body: await
|
|
8139
|
+
body: await parseErrorBody(output.body, context),
|
|
8140
8140
|
};
|
|
8141
8141
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8142
8142
|
switch (errorCode) {
|
|
@@ -8176,7 +8176,7 @@ exports.deserializeAws_json1_1RegisterSchemaVersionCommand = deserializeAws_json
|
|
|
8176
8176
|
const deserializeAws_json1_1RegisterSchemaVersionCommandError = async (output, context) => {
|
|
8177
8177
|
const parsedOutput = {
|
|
8178
8178
|
...output,
|
|
8179
|
-
body: await
|
|
8179
|
+
body: await parseErrorBody(output.body, context),
|
|
8180
8180
|
};
|
|
8181
8181
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8182
8182
|
switch (errorCode) {
|
|
@@ -8225,7 +8225,7 @@ exports.deserializeAws_json1_1RemoveSchemaVersionMetadataCommand = deserializeAw
|
|
|
8225
8225
|
const deserializeAws_json1_1RemoveSchemaVersionMetadataCommandError = async (output, context) => {
|
|
8226
8226
|
const parsedOutput = {
|
|
8227
8227
|
...output,
|
|
8228
|
-
body: await
|
|
8228
|
+
body: await parseErrorBody(output.body, context),
|
|
8229
8229
|
};
|
|
8230
8230
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8231
8231
|
switch (errorCode) {
|
|
@@ -8265,7 +8265,7 @@ exports.deserializeAws_json1_1ResetJobBookmarkCommand = deserializeAws_json1_1Re
|
|
|
8265
8265
|
const deserializeAws_json1_1ResetJobBookmarkCommandError = async (output, context) => {
|
|
8266
8266
|
const parsedOutput = {
|
|
8267
8267
|
...output,
|
|
8268
|
-
body: await
|
|
8268
|
+
body: await parseErrorBody(output.body, context),
|
|
8269
8269
|
};
|
|
8270
8270
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8271
8271
|
switch (errorCode) {
|
|
@@ -8308,7 +8308,7 @@ exports.deserializeAws_json1_1ResumeWorkflowRunCommand = deserializeAws_json1_1R
|
|
|
8308
8308
|
const deserializeAws_json1_1ResumeWorkflowRunCommandError = async (output, context) => {
|
|
8309
8309
|
const parsedOutput = {
|
|
8310
8310
|
...output,
|
|
8311
|
-
body: await
|
|
8311
|
+
body: await parseErrorBody(output.body, context),
|
|
8312
8312
|
};
|
|
8313
8313
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8314
8314
|
switch (errorCode) {
|
|
@@ -8357,7 +8357,7 @@ exports.deserializeAws_json1_1RunStatementCommand = deserializeAws_json1_1RunSta
|
|
|
8357
8357
|
const deserializeAws_json1_1RunStatementCommandError = async (output, context) => {
|
|
8358
8358
|
const parsedOutput = {
|
|
8359
8359
|
...output,
|
|
8360
|
-
body: await
|
|
8360
|
+
body: await parseErrorBody(output.body, context),
|
|
8361
8361
|
};
|
|
8362
8362
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8363
8363
|
switch (errorCode) {
|
|
@@ -8412,7 +8412,7 @@ exports.deserializeAws_json1_1SearchTablesCommand = deserializeAws_json1_1Search
|
|
|
8412
8412
|
const deserializeAws_json1_1SearchTablesCommandError = async (output, context) => {
|
|
8413
8413
|
const parsedOutput = {
|
|
8414
8414
|
...output,
|
|
8415
|
-
body: await
|
|
8415
|
+
body: await parseErrorBody(output.body, context),
|
|
8416
8416
|
};
|
|
8417
8417
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8418
8418
|
switch (errorCode) {
|
|
@@ -8452,7 +8452,7 @@ exports.deserializeAws_json1_1StartBlueprintRunCommand = deserializeAws_json1_1S
|
|
|
8452
8452
|
const deserializeAws_json1_1StartBlueprintRunCommandError = async (output, context) => {
|
|
8453
8453
|
const parsedOutput = {
|
|
8454
8454
|
...output,
|
|
8455
|
-
body: await
|
|
8455
|
+
body: await parseErrorBody(output.body, context),
|
|
8456
8456
|
};
|
|
8457
8457
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8458
8458
|
switch (errorCode) {
|
|
@@ -8501,7 +8501,7 @@ exports.deserializeAws_json1_1StartCrawlerCommand = deserializeAws_json1_1StartC
|
|
|
8501
8501
|
const deserializeAws_json1_1StartCrawlerCommandError = async (output, context) => {
|
|
8502
8502
|
const parsedOutput = {
|
|
8503
8503
|
...output,
|
|
8504
|
-
body: await
|
|
8504
|
+
body: await parseErrorBody(output.body, context),
|
|
8505
8505
|
};
|
|
8506
8506
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8507
8507
|
switch (errorCode) {
|
|
@@ -8541,7 +8541,7 @@ exports.deserializeAws_json1_1StartCrawlerScheduleCommand = deserializeAws_json1
|
|
|
8541
8541
|
const deserializeAws_json1_1StartCrawlerScheduleCommandError = async (output, context) => {
|
|
8542
8542
|
const parsedOutput = {
|
|
8543
8543
|
...output,
|
|
8544
|
-
body: await
|
|
8544
|
+
body: await parseErrorBody(output.body, context),
|
|
8545
8545
|
};
|
|
8546
8546
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8547
8547
|
switch (errorCode) {
|
|
@@ -8587,7 +8587,7 @@ exports.deserializeAws_json1_1StartExportLabelsTaskRunCommand = deserializeAws_j
|
|
|
8587
8587
|
const deserializeAws_json1_1StartExportLabelsTaskRunCommandError = async (output, context) => {
|
|
8588
8588
|
const parsedOutput = {
|
|
8589
8589
|
...output,
|
|
8590
|
-
body: await
|
|
8590
|
+
body: await parseErrorBody(output.body, context),
|
|
8591
8591
|
};
|
|
8592
8592
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8593
8593
|
switch (errorCode) {
|
|
@@ -8630,7 +8630,7 @@ exports.deserializeAws_json1_1StartImportLabelsTaskRunCommand = deserializeAws_j
|
|
|
8630
8630
|
const deserializeAws_json1_1StartImportLabelsTaskRunCommandError = async (output, context) => {
|
|
8631
8631
|
const parsedOutput = {
|
|
8632
8632
|
...output,
|
|
8633
|
-
body: await
|
|
8633
|
+
body: await parseErrorBody(output.body, context),
|
|
8634
8634
|
};
|
|
8635
8635
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8636
8636
|
switch (errorCode) {
|
|
@@ -8676,7 +8676,7 @@ exports.deserializeAws_json1_1StartJobRunCommand = deserializeAws_json1_1StartJo
|
|
|
8676
8676
|
const deserializeAws_json1_1StartJobRunCommandError = async (output, context) => {
|
|
8677
8677
|
const parsedOutput = {
|
|
8678
8678
|
...output,
|
|
8679
|
-
body: await
|
|
8679
|
+
body: await parseErrorBody(output.body, context),
|
|
8680
8680
|
};
|
|
8681
8681
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8682
8682
|
switch (errorCode) {
|
|
@@ -8725,7 +8725,7 @@ exports.deserializeAws_json1_1StartMLEvaluationTaskRunCommand = deserializeAws_j
|
|
|
8725
8725
|
const deserializeAws_json1_1StartMLEvaluationTaskRunCommandError = async (output, context) => {
|
|
8726
8726
|
const parsedOutput = {
|
|
8727
8727
|
...output,
|
|
8728
|
-
body: await
|
|
8728
|
+
body: await parseErrorBody(output.body, context),
|
|
8729
8729
|
};
|
|
8730
8730
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8731
8731
|
switch (errorCode) {
|
|
@@ -8774,7 +8774,7 @@ exports.deserializeAws_json1_1StartMLLabelingSetGenerationTaskRunCommand = deser
|
|
|
8774
8774
|
const deserializeAws_json1_1StartMLLabelingSetGenerationTaskRunCommandError = async (output, context) => {
|
|
8775
8775
|
const parsedOutput = {
|
|
8776
8776
|
...output,
|
|
8777
|
-
body: await
|
|
8777
|
+
body: await parseErrorBody(output.body, context),
|
|
8778
8778
|
};
|
|
8779
8779
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8780
8780
|
switch (errorCode) {
|
|
@@ -8820,7 +8820,7 @@ exports.deserializeAws_json1_1StartTriggerCommand = deserializeAws_json1_1StartT
|
|
|
8820
8820
|
const deserializeAws_json1_1StartTriggerCommandError = async (output, context) => {
|
|
8821
8821
|
const parsedOutput = {
|
|
8822
8822
|
...output,
|
|
8823
|
-
body: await
|
|
8823
|
+
body: await parseErrorBody(output.body, context),
|
|
8824
8824
|
};
|
|
8825
8825
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8826
8826
|
switch (errorCode) {
|
|
@@ -8869,7 +8869,7 @@ exports.deserializeAws_json1_1StartWorkflowRunCommand = deserializeAws_json1_1St
|
|
|
8869
8869
|
const deserializeAws_json1_1StartWorkflowRunCommandError = async (output, context) => {
|
|
8870
8870
|
const parsedOutput = {
|
|
8871
8871
|
...output,
|
|
8872
|
-
body: await
|
|
8872
|
+
body: await parseErrorBody(output.body, context),
|
|
8873
8873
|
};
|
|
8874
8874
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8875
8875
|
switch (errorCode) {
|
|
@@ -8918,7 +8918,7 @@ exports.deserializeAws_json1_1StopCrawlerCommand = deserializeAws_json1_1StopCra
|
|
|
8918
8918
|
const deserializeAws_json1_1StopCrawlerCommandError = async (output, context) => {
|
|
8919
8919
|
const parsedOutput = {
|
|
8920
8920
|
...output,
|
|
8921
|
-
body: await
|
|
8921
|
+
body: await parseErrorBody(output.body, context),
|
|
8922
8922
|
};
|
|
8923
8923
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8924
8924
|
switch (errorCode) {
|
|
@@ -8961,7 +8961,7 @@ exports.deserializeAws_json1_1StopCrawlerScheduleCommand = deserializeAws_json1_
|
|
|
8961
8961
|
const deserializeAws_json1_1StopCrawlerScheduleCommandError = async (output, context) => {
|
|
8962
8962
|
const parsedOutput = {
|
|
8963
8963
|
...output,
|
|
8964
|
-
body: await
|
|
8964
|
+
body: await parseErrorBody(output.body, context),
|
|
8965
8965
|
};
|
|
8966
8966
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8967
8967
|
switch (errorCode) {
|
|
@@ -9004,7 +9004,7 @@ exports.deserializeAws_json1_1StopSessionCommand = deserializeAws_json1_1StopSes
|
|
|
9004
9004
|
const deserializeAws_json1_1StopSessionCommandError = async (output, context) => {
|
|
9005
9005
|
const parsedOutput = {
|
|
9006
9006
|
...output,
|
|
9007
|
-
body: await
|
|
9007
|
+
body: await parseErrorBody(output.body, context),
|
|
9008
9008
|
};
|
|
9009
9009
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9010
9010
|
switch (errorCode) {
|
|
@@ -9053,7 +9053,7 @@ exports.deserializeAws_json1_1StopTriggerCommand = deserializeAws_json1_1StopTri
|
|
|
9053
9053
|
const deserializeAws_json1_1StopTriggerCommandError = async (output, context) => {
|
|
9054
9054
|
const parsedOutput = {
|
|
9055
9055
|
...output,
|
|
9056
|
-
body: await
|
|
9056
|
+
body: await parseErrorBody(output.body, context),
|
|
9057
9057
|
};
|
|
9058
9058
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9059
9059
|
switch (errorCode) {
|
|
@@ -9099,7 +9099,7 @@ exports.deserializeAws_json1_1StopWorkflowRunCommand = deserializeAws_json1_1Sto
|
|
|
9099
9099
|
const deserializeAws_json1_1StopWorkflowRunCommandError = async (output, context) => {
|
|
9100
9100
|
const parsedOutput = {
|
|
9101
9101
|
...output,
|
|
9102
|
-
body: await
|
|
9102
|
+
body: await parseErrorBody(output.body, context),
|
|
9103
9103
|
};
|
|
9104
9104
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9105
9105
|
switch (errorCode) {
|
|
@@ -9145,7 +9145,7 @@ exports.deserializeAws_json1_1TagResourceCommand = deserializeAws_json1_1TagReso
|
|
|
9145
9145
|
const deserializeAws_json1_1TagResourceCommandError = async (output, context) => {
|
|
9146
9146
|
const parsedOutput = {
|
|
9147
9147
|
...output,
|
|
9148
|
-
body: await
|
|
9148
|
+
body: await parseErrorBody(output.body, context),
|
|
9149
9149
|
};
|
|
9150
9150
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9151
9151
|
switch (errorCode) {
|
|
@@ -9188,7 +9188,7 @@ exports.deserializeAws_json1_1UntagResourceCommand = deserializeAws_json1_1Untag
|
|
|
9188
9188
|
const deserializeAws_json1_1UntagResourceCommandError = async (output, context) => {
|
|
9189
9189
|
const parsedOutput = {
|
|
9190
9190
|
...output,
|
|
9191
|
-
body: await
|
|
9191
|
+
body: await parseErrorBody(output.body, context),
|
|
9192
9192
|
};
|
|
9193
9193
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9194
9194
|
switch (errorCode) {
|
|
@@ -9231,7 +9231,7 @@ exports.deserializeAws_json1_1UpdateBlueprintCommand = deserializeAws_json1_1Upd
|
|
|
9231
9231
|
const deserializeAws_json1_1UpdateBlueprintCommandError = async (output, context) => {
|
|
9232
9232
|
const parsedOutput = {
|
|
9233
9233
|
...output,
|
|
9234
|
-
body: await
|
|
9234
|
+
body: await parseErrorBody(output.body, context),
|
|
9235
9235
|
};
|
|
9236
9236
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9237
9237
|
switch (errorCode) {
|
|
@@ -9280,7 +9280,7 @@ exports.deserializeAws_json1_1UpdateClassifierCommand = deserializeAws_json1_1Up
|
|
|
9280
9280
|
const deserializeAws_json1_1UpdateClassifierCommandError = async (output, context) => {
|
|
9281
9281
|
const parsedOutput = {
|
|
9282
9282
|
...output,
|
|
9283
|
-
body: await
|
|
9283
|
+
body: await parseErrorBody(output.body, context),
|
|
9284
9284
|
};
|
|
9285
9285
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9286
9286
|
switch (errorCode) {
|
|
@@ -9323,7 +9323,7 @@ exports.deserializeAws_json1_1UpdateColumnStatisticsForPartitionCommand = deseri
|
|
|
9323
9323
|
const deserializeAws_json1_1UpdateColumnStatisticsForPartitionCommandError = async (output, context) => {
|
|
9324
9324
|
const parsedOutput = {
|
|
9325
9325
|
...output,
|
|
9326
|
-
body: await
|
|
9326
|
+
body: await parseErrorBody(output.body, context),
|
|
9327
9327
|
};
|
|
9328
9328
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9329
9329
|
switch (errorCode) {
|
|
@@ -9369,7 +9369,7 @@ exports.deserializeAws_json1_1UpdateColumnStatisticsForTableCommand = deserializ
|
|
|
9369
9369
|
const deserializeAws_json1_1UpdateColumnStatisticsForTableCommandError = async (output, context) => {
|
|
9370
9370
|
const parsedOutput = {
|
|
9371
9371
|
...output,
|
|
9372
|
-
body: await
|
|
9372
|
+
body: await parseErrorBody(output.body, context),
|
|
9373
9373
|
};
|
|
9374
9374
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9375
9375
|
switch (errorCode) {
|
|
@@ -9415,7 +9415,7 @@ exports.deserializeAws_json1_1UpdateConnectionCommand = deserializeAws_json1_1Up
|
|
|
9415
9415
|
const deserializeAws_json1_1UpdateConnectionCommandError = async (output, context) => {
|
|
9416
9416
|
const parsedOutput = {
|
|
9417
9417
|
...output,
|
|
9418
|
-
body: await
|
|
9418
|
+
body: await parseErrorBody(output.body, context),
|
|
9419
9419
|
};
|
|
9420
9420
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9421
9421
|
switch (errorCode) {
|
|
@@ -9458,7 +9458,7 @@ exports.deserializeAws_json1_1UpdateCrawlerCommand = deserializeAws_json1_1Updat
|
|
|
9458
9458
|
const deserializeAws_json1_1UpdateCrawlerCommandError = async (output, context) => {
|
|
9459
9459
|
const parsedOutput = {
|
|
9460
9460
|
...output,
|
|
9461
|
-
body: await
|
|
9461
|
+
body: await parseErrorBody(output.body, context),
|
|
9462
9462
|
};
|
|
9463
9463
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9464
9464
|
switch (errorCode) {
|
|
@@ -9504,7 +9504,7 @@ exports.deserializeAws_json1_1UpdateCrawlerScheduleCommand = deserializeAws_json
|
|
|
9504
9504
|
const deserializeAws_json1_1UpdateCrawlerScheduleCommandError = async (output, context) => {
|
|
9505
9505
|
const parsedOutput = {
|
|
9506
9506
|
...output,
|
|
9507
|
-
body: await
|
|
9507
|
+
body: await parseErrorBody(output.body, context),
|
|
9508
9508
|
};
|
|
9509
9509
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9510
9510
|
switch (errorCode) {
|
|
@@ -9550,7 +9550,7 @@ exports.deserializeAws_json1_1UpdateDatabaseCommand = deserializeAws_json1_1Upda
|
|
|
9550
9550
|
const deserializeAws_json1_1UpdateDatabaseCommandError = async (output, context) => {
|
|
9551
9551
|
const parsedOutput = {
|
|
9552
9552
|
...output,
|
|
9553
|
-
body: await
|
|
9553
|
+
body: await parseErrorBody(output.body, context),
|
|
9554
9554
|
};
|
|
9555
9555
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9556
9556
|
switch (errorCode) {
|
|
@@ -9599,7 +9599,7 @@ exports.deserializeAws_json1_1UpdateDevEndpointCommand = deserializeAws_json1_1U
|
|
|
9599
9599
|
const deserializeAws_json1_1UpdateDevEndpointCommandError = async (output, context) => {
|
|
9600
9600
|
const parsedOutput = {
|
|
9601
9601
|
...output,
|
|
9602
|
-
body: await
|
|
9602
|
+
body: await parseErrorBody(output.body, context),
|
|
9603
9603
|
};
|
|
9604
9604
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9605
9605
|
switch (errorCode) {
|
|
@@ -9645,7 +9645,7 @@ exports.deserializeAws_json1_1UpdateJobCommand = deserializeAws_json1_1UpdateJob
|
|
|
9645
9645
|
const deserializeAws_json1_1UpdateJobCommandError = async (output, context) => {
|
|
9646
9646
|
const parsedOutput = {
|
|
9647
9647
|
...output,
|
|
9648
|
-
body: await
|
|
9648
|
+
body: await parseErrorBody(output.body, context),
|
|
9649
9649
|
};
|
|
9650
9650
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9651
9651
|
switch (errorCode) {
|
|
@@ -9691,7 +9691,7 @@ exports.deserializeAws_json1_1UpdateMLTransformCommand = deserializeAws_json1_1U
|
|
|
9691
9691
|
const deserializeAws_json1_1UpdateMLTransformCommandError = async (output, context) => {
|
|
9692
9692
|
const parsedOutput = {
|
|
9693
9693
|
...output,
|
|
9694
|
-
body: await
|
|
9694
|
+
body: await parseErrorBody(output.body, context),
|
|
9695
9695
|
};
|
|
9696
9696
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9697
9697
|
switch (errorCode) {
|
|
@@ -9737,7 +9737,7 @@ exports.deserializeAws_json1_1UpdatePartitionCommand = deserializeAws_json1_1Upd
|
|
|
9737
9737
|
const deserializeAws_json1_1UpdatePartitionCommandError = async (output, context) => {
|
|
9738
9738
|
const parsedOutput = {
|
|
9739
9739
|
...output,
|
|
9740
|
-
body: await
|
|
9740
|
+
body: await parseErrorBody(output.body, context),
|
|
9741
9741
|
};
|
|
9742
9742
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9743
9743
|
switch (errorCode) {
|
|
@@ -9783,7 +9783,7 @@ exports.deserializeAws_json1_1UpdateRegistryCommand = deserializeAws_json1_1Upda
|
|
|
9783
9783
|
const deserializeAws_json1_1UpdateRegistryCommandError = async (output, context) => {
|
|
9784
9784
|
const parsedOutput = {
|
|
9785
9785
|
...output,
|
|
9786
|
-
body: await
|
|
9786
|
+
body: await parseErrorBody(output.body, context),
|
|
9787
9787
|
};
|
|
9788
9788
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9789
9789
|
switch (errorCode) {
|
|
@@ -9829,7 +9829,7 @@ exports.deserializeAws_json1_1UpdateSchemaCommand = deserializeAws_json1_1Update
|
|
|
9829
9829
|
const deserializeAws_json1_1UpdateSchemaCommandError = async (output, context) => {
|
|
9830
9830
|
const parsedOutput = {
|
|
9831
9831
|
...output,
|
|
9832
|
-
body: await
|
|
9832
|
+
body: await parseErrorBody(output.body, context),
|
|
9833
9833
|
};
|
|
9834
9834
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9835
9835
|
switch (errorCode) {
|
|
@@ -9875,7 +9875,7 @@ exports.deserializeAws_json1_1UpdateTableCommand = deserializeAws_json1_1UpdateT
|
|
|
9875
9875
|
const deserializeAws_json1_1UpdateTableCommandError = async (output, context) => {
|
|
9876
9876
|
const parsedOutput = {
|
|
9877
9877
|
...output,
|
|
9878
|
-
body: await
|
|
9878
|
+
body: await parseErrorBody(output.body, context),
|
|
9879
9879
|
};
|
|
9880
9880
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9881
9881
|
switch (errorCode) {
|
|
@@ -9930,7 +9930,7 @@ exports.deserializeAws_json1_1UpdateTriggerCommand = deserializeAws_json1_1Updat
|
|
|
9930
9930
|
const deserializeAws_json1_1UpdateTriggerCommandError = async (output, context) => {
|
|
9931
9931
|
const parsedOutput = {
|
|
9932
9932
|
...output,
|
|
9933
|
-
body: await
|
|
9933
|
+
body: await parseErrorBody(output.body, context),
|
|
9934
9934
|
};
|
|
9935
9935
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9936
9936
|
switch (errorCode) {
|
|
@@ -9976,7 +9976,7 @@ exports.deserializeAws_json1_1UpdateUserDefinedFunctionCommand = deserializeAws_
|
|
|
9976
9976
|
const deserializeAws_json1_1UpdateUserDefinedFunctionCommandError = async (output, context) => {
|
|
9977
9977
|
const parsedOutput = {
|
|
9978
9978
|
...output,
|
|
9979
|
-
body: await
|
|
9979
|
+
body: await parseErrorBody(output.body, context),
|
|
9980
9980
|
};
|
|
9981
9981
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9982
9982
|
switch (errorCode) {
|
|
@@ -10022,7 +10022,7 @@ exports.deserializeAws_json1_1UpdateWorkflowCommand = deserializeAws_json1_1Upda
|
|
|
10022
10022
|
const deserializeAws_json1_1UpdateWorkflowCommandError = async (output, context) => {
|
|
10023
10023
|
const parsedOutput = {
|
|
10024
10024
|
...output,
|
|
10025
|
-
body: await
|
|
10025
|
+
body: await parseErrorBody(output.body, context),
|
|
10026
10026
|
};
|
|
10027
10027
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
10028
10028
|
switch (errorCode) {
|
|
@@ -19091,6 +19091,12 @@ const parseBody = (streamBody, context) => collectBodyString(streamBody, context
|
|
|
19091
19091
|
}
|
|
19092
19092
|
return {};
|
|
19093
19093
|
});
|
|
19094
|
+
const parseErrorBody = async (errorBody, context) => {
|
|
19095
|
+
var _a;
|
|
19096
|
+
const value = await parseBody(errorBody, context);
|
|
19097
|
+
value.message = (_a = value.message) !== null && _a !== void 0 ? _a : value.Message;
|
|
19098
|
+
return value;
|
|
19099
|
+
};
|
|
19094
19100
|
const loadRestJsonErrorCode = (output, data) => {
|
|
19095
19101
|
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
19096
19102
|
const sanitizeErrorCode = (rawValue) => {
|