@aws-sdk/client-dax 3.54.1 → 3.55.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 +8 -0
- package/dist-cjs/DAXClient.js +13 -13
- package/dist-cjs/commands/CreateClusterCommand.js +3 -3
- package/dist-cjs/commands/CreateParameterGroupCommand.js +3 -3
- package/dist-cjs/commands/CreateSubnetGroupCommand.js +3 -3
- package/dist-cjs/commands/DecreaseReplicationFactorCommand.js +3 -3
- package/dist-cjs/commands/DeleteClusterCommand.js +3 -3
- package/dist-cjs/commands/DeleteParameterGroupCommand.js +3 -3
- package/dist-cjs/commands/DeleteSubnetGroupCommand.js +3 -3
- package/dist-cjs/commands/DescribeClustersCommand.js +3 -3
- package/dist-cjs/commands/DescribeDefaultParametersCommand.js +3 -3
- package/dist-cjs/commands/DescribeEventsCommand.js +3 -3
- package/dist-cjs/commands/DescribeParameterGroupsCommand.js +3 -3
- package/dist-cjs/commands/DescribeParametersCommand.js +3 -3
- package/dist-cjs/commands/DescribeSubnetGroupsCommand.js +3 -3
- package/dist-cjs/commands/IncreaseReplicationFactorCommand.js +3 -3
- package/dist-cjs/commands/ListTagsCommand.js +3 -3
- package/dist-cjs/commands/RebootNodeCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateClusterCommand.js +3 -3
- package/dist-cjs/commands/UpdateParameterGroupCommand.js +3 -3
- package/dist-cjs/commands/UpdateSubnetGroupCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/protocols/Aws_json1_1.js +134 -134
- package/dist-cjs/runtimeConfig.browser.js +4 -4
- package/dist-cjs/runtimeConfig.js +9 -9
- package/dist-cjs/runtimeConfig.native.js +1 -1
- package/dist-es/DAX.js +21 -21
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/package.json +34 -34
|
@@ -290,7 +290,7 @@ const deserializeAws_json1_1CreateClusterCommandError = async (output, context)
|
|
|
290
290
|
$fault: "client",
|
|
291
291
|
$metadata: deserializeMetadata(output),
|
|
292
292
|
});
|
|
293
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
293
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
294
294
|
}
|
|
295
295
|
};
|
|
296
296
|
const deserializeAws_json1_1CreateParameterGroupCommand = async (output, context) => {
|
|
@@ -341,7 +341,7 @@ const deserializeAws_json1_1CreateParameterGroupCommandError = async (output, co
|
|
|
341
341
|
$fault: "client",
|
|
342
342
|
$metadata: deserializeMetadata(output),
|
|
343
343
|
});
|
|
344
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
344
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
345
345
|
}
|
|
346
346
|
};
|
|
347
347
|
const deserializeAws_json1_1CreateSubnetGroupCommand = async (output, context) => {
|
|
@@ -389,7 +389,7 @@ const deserializeAws_json1_1CreateSubnetGroupCommandError = async (output, conte
|
|
|
389
389
|
$fault: "client",
|
|
390
390
|
$metadata: deserializeMetadata(output),
|
|
391
391
|
});
|
|
392
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
392
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
393
393
|
}
|
|
394
394
|
};
|
|
395
395
|
const deserializeAws_json1_1DecreaseReplicationFactorCommand = async (output, context) => {
|
|
@@ -440,7 +440,7 @@ const deserializeAws_json1_1DecreaseReplicationFactorCommandError = async (outpu
|
|
|
440
440
|
$fault: "client",
|
|
441
441
|
$metadata: deserializeMetadata(output),
|
|
442
442
|
});
|
|
443
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
443
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
444
444
|
}
|
|
445
445
|
};
|
|
446
446
|
const deserializeAws_json1_1DeleteClusterCommand = async (output, context) => {
|
|
@@ -488,7 +488,7 @@ const deserializeAws_json1_1DeleteClusterCommandError = async (output, context)
|
|
|
488
488
|
$fault: "client",
|
|
489
489
|
$metadata: deserializeMetadata(output),
|
|
490
490
|
});
|
|
491
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
491
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
492
492
|
}
|
|
493
493
|
};
|
|
494
494
|
const deserializeAws_json1_1DeleteParameterGroupCommand = async (output, context) => {
|
|
@@ -536,7 +536,7 @@ const deserializeAws_json1_1DeleteParameterGroupCommandError = async (output, co
|
|
|
536
536
|
$fault: "client",
|
|
537
537
|
$metadata: deserializeMetadata(output),
|
|
538
538
|
});
|
|
539
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
539
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
540
540
|
}
|
|
541
541
|
};
|
|
542
542
|
const deserializeAws_json1_1DeleteSubnetGroupCommand = async (output, context) => {
|
|
@@ -578,7 +578,7 @@ const deserializeAws_json1_1DeleteSubnetGroupCommandError = async (output, conte
|
|
|
578
578
|
$fault: "client",
|
|
579
579
|
$metadata: deserializeMetadata(output),
|
|
580
580
|
});
|
|
581
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
581
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
582
582
|
}
|
|
583
583
|
};
|
|
584
584
|
const deserializeAws_json1_1DescribeClustersCommand = async (output, context) => {
|
|
@@ -623,7 +623,7 @@ const deserializeAws_json1_1DescribeClustersCommandError = async (output, contex
|
|
|
623
623
|
$fault: "client",
|
|
624
624
|
$metadata: deserializeMetadata(output),
|
|
625
625
|
});
|
|
626
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
626
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
627
627
|
}
|
|
628
628
|
};
|
|
629
629
|
const deserializeAws_json1_1DescribeDefaultParametersCommand = async (output, context) => {
|
|
@@ -665,7 +665,7 @@ const deserializeAws_json1_1DescribeDefaultParametersCommandError = async (outpu
|
|
|
665
665
|
$fault: "client",
|
|
666
666
|
$metadata: deserializeMetadata(output),
|
|
667
667
|
});
|
|
668
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
668
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
669
669
|
}
|
|
670
670
|
};
|
|
671
671
|
const deserializeAws_json1_1DescribeEventsCommand = async (output, context) => {
|
|
@@ -707,7 +707,7 @@ const deserializeAws_json1_1DescribeEventsCommandError = async (output, context)
|
|
|
707
707
|
$fault: "client",
|
|
708
708
|
$metadata: deserializeMetadata(output),
|
|
709
709
|
});
|
|
710
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
710
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
711
711
|
}
|
|
712
712
|
};
|
|
713
713
|
const deserializeAws_json1_1DescribeParameterGroupsCommand = async (output, context) => {
|
|
@@ -752,7 +752,7 @@ const deserializeAws_json1_1DescribeParameterGroupsCommandError = async (output,
|
|
|
752
752
|
$fault: "client",
|
|
753
753
|
$metadata: deserializeMetadata(output),
|
|
754
754
|
});
|
|
755
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
755
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
756
756
|
}
|
|
757
757
|
};
|
|
758
758
|
const deserializeAws_json1_1DescribeParametersCommand = async (output, context) => {
|
|
@@ -797,7 +797,7 @@ const deserializeAws_json1_1DescribeParametersCommandError = async (output, cont
|
|
|
797
797
|
$fault: "client",
|
|
798
798
|
$metadata: deserializeMetadata(output),
|
|
799
799
|
});
|
|
800
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
800
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
801
801
|
}
|
|
802
802
|
};
|
|
803
803
|
const deserializeAws_json1_1DescribeSubnetGroupsCommand = async (output, context) => {
|
|
@@ -836,7 +836,7 @@ const deserializeAws_json1_1DescribeSubnetGroupsCommandError = async (output, co
|
|
|
836
836
|
$fault: "client",
|
|
837
837
|
$metadata: deserializeMetadata(output),
|
|
838
838
|
});
|
|
839
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
839
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
840
840
|
}
|
|
841
841
|
};
|
|
842
842
|
const deserializeAws_json1_1IncreaseReplicationFactorCommand = async (output, context) => {
|
|
@@ -896,7 +896,7 @@ const deserializeAws_json1_1IncreaseReplicationFactorCommandError = async (outpu
|
|
|
896
896
|
$fault: "client",
|
|
897
897
|
$metadata: deserializeMetadata(output),
|
|
898
898
|
});
|
|
899
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
899
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
900
900
|
}
|
|
901
901
|
};
|
|
902
902
|
const deserializeAws_json1_1ListTagsCommand = async (output, context) => {
|
|
@@ -947,7 +947,7 @@ const deserializeAws_json1_1ListTagsCommandError = async (output, context) => {
|
|
|
947
947
|
$fault: "client",
|
|
948
948
|
$metadata: deserializeMetadata(output),
|
|
949
949
|
});
|
|
950
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
950
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
951
951
|
}
|
|
952
952
|
};
|
|
953
953
|
const deserializeAws_json1_1RebootNodeCommand = async (output, context) => {
|
|
@@ -998,7 +998,7 @@ const deserializeAws_json1_1RebootNodeCommandError = async (output, context) =>
|
|
|
998
998
|
$fault: "client",
|
|
999
999
|
$metadata: deserializeMetadata(output),
|
|
1000
1000
|
});
|
|
1001
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1001
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1002
1002
|
}
|
|
1003
1003
|
};
|
|
1004
1004
|
const deserializeAws_json1_1TagResourceCommand = async (output, context) => {
|
|
@@ -1052,7 +1052,7 @@ const deserializeAws_json1_1TagResourceCommandError = async (output, context) =>
|
|
|
1052
1052
|
$fault: "client",
|
|
1053
1053
|
$metadata: deserializeMetadata(output),
|
|
1054
1054
|
});
|
|
1055
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1055
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1056
1056
|
}
|
|
1057
1057
|
};
|
|
1058
1058
|
const deserializeAws_json1_1UntagResourceCommand = async (output, context) => {
|
|
@@ -1106,7 +1106,7 @@ const deserializeAws_json1_1UntagResourceCommandError = async (output, context)
|
|
|
1106
1106
|
$fault: "client",
|
|
1107
1107
|
$metadata: deserializeMetadata(output),
|
|
1108
1108
|
});
|
|
1109
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1109
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1110
1110
|
}
|
|
1111
1111
|
};
|
|
1112
1112
|
const deserializeAws_json1_1UpdateClusterCommand = async (output, context) => {
|
|
@@ -1160,7 +1160,7 @@ const deserializeAws_json1_1UpdateClusterCommandError = async (output, context)
|
|
|
1160
1160
|
$fault: "client",
|
|
1161
1161
|
$metadata: deserializeMetadata(output),
|
|
1162
1162
|
});
|
|
1163
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1163
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1164
1164
|
}
|
|
1165
1165
|
};
|
|
1166
1166
|
const deserializeAws_json1_1UpdateParameterGroupCommand = async (output, context) => {
|
|
@@ -1208,7 +1208,7 @@ const deserializeAws_json1_1UpdateParameterGroupCommandError = async (output, co
|
|
|
1208
1208
|
$fault: "client",
|
|
1209
1209
|
$metadata: deserializeMetadata(output),
|
|
1210
1210
|
});
|
|
1211
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1211
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1212
1212
|
}
|
|
1213
1213
|
};
|
|
1214
1214
|
const deserializeAws_json1_1UpdateSubnetGroupCommand = async (output, context) => {
|
|
@@ -1256,7 +1256,7 @@ const deserializeAws_json1_1UpdateSubnetGroupCommandError = async (output, conte
|
|
|
1256
1256
|
$fault: "client",
|
|
1257
1257
|
$metadata: deserializeMetadata(output),
|
|
1258
1258
|
});
|
|
1259
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1259
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1260
1260
|
}
|
|
1261
1261
|
};
|
|
1262
1262
|
const deserializeAws_json1_1ClusterAlreadyExistsFaultResponse = async (parsedOutput, context) => {
|
|
@@ -1266,7 +1266,7 @@ const deserializeAws_json1_1ClusterAlreadyExistsFaultResponse = async (parsedOut
|
|
|
1266
1266
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1267
1267
|
...deserialized,
|
|
1268
1268
|
});
|
|
1269
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1269
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1270
1270
|
};
|
|
1271
1271
|
const deserializeAws_json1_1ClusterNotFoundFaultResponse = async (parsedOutput, context) => {
|
|
1272
1272
|
const body = parsedOutput.body;
|
|
@@ -1275,7 +1275,7 @@ const deserializeAws_json1_1ClusterNotFoundFaultResponse = async (parsedOutput,
|
|
|
1275
1275
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1276
1276
|
...deserialized,
|
|
1277
1277
|
});
|
|
1278
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1278
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1279
1279
|
};
|
|
1280
1280
|
const deserializeAws_json1_1ClusterQuotaForCustomerExceededFaultResponse = async (parsedOutput, context) => {
|
|
1281
1281
|
const body = parsedOutput.body;
|
|
@@ -1284,7 +1284,7 @@ const deserializeAws_json1_1ClusterQuotaForCustomerExceededFaultResponse = async
|
|
|
1284
1284
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1285
1285
|
...deserialized,
|
|
1286
1286
|
});
|
|
1287
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1287
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1288
1288
|
};
|
|
1289
1289
|
const deserializeAws_json1_1InsufficientClusterCapacityFaultResponse = async (parsedOutput, context) => {
|
|
1290
1290
|
const body = parsedOutput.body;
|
|
@@ -1293,7 +1293,7 @@ const deserializeAws_json1_1InsufficientClusterCapacityFaultResponse = async (pa
|
|
|
1293
1293
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1294
1294
|
...deserialized,
|
|
1295
1295
|
});
|
|
1296
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1296
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1297
1297
|
};
|
|
1298
1298
|
const deserializeAws_json1_1InvalidARNFaultResponse = async (parsedOutput, context) => {
|
|
1299
1299
|
const body = parsedOutput.body;
|
|
@@ -1302,7 +1302,7 @@ const deserializeAws_json1_1InvalidARNFaultResponse = async (parsedOutput, conte
|
|
|
1302
1302
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1303
1303
|
...deserialized,
|
|
1304
1304
|
});
|
|
1305
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1305
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1306
1306
|
};
|
|
1307
1307
|
const deserializeAws_json1_1InvalidClusterStateFaultResponse = async (parsedOutput, context) => {
|
|
1308
1308
|
const body = parsedOutput.body;
|
|
@@ -1311,7 +1311,7 @@ const deserializeAws_json1_1InvalidClusterStateFaultResponse = async (parsedOutp
|
|
|
1311
1311
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1312
1312
|
...deserialized,
|
|
1313
1313
|
});
|
|
1314
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1314
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1315
1315
|
};
|
|
1316
1316
|
const deserializeAws_json1_1InvalidParameterCombinationExceptionResponse = async (parsedOutput, context) => {
|
|
1317
1317
|
const body = parsedOutput.body;
|
|
@@ -1320,7 +1320,7 @@ const deserializeAws_json1_1InvalidParameterCombinationExceptionResponse = async
|
|
|
1320
1320
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1321
1321
|
...deserialized,
|
|
1322
1322
|
});
|
|
1323
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1323
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1324
1324
|
};
|
|
1325
1325
|
const deserializeAws_json1_1InvalidParameterGroupStateFaultResponse = async (parsedOutput, context) => {
|
|
1326
1326
|
const body = parsedOutput.body;
|
|
@@ -1329,7 +1329,7 @@ const deserializeAws_json1_1InvalidParameterGroupStateFaultResponse = async (par
|
|
|
1329
1329
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1330
1330
|
...deserialized,
|
|
1331
1331
|
});
|
|
1332
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1332
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1333
1333
|
};
|
|
1334
1334
|
const deserializeAws_json1_1InvalidParameterValueExceptionResponse = async (parsedOutput, context) => {
|
|
1335
1335
|
const body = parsedOutput.body;
|
|
@@ -1338,7 +1338,7 @@ const deserializeAws_json1_1InvalidParameterValueExceptionResponse = async (pars
|
|
|
1338
1338
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1339
1339
|
...deserialized,
|
|
1340
1340
|
});
|
|
1341
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1341
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1342
1342
|
};
|
|
1343
1343
|
const deserializeAws_json1_1InvalidSubnetResponse = async (parsedOutput, context) => {
|
|
1344
1344
|
const body = parsedOutput.body;
|
|
@@ -1347,7 +1347,7 @@ const deserializeAws_json1_1InvalidSubnetResponse = async (parsedOutput, context
|
|
|
1347
1347
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1348
1348
|
...deserialized,
|
|
1349
1349
|
});
|
|
1350
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1350
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1351
1351
|
};
|
|
1352
1352
|
const deserializeAws_json1_1InvalidVPCNetworkStateFaultResponse = async (parsedOutput, context) => {
|
|
1353
1353
|
const body = parsedOutput.body;
|
|
@@ -1356,7 +1356,7 @@ const deserializeAws_json1_1InvalidVPCNetworkStateFaultResponse = async (parsedO
|
|
|
1356
1356
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1357
1357
|
...deserialized,
|
|
1358
1358
|
});
|
|
1359
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1359
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1360
1360
|
};
|
|
1361
1361
|
const deserializeAws_json1_1NodeNotFoundFaultResponse = async (parsedOutput, context) => {
|
|
1362
1362
|
const body = parsedOutput.body;
|
|
@@ -1365,7 +1365,7 @@ const deserializeAws_json1_1NodeNotFoundFaultResponse = async (parsedOutput, con
|
|
|
1365
1365
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1366
1366
|
...deserialized,
|
|
1367
1367
|
});
|
|
1368
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1368
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1369
1369
|
};
|
|
1370
1370
|
const deserializeAws_json1_1NodeQuotaForClusterExceededFaultResponse = async (parsedOutput, context) => {
|
|
1371
1371
|
const body = parsedOutput.body;
|
|
@@ -1374,7 +1374,7 @@ const deserializeAws_json1_1NodeQuotaForClusterExceededFaultResponse = async (pa
|
|
|
1374
1374
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1375
1375
|
...deserialized,
|
|
1376
1376
|
});
|
|
1377
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1377
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1378
1378
|
};
|
|
1379
1379
|
const deserializeAws_json1_1NodeQuotaForCustomerExceededFaultResponse = async (parsedOutput, context) => {
|
|
1380
1380
|
const body = parsedOutput.body;
|
|
@@ -1383,7 +1383,7 @@ const deserializeAws_json1_1NodeQuotaForCustomerExceededFaultResponse = async (p
|
|
|
1383
1383
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1384
1384
|
...deserialized,
|
|
1385
1385
|
});
|
|
1386
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1386
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1387
1387
|
};
|
|
1388
1388
|
const deserializeAws_json1_1ParameterGroupAlreadyExistsFaultResponse = async (parsedOutput, context) => {
|
|
1389
1389
|
const body = parsedOutput.body;
|
|
@@ -1392,7 +1392,7 @@ const deserializeAws_json1_1ParameterGroupAlreadyExistsFaultResponse = async (pa
|
|
|
1392
1392
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1393
1393
|
...deserialized,
|
|
1394
1394
|
});
|
|
1395
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1395
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1396
1396
|
};
|
|
1397
1397
|
const deserializeAws_json1_1ParameterGroupNotFoundFaultResponse = async (parsedOutput, context) => {
|
|
1398
1398
|
const body = parsedOutput.body;
|
|
@@ -1401,7 +1401,7 @@ const deserializeAws_json1_1ParameterGroupNotFoundFaultResponse = async (parsedO
|
|
|
1401
1401
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1402
1402
|
...deserialized,
|
|
1403
1403
|
});
|
|
1404
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1404
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1405
1405
|
};
|
|
1406
1406
|
const deserializeAws_json1_1ParameterGroupQuotaExceededFaultResponse = async (parsedOutput, context) => {
|
|
1407
1407
|
const body = parsedOutput.body;
|
|
@@ -1410,7 +1410,7 @@ const deserializeAws_json1_1ParameterGroupQuotaExceededFaultResponse = async (pa
|
|
|
1410
1410
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1411
1411
|
...deserialized,
|
|
1412
1412
|
});
|
|
1413
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1413
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1414
1414
|
};
|
|
1415
1415
|
const deserializeAws_json1_1ServiceLinkedRoleNotFoundFaultResponse = async (parsedOutput, context) => {
|
|
1416
1416
|
const body = parsedOutput.body;
|
|
@@ -1419,7 +1419,7 @@ const deserializeAws_json1_1ServiceLinkedRoleNotFoundFaultResponse = async (pars
|
|
|
1419
1419
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1420
1420
|
...deserialized,
|
|
1421
1421
|
});
|
|
1422
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1422
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1423
1423
|
};
|
|
1424
1424
|
const deserializeAws_json1_1ServiceQuotaExceededExceptionResponse = async (parsedOutput, context) => {
|
|
1425
1425
|
const body = parsedOutput.body;
|
|
@@ -1428,7 +1428,7 @@ const deserializeAws_json1_1ServiceQuotaExceededExceptionResponse = async (parse
|
|
|
1428
1428
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1429
1429
|
...deserialized,
|
|
1430
1430
|
});
|
|
1431
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1431
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1432
1432
|
};
|
|
1433
1433
|
const deserializeAws_json1_1SubnetGroupAlreadyExistsFaultResponse = async (parsedOutput, context) => {
|
|
1434
1434
|
const body = parsedOutput.body;
|
|
@@ -1437,7 +1437,7 @@ const deserializeAws_json1_1SubnetGroupAlreadyExistsFaultResponse = async (parse
|
|
|
1437
1437
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1438
1438
|
...deserialized,
|
|
1439
1439
|
});
|
|
1440
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1440
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1441
1441
|
};
|
|
1442
1442
|
const deserializeAws_json1_1SubnetGroupInUseFaultResponse = async (parsedOutput, context) => {
|
|
1443
1443
|
const body = parsedOutput.body;
|
|
@@ -1446,7 +1446,7 @@ const deserializeAws_json1_1SubnetGroupInUseFaultResponse = async (parsedOutput,
|
|
|
1446
1446
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1447
1447
|
...deserialized,
|
|
1448
1448
|
});
|
|
1449
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1449
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1450
1450
|
};
|
|
1451
1451
|
const deserializeAws_json1_1SubnetGroupNotFoundFaultResponse = async (parsedOutput, context) => {
|
|
1452
1452
|
const body = parsedOutput.body;
|
|
@@ -1455,7 +1455,7 @@ const deserializeAws_json1_1SubnetGroupNotFoundFaultResponse = async (parsedOutp
|
|
|
1455
1455
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1456
1456
|
...deserialized,
|
|
1457
1457
|
});
|
|
1458
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1458
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1459
1459
|
};
|
|
1460
1460
|
const deserializeAws_json1_1SubnetGroupQuotaExceededFaultResponse = async (parsedOutput, context) => {
|
|
1461
1461
|
const body = parsedOutput.body;
|
|
@@ -1464,7 +1464,7 @@ const deserializeAws_json1_1SubnetGroupQuotaExceededFaultResponse = async (parse
|
|
|
1464
1464
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1465
1465
|
...deserialized,
|
|
1466
1466
|
});
|
|
1467
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1467
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1468
1468
|
};
|
|
1469
1469
|
const deserializeAws_json1_1SubnetInUseResponse = async (parsedOutput, context) => {
|
|
1470
1470
|
const body = parsedOutput.body;
|
|
@@ -1473,7 +1473,7 @@ const deserializeAws_json1_1SubnetInUseResponse = async (parsedOutput, context)
|
|
|
1473
1473
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1474
1474
|
...deserialized,
|
|
1475
1475
|
});
|
|
1476
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1476
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1477
1477
|
};
|
|
1478
1478
|
const deserializeAws_json1_1SubnetQuotaExceededFaultResponse = async (parsedOutput, context) => {
|
|
1479
1479
|
const body = parsedOutput.body;
|
|
@@ -1482,7 +1482,7 @@ const deserializeAws_json1_1SubnetQuotaExceededFaultResponse = async (parsedOutp
|
|
|
1482
1482
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1483
1483
|
...deserialized,
|
|
1484
1484
|
});
|
|
1485
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1485
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1486
1486
|
};
|
|
1487
1487
|
const deserializeAws_json1_1TagNotFoundFaultResponse = async (parsedOutput, context) => {
|
|
1488
1488
|
const body = parsedOutput.body;
|
|
@@ -1491,7 +1491,7 @@ const deserializeAws_json1_1TagNotFoundFaultResponse = async (parsedOutput, cont
|
|
|
1491
1491
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1492
1492
|
...deserialized,
|
|
1493
1493
|
});
|
|
1494
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1494
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1495
1495
|
};
|
|
1496
1496
|
const deserializeAws_json1_1TagQuotaPerResourceExceededResponse = async (parsedOutput, context) => {
|
|
1497
1497
|
const body = parsedOutput.body;
|
|
@@ -1500,7 +1500,7 @@ const deserializeAws_json1_1TagQuotaPerResourceExceededResponse = async (parsedO
|
|
|
1500
1500
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1501
1501
|
...deserialized,
|
|
1502
1502
|
});
|
|
1503
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1503
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1504
1504
|
};
|
|
1505
1505
|
const serializeAws_json1_1AvailabilityZoneList = (input, context) => {
|
|
1506
1506
|
return input
|
|
@@ -1836,19 +1836,19 @@ const serializeAws_json1_1UpdateSubnetGroupRequest = (input, context) => {
|
|
|
1836
1836
|
};
|
|
1837
1837
|
const deserializeAws_json1_1Cluster = (output, context) => {
|
|
1838
1838
|
return {
|
|
1839
|
-
ActiveNodes: smithy_client_1.expectInt32(output.ActiveNodes),
|
|
1840
|
-
ClusterArn: smithy_client_1.expectString(output.ClusterArn),
|
|
1839
|
+
ActiveNodes: (0, smithy_client_1.expectInt32)(output.ActiveNodes),
|
|
1840
|
+
ClusterArn: (0, smithy_client_1.expectString)(output.ClusterArn),
|
|
1841
1841
|
ClusterDiscoveryEndpoint: output.ClusterDiscoveryEndpoint !== undefined && output.ClusterDiscoveryEndpoint !== null
|
|
1842
1842
|
? deserializeAws_json1_1Endpoint(output.ClusterDiscoveryEndpoint, context)
|
|
1843
1843
|
: undefined,
|
|
1844
|
-
ClusterEndpointEncryptionType: smithy_client_1.expectString(output.ClusterEndpointEncryptionType),
|
|
1845
|
-
ClusterName: smithy_client_1.expectString(output.ClusterName),
|
|
1846
|
-
Description: smithy_client_1.expectString(output.Description),
|
|
1847
|
-
IamRoleArn: smithy_client_1.expectString(output.IamRoleArn),
|
|
1844
|
+
ClusterEndpointEncryptionType: (0, smithy_client_1.expectString)(output.ClusterEndpointEncryptionType),
|
|
1845
|
+
ClusterName: (0, smithy_client_1.expectString)(output.ClusterName),
|
|
1846
|
+
Description: (0, smithy_client_1.expectString)(output.Description),
|
|
1847
|
+
IamRoleArn: (0, smithy_client_1.expectString)(output.IamRoleArn),
|
|
1848
1848
|
NodeIdsToRemove: output.NodeIdsToRemove !== undefined && output.NodeIdsToRemove !== null
|
|
1849
1849
|
? deserializeAws_json1_1NodeIdentifierList(output.NodeIdsToRemove, context)
|
|
1850
1850
|
: undefined,
|
|
1851
|
-
NodeType: smithy_client_1.expectString(output.NodeType),
|
|
1851
|
+
NodeType: (0, smithy_client_1.expectString)(output.NodeType),
|
|
1852
1852
|
Nodes: output.Nodes !== undefined && output.Nodes !== null
|
|
1853
1853
|
? deserializeAws_json1_1NodeList(output.Nodes, context)
|
|
1854
1854
|
: undefined,
|
|
@@ -1858,21 +1858,21 @@ const deserializeAws_json1_1Cluster = (output, context) => {
|
|
|
1858
1858
|
ParameterGroup: output.ParameterGroup !== undefined && output.ParameterGroup !== null
|
|
1859
1859
|
? deserializeAws_json1_1ParameterGroupStatus(output.ParameterGroup, context)
|
|
1860
1860
|
: undefined,
|
|
1861
|
-
PreferredMaintenanceWindow: smithy_client_1.expectString(output.PreferredMaintenanceWindow),
|
|
1861
|
+
PreferredMaintenanceWindow: (0, smithy_client_1.expectString)(output.PreferredMaintenanceWindow),
|
|
1862
1862
|
SSEDescription: output.SSEDescription !== undefined && output.SSEDescription !== null
|
|
1863
1863
|
? deserializeAws_json1_1SSEDescription(output.SSEDescription, context)
|
|
1864
1864
|
: undefined,
|
|
1865
1865
|
SecurityGroups: output.SecurityGroups !== undefined && output.SecurityGroups !== null
|
|
1866
1866
|
? deserializeAws_json1_1SecurityGroupMembershipList(output.SecurityGroups, context)
|
|
1867
1867
|
: undefined,
|
|
1868
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
1869
|
-
SubnetGroup: smithy_client_1.expectString(output.SubnetGroup),
|
|
1870
|
-
TotalNodes: smithy_client_1.expectInt32(output.TotalNodes),
|
|
1868
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
1869
|
+
SubnetGroup: (0, smithy_client_1.expectString)(output.SubnetGroup),
|
|
1870
|
+
TotalNodes: (0, smithy_client_1.expectInt32)(output.TotalNodes),
|
|
1871
1871
|
};
|
|
1872
1872
|
};
|
|
1873
1873
|
const deserializeAws_json1_1ClusterAlreadyExistsFault = (output, context) => {
|
|
1874
1874
|
return {
|
|
1875
|
-
message: smithy_client_1.expectString(output.message),
|
|
1875
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
1876
1876
|
};
|
|
1877
1877
|
};
|
|
1878
1878
|
const deserializeAws_json1_1ClusterList = (output, context) => {
|
|
@@ -1888,12 +1888,12 @@ const deserializeAws_json1_1ClusterList = (output, context) => {
|
|
|
1888
1888
|
};
|
|
1889
1889
|
const deserializeAws_json1_1ClusterNotFoundFault = (output, context) => {
|
|
1890
1890
|
return {
|
|
1891
|
-
message: smithy_client_1.expectString(output.message),
|
|
1891
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
1892
1892
|
};
|
|
1893
1893
|
};
|
|
1894
1894
|
const deserializeAws_json1_1ClusterQuotaForCustomerExceededFault = (output, context) => {
|
|
1895
1895
|
return {
|
|
1896
|
-
message: smithy_client_1.expectString(output.message),
|
|
1896
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
1897
1897
|
};
|
|
1898
1898
|
};
|
|
1899
1899
|
const deserializeAws_json1_1CreateClusterResponse = (output, context) => {
|
|
@@ -1933,12 +1933,12 @@ const deserializeAws_json1_1DeleteClusterResponse = (output, context) => {
|
|
|
1933
1933
|
};
|
|
1934
1934
|
const deserializeAws_json1_1DeleteParameterGroupResponse = (output, context) => {
|
|
1935
1935
|
return {
|
|
1936
|
-
DeletionMessage: smithy_client_1.expectString(output.DeletionMessage),
|
|
1936
|
+
DeletionMessage: (0, smithy_client_1.expectString)(output.DeletionMessage),
|
|
1937
1937
|
};
|
|
1938
1938
|
};
|
|
1939
1939
|
const deserializeAws_json1_1DeleteSubnetGroupResponse = (output, context) => {
|
|
1940
1940
|
return {
|
|
1941
|
-
DeletionMessage: smithy_client_1.expectString(output.DeletionMessage),
|
|
1941
|
+
DeletionMessage: (0, smithy_client_1.expectString)(output.DeletionMessage),
|
|
1942
1942
|
};
|
|
1943
1943
|
};
|
|
1944
1944
|
const deserializeAws_json1_1DescribeClustersResponse = (output, context) => {
|
|
@@ -1946,12 +1946,12 @@ const deserializeAws_json1_1DescribeClustersResponse = (output, context) => {
|
|
|
1946
1946
|
Clusters: output.Clusters !== undefined && output.Clusters !== null
|
|
1947
1947
|
? deserializeAws_json1_1ClusterList(output.Clusters, context)
|
|
1948
1948
|
: undefined,
|
|
1949
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
1949
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
1950
1950
|
};
|
|
1951
1951
|
};
|
|
1952
1952
|
const deserializeAws_json1_1DescribeDefaultParametersResponse = (output, context) => {
|
|
1953
1953
|
return {
|
|
1954
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
1954
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
1955
1955
|
Parameters: output.Parameters !== undefined && output.Parameters !== null
|
|
1956
1956
|
? deserializeAws_json1_1ParameterList(output.Parameters, context)
|
|
1957
1957
|
: undefined,
|
|
@@ -1962,12 +1962,12 @@ const deserializeAws_json1_1DescribeEventsResponse = (output, context) => {
|
|
|
1962
1962
|
Events: output.Events !== undefined && output.Events !== null
|
|
1963
1963
|
? deserializeAws_json1_1EventList(output.Events, context)
|
|
1964
1964
|
: undefined,
|
|
1965
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
1965
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
1966
1966
|
};
|
|
1967
1967
|
};
|
|
1968
1968
|
const deserializeAws_json1_1DescribeParameterGroupsResponse = (output, context) => {
|
|
1969
1969
|
return {
|
|
1970
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
1970
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
1971
1971
|
ParameterGroups: output.ParameterGroups !== undefined && output.ParameterGroups !== null
|
|
1972
1972
|
? deserializeAws_json1_1ParameterGroupList(output.ParameterGroups, context)
|
|
1973
1973
|
: undefined,
|
|
@@ -1975,7 +1975,7 @@ const deserializeAws_json1_1DescribeParameterGroupsResponse = (output, context)
|
|
|
1975
1975
|
};
|
|
1976
1976
|
const deserializeAws_json1_1DescribeParametersResponse = (output, context) => {
|
|
1977
1977
|
return {
|
|
1978
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
1978
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
1979
1979
|
Parameters: output.Parameters !== undefined && output.Parameters !== null
|
|
1980
1980
|
? deserializeAws_json1_1ParameterList(output.Parameters, context)
|
|
1981
1981
|
: undefined,
|
|
@@ -1983,7 +1983,7 @@ const deserializeAws_json1_1DescribeParametersResponse = (output, context) => {
|
|
|
1983
1983
|
};
|
|
1984
1984
|
const deserializeAws_json1_1DescribeSubnetGroupsResponse = (output, context) => {
|
|
1985
1985
|
return {
|
|
1986
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
1986
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
1987
1987
|
SubnetGroups: output.SubnetGroups !== undefined && output.SubnetGroups !== null
|
|
1988
1988
|
? deserializeAws_json1_1SubnetGroupList(output.SubnetGroups, context)
|
|
1989
1989
|
: undefined,
|
|
@@ -1991,19 +1991,19 @@ const deserializeAws_json1_1DescribeSubnetGroupsResponse = (output, context) =>
|
|
|
1991
1991
|
};
|
|
1992
1992
|
const deserializeAws_json1_1Endpoint = (output, context) => {
|
|
1993
1993
|
return {
|
|
1994
|
-
Address: smithy_client_1.expectString(output.Address),
|
|
1995
|
-
Port: smithy_client_1.expectInt32(output.Port),
|
|
1996
|
-
URL: smithy_client_1.expectString(output.URL),
|
|
1994
|
+
Address: (0, smithy_client_1.expectString)(output.Address),
|
|
1995
|
+
Port: (0, smithy_client_1.expectInt32)(output.Port),
|
|
1996
|
+
URL: (0, smithy_client_1.expectString)(output.URL),
|
|
1997
1997
|
};
|
|
1998
1998
|
};
|
|
1999
1999
|
const deserializeAws_json1_1Event = (output, context) => {
|
|
2000
2000
|
return {
|
|
2001
2001
|
Date: output.Date !== undefined && output.Date !== null
|
|
2002
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.Date)))
|
|
2002
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.Date)))
|
|
2003
2003
|
: undefined,
|
|
2004
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
2005
|
-
SourceName: smithy_client_1.expectString(output.SourceName),
|
|
2006
|
-
SourceType: smithy_client_1.expectString(output.SourceType),
|
|
2004
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
2005
|
+
SourceName: (0, smithy_client_1.expectString)(output.SourceName),
|
|
2006
|
+
SourceType: (0, smithy_client_1.expectString)(output.SourceType),
|
|
2007
2007
|
};
|
|
2008
2008
|
};
|
|
2009
2009
|
const deserializeAws_json1_1EventList = (output, context) => {
|
|
@@ -2026,47 +2026,47 @@ const deserializeAws_json1_1IncreaseReplicationFactorResponse = (output, context
|
|
|
2026
2026
|
};
|
|
2027
2027
|
const deserializeAws_json1_1InsufficientClusterCapacityFault = (output, context) => {
|
|
2028
2028
|
return {
|
|
2029
|
-
message: smithy_client_1.expectString(output.message),
|
|
2029
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
2030
2030
|
};
|
|
2031
2031
|
};
|
|
2032
2032
|
const deserializeAws_json1_1InvalidARNFault = (output, context) => {
|
|
2033
2033
|
return {
|
|
2034
|
-
message: smithy_client_1.expectString(output.message),
|
|
2034
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
2035
2035
|
};
|
|
2036
2036
|
};
|
|
2037
2037
|
const deserializeAws_json1_1InvalidClusterStateFault = (output, context) => {
|
|
2038
2038
|
return {
|
|
2039
|
-
message: smithy_client_1.expectString(output.message),
|
|
2039
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
2040
2040
|
};
|
|
2041
2041
|
};
|
|
2042
2042
|
const deserializeAws_json1_1InvalidParameterCombinationException = (output, context) => {
|
|
2043
2043
|
return {
|
|
2044
|
-
message: smithy_client_1.expectString(output.message),
|
|
2044
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
2045
2045
|
};
|
|
2046
2046
|
};
|
|
2047
2047
|
const deserializeAws_json1_1InvalidParameterGroupStateFault = (output, context) => {
|
|
2048
2048
|
return {
|
|
2049
|
-
message: smithy_client_1.expectString(output.message),
|
|
2049
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
2050
2050
|
};
|
|
2051
2051
|
};
|
|
2052
2052
|
const deserializeAws_json1_1InvalidParameterValueException = (output, context) => {
|
|
2053
2053
|
return {
|
|
2054
|
-
message: smithy_client_1.expectString(output.message),
|
|
2054
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
2055
2055
|
};
|
|
2056
2056
|
};
|
|
2057
2057
|
const deserializeAws_json1_1InvalidSubnet = (output, context) => {
|
|
2058
2058
|
return {
|
|
2059
|
-
message: smithy_client_1.expectString(output.message),
|
|
2059
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
2060
2060
|
};
|
|
2061
2061
|
};
|
|
2062
2062
|
const deserializeAws_json1_1InvalidVPCNetworkStateFault = (output, context) => {
|
|
2063
2063
|
return {
|
|
2064
|
-
message: smithy_client_1.expectString(output.message),
|
|
2064
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
2065
2065
|
};
|
|
2066
2066
|
};
|
|
2067
2067
|
const deserializeAws_json1_1ListTagsResponse = (output, context) => {
|
|
2068
2068
|
return {
|
|
2069
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
2069
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
2070
2070
|
Tags: output.Tags !== undefined && output.Tags !== null
|
|
2071
2071
|
? deserializeAws_json1_1TagList(output.Tags, context)
|
|
2072
2072
|
: undefined,
|
|
@@ -2074,16 +2074,16 @@ const deserializeAws_json1_1ListTagsResponse = (output, context) => {
|
|
|
2074
2074
|
};
|
|
2075
2075
|
const deserializeAws_json1_1Node = (output, context) => {
|
|
2076
2076
|
return {
|
|
2077
|
-
AvailabilityZone: smithy_client_1.expectString(output.AvailabilityZone),
|
|
2077
|
+
AvailabilityZone: (0, smithy_client_1.expectString)(output.AvailabilityZone),
|
|
2078
2078
|
Endpoint: output.Endpoint !== undefined && output.Endpoint !== null
|
|
2079
2079
|
? deserializeAws_json1_1Endpoint(output.Endpoint, context)
|
|
2080
2080
|
: undefined,
|
|
2081
2081
|
NodeCreateTime: output.NodeCreateTime !== undefined && output.NodeCreateTime !== null
|
|
2082
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.NodeCreateTime)))
|
|
2082
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.NodeCreateTime)))
|
|
2083
2083
|
: undefined,
|
|
2084
|
-
NodeId: smithy_client_1.expectString(output.NodeId),
|
|
2085
|
-
NodeStatus: smithy_client_1.expectString(output.NodeStatus),
|
|
2086
|
-
ParameterGroupStatus: smithy_client_1.expectString(output.ParameterGroupStatus),
|
|
2084
|
+
NodeId: (0, smithy_client_1.expectString)(output.NodeId),
|
|
2085
|
+
NodeStatus: (0, smithy_client_1.expectString)(output.NodeStatus),
|
|
2086
|
+
ParameterGroupStatus: (0, smithy_client_1.expectString)(output.ParameterGroupStatus),
|
|
2087
2087
|
};
|
|
2088
2088
|
};
|
|
2089
2089
|
const deserializeAws_json1_1NodeIdentifierList = (output, context) => {
|
|
@@ -2093,7 +2093,7 @@ const deserializeAws_json1_1NodeIdentifierList = (output, context) => {
|
|
|
2093
2093
|
if (entry === null) {
|
|
2094
2094
|
return null;
|
|
2095
2095
|
}
|
|
2096
|
-
return smithy_client_1.expectString(entry);
|
|
2096
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
2097
2097
|
});
|
|
2098
2098
|
return retVal;
|
|
2099
2099
|
};
|
|
@@ -2110,23 +2110,23 @@ const deserializeAws_json1_1NodeList = (output, context) => {
|
|
|
2110
2110
|
};
|
|
2111
2111
|
const deserializeAws_json1_1NodeNotFoundFault = (output, context) => {
|
|
2112
2112
|
return {
|
|
2113
|
-
message: smithy_client_1.expectString(output.message),
|
|
2113
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
2114
2114
|
};
|
|
2115
2115
|
};
|
|
2116
2116
|
const deserializeAws_json1_1NodeQuotaForClusterExceededFault = (output, context) => {
|
|
2117
2117
|
return {
|
|
2118
|
-
message: smithy_client_1.expectString(output.message),
|
|
2118
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
2119
2119
|
};
|
|
2120
2120
|
};
|
|
2121
2121
|
const deserializeAws_json1_1NodeQuotaForCustomerExceededFault = (output, context) => {
|
|
2122
2122
|
return {
|
|
2123
|
-
message: smithy_client_1.expectString(output.message),
|
|
2123
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
2124
2124
|
};
|
|
2125
2125
|
};
|
|
2126
2126
|
const deserializeAws_json1_1NodeTypeSpecificValue = (output, context) => {
|
|
2127
2127
|
return {
|
|
2128
|
-
NodeType: smithy_client_1.expectString(output.NodeType),
|
|
2129
|
-
Value: smithy_client_1.expectString(output.Value),
|
|
2128
|
+
NodeType: (0, smithy_client_1.expectString)(output.NodeType),
|
|
2129
|
+
Value: (0, smithy_client_1.expectString)(output.Value),
|
|
2130
2130
|
};
|
|
2131
2131
|
};
|
|
2132
2132
|
const deserializeAws_json1_1NodeTypeSpecificValueList = (output, context) => {
|
|
@@ -2142,35 +2142,35 @@ const deserializeAws_json1_1NodeTypeSpecificValueList = (output, context) => {
|
|
|
2142
2142
|
};
|
|
2143
2143
|
const deserializeAws_json1_1NotificationConfiguration = (output, context) => {
|
|
2144
2144
|
return {
|
|
2145
|
-
TopicArn: smithy_client_1.expectString(output.TopicArn),
|
|
2146
|
-
TopicStatus: smithy_client_1.expectString(output.TopicStatus),
|
|
2145
|
+
TopicArn: (0, smithy_client_1.expectString)(output.TopicArn),
|
|
2146
|
+
TopicStatus: (0, smithy_client_1.expectString)(output.TopicStatus),
|
|
2147
2147
|
};
|
|
2148
2148
|
};
|
|
2149
2149
|
const deserializeAws_json1_1Parameter = (output, context) => {
|
|
2150
2150
|
return {
|
|
2151
|
-
AllowedValues: smithy_client_1.expectString(output.AllowedValues),
|
|
2152
|
-
ChangeType: smithy_client_1.expectString(output.ChangeType),
|
|
2153
|
-
DataType: smithy_client_1.expectString(output.DataType),
|
|
2154
|
-
Description: smithy_client_1.expectString(output.Description),
|
|
2155
|
-
IsModifiable: smithy_client_1.expectString(output.IsModifiable),
|
|
2151
|
+
AllowedValues: (0, smithy_client_1.expectString)(output.AllowedValues),
|
|
2152
|
+
ChangeType: (0, smithy_client_1.expectString)(output.ChangeType),
|
|
2153
|
+
DataType: (0, smithy_client_1.expectString)(output.DataType),
|
|
2154
|
+
Description: (0, smithy_client_1.expectString)(output.Description),
|
|
2155
|
+
IsModifiable: (0, smithy_client_1.expectString)(output.IsModifiable),
|
|
2156
2156
|
NodeTypeSpecificValues: output.NodeTypeSpecificValues !== undefined && output.NodeTypeSpecificValues !== null
|
|
2157
2157
|
? deserializeAws_json1_1NodeTypeSpecificValueList(output.NodeTypeSpecificValues, context)
|
|
2158
2158
|
: undefined,
|
|
2159
|
-
ParameterName: smithy_client_1.expectString(output.ParameterName),
|
|
2160
|
-
ParameterType: smithy_client_1.expectString(output.ParameterType),
|
|
2161
|
-
ParameterValue: smithy_client_1.expectString(output.ParameterValue),
|
|
2162
|
-
Source: smithy_client_1.expectString(output.Source),
|
|
2159
|
+
ParameterName: (0, smithy_client_1.expectString)(output.ParameterName),
|
|
2160
|
+
ParameterType: (0, smithy_client_1.expectString)(output.ParameterType),
|
|
2161
|
+
ParameterValue: (0, smithy_client_1.expectString)(output.ParameterValue),
|
|
2162
|
+
Source: (0, smithy_client_1.expectString)(output.Source),
|
|
2163
2163
|
};
|
|
2164
2164
|
};
|
|
2165
2165
|
const deserializeAws_json1_1ParameterGroup = (output, context) => {
|
|
2166
2166
|
return {
|
|
2167
|
-
Description: smithy_client_1.expectString(output.Description),
|
|
2168
|
-
ParameterGroupName: smithy_client_1.expectString(output.ParameterGroupName),
|
|
2167
|
+
Description: (0, smithy_client_1.expectString)(output.Description),
|
|
2168
|
+
ParameterGroupName: (0, smithy_client_1.expectString)(output.ParameterGroupName),
|
|
2169
2169
|
};
|
|
2170
2170
|
};
|
|
2171
2171
|
const deserializeAws_json1_1ParameterGroupAlreadyExistsFault = (output, context) => {
|
|
2172
2172
|
return {
|
|
2173
|
-
message: smithy_client_1.expectString(output.message),
|
|
2173
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
2174
2174
|
};
|
|
2175
2175
|
};
|
|
2176
2176
|
const deserializeAws_json1_1ParameterGroupList = (output, context) => {
|
|
@@ -2186,12 +2186,12 @@ const deserializeAws_json1_1ParameterGroupList = (output, context) => {
|
|
|
2186
2186
|
};
|
|
2187
2187
|
const deserializeAws_json1_1ParameterGroupNotFoundFault = (output, context) => {
|
|
2188
2188
|
return {
|
|
2189
|
-
message: smithy_client_1.expectString(output.message),
|
|
2189
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
2190
2190
|
};
|
|
2191
2191
|
};
|
|
2192
2192
|
const deserializeAws_json1_1ParameterGroupQuotaExceededFault = (output, context) => {
|
|
2193
2193
|
return {
|
|
2194
|
-
message: smithy_client_1.expectString(output.message),
|
|
2194
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
2195
2195
|
};
|
|
2196
2196
|
};
|
|
2197
2197
|
const deserializeAws_json1_1ParameterGroupStatus = (output, context) => {
|
|
@@ -2199,8 +2199,8 @@ const deserializeAws_json1_1ParameterGroupStatus = (output, context) => {
|
|
|
2199
2199
|
NodeIdsToReboot: output.NodeIdsToReboot !== undefined && output.NodeIdsToReboot !== null
|
|
2200
2200
|
? deserializeAws_json1_1NodeIdentifierList(output.NodeIdsToReboot, context)
|
|
2201
2201
|
: undefined,
|
|
2202
|
-
ParameterApplyStatus: smithy_client_1.expectString(output.ParameterApplyStatus),
|
|
2203
|
-
ParameterGroupName: smithy_client_1.expectString(output.ParameterGroupName),
|
|
2202
|
+
ParameterApplyStatus: (0, smithy_client_1.expectString)(output.ParameterApplyStatus),
|
|
2203
|
+
ParameterGroupName: (0, smithy_client_1.expectString)(output.ParameterGroupName),
|
|
2204
2204
|
};
|
|
2205
2205
|
};
|
|
2206
2206
|
const deserializeAws_json1_1ParameterList = (output, context) => {
|
|
@@ -2223,8 +2223,8 @@ const deserializeAws_json1_1RebootNodeResponse = (output, context) => {
|
|
|
2223
2223
|
};
|
|
2224
2224
|
const deserializeAws_json1_1SecurityGroupMembership = (output, context) => {
|
|
2225
2225
|
return {
|
|
2226
|
-
SecurityGroupIdentifier: smithy_client_1.expectString(output.SecurityGroupIdentifier),
|
|
2227
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
2226
|
+
SecurityGroupIdentifier: (0, smithy_client_1.expectString)(output.SecurityGroupIdentifier),
|
|
2227
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
2228
2228
|
};
|
|
2229
2229
|
};
|
|
2230
2230
|
const deserializeAws_json1_1SecurityGroupMembershipList = (output, context) => {
|
|
@@ -2240,7 +2240,7 @@ const deserializeAws_json1_1SecurityGroupMembershipList = (output, context) => {
|
|
|
2240
2240
|
};
|
|
2241
2241
|
const deserializeAws_json1_1ServiceLinkedRoleNotFoundFault = (output, context) => {
|
|
2242
2242
|
return {
|
|
2243
|
-
message: smithy_client_1.expectString(output.message),
|
|
2243
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
2244
2244
|
};
|
|
2245
2245
|
};
|
|
2246
2246
|
const deserializeAws_json1_1ServiceQuotaExceededException = (output, context) => {
|
|
@@ -2248,33 +2248,33 @@ const deserializeAws_json1_1ServiceQuotaExceededException = (output, context) =>
|
|
|
2248
2248
|
};
|
|
2249
2249
|
const deserializeAws_json1_1SSEDescription = (output, context) => {
|
|
2250
2250
|
return {
|
|
2251
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
2251
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
2252
2252
|
};
|
|
2253
2253
|
};
|
|
2254
2254
|
const deserializeAws_json1_1Subnet = (output, context) => {
|
|
2255
2255
|
return {
|
|
2256
|
-
SubnetAvailabilityZone: smithy_client_1.expectString(output.SubnetAvailabilityZone),
|
|
2257
|
-
SubnetIdentifier: smithy_client_1.expectString(output.SubnetIdentifier),
|
|
2256
|
+
SubnetAvailabilityZone: (0, smithy_client_1.expectString)(output.SubnetAvailabilityZone),
|
|
2257
|
+
SubnetIdentifier: (0, smithy_client_1.expectString)(output.SubnetIdentifier),
|
|
2258
2258
|
};
|
|
2259
2259
|
};
|
|
2260
2260
|
const deserializeAws_json1_1SubnetGroup = (output, context) => {
|
|
2261
2261
|
return {
|
|
2262
|
-
Description: smithy_client_1.expectString(output.Description),
|
|
2263
|
-
SubnetGroupName: smithy_client_1.expectString(output.SubnetGroupName),
|
|
2262
|
+
Description: (0, smithy_client_1.expectString)(output.Description),
|
|
2263
|
+
SubnetGroupName: (0, smithy_client_1.expectString)(output.SubnetGroupName),
|
|
2264
2264
|
Subnets: output.Subnets !== undefined && output.Subnets !== null
|
|
2265
2265
|
? deserializeAws_json1_1SubnetList(output.Subnets, context)
|
|
2266
2266
|
: undefined,
|
|
2267
|
-
VpcId: smithy_client_1.expectString(output.VpcId),
|
|
2267
|
+
VpcId: (0, smithy_client_1.expectString)(output.VpcId),
|
|
2268
2268
|
};
|
|
2269
2269
|
};
|
|
2270
2270
|
const deserializeAws_json1_1SubnetGroupAlreadyExistsFault = (output, context) => {
|
|
2271
2271
|
return {
|
|
2272
|
-
message: smithy_client_1.expectString(output.message),
|
|
2272
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
2273
2273
|
};
|
|
2274
2274
|
};
|
|
2275
2275
|
const deserializeAws_json1_1SubnetGroupInUseFault = (output, context) => {
|
|
2276
2276
|
return {
|
|
2277
|
-
message: smithy_client_1.expectString(output.message),
|
|
2277
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
2278
2278
|
};
|
|
2279
2279
|
};
|
|
2280
2280
|
const deserializeAws_json1_1SubnetGroupList = (output, context) => {
|
|
@@ -2290,17 +2290,17 @@ const deserializeAws_json1_1SubnetGroupList = (output, context) => {
|
|
|
2290
2290
|
};
|
|
2291
2291
|
const deserializeAws_json1_1SubnetGroupNotFoundFault = (output, context) => {
|
|
2292
2292
|
return {
|
|
2293
|
-
message: smithy_client_1.expectString(output.message),
|
|
2293
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
2294
2294
|
};
|
|
2295
2295
|
};
|
|
2296
2296
|
const deserializeAws_json1_1SubnetGroupQuotaExceededFault = (output, context) => {
|
|
2297
2297
|
return {
|
|
2298
|
-
message: smithy_client_1.expectString(output.message),
|
|
2298
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
2299
2299
|
};
|
|
2300
2300
|
};
|
|
2301
2301
|
const deserializeAws_json1_1SubnetInUse = (output, context) => {
|
|
2302
2302
|
return {
|
|
2303
|
-
message: smithy_client_1.expectString(output.message),
|
|
2303
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
2304
2304
|
};
|
|
2305
2305
|
};
|
|
2306
2306
|
const deserializeAws_json1_1SubnetList = (output, context) => {
|
|
@@ -2316,13 +2316,13 @@ const deserializeAws_json1_1SubnetList = (output, context) => {
|
|
|
2316
2316
|
};
|
|
2317
2317
|
const deserializeAws_json1_1SubnetQuotaExceededFault = (output, context) => {
|
|
2318
2318
|
return {
|
|
2319
|
-
message: smithy_client_1.expectString(output.message),
|
|
2319
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
2320
2320
|
};
|
|
2321
2321
|
};
|
|
2322
2322
|
const deserializeAws_json1_1Tag = (output, context) => {
|
|
2323
2323
|
return {
|
|
2324
|
-
Key: smithy_client_1.expectString(output.Key),
|
|
2325
|
-
Value: smithy_client_1.expectString(output.Value),
|
|
2324
|
+
Key: (0, smithy_client_1.expectString)(output.Key),
|
|
2325
|
+
Value: (0, smithy_client_1.expectString)(output.Value),
|
|
2326
2326
|
};
|
|
2327
2327
|
};
|
|
2328
2328
|
const deserializeAws_json1_1TagList = (output, context) => {
|
|
@@ -2338,12 +2338,12 @@ const deserializeAws_json1_1TagList = (output, context) => {
|
|
|
2338
2338
|
};
|
|
2339
2339
|
const deserializeAws_json1_1TagNotFoundFault = (output, context) => {
|
|
2340
2340
|
return {
|
|
2341
|
-
message: smithy_client_1.expectString(output.message),
|
|
2341
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
2342
2342
|
};
|
|
2343
2343
|
};
|
|
2344
2344
|
const deserializeAws_json1_1TagQuotaPerResourceExceeded = (output, context) => {
|
|
2345
2345
|
return {
|
|
2346
|
-
message: smithy_client_1.expectString(output.message),
|
|
2346
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
2347
2347
|
};
|
|
2348
2348
|
};
|
|
2349
2349
|
const deserializeAws_json1_1TagResourceResponse = (output, context) => {
|