@aws-sdk/client-emr 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/EMRClient.js +13 -13
- package/dist-cjs/commands/AddInstanceFleetCommand.js +3 -3
- package/dist-cjs/commands/AddInstanceGroupsCommand.js +3 -3
- package/dist-cjs/commands/AddJobFlowStepsCommand.js +3 -3
- package/dist-cjs/commands/AddTagsCommand.js +3 -3
- package/dist-cjs/commands/CancelStepsCommand.js +3 -3
- package/dist-cjs/commands/CreateSecurityConfigurationCommand.js +3 -3
- package/dist-cjs/commands/CreateStudioCommand.js +3 -3
- package/dist-cjs/commands/CreateStudioSessionMappingCommand.js +3 -3
- package/dist-cjs/commands/DeleteSecurityConfigurationCommand.js +3 -3
- package/dist-cjs/commands/DeleteStudioCommand.js +3 -3
- package/dist-cjs/commands/DeleteStudioSessionMappingCommand.js +3 -3
- package/dist-cjs/commands/DescribeClusterCommand.js +3 -3
- package/dist-cjs/commands/DescribeJobFlowsCommand.js +3 -3
- package/dist-cjs/commands/DescribeNotebookExecutionCommand.js +3 -3
- package/dist-cjs/commands/DescribeReleaseLabelCommand.js +3 -3
- package/dist-cjs/commands/DescribeSecurityConfigurationCommand.js +3 -3
- package/dist-cjs/commands/DescribeStepCommand.js +3 -3
- package/dist-cjs/commands/DescribeStudioCommand.js +3 -3
- package/dist-cjs/commands/GetAutoTerminationPolicyCommand.js +3 -3
- package/dist-cjs/commands/GetBlockPublicAccessConfigurationCommand.js +3 -3
- package/dist-cjs/commands/GetManagedScalingPolicyCommand.js +3 -3
- package/dist-cjs/commands/GetStudioSessionMappingCommand.js +3 -3
- package/dist-cjs/commands/ListBootstrapActionsCommand.js +3 -3
- package/dist-cjs/commands/ListClustersCommand.js +3 -3
- package/dist-cjs/commands/ListInstanceFleetsCommand.js +3 -3
- package/dist-cjs/commands/ListInstanceGroupsCommand.js +3 -3
- package/dist-cjs/commands/ListInstancesCommand.js +3 -3
- package/dist-cjs/commands/ListNotebookExecutionsCommand.js +3 -3
- package/dist-cjs/commands/ListReleaseLabelsCommand.js +3 -3
- package/dist-cjs/commands/ListSecurityConfigurationsCommand.js +3 -3
- package/dist-cjs/commands/ListStepsCommand.js +3 -3
- package/dist-cjs/commands/ListStudioSessionMappingsCommand.js +3 -3
- package/dist-cjs/commands/ListStudiosCommand.js +3 -3
- package/dist-cjs/commands/ModifyClusterCommand.js +3 -3
- package/dist-cjs/commands/ModifyInstanceFleetCommand.js +3 -3
- package/dist-cjs/commands/ModifyInstanceGroupsCommand.js +3 -3
- package/dist-cjs/commands/PutAutoScalingPolicyCommand.js +3 -3
- package/dist-cjs/commands/PutAutoTerminationPolicyCommand.js +3 -3
- package/dist-cjs/commands/PutBlockPublicAccessConfigurationCommand.js +3 -3
- package/dist-cjs/commands/PutManagedScalingPolicyCommand.js +3 -3
- package/dist-cjs/commands/RemoveAutoScalingPolicyCommand.js +3 -3
- package/dist-cjs/commands/RemoveAutoTerminationPolicyCommand.js +3 -3
- package/dist-cjs/commands/RemoveManagedScalingPolicyCommand.js +3 -3
- package/dist-cjs/commands/RemoveTagsCommand.js +3 -3
- package/dist-cjs/commands/RunJobFlowCommand.js +3 -3
- package/dist-cjs/commands/SetTerminationProtectionCommand.js +3 -3
- package/dist-cjs/commands/SetVisibleToAllUsersCommand.js +3 -3
- package/dist-cjs/commands/StartNotebookExecutionCommand.js +3 -3
- package/dist-cjs/commands/StopNotebookExecutionCommand.js +3 -3
- package/dist-cjs/commands/TerminateJobFlowsCommand.js +3 -3
- package/dist-cjs/commands/UpdateStudioCommand.js +3 -3
- package/dist-cjs/commands/UpdateStudioSessionMappingCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/protocols/Aws_json1_1.js +395 -395
- 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-cjs/waiters/waitForClusterRunning.js +3 -3
- package/dist-cjs/waiters/waitForClusterTerminated.js +3 -3
- package/dist-cjs/waiters/waitForStepComplete.js +3 -3
- package/dist-es/EMR.js +52 -52
- package/dist-es/pagination/ListBootstrapActionsPaginator.js +4 -4
- package/dist-es/pagination/ListClustersPaginator.js +4 -4
- package/dist-es/pagination/ListInstanceFleetsPaginator.js +4 -4
- package/dist-es/pagination/ListInstanceGroupsPaginator.js +4 -4
- package/dist-es/pagination/ListInstancesPaginator.js +4 -4
- package/dist-es/pagination/ListNotebookExecutionsPaginator.js +4 -4
- package/dist-es/pagination/ListReleaseLabelsPaginator.js +4 -4
- package/dist-es/pagination/ListSecurityConfigurationsPaginator.js +4 -4
- package/dist-es/pagination/ListStepsPaginator.js +4 -4
- package/dist-es/pagination/ListStudioSessionMappingsPaginator.js +4 -4
- package/dist-es/pagination/ListStudiosPaginator.js +4 -4
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/package.json +35 -35
|
@@ -563,7 +563,7 @@ const deserializeAws_json1_1AddInstanceFleetCommandError = async (output, contex
|
|
|
563
563
|
$fault: "client",
|
|
564
564
|
$metadata: deserializeMetadata(output),
|
|
565
565
|
});
|
|
566
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
566
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
567
567
|
}
|
|
568
568
|
};
|
|
569
569
|
const deserializeAws_json1_1AddInstanceGroupsCommand = async (output, context) => {
|
|
@@ -599,7 +599,7 @@ const deserializeAws_json1_1AddInstanceGroupsCommandError = async (output, conte
|
|
|
599
599
|
$fault: "client",
|
|
600
600
|
$metadata: deserializeMetadata(output),
|
|
601
601
|
});
|
|
602
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
602
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
603
603
|
}
|
|
604
604
|
};
|
|
605
605
|
const deserializeAws_json1_1AddJobFlowStepsCommand = async (output, context) => {
|
|
@@ -635,7 +635,7 @@ const deserializeAws_json1_1AddJobFlowStepsCommandError = async (output, context
|
|
|
635
635
|
$fault: "client",
|
|
636
636
|
$metadata: deserializeMetadata(output),
|
|
637
637
|
});
|
|
638
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
638
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
639
639
|
}
|
|
640
640
|
};
|
|
641
641
|
const deserializeAws_json1_1AddTagsCommand = async (output, context) => {
|
|
@@ -674,7 +674,7 @@ const deserializeAws_json1_1AddTagsCommandError = async (output, context) => {
|
|
|
674
674
|
$fault: "client",
|
|
675
675
|
$metadata: deserializeMetadata(output),
|
|
676
676
|
});
|
|
677
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
677
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
678
678
|
}
|
|
679
679
|
};
|
|
680
680
|
const deserializeAws_json1_1CancelStepsCommand = async (output, context) => {
|
|
@@ -713,7 +713,7 @@ const deserializeAws_json1_1CancelStepsCommandError = async (output, context) =>
|
|
|
713
713
|
$fault: "client",
|
|
714
714
|
$metadata: deserializeMetadata(output),
|
|
715
715
|
});
|
|
716
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
716
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
717
717
|
}
|
|
718
718
|
};
|
|
719
719
|
const deserializeAws_json1_1CreateSecurityConfigurationCommand = async (output, context) => {
|
|
@@ -752,7 +752,7 @@ const deserializeAws_json1_1CreateSecurityConfigurationCommandError = async (out
|
|
|
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_1CreateStudioCommand = async (output, context) => {
|
|
@@ -791,7 +791,7 @@ const deserializeAws_json1_1CreateStudioCommandError = async (output, context) =
|
|
|
791
791
|
$fault: "client",
|
|
792
792
|
$metadata: deserializeMetadata(output),
|
|
793
793
|
});
|
|
794
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
794
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
795
795
|
}
|
|
796
796
|
};
|
|
797
797
|
const deserializeAws_json1_1CreateStudioSessionMappingCommand = async (output, context) => {
|
|
@@ -827,7 +827,7 @@ const deserializeAws_json1_1CreateStudioSessionMappingCommandError = async (outp
|
|
|
827
827
|
$fault: "client",
|
|
828
828
|
$metadata: deserializeMetadata(output),
|
|
829
829
|
});
|
|
830
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
830
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
831
831
|
}
|
|
832
832
|
};
|
|
833
833
|
const deserializeAws_json1_1DeleteSecurityConfigurationCommand = async (output, context) => {
|
|
@@ -866,7 +866,7 @@ const deserializeAws_json1_1DeleteSecurityConfigurationCommandError = async (out
|
|
|
866
866
|
$fault: "client",
|
|
867
867
|
$metadata: deserializeMetadata(output),
|
|
868
868
|
});
|
|
869
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
869
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
870
870
|
}
|
|
871
871
|
};
|
|
872
872
|
const deserializeAws_json1_1DeleteStudioCommand = async (output, context) => {
|
|
@@ -902,7 +902,7 @@ const deserializeAws_json1_1DeleteStudioCommandError = async (output, context) =
|
|
|
902
902
|
$fault: "client",
|
|
903
903
|
$metadata: deserializeMetadata(output),
|
|
904
904
|
});
|
|
905
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
905
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
906
906
|
}
|
|
907
907
|
};
|
|
908
908
|
const deserializeAws_json1_1DeleteStudioSessionMappingCommand = async (output, context) => {
|
|
@@ -938,7 +938,7 @@ const deserializeAws_json1_1DeleteStudioSessionMappingCommandError = async (outp
|
|
|
938
938
|
$fault: "client",
|
|
939
939
|
$metadata: deserializeMetadata(output),
|
|
940
940
|
});
|
|
941
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
941
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
942
942
|
}
|
|
943
943
|
};
|
|
944
944
|
const deserializeAws_json1_1DescribeClusterCommand = async (output, context) => {
|
|
@@ -977,7 +977,7 @@ const deserializeAws_json1_1DescribeClusterCommandError = async (output, context
|
|
|
977
977
|
$fault: "client",
|
|
978
978
|
$metadata: deserializeMetadata(output),
|
|
979
979
|
});
|
|
980
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
980
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
981
981
|
}
|
|
982
982
|
};
|
|
983
983
|
const deserializeAws_json1_1DescribeJobFlowsCommand = async (output, context) => {
|
|
@@ -1013,7 +1013,7 @@ const deserializeAws_json1_1DescribeJobFlowsCommandError = async (output, contex
|
|
|
1013
1013
|
$fault: "client",
|
|
1014
1014
|
$metadata: deserializeMetadata(output),
|
|
1015
1015
|
});
|
|
1016
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1016
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1017
1017
|
}
|
|
1018
1018
|
};
|
|
1019
1019
|
const deserializeAws_json1_1DescribeNotebookExecutionCommand = async (output, context) => {
|
|
@@ -1052,7 +1052,7 @@ const deserializeAws_json1_1DescribeNotebookExecutionCommandError = async (outpu
|
|
|
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_1DescribeReleaseLabelCommand = async (output, context) => {
|
|
@@ -1091,7 +1091,7 @@ const deserializeAws_json1_1DescribeReleaseLabelCommandError = async (output, co
|
|
|
1091
1091
|
$fault: "client",
|
|
1092
1092
|
$metadata: deserializeMetadata(output),
|
|
1093
1093
|
});
|
|
1094
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1094
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1095
1095
|
}
|
|
1096
1096
|
};
|
|
1097
1097
|
const deserializeAws_json1_1DescribeSecurityConfigurationCommand = async (output, context) => {
|
|
@@ -1130,7 +1130,7 @@ const deserializeAws_json1_1DescribeSecurityConfigurationCommandError = async (o
|
|
|
1130
1130
|
$fault: "client",
|
|
1131
1131
|
$metadata: deserializeMetadata(output),
|
|
1132
1132
|
});
|
|
1133
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1133
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1134
1134
|
}
|
|
1135
1135
|
};
|
|
1136
1136
|
const deserializeAws_json1_1DescribeStepCommand = async (output, context) => {
|
|
@@ -1169,7 +1169,7 @@ const deserializeAws_json1_1DescribeStepCommandError = async (output, context) =
|
|
|
1169
1169
|
$fault: "client",
|
|
1170
1170
|
$metadata: deserializeMetadata(output),
|
|
1171
1171
|
});
|
|
1172
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1172
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1173
1173
|
}
|
|
1174
1174
|
};
|
|
1175
1175
|
const deserializeAws_json1_1DescribeStudioCommand = async (output, context) => {
|
|
@@ -1208,7 +1208,7 @@ const deserializeAws_json1_1DescribeStudioCommandError = async (output, context)
|
|
|
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_1GetAutoTerminationPolicyCommand = async (output, context) => {
|
|
@@ -1241,7 +1241,7 @@ const deserializeAws_json1_1GetAutoTerminationPolicyCommandError = async (output
|
|
|
1241
1241
|
$fault: "client",
|
|
1242
1242
|
$metadata: deserializeMetadata(output),
|
|
1243
1243
|
});
|
|
1244
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1244
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1245
1245
|
}
|
|
1246
1246
|
};
|
|
1247
1247
|
const deserializeAws_json1_1GetBlockPublicAccessConfigurationCommand = async (output, context) => {
|
|
@@ -1280,7 +1280,7 @@ const deserializeAws_json1_1GetBlockPublicAccessConfigurationCommandError = asyn
|
|
|
1280
1280
|
$fault: "client",
|
|
1281
1281
|
$metadata: deserializeMetadata(output),
|
|
1282
1282
|
});
|
|
1283
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1283
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1284
1284
|
}
|
|
1285
1285
|
};
|
|
1286
1286
|
const deserializeAws_json1_1GetManagedScalingPolicyCommand = async (output, context) => {
|
|
@@ -1313,7 +1313,7 @@ const deserializeAws_json1_1GetManagedScalingPolicyCommandError = async (output,
|
|
|
1313
1313
|
$fault: "client",
|
|
1314
1314
|
$metadata: deserializeMetadata(output),
|
|
1315
1315
|
});
|
|
1316
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1316
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1317
1317
|
}
|
|
1318
1318
|
};
|
|
1319
1319
|
const deserializeAws_json1_1GetStudioSessionMappingCommand = async (output, context) => {
|
|
@@ -1352,7 +1352,7 @@ const deserializeAws_json1_1GetStudioSessionMappingCommandError = async (output,
|
|
|
1352
1352
|
$fault: "client",
|
|
1353
1353
|
$metadata: deserializeMetadata(output),
|
|
1354
1354
|
});
|
|
1355
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1355
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1356
1356
|
}
|
|
1357
1357
|
};
|
|
1358
1358
|
const deserializeAws_json1_1ListBootstrapActionsCommand = async (output, context) => {
|
|
@@ -1391,7 +1391,7 @@ const deserializeAws_json1_1ListBootstrapActionsCommandError = async (output, co
|
|
|
1391
1391
|
$fault: "client",
|
|
1392
1392
|
$metadata: deserializeMetadata(output),
|
|
1393
1393
|
});
|
|
1394
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1394
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1395
1395
|
}
|
|
1396
1396
|
};
|
|
1397
1397
|
const deserializeAws_json1_1ListClustersCommand = async (output, context) => {
|
|
@@ -1430,7 +1430,7 @@ const deserializeAws_json1_1ListClustersCommandError = async (output, context) =
|
|
|
1430
1430
|
$fault: "client",
|
|
1431
1431
|
$metadata: deserializeMetadata(output),
|
|
1432
1432
|
});
|
|
1433
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1433
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1434
1434
|
}
|
|
1435
1435
|
};
|
|
1436
1436
|
const deserializeAws_json1_1ListInstanceFleetsCommand = async (output, context) => {
|
|
@@ -1469,7 +1469,7 @@ const deserializeAws_json1_1ListInstanceFleetsCommandError = async (output, cont
|
|
|
1469
1469
|
$fault: "client",
|
|
1470
1470
|
$metadata: deserializeMetadata(output),
|
|
1471
1471
|
});
|
|
1472
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1472
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1473
1473
|
}
|
|
1474
1474
|
};
|
|
1475
1475
|
const deserializeAws_json1_1ListInstanceGroupsCommand = async (output, context) => {
|
|
@@ -1508,7 +1508,7 @@ const deserializeAws_json1_1ListInstanceGroupsCommandError = async (output, cont
|
|
|
1508
1508
|
$fault: "client",
|
|
1509
1509
|
$metadata: deserializeMetadata(output),
|
|
1510
1510
|
});
|
|
1511
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1511
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1512
1512
|
}
|
|
1513
1513
|
};
|
|
1514
1514
|
const deserializeAws_json1_1ListInstancesCommand = async (output, context) => {
|
|
@@ -1547,7 +1547,7 @@ const deserializeAws_json1_1ListInstancesCommandError = async (output, context)
|
|
|
1547
1547
|
$fault: "client",
|
|
1548
1548
|
$metadata: deserializeMetadata(output),
|
|
1549
1549
|
});
|
|
1550
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1550
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1551
1551
|
}
|
|
1552
1552
|
};
|
|
1553
1553
|
const deserializeAws_json1_1ListNotebookExecutionsCommand = async (output, context) => {
|
|
@@ -1586,7 +1586,7 @@ const deserializeAws_json1_1ListNotebookExecutionsCommandError = async (output,
|
|
|
1586
1586
|
$fault: "client",
|
|
1587
1587
|
$metadata: deserializeMetadata(output),
|
|
1588
1588
|
});
|
|
1589
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1589
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1590
1590
|
}
|
|
1591
1591
|
};
|
|
1592
1592
|
const deserializeAws_json1_1ListReleaseLabelsCommand = async (output, context) => {
|
|
@@ -1625,7 +1625,7 @@ const deserializeAws_json1_1ListReleaseLabelsCommandError = async (output, conte
|
|
|
1625
1625
|
$fault: "client",
|
|
1626
1626
|
$metadata: deserializeMetadata(output),
|
|
1627
1627
|
});
|
|
1628
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1628
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1629
1629
|
}
|
|
1630
1630
|
};
|
|
1631
1631
|
const deserializeAws_json1_1ListSecurityConfigurationsCommand = async (output, context) => {
|
|
@@ -1664,7 +1664,7 @@ const deserializeAws_json1_1ListSecurityConfigurationsCommandError = async (outp
|
|
|
1664
1664
|
$fault: "client",
|
|
1665
1665
|
$metadata: deserializeMetadata(output),
|
|
1666
1666
|
});
|
|
1667
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1667
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1668
1668
|
}
|
|
1669
1669
|
};
|
|
1670
1670
|
const deserializeAws_json1_1ListStepsCommand = async (output, context) => {
|
|
@@ -1703,7 +1703,7 @@ const deserializeAws_json1_1ListStepsCommandError = async (output, context) => {
|
|
|
1703
1703
|
$fault: "client",
|
|
1704
1704
|
$metadata: deserializeMetadata(output),
|
|
1705
1705
|
});
|
|
1706
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1706
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1707
1707
|
}
|
|
1708
1708
|
};
|
|
1709
1709
|
const deserializeAws_json1_1ListStudiosCommand = async (output, context) => {
|
|
@@ -1742,7 +1742,7 @@ const deserializeAws_json1_1ListStudiosCommandError = async (output, context) =>
|
|
|
1742
1742
|
$fault: "client",
|
|
1743
1743
|
$metadata: deserializeMetadata(output),
|
|
1744
1744
|
});
|
|
1745
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1745
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1746
1746
|
}
|
|
1747
1747
|
};
|
|
1748
1748
|
const deserializeAws_json1_1ListStudioSessionMappingsCommand = async (output, context) => {
|
|
@@ -1781,7 +1781,7 @@ const deserializeAws_json1_1ListStudioSessionMappingsCommandError = async (outpu
|
|
|
1781
1781
|
$fault: "client",
|
|
1782
1782
|
$metadata: deserializeMetadata(output),
|
|
1783
1783
|
});
|
|
1784
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1784
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1785
1785
|
}
|
|
1786
1786
|
};
|
|
1787
1787
|
const deserializeAws_json1_1ModifyClusterCommand = async (output, context) => {
|
|
@@ -1820,7 +1820,7 @@ const deserializeAws_json1_1ModifyClusterCommandError = async (output, context)
|
|
|
1820
1820
|
$fault: "client",
|
|
1821
1821
|
$metadata: deserializeMetadata(output),
|
|
1822
1822
|
});
|
|
1823
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1823
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1824
1824
|
}
|
|
1825
1825
|
};
|
|
1826
1826
|
const deserializeAws_json1_1ModifyInstanceFleetCommand = async (output, context) => {
|
|
@@ -1856,7 +1856,7 @@ const deserializeAws_json1_1ModifyInstanceFleetCommandError = async (output, con
|
|
|
1856
1856
|
$fault: "client",
|
|
1857
1857
|
$metadata: deserializeMetadata(output),
|
|
1858
1858
|
});
|
|
1859
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1859
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1860
1860
|
}
|
|
1861
1861
|
};
|
|
1862
1862
|
const deserializeAws_json1_1ModifyInstanceGroupsCommand = async (output, context) => {
|
|
@@ -1889,7 +1889,7 @@ const deserializeAws_json1_1ModifyInstanceGroupsCommandError = async (output, co
|
|
|
1889
1889
|
$fault: "client",
|
|
1890
1890
|
$metadata: deserializeMetadata(output),
|
|
1891
1891
|
});
|
|
1892
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1892
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1893
1893
|
}
|
|
1894
1894
|
};
|
|
1895
1895
|
const deserializeAws_json1_1PutAutoScalingPolicyCommand = async (output, context) => {
|
|
@@ -1922,7 +1922,7 @@ const deserializeAws_json1_1PutAutoScalingPolicyCommandError = async (output, co
|
|
|
1922
1922
|
$fault: "client",
|
|
1923
1923
|
$metadata: deserializeMetadata(output),
|
|
1924
1924
|
});
|
|
1925
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1925
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1926
1926
|
}
|
|
1927
1927
|
};
|
|
1928
1928
|
const deserializeAws_json1_1PutAutoTerminationPolicyCommand = async (output, context) => {
|
|
@@ -1955,7 +1955,7 @@ const deserializeAws_json1_1PutAutoTerminationPolicyCommandError = async (output
|
|
|
1955
1955
|
$fault: "client",
|
|
1956
1956
|
$metadata: deserializeMetadata(output),
|
|
1957
1957
|
});
|
|
1958
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1958
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1959
1959
|
}
|
|
1960
1960
|
};
|
|
1961
1961
|
const deserializeAws_json1_1PutBlockPublicAccessConfigurationCommand = async (output, context) => {
|
|
@@ -1994,7 +1994,7 @@ const deserializeAws_json1_1PutBlockPublicAccessConfigurationCommandError = asyn
|
|
|
1994
1994
|
$fault: "client",
|
|
1995
1995
|
$metadata: deserializeMetadata(output),
|
|
1996
1996
|
});
|
|
1997
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1997
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1998
1998
|
}
|
|
1999
1999
|
};
|
|
2000
2000
|
const deserializeAws_json1_1PutManagedScalingPolicyCommand = async (output, context) => {
|
|
@@ -2027,7 +2027,7 @@ const deserializeAws_json1_1PutManagedScalingPolicyCommandError = async (output,
|
|
|
2027
2027
|
$fault: "client",
|
|
2028
2028
|
$metadata: deserializeMetadata(output),
|
|
2029
2029
|
});
|
|
2030
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2030
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2031
2031
|
}
|
|
2032
2032
|
};
|
|
2033
2033
|
const deserializeAws_json1_1RemoveAutoScalingPolicyCommand = async (output, context) => {
|
|
@@ -2060,7 +2060,7 @@ const deserializeAws_json1_1RemoveAutoScalingPolicyCommandError = async (output,
|
|
|
2060
2060
|
$fault: "client",
|
|
2061
2061
|
$metadata: deserializeMetadata(output),
|
|
2062
2062
|
});
|
|
2063
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2063
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2064
2064
|
}
|
|
2065
2065
|
};
|
|
2066
2066
|
const deserializeAws_json1_1RemoveAutoTerminationPolicyCommand = async (output, context) => {
|
|
@@ -2093,7 +2093,7 @@ const deserializeAws_json1_1RemoveAutoTerminationPolicyCommandError = async (out
|
|
|
2093
2093
|
$fault: "client",
|
|
2094
2094
|
$metadata: deserializeMetadata(output),
|
|
2095
2095
|
});
|
|
2096
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2096
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2097
2097
|
}
|
|
2098
2098
|
};
|
|
2099
2099
|
const deserializeAws_json1_1RemoveManagedScalingPolicyCommand = async (output, context) => {
|
|
@@ -2126,7 +2126,7 @@ const deserializeAws_json1_1RemoveManagedScalingPolicyCommandError = async (outp
|
|
|
2126
2126
|
$fault: "client",
|
|
2127
2127
|
$metadata: deserializeMetadata(output),
|
|
2128
2128
|
});
|
|
2129
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2129
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2130
2130
|
}
|
|
2131
2131
|
};
|
|
2132
2132
|
const deserializeAws_json1_1RemoveTagsCommand = async (output, context) => {
|
|
@@ -2165,7 +2165,7 @@ const deserializeAws_json1_1RemoveTagsCommandError = async (output, context) =>
|
|
|
2165
2165
|
$fault: "client",
|
|
2166
2166
|
$metadata: deserializeMetadata(output),
|
|
2167
2167
|
});
|
|
2168
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2168
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2169
2169
|
}
|
|
2170
2170
|
};
|
|
2171
2171
|
const deserializeAws_json1_1RunJobFlowCommand = async (output, context) => {
|
|
@@ -2201,7 +2201,7 @@ const deserializeAws_json1_1RunJobFlowCommandError = async (output, context) =>
|
|
|
2201
2201
|
$fault: "client",
|
|
2202
2202
|
$metadata: deserializeMetadata(output),
|
|
2203
2203
|
});
|
|
2204
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2204
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2205
2205
|
}
|
|
2206
2206
|
};
|
|
2207
2207
|
const deserializeAws_json1_1SetTerminationProtectionCommand = async (output, context) => {
|
|
@@ -2234,7 +2234,7 @@ const deserializeAws_json1_1SetTerminationProtectionCommandError = async (output
|
|
|
2234
2234
|
$fault: "client",
|
|
2235
2235
|
$metadata: deserializeMetadata(output),
|
|
2236
2236
|
});
|
|
2237
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2237
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2238
2238
|
}
|
|
2239
2239
|
};
|
|
2240
2240
|
const deserializeAws_json1_1SetVisibleToAllUsersCommand = async (output, context) => {
|
|
@@ -2267,7 +2267,7 @@ const deserializeAws_json1_1SetVisibleToAllUsersCommandError = async (output, co
|
|
|
2267
2267
|
$fault: "client",
|
|
2268
2268
|
$metadata: deserializeMetadata(output),
|
|
2269
2269
|
});
|
|
2270
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2270
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2271
2271
|
}
|
|
2272
2272
|
};
|
|
2273
2273
|
const deserializeAws_json1_1StartNotebookExecutionCommand = async (output, context) => {
|
|
@@ -2306,7 +2306,7 @@ const deserializeAws_json1_1StartNotebookExecutionCommandError = async (output,
|
|
|
2306
2306
|
$fault: "client",
|
|
2307
2307
|
$metadata: deserializeMetadata(output),
|
|
2308
2308
|
});
|
|
2309
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2309
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2310
2310
|
}
|
|
2311
2311
|
};
|
|
2312
2312
|
const deserializeAws_json1_1StopNotebookExecutionCommand = async (output, context) => {
|
|
@@ -2342,7 +2342,7 @@ const deserializeAws_json1_1StopNotebookExecutionCommandError = async (output, c
|
|
|
2342
2342
|
$fault: "client",
|
|
2343
2343
|
$metadata: deserializeMetadata(output),
|
|
2344
2344
|
});
|
|
2345
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2345
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2346
2346
|
}
|
|
2347
2347
|
};
|
|
2348
2348
|
const deserializeAws_json1_1TerminateJobFlowsCommand = async (output, context) => {
|
|
@@ -2375,7 +2375,7 @@ const deserializeAws_json1_1TerminateJobFlowsCommandError = async (output, conte
|
|
|
2375
2375
|
$fault: "client",
|
|
2376
2376
|
$metadata: deserializeMetadata(output),
|
|
2377
2377
|
});
|
|
2378
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2378
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2379
2379
|
}
|
|
2380
2380
|
};
|
|
2381
2381
|
const deserializeAws_json1_1UpdateStudioCommand = async (output, context) => {
|
|
@@ -2411,7 +2411,7 @@ const deserializeAws_json1_1UpdateStudioCommandError = async (output, context) =
|
|
|
2411
2411
|
$fault: "client",
|
|
2412
2412
|
$metadata: deserializeMetadata(output),
|
|
2413
2413
|
});
|
|
2414
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2414
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2415
2415
|
}
|
|
2416
2416
|
};
|
|
2417
2417
|
const deserializeAws_json1_1UpdateStudioSessionMappingCommand = async (output, context) => {
|
|
@@ -2447,7 +2447,7 @@ const deserializeAws_json1_1UpdateStudioSessionMappingCommandError = async (outp
|
|
|
2447
2447
|
$fault: "client",
|
|
2448
2448
|
$metadata: deserializeMetadata(output),
|
|
2449
2449
|
});
|
|
2450
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2450
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2451
2451
|
}
|
|
2452
2452
|
};
|
|
2453
2453
|
const deserializeAws_json1_1InternalServerErrorResponse = async (parsedOutput, context) => {
|
|
@@ -2457,7 +2457,7 @@ const deserializeAws_json1_1InternalServerErrorResponse = async (parsedOutput, c
|
|
|
2457
2457
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2458
2458
|
...deserialized,
|
|
2459
2459
|
});
|
|
2460
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2460
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2461
2461
|
};
|
|
2462
2462
|
const deserializeAws_json1_1InternalServerExceptionResponse = async (parsedOutput, context) => {
|
|
2463
2463
|
const body = parsedOutput.body;
|
|
@@ -2466,7 +2466,7 @@ const deserializeAws_json1_1InternalServerExceptionResponse = async (parsedOutpu
|
|
|
2466
2466
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2467
2467
|
...deserialized,
|
|
2468
2468
|
});
|
|
2469
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2469
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2470
2470
|
};
|
|
2471
2471
|
const deserializeAws_json1_1InvalidRequestExceptionResponse = async (parsedOutput, context) => {
|
|
2472
2472
|
const body = parsedOutput.body;
|
|
@@ -2475,7 +2475,7 @@ const deserializeAws_json1_1InvalidRequestExceptionResponse = async (parsedOutpu
|
|
|
2475
2475
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2476
2476
|
...deserialized,
|
|
2477
2477
|
});
|
|
2478
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2478
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2479
2479
|
};
|
|
2480
2480
|
const serializeAws_json1_1AddInstanceFleetInput = (input, context) => {
|
|
2481
2481
|
return {
|
|
@@ -2605,7 +2605,7 @@ const serializeAws_json1_1CloudWatchAlarmDefinition = (input, context) => {
|
|
|
2605
2605
|
...(input.Namespace !== undefined && input.Namespace !== null && { Namespace: input.Namespace }),
|
|
2606
2606
|
...(input.Period !== undefined && input.Period !== null && { Period: input.Period }),
|
|
2607
2607
|
...(input.Statistic !== undefined && input.Statistic !== null && { Statistic: input.Statistic }),
|
|
2608
|
-
...(input.Threshold !== undefined && input.Threshold !== null && { Threshold: smithy_client_1.serializeFloat(input.Threshold) }),
|
|
2608
|
+
...(input.Threshold !== undefined && input.Threshold !== null && { Threshold: (0, smithy_client_1.serializeFloat)(input.Threshold) }),
|
|
2609
2609
|
...(input.Unit !== undefined && input.Unit !== null && { Unit: input.Unit }),
|
|
2610
2610
|
};
|
|
2611
2611
|
};
|
|
@@ -3001,7 +3001,7 @@ const serializeAws_json1_1InstanceTypeConfig = (input, context) => {
|
|
|
3001
3001
|
...(input.BidPrice !== undefined && input.BidPrice !== null && { BidPrice: input.BidPrice }),
|
|
3002
3002
|
...(input.BidPriceAsPercentageOfOnDemandPrice !== undefined &&
|
|
3003
3003
|
input.BidPriceAsPercentageOfOnDemandPrice !== null && {
|
|
3004
|
-
BidPriceAsPercentageOfOnDemandPrice: smithy_client_1.serializeFloat(input.BidPriceAsPercentageOfOnDemandPrice),
|
|
3004
|
+
BidPriceAsPercentageOfOnDemandPrice: (0, smithy_client_1.serializeFloat)(input.BidPriceAsPercentageOfOnDemandPrice),
|
|
3005
3005
|
}),
|
|
3006
3006
|
...(input.Configurations !== undefined &&
|
|
3007
3007
|
input.Configurations !== null && {
|
|
@@ -3766,18 +3766,18 @@ const serializeAws_json1_1XmlStringMaxLen256List = (input, context) => {
|
|
|
3766
3766
|
};
|
|
3767
3767
|
const deserializeAws_json1_1AddInstanceFleetOutput = (output, context) => {
|
|
3768
3768
|
return {
|
|
3769
|
-
ClusterArn: smithy_client_1.expectString(output.ClusterArn),
|
|
3770
|
-
ClusterId: smithy_client_1.expectString(output.ClusterId),
|
|
3771
|
-
InstanceFleetId: smithy_client_1.expectString(output.InstanceFleetId),
|
|
3769
|
+
ClusterArn: (0, smithy_client_1.expectString)(output.ClusterArn),
|
|
3770
|
+
ClusterId: (0, smithy_client_1.expectString)(output.ClusterId),
|
|
3771
|
+
InstanceFleetId: (0, smithy_client_1.expectString)(output.InstanceFleetId),
|
|
3772
3772
|
};
|
|
3773
3773
|
};
|
|
3774
3774
|
const deserializeAws_json1_1AddInstanceGroupsOutput = (output, context) => {
|
|
3775
3775
|
return {
|
|
3776
|
-
ClusterArn: smithy_client_1.expectString(output.ClusterArn),
|
|
3776
|
+
ClusterArn: (0, smithy_client_1.expectString)(output.ClusterArn),
|
|
3777
3777
|
InstanceGroupIds: output.InstanceGroupIds !== undefined && output.InstanceGroupIds !== null
|
|
3778
3778
|
? deserializeAws_json1_1InstanceGroupIdsList(output.InstanceGroupIds, context)
|
|
3779
3779
|
: undefined,
|
|
3780
|
-
JobFlowId: smithy_client_1.expectString(output.JobFlowId),
|
|
3780
|
+
JobFlowId: (0, smithy_client_1.expectString)(output.JobFlowId),
|
|
3781
3781
|
};
|
|
3782
3782
|
};
|
|
3783
3783
|
const deserializeAws_json1_1AddJobFlowStepsOutput = (output, context) => {
|
|
@@ -3798,8 +3798,8 @@ const deserializeAws_json1_1Application = (output, context) => {
|
|
|
3798
3798
|
Args: output.Args !== undefined && output.Args !== null
|
|
3799
3799
|
? deserializeAws_json1_1StringList(output.Args, context)
|
|
3800
3800
|
: undefined,
|
|
3801
|
-
Name: smithy_client_1.expectString(output.Name),
|
|
3802
|
-
Version: smithy_client_1.expectString(output.Version),
|
|
3801
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
3802
|
+
Version: (0, smithy_client_1.expectString)(output.Version),
|
|
3803
3803
|
};
|
|
3804
3804
|
};
|
|
3805
3805
|
const deserializeAws_json1_1ApplicationList = (output, context) => {
|
|
@@ -3828,13 +3828,13 @@ const deserializeAws_json1_1AutoScalingPolicyDescription = (output, context) =>
|
|
|
3828
3828
|
};
|
|
3829
3829
|
const deserializeAws_json1_1AutoScalingPolicyStateChangeReason = (output, context) => {
|
|
3830
3830
|
return {
|
|
3831
|
-
Code: smithy_client_1.expectString(output.Code),
|
|
3832
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3831
|
+
Code: (0, smithy_client_1.expectString)(output.Code),
|
|
3832
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3833
3833
|
};
|
|
3834
3834
|
};
|
|
3835
3835
|
const deserializeAws_json1_1AutoScalingPolicyStatus = (output, context) => {
|
|
3836
3836
|
return {
|
|
3837
|
-
State: smithy_client_1.expectString(output.State),
|
|
3837
|
+
State: (0, smithy_client_1.expectString)(output.State),
|
|
3838
3838
|
StateChangeReason: output.StateChangeReason !== undefined && output.StateChangeReason !== null
|
|
3839
3839
|
? deserializeAws_json1_1AutoScalingPolicyStateChangeReason(output.StateChangeReason, context)
|
|
3840
3840
|
: undefined,
|
|
@@ -3842,13 +3842,13 @@ const deserializeAws_json1_1AutoScalingPolicyStatus = (output, context) => {
|
|
|
3842
3842
|
};
|
|
3843
3843
|
const deserializeAws_json1_1AutoTerminationPolicy = (output, context) => {
|
|
3844
3844
|
return {
|
|
3845
|
-
IdleTimeout: smithy_client_1.expectLong(output.IdleTimeout),
|
|
3845
|
+
IdleTimeout: (0, smithy_client_1.expectLong)(output.IdleTimeout),
|
|
3846
3846
|
};
|
|
3847
3847
|
};
|
|
3848
3848
|
const deserializeAws_json1_1BlockPublicAccessConfiguration = (output, context) => {
|
|
3849
3849
|
return {
|
|
3850
|
-
BlockPublicSecurityGroupRules: smithy_client_1.expectBoolean(output.BlockPublicSecurityGroupRules),
|
|
3851
|
-
Classification: smithy_client_1.expectString(output.Classification),
|
|
3850
|
+
BlockPublicSecurityGroupRules: (0, smithy_client_1.expectBoolean)(output.BlockPublicSecurityGroupRules),
|
|
3851
|
+
Classification: (0, smithy_client_1.expectString)(output.Classification),
|
|
3852
3852
|
Configurations: output.Configurations !== undefined && output.Configurations !== null
|
|
3853
3853
|
? deserializeAws_json1_1ConfigurationList(output.Configurations, context)
|
|
3854
3854
|
: undefined,
|
|
@@ -3863,15 +3863,15 @@ const deserializeAws_json1_1BlockPublicAccessConfiguration = (output, context) =
|
|
|
3863
3863
|
};
|
|
3864
3864
|
const deserializeAws_json1_1BlockPublicAccessConfigurationMetadata = (output, context) => {
|
|
3865
3865
|
return {
|
|
3866
|
-
CreatedByArn: smithy_client_1.expectString(output.CreatedByArn),
|
|
3866
|
+
CreatedByArn: (0, smithy_client_1.expectString)(output.CreatedByArn),
|
|
3867
3867
|
CreationDateTime: output.CreationDateTime !== undefined && output.CreationDateTime !== null
|
|
3868
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationDateTime)))
|
|
3868
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationDateTime)))
|
|
3869
3869
|
: undefined,
|
|
3870
3870
|
};
|
|
3871
3871
|
};
|
|
3872
3872
|
const deserializeAws_json1_1BootstrapActionConfig = (output, context) => {
|
|
3873
3873
|
return {
|
|
3874
|
-
Name: smithy_client_1.expectString(output.Name),
|
|
3874
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
3875
3875
|
ScriptBootstrapAction: output.ScriptBootstrapAction !== undefined && output.ScriptBootstrapAction !== null
|
|
3876
3876
|
? deserializeAws_json1_1ScriptBootstrapActionConfig(output.ScriptBootstrapAction, context)
|
|
3877
3877
|
: undefined,
|
|
@@ -3897,9 +3897,9 @@ const deserializeAws_json1_1BootstrapActionDetailList = (output, context) => {
|
|
|
3897
3897
|
};
|
|
3898
3898
|
const deserializeAws_json1_1CancelStepsInfo = (output, context) => {
|
|
3899
3899
|
return {
|
|
3900
|
-
Reason: smithy_client_1.expectString(output.Reason),
|
|
3901
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
3902
|
-
StepId: smithy_client_1.expectString(output.StepId),
|
|
3900
|
+
Reason: (0, smithy_client_1.expectString)(output.Reason),
|
|
3901
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
3902
|
+
StepId: (0, smithy_client_1.expectString)(output.StepId),
|
|
3903
3903
|
};
|
|
3904
3904
|
};
|
|
3905
3905
|
const deserializeAws_json1_1CancelStepsInfoList = (output, context) => {
|
|
@@ -3922,17 +3922,17 @@ const deserializeAws_json1_1CancelStepsOutput = (output, context) => {
|
|
|
3922
3922
|
};
|
|
3923
3923
|
const deserializeAws_json1_1CloudWatchAlarmDefinition = (output, context) => {
|
|
3924
3924
|
return {
|
|
3925
|
-
ComparisonOperator: smithy_client_1.expectString(output.ComparisonOperator),
|
|
3925
|
+
ComparisonOperator: (0, smithy_client_1.expectString)(output.ComparisonOperator),
|
|
3926
3926
|
Dimensions: output.Dimensions !== undefined && output.Dimensions !== null
|
|
3927
3927
|
? deserializeAws_json1_1MetricDimensionList(output.Dimensions, context)
|
|
3928
3928
|
: undefined,
|
|
3929
|
-
EvaluationPeriods: smithy_client_1.expectInt32(output.EvaluationPeriods),
|
|
3930
|
-
MetricName: smithy_client_1.expectString(output.MetricName),
|
|
3931
|
-
Namespace: smithy_client_1.expectString(output.Namespace),
|
|
3932
|
-
Period: smithy_client_1.expectInt32(output.Period),
|
|
3933
|
-
Statistic: smithy_client_1.expectString(output.Statistic),
|
|
3934
|
-
Threshold: smithy_client_1.limitedParseDouble(output.Threshold),
|
|
3935
|
-
Unit: smithy_client_1.expectString(output.Unit),
|
|
3929
|
+
EvaluationPeriods: (0, smithy_client_1.expectInt32)(output.EvaluationPeriods),
|
|
3930
|
+
MetricName: (0, smithy_client_1.expectString)(output.MetricName),
|
|
3931
|
+
Namespace: (0, smithy_client_1.expectString)(output.Namespace),
|
|
3932
|
+
Period: (0, smithy_client_1.expectInt32)(output.Period),
|
|
3933
|
+
Statistic: (0, smithy_client_1.expectString)(output.Statistic),
|
|
3934
|
+
Threshold: (0, smithy_client_1.limitedParseDouble)(output.Threshold),
|
|
3935
|
+
Unit: (0, smithy_client_1.expectString)(output.Unit),
|
|
3936
3936
|
};
|
|
3937
3937
|
};
|
|
3938
3938
|
const deserializeAws_json1_1Cluster = (output, context) => {
|
|
@@ -3940,58 +3940,58 @@ const deserializeAws_json1_1Cluster = (output, context) => {
|
|
|
3940
3940
|
Applications: output.Applications !== undefined && output.Applications !== null
|
|
3941
3941
|
? deserializeAws_json1_1ApplicationList(output.Applications, context)
|
|
3942
3942
|
: undefined,
|
|
3943
|
-
AutoScalingRole: smithy_client_1.expectString(output.AutoScalingRole),
|
|
3944
|
-
AutoTerminate: smithy_client_1.expectBoolean(output.AutoTerminate),
|
|
3945
|
-
ClusterArn: smithy_client_1.expectString(output.ClusterArn),
|
|
3943
|
+
AutoScalingRole: (0, smithy_client_1.expectString)(output.AutoScalingRole),
|
|
3944
|
+
AutoTerminate: (0, smithy_client_1.expectBoolean)(output.AutoTerminate),
|
|
3945
|
+
ClusterArn: (0, smithy_client_1.expectString)(output.ClusterArn),
|
|
3946
3946
|
Configurations: output.Configurations !== undefined && output.Configurations !== null
|
|
3947
3947
|
? deserializeAws_json1_1ConfigurationList(output.Configurations, context)
|
|
3948
3948
|
: undefined,
|
|
3949
|
-
CustomAmiId: smithy_client_1.expectString(output.CustomAmiId),
|
|
3950
|
-
EbsRootVolumeSize: smithy_client_1.expectInt32(output.EbsRootVolumeSize),
|
|
3949
|
+
CustomAmiId: (0, smithy_client_1.expectString)(output.CustomAmiId),
|
|
3950
|
+
EbsRootVolumeSize: (0, smithy_client_1.expectInt32)(output.EbsRootVolumeSize),
|
|
3951
3951
|
Ec2InstanceAttributes: output.Ec2InstanceAttributes !== undefined && output.Ec2InstanceAttributes !== null
|
|
3952
3952
|
? deserializeAws_json1_1Ec2InstanceAttributes(output.Ec2InstanceAttributes, context)
|
|
3953
3953
|
: undefined,
|
|
3954
|
-
Id: smithy_client_1.expectString(output.Id),
|
|
3955
|
-
InstanceCollectionType: smithy_client_1.expectString(output.InstanceCollectionType),
|
|
3954
|
+
Id: (0, smithy_client_1.expectString)(output.Id),
|
|
3955
|
+
InstanceCollectionType: (0, smithy_client_1.expectString)(output.InstanceCollectionType),
|
|
3956
3956
|
KerberosAttributes: output.KerberosAttributes !== undefined && output.KerberosAttributes !== null
|
|
3957
3957
|
? deserializeAws_json1_1KerberosAttributes(output.KerberosAttributes, context)
|
|
3958
3958
|
: undefined,
|
|
3959
|
-
LogEncryptionKmsKeyId: smithy_client_1.expectString(output.LogEncryptionKmsKeyId),
|
|
3960
|
-
LogUri: smithy_client_1.expectString(output.LogUri),
|
|
3961
|
-
MasterPublicDnsName: smithy_client_1.expectString(output.MasterPublicDnsName),
|
|
3962
|
-
Name: smithy_client_1.expectString(output.Name),
|
|
3963
|
-
NormalizedInstanceHours: smithy_client_1.expectInt32(output.NormalizedInstanceHours),
|
|
3964
|
-
OutpostArn: smithy_client_1.expectString(output.OutpostArn),
|
|
3959
|
+
LogEncryptionKmsKeyId: (0, smithy_client_1.expectString)(output.LogEncryptionKmsKeyId),
|
|
3960
|
+
LogUri: (0, smithy_client_1.expectString)(output.LogUri),
|
|
3961
|
+
MasterPublicDnsName: (0, smithy_client_1.expectString)(output.MasterPublicDnsName),
|
|
3962
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
3963
|
+
NormalizedInstanceHours: (0, smithy_client_1.expectInt32)(output.NormalizedInstanceHours),
|
|
3964
|
+
OutpostArn: (0, smithy_client_1.expectString)(output.OutpostArn),
|
|
3965
3965
|
PlacementGroups: output.PlacementGroups !== undefined && output.PlacementGroups !== null
|
|
3966
3966
|
? deserializeAws_json1_1PlacementGroupConfigList(output.PlacementGroups, context)
|
|
3967
3967
|
: undefined,
|
|
3968
|
-
ReleaseLabel: smithy_client_1.expectString(output.ReleaseLabel),
|
|
3969
|
-
RepoUpgradeOnBoot: smithy_client_1.expectString(output.RepoUpgradeOnBoot),
|
|
3970
|
-
RequestedAmiVersion: smithy_client_1.expectString(output.RequestedAmiVersion),
|
|
3971
|
-
RunningAmiVersion: smithy_client_1.expectString(output.RunningAmiVersion),
|
|
3972
|
-
ScaleDownBehavior: smithy_client_1.expectString(output.ScaleDownBehavior),
|
|
3973
|
-
SecurityConfiguration: smithy_client_1.expectString(output.SecurityConfiguration),
|
|
3974
|
-
ServiceRole: smithy_client_1.expectString(output.ServiceRole),
|
|
3968
|
+
ReleaseLabel: (0, smithy_client_1.expectString)(output.ReleaseLabel),
|
|
3969
|
+
RepoUpgradeOnBoot: (0, smithy_client_1.expectString)(output.RepoUpgradeOnBoot),
|
|
3970
|
+
RequestedAmiVersion: (0, smithy_client_1.expectString)(output.RequestedAmiVersion),
|
|
3971
|
+
RunningAmiVersion: (0, smithy_client_1.expectString)(output.RunningAmiVersion),
|
|
3972
|
+
ScaleDownBehavior: (0, smithy_client_1.expectString)(output.ScaleDownBehavior),
|
|
3973
|
+
SecurityConfiguration: (0, smithy_client_1.expectString)(output.SecurityConfiguration),
|
|
3974
|
+
ServiceRole: (0, smithy_client_1.expectString)(output.ServiceRole),
|
|
3975
3975
|
Status: output.Status !== undefined && output.Status !== null
|
|
3976
3976
|
? deserializeAws_json1_1ClusterStatus(output.Status, context)
|
|
3977
3977
|
: undefined,
|
|
3978
|
-
StepConcurrencyLevel: smithy_client_1.expectInt32(output.StepConcurrencyLevel),
|
|
3978
|
+
StepConcurrencyLevel: (0, smithy_client_1.expectInt32)(output.StepConcurrencyLevel),
|
|
3979
3979
|
Tags: output.Tags !== undefined && output.Tags !== null
|
|
3980
3980
|
? deserializeAws_json1_1TagList(output.Tags, context)
|
|
3981
3981
|
: undefined,
|
|
3982
|
-
TerminationProtected: smithy_client_1.expectBoolean(output.TerminationProtected),
|
|
3983
|
-
VisibleToAllUsers: smithy_client_1.expectBoolean(output.VisibleToAllUsers),
|
|
3982
|
+
TerminationProtected: (0, smithy_client_1.expectBoolean)(output.TerminationProtected),
|
|
3983
|
+
VisibleToAllUsers: (0, smithy_client_1.expectBoolean)(output.VisibleToAllUsers),
|
|
3984
3984
|
};
|
|
3985
3985
|
};
|
|
3986
3986
|
const deserializeAws_json1_1ClusterStateChangeReason = (output, context) => {
|
|
3987
3987
|
return {
|
|
3988
|
-
Code: smithy_client_1.expectString(output.Code),
|
|
3989
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3988
|
+
Code: (0, smithy_client_1.expectString)(output.Code),
|
|
3989
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3990
3990
|
};
|
|
3991
3991
|
};
|
|
3992
3992
|
const deserializeAws_json1_1ClusterStatus = (output, context) => {
|
|
3993
3993
|
return {
|
|
3994
|
-
State: smithy_client_1.expectString(output.State),
|
|
3994
|
+
State: (0, smithy_client_1.expectString)(output.State),
|
|
3995
3995
|
StateChangeReason: output.StateChangeReason !== undefined && output.StateChangeReason !== null
|
|
3996
3996
|
? deserializeAws_json1_1ClusterStateChangeReason(output.StateChangeReason, context)
|
|
3997
3997
|
: undefined,
|
|
@@ -4002,11 +4002,11 @@ const deserializeAws_json1_1ClusterStatus = (output, context) => {
|
|
|
4002
4002
|
};
|
|
4003
4003
|
const deserializeAws_json1_1ClusterSummary = (output, context) => {
|
|
4004
4004
|
return {
|
|
4005
|
-
ClusterArn: smithy_client_1.expectString(output.ClusterArn),
|
|
4006
|
-
Id: smithy_client_1.expectString(output.Id),
|
|
4007
|
-
Name: smithy_client_1.expectString(output.Name),
|
|
4008
|
-
NormalizedInstanceHours: smithy_client_1.expectInt32(output.NormalizedInstanceHours),
|
|
4009
|
-
OutpostArn: smithy_client_1.expectString(output.OutpostArn),
|
|
4005
|
+
ClusterArn: (0, smithy_client_1.expectString)(output.ClusterArn),
|
|
4006
|
+
Id: (0, smithy_client_1.expectString)(output.Id),
|
|
4007
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
4008
|
+
NormalizedInstanceHours: (0, smithy_client_1.expectInt32)(output.NormalizedInstanceHours),
|
|
4009
|
+
OutpostArn: (0, smithy_client_1.expectString)(output.OutpostArn),
|
|
4010
4010
|
Status: output.Status !== undefined && output.Status !== null
|
|
4011
4011
|
? deserializeAws_json1_1ClusterStatus(output.Status, context)
|
|
4012
4012
|
: undefined,
|
|
@@ -4026,13 +4026,13 @@ const deserializeAws_json1_1ClusterSummaryList = (output, context) => {
|
|
|
4026
4026
|
const deserializeAws_json1_1ClusterTimeline = (output, context) => {
|
|
4027
4027
|
return {
|
|
4028
4028
|
CreationDateTime: output.CreationDateTime !== undefined && output.CreationDateTime !== null
|
|
4029
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationDateTime)))
|
|
4029
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationDateTime)))
|
|
4030
4030
|
: undefined,
|
|
4031
4031
|
EndDateTime: output.EndDateTime !== undefined && output.EndDateTime !== null
|
|
4032
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.EndDateTime)))
|
|
4032
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.EndDateTime)))
|
|
4033
4033
|
: undefined,
|
|
4034
4034
|
ReadyDateTime: output.ReadyDateTime !== undefined && output.ReadyDateTime !== null
|
|
4035
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.ReadyDateTime)))
|
|
4035
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.ReadyDateTime)))
|
|
4036
4036
|
: undefined,
|
|
4037
4037
|
};
|
|
4038
4038
|
};
|
|
@@ -4041,8 +4041,8 @@ const deserializeAws_json1_1Command = (output, context) => {
|
|
|
4041
4041
|
Args: output.Args !== undefined && output.Args !== null
|
|
4042
4042
|
? deserializeAws_json1_1StringList(output.Args, context)
|
|
4043
4043
|
: undefined,
|
|
4044
|
-
Name: smithy_client_1.expectString(output.Name),
|
|
4045
|
-
ScriptPath: smithy_client_1.expectString(output.ScriptPath),
|
|
4044
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
4045
|
+
ScriptPath: (0, smithy_client_1.expectString)(output.ScriptPath),
|
|
4046
4046
|
};
|
|
4047
4047
|
};
|
|
4048
4048
|
const deserializeAws_json1_1CommandList = (output, context) => {
|
|
@@ -4058,16 +4058,16 @@ const deserializeAws_json1_1CommandList = (output, context) => {
|
|
|
4058
4058
|
};
|
|
4059
4059
|
const deserializeAws_json1_1ComputeLimits = (output, context) => {
|
|
4060
4060
|
return {
|
|
4061
|
-
MaximumCapacityUnits: smithy_client_1.expectInt32(output.MaximumCapacityUnits),
|
|
4062
|
-
MaximumCoreCapacityUnits: smithy_client_1.expectInt32(output.MaximumCoreCapacityUnits),
|
|
4063
|
-
MaximumOnDemandCapacityUnits: smithy_client_1.expectInt32(output.MaximumOnDemandCapacityUnits),
|
|
4064
|
-
MinimumCapacityUnits: smithy_client_1.expectInt32(output.MinimumCapacityUnits),
|
|
4065
|
-
UnitType: smithy_client_1.expectString(output.UnitType),
|
|
4061
|
+
MaximumCapacityUnits: (0, smithy_client_1.expectInt32)(output.MaximumCapacityUnits),
|
|
4062
|
+
MaximumCoreCapacityUnits: (0, smithy_client_1.expectInt32)(output.MaximumCoreCapacityUnits),
|
|
4063
|
+
MaximumOnDemandCapacityUnits: (0, smithy_client_1.expectInt32)(output.MaximumOnDemandCapacityUnits),
|
|
4064
|
+
MinimumCapacityUnits: (0, smithy_client_1.expectInt32)(output.MinimumCapacityUnits),
|
|
4065
|
+
UnitType: (0, smithy_client_1.expectString)(output.UnitType),
|
|
4066
4066
|
};
|
|
4067
4067
|
};
|
|
4068
4068
|
const deserializeAws_json1_1Configuration = (output, context) => {
|
|
4069
4069
|
return {
|
|
4070
|
-
Classification: smithy_client_1.expectString(output.Classification),
|
|
4070
|
+
Classification: (0, smithy_client_1.expectString)(output.Classification),
|
|
4071
4071
|
Configurations: output.Configurations !== undefined && output.Configurations !== null
|
|
4072
4072
|
? deserializeAws_json1_1ConfigurationList(output.Configurations, context)
|
|
4073
4073
|
: undefined,
|
|
@@ -4090,15 +4090,15 @@ const deserializeAws_json1_1ConfigurationList = (output, context) => {
|
|
|
4090
4090
|
const deserializeAws_json1_1CreateSecurityConfigurationOutput = (output, context) => {
|
|
4091
4091
|
return {
|
|
4092
4092
|
CreationDateTime: output.CreationDateTime !== undefined && output.CreationDateTime !== null
|
|
4093
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationDateTime)))
|
|
4093
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationDateTime)))
|
|
4094
4094
|
: undefined,
|
|
4095
|
-
Name: smithy_client_1.expectString(output.Name),
|
|
4095
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
4096
4096
|
};
|
|
4097
4097
|
};
|
|
4098
4098
|
const deserializeAws_json1_1CreateStudioOutput = (output, context) => {
|
|
4099
4099
|
return {
|
|
4100
|
-
StudioId: smithy_client_1.expectString(output.StudioId),
|
|
4101
|
-
Url: smithy_client_1.expectString(output.Url),
|
|
4100
|
+
StudioId: (0, smithy_client_1.expectString)(output.StudioId),
|
|
4101
|
+
Url: (0, smithy_client_1.expectString)(output.Url),
|
|
4102
4102
|
};
|
|
4103
4103
|
};
|
|
4104
4104
|
const deserializeAws_json1_1DeleteSecurityConfigurationOutput = (output, context) => {
|
|
@@ -4130,17 +4130,17 @@ const deserializeAws_json1_1DescribeReleaseLabelOutput = (output, context) => {
|
|
|
4130
4130
|
Applications: output.Applications !== undefined && output.Applications !== null
|
|
4131
4131
|
? deserializeAws_json1_1SimplifiedApplicationList(output.Applications, context)
|
|
4132
4132
|
: undefined,
|
|
4133
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
4134
|
-
ReleaseLabel: smithy_client_1.expectString(output.ReleaseLabel),
|
|
4133
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
4134
|
+
ReleaseLabel: (0, smithy_client_1.expectString)(output.ReleaseLabel),
|
|
4135
4135
|
};
|
|
4136
4136
|
};
|
|
4137
4137
|
const deserializeAws_json1_1DescribeSecurityConfigurationOutput = (output, context) => {
|
|
4138
4138
|
return {
|
|
4139
4139
|
CreationDateTime: output.CreationDateTime !== undefined && output.CreationDateTime !== null
|
|
4140
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationDateTime)))
|
|
4140
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationDateTime)))
|
|
4141
4141
|
: undefined,
|
|
4142
|
-
Name: smithy_client_1.expectString(output.Name),
|
|
4143
|
-
SecurityConfiguration: smithy_client_1.expectString(output.SecurityConfiguration),
|
|
4142
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
4143
|
+
SecurityConfiguration: (0, smithy_client_1.expectString)(output.SecurityConfiguration),
|
|
4144
4144
|
};
|
|
4145
4145
|
};
|
|
4146
4146
|
const deserializeAws_json1_1DescribeStepOutput = (output, context) => {
|
|
@@ -4157,7 +4157,7 @@ const deserializeAws_json1_1DescribeStudioOutput = (output, context) => {
|
|
|
4157
4157
|
};
|
|
4158
4158
|
const deserializeAws_json1_1EbsBlockDevice = (output, context) => {
|
|
4159
4159
|
return {
|
|
4160
|
-
Device: smithy_client_1.expectString(output.Device),
|
|
4160
|
+
Device: (0, smithy_client_1.expectString)(output.Device),
|
|
4161
4161
|
VolumeSpecification: output.VolumeSpecification !== undefined && output.VolumeSpecification !== null
|
|
4162
4162
|
? deserializeAws_json1_1VolumeSpecification(output.VolumeSpecification, context)
|
|
4163
4163
|
: undefined,
|
|
@@ -4176,8 +4176,8 @@ const deserializeAws_json1_1EbsBlockDeviceList = (output, context) => {
|
|
|
4176
4176
|
};
|
|
4177
4177
|
const deserializeAws_json1_1EbsVolume = (output, context) => {
|
|
4178
4178
|
return {
|
|
4179
|
-
Device: smithy_client_1.expectString(output.Device),
|
|
4180
|
-
VolumeId: smithy_client_1.expectString(output.VolumeId),
|
|
4179
|
+
Device: (0, smithy_client_1.expectString)(output.Device),
|
|
4180
|
+
VolumeId: (0, smithy_client_1.expectString)(output.VolumeId),
|
|
4181
4181
|
};
|
|
4182
4182
|
};
|
|
4183
4183
|
const deserializeAws_json1_1EbsVolumeList = (output, context) => {
|
|
@@ -4199,19 +4199,19 @@ const deserializeAws_json1_1Ec2InstanceAttributes = (output, context) => {
|
|
|
4199
4199
|
AdditionalSlaveSecurityGroups: output.AdditionalSlaveSecurityGroups !== undefined && output.AdditionalSlaveSecurityGroups !== null
|
|
4200
4200
|
? deserializeAws_json1_1StringList(output.AdditionalSlaveSecurityGroups, context)
|
|
4201
4201
|
: undefined,
|
|
4202
|
-
Ec2AvailabilityZone: smithy_client_1.expectString(output.Ec2AvailabilityZone),
|
|
4203
|
-
Ec2KeyName: smithy_client_1.expectString(output.Ec2KeyName),
|
|
4204
|
-
Ec2SubnetId: smithy_client_1.expectString(output.Ec2SubnetId),
|
|
4205
|
-
EmrManagedMasterSecurityGroup: smithy_client_1.expectString(output.EmrManagedMasterSecurityGroup),
|
|
4206
|
-
EmrManagedSlaveSecurityGroup: smithy_client_1.expectString(output.EmrManagedSlaveSecurityGroup),
|
|
4207
|
-
IamInstanceProfile: smithy_client_1.expectString(output.IamInstanceProfile),
|
|
4202
|
+
Ec2AvailabilityZone: (0, smithy_client_1.expectString)(output.Ec2AvailabilityZone),
|
|
4203
|
+
Ec2KeyName: (0, smithy_client_1.expectString)(output.Ec2KeyName),
|
|
4204
|
+
Ec2SubnetId: (0, smithy_client_1.expectString)(output.Ec2SubnetId),
|
|
4205
|
+
EmrManagedMasterSecurityGroup: (0, smithy_client_1.expectString)(output.EmrManagedMasterSecurityGroup),
|
|
4206
|
+
EmrManagedSlaveSecurityGroup: (0, smithy_client_1.expectString)(output.EmrManagedSlaveSecurityGroup),
|
|
4207
|
+
IamInstanceProfile: (0, smithy_client_1.expectString)(output.IamInstanceProfile),
|
|
4208
4208
|
RequestedEc2AvailabilityZones: output.RequestedEc2AvailabilityZones !== undefined && output.RequestedEc2AvailabilityZones !== null
|
|
4209
4209
|
? deserializeAws_json1_1XmlStringMaxLen256List(output.RequestedEc2AvailabilityZones, context)
|
|
4210
4210
|
: undefined,
|
|
4211
4211
|
RequestedEc2SubnetIds: output.RequestedEc2SubnetIds !== undefined && output.RequestedEc2SubnetIds !== null
|
|
4212
4212
|
? deserializeAws_json1_1XmlStringMaxLen256List(output.RequestedEc2SubnetIds, context)
|
|
4213
4213
|
: undefined,
|
|
4214
|
-
ServiceAccessSecurityGroup: smithy_client_1.expectString(output.ServiceAccessSecurityGroup),
|
|
4214
|
+
ServiceAccessSecurityGroup: (0, smithy_client_1.expectString)(output.ServiceAccessSecurityGroup),
|
|
4215
4215
|
};
|
|
4216
4216
|
};
|
|
4217
4217
|
const deserializeAws_json1_1EC2InstanceIdsList = (output, context) => {
|
|
@@ -4221,22 +4221,22 @@ const deserializeAws_json1_1EC2InstanceIdsList = (output, context) => {
|
|
|
4221
4221
|
if (entry === null) {
|
|
4222
4222
|
return null;
|
|
4223
4223
|
}
|
|
4224
|
-
return smithy_client_1.expectString(entry);
|
|
4224
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
4225
4225
|
});
|
|
4226
4226
|
return retVal;
|
|
4227
4227
|
};
|
|
4228
4228
|
const deserializeAws_json1_1ExecutionEngineConfig = (output, context) => {
|
|
4229
4229
|
return {
|
|
4230
|
-
Id: smithy_client_1.expectString(output.Id),
|
|
4231
|
-
MasterInstanceSecurityGroupId: smithy_client_1.expectString(output.MasterInstanceSecurityGroupId),
|
|
4232
|
-
Type: smithy_client_1.expectString(output.Type),
|
|
4230
|
+
Id: (0, smithy_client_1.expectString)(output.Id),
|
|
4231
|
+
MasterInstanceSecurityGroupId: (0, smithy_client_1.expectString)(output.MasterInstanceSecurityGroupId),
|
|
4232
|
+
Type: (0, smithy_client_1.expectString)(output.Type),
|
|
4233
4233
|
};
|
|
4234
4234
|
};
|
|
4235
4235
|
const deserializeAws_json1_1FailureDetails = (output, context) => {
|
|
4236
4236
|
return {
|
|
4237
|
-
LogFile: smithy_client_1.expectString(output.LogFile),
|
|
4238
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4239
|
-
Reason: smithy_client_1.expectString(output.Reason),
|
|
4237
|
+
LogFile: (0, smithy_client_1.expectString)(output.LogFile),
|
|
4238
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4239
|
+
Reason: (0, smithy_client_1.expectString)(output.Reason),
|
|
4240
4240
|
};
|
|
4241
4241
|
};
|
|
4242
4242
|
const deserializeAws_json1_1GetAutoTerminationPolicyOutput = (output, context) => {
|
|
@@ -4276,8 +4276,8 @@ const deserializeAws_json1_1HadoopJarStepConfig = (output, context) => {
|
|
|
4276
4276
|
Args: output.Args !== undefined && output.Args !== null
|
|
4277
4277
|
? deserializeAws_json1_1XmlStringList(output.Args, context)
|
|
4278
4278
|
: undefined,
|
|
4279
|
-
Jar: smithy_client_1.expectString(output.Jar),
|
|
4280
|
-
MainClass: smithy_client_1.expectString(output.MainClass),
|
|
4279
|
+
Jar: (0, smithy_client_1.expectString)(output.Jar),
|
|
4280
|
+
MainClass: (0, smithy_client_1.expectString)(output.MainClass),
|
|
4281
4281
|
Properties: output.Properties !== undefined && output.Properties !== null
|
|
4282
4282
|
? deserializeAws_json1_1KeyValueList(output.Properties, context)
|
|
4283
4283
|
: undefined,
|
|
@@ -4288,8 +4288,8 @@ const deserializeAws_json1_1HadoopStepConfig = (output, context) => {
|
|
|
4288
4288
|
Args: output.Args !== undefined && output.Args !== null
|
|
4289
4289
|
? deserializeAws_json1_1StringList(output.Args, context)
|
|
4290
4290
|
: undefined,
|
|
4291
|
-
Jar: smithy_client_1.expectString(output.Jar),
|
|
4292
|
-
MainClass: smithy_client_1.expectString(output.MainClass),
|
|
4291
|
+
Jar: (0, smithy_client_1.expectString)(output.Jar),
|
|
4292
|
+
MainClass: (0, smithy_client_1.expectString)(output.MainClass),
|
|
4293
4293
|
Properties: output.Properties !== undefined && output.Properties !== null
|
|
4294
4294
|
? deserializeAws_json1_1StringMap(output.Properties, context)
|
|
4295
4295
|
: undefined,
|
|
@@ -4300,16 +4300,16 @@ const deserializeAws_json1_1Instance = (output, context) => {
|
|
|
4300
4300
|
EbsVolumes: output.EbsVolumes !== undefined && output.EbsVolumes !== null
|
|
4301
4301
|
? deserializeAws_json1_1EbsVolumeList(output.EbsVolumes, context)
|
|
4302
4302
|
: undefined,
|
|
4303
|
-
Ec2InstanceId: smithy_client_1.expectString(output.Ec2InstanceId),
|
|
4304
|
-
Id: smithy_client_1.expectString(output.Id),
|
|
4305
|
-
InstanceFleetId: smithy_client_1.expectString(output.InstanceFleetId),
|
|
4306
|
-
InstanceGroupId: smithy_client_1.expectString(output.InstanceGroupId),
|
|
4307
|
-
InstanceType: smithy_client_1.expectString(output.InstanceType),
|
|
4308
|
-
Market: smithy_client_1.expectString(output.Market),
|
|
4309
|
-
PrivateDnsName: smithy_client_1.expectString(output.PrivateDnsName),
|
|
4310
|
-
PrivateIpAddress: smithy_client_1.expectString(output.PrivateIpAddress),
|
|
4311
|
-
PublicDnsName: smithy_client_1.expectString(output.PublicDnsName),
|
|
4312
|
-
PublicIpAddress: smithy_client_1.expectString(output.PublicIpAddress),
|
|
4303
|
+
Ec2InstanceId: (0, smithy_client_1.expectString)(output.Ec2InstanceId),
|
|
4304
|
+
Id: (0, smithy_client_1.expectString)(output.Id),
|
|
4305
|
+
InstanceFleetId: (0, smithy_client_1.expectString)(output.InstanceFleetId),
|
|
4306
|
+
InstanceGroupId: (0, smithy_client_1.expectString)(output.InstanceGroupId),
|
|
4307
|
+
InstanceType: (0, smithy_client_1.expectString)(output.InstanceType),
|
|
4308
|
+
Market: (0, smithy_client_1.expectString)(output.Market),
|
|
4309
|
+
PrivateDnsName: (0, smithy_client_1.expectString)(output.PrivateDnsName),
|
|
4310
|
+
PrivateIpAddress: (0, smithy_client_1.expectString)(output.PrivateIpAddress),
|
|
4311
|
+
PublicDnsName: (0, smithy_client_1.expectString)(output.PublicDnsName),
|
|
4312
|
+
PublicIpAddress: (0, smithy_client_1.expectString)(output.PublicIpAddress),
|
|
4313
4313
|
Status: output.Status !== undefined && output.Status !== null
|
|
4314
4314
|
? deserializeAws_json1_1InstanceStatus(output.Status, context)
|
|
4315
4315
|
: undefined,
|
|
@@ -4317,22 +4317,22 @@ const deserializeAws_json1_1Instance = (output, context) => {
|
|
|
4317
4317
|
};
|
|
4318
4318
|
const deserializeAws_json1_1InstanceFleet = (output, context) => {
|
|
4319
4319
|
return {
|
|
4320
|
-
Id: smithy_client_1.expectString(output.Id),
|
|
4321
|
-
InstanceFleetType: smithy_client_1.expectString(output.InstanceFleetType),
|
|
4320
|
+
Id: (0, smithy_client_1.expectString)(output.Id),
|
|
4321
|
+
InstanceFleetType: (0, smithy_client_1.expectString)(output.InstanceFleetType),
|
|
4322
4322
|
InstanceTypeSpecifications: output.InstanceTypeSpecifications !== undefined && output.InstanceTypeSpecifications !== null
|
|
4323
4323
|
? deserializeAws_json1_1InstanceTypeSpecificationList(output.InstanceTypeSpecifications, context)
|
|
4324
4324
|
: undefined,
|
|
4325
4325
|
LaunchSpecifications: output.LaunchSpecifications !== undefined && output.LaunchSpecifications !== null
|
|
4326
4326
|
? deserializeAws_json1_1InstanceFleetProvisioningSpecifications(output.LaunchSpecifications, context)
|
|
4327
4327
|
: undefined,
|
|
4328
|
-
Name: smithy_client_1.expectString(output.Name),
|
|
4329
|
-
ProvisionedOnDemandCapacity: smithy_client_1.expectInt32(output.ProvisionedOnDemandCapacity),
|
|
4330
|
-
ProvisionedSpotCapacity: smithy_client_1.expectInt32(output.ProvisionedSpotCapacity),
|
|
4328
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
4329
|
+
ProvisionedOnDemandCapacity: (0, smithy_client_1.expectInt32)(output.ProvisionedOnDemandCapacity),
|
|
4330
|
+
ProvisionedSpotCapacity: (0, smithy_client_1.expectInt32)(output.ProvisionedSpotCapacity),
|
|
4331
4331
|
Status: output.Status !== undefined && output.Status !== null
|
|
4332
4332
|
? deserializeAws_json1_1InstanceFleetStatus(output.Status, context)
|
|
4333
4333
|
: undefined,
|
|
4334
|
-
TargetOnDemandCapacity: smithy_client_1.expectInt32(output.TargetOnDemandCapacity),
|
|
4335
|
-
TargetSpotCapacity: smithy_client_1.expectInt32(output.TargetSpotCapacity),
|
|
4334
|
+
TargetOnDemandCapacity: (0, smithy_client_1.expectInt32)(output.TargetOnDemandCapacity),
|
|
4335
|
+
TargetSpotCapacity: (0, smithy_client_1.expectInt32)(output.TargetSpotCapacity),
|
|
4336
4336
|
};
|
|
4337
4337
|
};
|
|
4338
4338
|
const deserializeAws_json1_1InstanceFleetList = (output, context) => {
|
|
@@ -4358,13 +4358,13 @@ const deserializeAws_json1_1InstanceFleetProvisioningSpecifications = (output, c
|
|
|
4358
4358
|
};
|
|
4359
4359
|
const deserializeAws_json1_1InstanceFleetStateChangeReason = (output, context) => {
|
|
4360
4360
|
return {
|
|
4361
|
-
Code: smithy_client_1.expectString(output.Code),
|
|
4362
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4361
|
+
Code: (0, smithy_client_1.expectString)(output.Code),
|
|
4362
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4363
4363
|
};
|
|
4364
4364
|
};
|
|
4365
4365
|
const deserializeAws_json1_1InstanceFleetStatus = (output, context) => {
|
|
4366
4366
|
return {
|
|
4367
|
-
State: smithy_client_1.expectString(output.State),
|
|
4367
|
+
State: (0, smithy_client_1.expectString)(output.State),
|
|
4368
4368
|
StateChangeReason: output.StateChangeReason !== undefined && output.StateChangeReason !== null
|
|
4369
4369
|
? deserializeAws_json1_1InstanceFleetStateChangeReason(output.StateChangeReason, context)
|
|
4370
4370
|
: undefined,
|
|
@@ -4376,13 +4376,13 @@ const deserializeAws_json1_1InstanceFleetStatus = (output, context) => {
|
|
|
4376
4376
|
const deserializeAws_json1_1InstanceFleetTimeline = (output, context) => {
|
|
4377
4377
|
return {
|
|
4378
4378
|
CreationDateTime: output.CreationDateTime !== undefined && output.CreationDateTime !== null
|
|
4379
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationDateTime)))
|
|
4379
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationDateTime)))
|
|
4380
4380
|
: undefined,
|
|
4381
4381
|
EndDateTime: output.EndDateTime !== undefined && output.EndDateTime !== null
|
|
4382
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.EndDateTime)))
|
|
4382
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.EndDateTime)))
|
|
4383
4383
|
: undefined,
|
|
4384
4384
|
ReadyDateTime: output.ReadyDateTime !== undefined && output.ReadyDateTime !== null
|
|
4385
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.ReadyDateTime)))
|
|
4385
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.ReadyDateTime)))
|
|
4386
4386
|
: undefined,
|
|
4387
4387
|
};
|
|
4388
4388
|
};
|
|
@@ -4391,28 +4391,28 @@ const deserializeAws_json1_1InstanceGroup = (output, context) => {
|
|
|
4391
4391
|
AutoScalingPolicy: output.AutoScalingPolicy !== undefined && output.AutoScalingPolicy !== null
|
|
4392
4392
|
? deserializeAws_json1_1AutoScalingPolicyDescription(output.AutoScalingPolicy, context)
|
|
4393
4393
|
: undefined,
|
|
4394
|
-
BidPrice: smithy_client_1.expectString(output.BidPrice),
|
|
4394
|
+
BidPrice: (0, smithy_client_1.expectString)(output.BidPrice),
|
|
4395
4395
|
Configurations: output.Configurations !== undefined && output.Configurations !== null
|
|
4396
4396
|
? deserializeAws_json1_1ConfigurationList(output.Configurations, context)
|
|
4397
4397
|
: undefined,
|
|
4398
|
-
ConfigurationsVersion: smithy_client_1.expectLong(output.ConfigurationsVersion),
|
|
4399
|
-
CustomAmiId: smithy_client_1.expectString(output.CustomAmiId),
|
|
4398
|
+
ConfigurationsVersion: (0, smithy_client_1.expectLong)(output.ConfigurationsVersion),
|
|
4399
|
+
CustomAmiId: (0, smithy_client_1.expectString)(output.CustomAmiId),
|
|
4400
4400
|
EbsBlockDevices: output.EbsBlockDevices !== undefined && output.EbsBlockDevices !== null
|
|
4401
4401
|
? deserializeAws_json1_1EbsBlockDeviceList(output.EbsBlockDevices, context)
|
|
4402
4402
|
: undefined,
|
|
4403
|
-
EbsOptimized: smithy_client_1.expectBoolean(output.EbsOptimized),
|
|
4404
|
-
Id: smithy_client_1.expectString(output.Id),
|
|
4405
|
-
InstanceGroupType: smithy_client_1.expectString(output.InstanceGroupType),
|
|
4406
|
-
InstanceType: smithy_client_1.expectString(output.InstanceType),
|
|
4403
|
+
EbsOptimized: (0, smithy_client_1.expectBoolean)(output.EbsOptimized),
|
|
4404
|
+
Id: (0, smithy_client_1.expectString)(output.Id),
|
|
4405
|
+
InstanceGroupType: (0, smithy_client_1.expectString)(output.InstanceGroupType),
|
|
4406
|
+
InstanceType: (0, smithy_client_1.expectString)(output.InstanceType),
|
|
4407
4407
|
LastSuccessfullyAppliedConfigurations: output.LastSuccessfullyAppliedConfigurations !== undefined &&
|
|
4408
4408
|
output.LastSuccessfullyAppliedConfigurations !== null
|
|
4409
4409
|
? deserializeAws_json1_1ConfigurationList(output.LastSuccessfullyAppliedConfigurations, context)
|
|
4410
4410
|
: undefined,
|
|
4411
|
-
LastSuccessfullyAppliedConfigurationsVersion: smithy_client_1.expectLong(output.LastSuccessfullyAppliedConfigurationsVersion),
|
|
4412
|
-
Market: smithy_client_1.expectString(output.Market),
|
|
4413
|
-
Name: smithy_client_1.expectString(output.Name),
|
|
4414
|
-
RequestedInstanceCount: smithy_client_1.expectInt32(output.RequestedInstanceCount),
|
|
4415
|
-
RunningInstanceCount: smithy_client_1.expectInt32(output.RunningInstanceCount),
|
|
4411
|
+
LastSuccessfullyAppliedConfigurationsVersion: (0, smithy_client_1.expectLong)(output.LastSuccessfullyAppliedConfigurationsVersion),
|
|
4412
|
+
Market: (0, smithy_client_1.expectString)(output.Market),
|
|
4413
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
4414
|
+
RequestedInstanceCount: (0, smithy_client_1.expectInt32)(output.RequestedInstanceCount),
|
|
4415
|
+
RunningInstanceCount: (0, smithy_client_1.expectInt32)(output.RunningInstanceCount),
|
|
4416
4416
|
ShrinkPolicy: output.ShrinkPolicy !== undefined && output.ShrinkPolicy !== null
|
|
4417
4417
|
? deserializeAws_json1_1ShrinkPolicy(output.ShrinkPolicy, context)
|
|
4418
4418
|
: undefined,
|
|
@@ -4423,29 +4423,29 @@ const deserializeAws_json1_1InstanceGroup = (output, context) => {
|
|
|
4423
4423
|
};
|
|
4424
4424
|
const deserializeAws_json1_1InstanceGroupDetail = (output, context) => {
|
|
4425
4425
|
return {
|
|
4426
|
-
BidPrice: smithy_client_1.expectString(output.BidPrice),
|
|
4426
|
+
BidPrice: (0, smithy_client_1.expectString)(output.BidPrice),
|
|
4427
4427
|
CreationDateTime: output.CreationDateTime !== undefined && output.CreationDateTime !== null
|
|
4428
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationDateTime)))
|
|
4428
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationDateTime)))
|
|
4429
4429
|
: undefined,
|
|
4430
|
-
CustomAmiId: smithy_client_1.expectString(output.CustomAmiId),
|
|
4430
|
+
CustomAmiId: (0, smithy_client_1.expectString)(output.CustomAmiId),
|
|
4431
4431
|
EndDateTime: output.EndDateTime !== undefined && output.EndDateTime !== null
|
|
4432
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.EndDateTime)))
|
|
4433
|
-
: undefined,
|
|
4434
|
-
InstanceGroupId: smithy_client_1.expectString(output.InstanceGroupId),
|
|
4435
|
-
InstanceRequestCount: smithy_client_1.expectInt32(output.InstanceRequestCount),
|
|
4436
|
-
InstanceRole: smithy_client_1.expectString(output.InstanceRole),
|
|
4437
|
-
InstanceRunningCount: smithy_client_1.expectInt32(output.InstanceRunningCount),
|
|
4438
|
-
InstanceType: smithy_client_1.expectString(output.InstanceType),
|
|
4439
|
-
LastStateChangeReason: smithy_client_1.expectString(output.LastStateChangeReason),
|
|
4440
|
-
Market: smithy_client_1.expectString(output.Market),
|
|
4441
|
-
Name: smithy_client_1.expectString(output.Name),
|
|
4432
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.EndDateTime)))
|
|
4433
|
+
: undefined,
|
|
4434
|
+
InstanceGroupId: (0, smithy_client_1.expectString)(output.InstanceGroupId),
|
|
4435
|
+
InstanceRequestCount: (0, smithy_client_1.expectInt32)(output.InstanceRequestCount),
|
|
4436
|
+
InstanceRole: (0, smithy_client_1.expectString)(output.InstanceRole),
|
|
4437
|
+
InstanceRunningCount: (0, smithy_client_1.expectInt32)(output.InstanceRunningCount),
|
|
4438
|
+
InstanceType: (0, smithy_client_1.expectString)(output.InstanceType),
|
|
4439
|
+
LastStateChangeReason: (0, smithy_client_1.expectString)(output.LastStateChangeReason),
|
|
4440
|
+
Market: (0, smithy_client_1.expectString)(output.Market),
|
|
4441
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
4442
4442
|
ReadyDateTime: output.ReadyDateTime !== undefined && output.ReadyDateTime !== null
|
|
4443
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.ReadyDateTime)))
|
|
4443
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.ReadyDateTime)))
|
|
4444
4444
|
: undefined,
|
|
4445
4445
|
StartDateTime: output.StartDateTime !== undefined && output.StartDateTime !== null
|
|
4446
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.StartDateTime)))
|
|
4446
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.StartDateTime)))
|
|
4447
4447
|
: undefined,
|
|
4448
|
-
State: smithy_client_1.expectString(output.State),
|
|
4448
|
+
State: (0, smithy_client_1.expectString)(output.State),
|
|
4449
4449
|
};
|
|
4450
4450
|
};
|
|
4451
4451
|
const deserializeAws_json1_1InstanceGroupDetailList = (output, context) => {
|
|
@@ -4466,7 +4466,7 @@ const deserializeAws_json1_1InstanceGroupIdsList = (output, context) => {
|
|
|
4466
4466
|
if (entry === null) {
|
|
4467
4467
|
return null;
|
|
4468
4468
|
}
|
|
4469
|
-
return smithy_client_1.expectString(entry);
|
|
4469
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
4470
4470
|
});
|
|
4471
4471
|
return retVal;
|
|
4472
4472
|
};
|
|
@@ -4483,13 +4483,13 @@ const deserializeAws_json1_1InstanceGroupList = (output, context) => {
|
|
|
4483
4483
|
};
|
|
4484
4484
|
const deserializeAws_json1_1InstanceGroupStateChangeReason = (output, context) => {
|
|
4485
4485
|
return {
|
|
4486
|
-
Code: smithy_client_1.expectString(output.Code),
|
|
4487
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4486
|
+
Code: (0, smithy_client_1.expectString)(output.Code),
|
|
4487
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4488
4488
|
};
|
|
4489
4489
|
};
|
|
4490
4490
|
const deserializeAws_json1_1InstanceGroupStatus = (output, context) => {
|
|
4491
4491
|
return {
|
|
4492
|
-
State: smithy_client_1.expectString(output.State),
|
|
4492
|
+
State: (0, smithy_client_1.expectString)(output.State),
|
|
4493
4493
|
StateChangeReason: output.StateChangeReason !== undefined && output.StateChangeReason !== null
|
|
4494
4494
|
? deserializeAws_json1_1InstanceGroupStateChangeReason(output.StateChangeReason, context)
|
|
4495
4495
|
: undefined,
|
|
@@ -4501,13 +4501,13 @@ const deserializeAws_json1_1InstanceGroupStatus = (output, context) => {
|
|
|
4501
4501
|
const deserializeAws_json1_1InstanceGroupTimeline = (output, context) => {
|
|
4502
4502
|
return {
|
|
4503
4503
|
CreationDateTime: output.CreationDateTime !== undefined && output.CreationDateTime !== null
|
|
4504
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationDateTime)))
|
|
4504
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationDateTime)))
|
|
4505
4505
|
: undefined,
|
|
4506
4506
|
EndDateTime: output.EndDateTime !== undefined && output.EndDateTime !== null
|
|
4507
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.EndDateTime)))
|
|
4507
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.EndDateTime)))
|
|
4508
4508
|
: undefined,
|
|
4509
4509
|
ReadyDateTime: output.ReadyDateTime !== undefined && output.ReadyDateTime !== null
|
|
4510
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.ReadyDateTime)))
|
|
4510
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.ReadyDateTime)))
|
|
4511
4511
|
: undefined,
|
|
4512
4512
|
};
|
|
4513
4513
|
};
|
|
@@ -4524,7 +4524,7 @@ const deserializeAws_json1_1InstanceList = (output, context) => {
|
|
|
4524
4524
|
};
|
|
4525
4525
|
const deserializeAws_json1_1InstanceResizePolicy = (output, context) => {
|
|
4526
4526
|
return {
|
|
4527
|
-
InstanceTerminationTimeout: smithy_client_1.expectInt32(output.InstanceTerminationTimeout),
|
|
4527
|
+
InstanceTerminationTimeout: (0, smithy_client_1.expectInt32)(output.InstanceTerminationTimeout),
|
|
4528
4528
|
InstancesToProtect: output.InstancesToProtect !== undefined && output.InstancesToProtect !== null
|
|
4529
4529
|
? deserializeAws_json1_1EC2InstanceIdsList(output.InstancesToProtect, context)
|
|
4530
4530
|
: undefined,
|
|
@@ -4535,13 +4535,13 @@ const deserializeAws_json1_1InstanceResizePolicy = (output, context) => {
|
|
|
4535
4535
|
};
|
|
4536
4536
|
const deserializeAws_json1_1InstanceStateChangeReason = (output, context) => {
|
|
4537
4537
|
return {
|
|
4538
|
-
Code: smithy_client_1.expectString(output.Code),
|
|
4539
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4538
|
+
Code: (0, smithy_client_1.expectString)(output.Code),
|
|
4539
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4540
4540
|
};
|
|
4541
4541
|
};
|
|
4542
4542
|
const deserializeAws_json1_1InstanceStatus = (output, context) => {
|
|
4543
4543
|
return {
|
|
4544
|
-
State: smithy_client_1.expectString(output.State),
|
|
4544
|
+
State: (0, smithy_client_1.expectString)(output.State),
|
|
4545
4545
|
StateChangeReason: output.StateChangeReason !== undefined && output.StateChangeReason !== null
|
|
4546
4546
|
? deserializeAws_json1_1InstanceStateChangeReason(output.StateChangeReason, context)
|
|
4547
4547
|
: undefined,
|
|
@@ -4553,30 +4553,30 @@ const deserializeAws_json1_1InstanceStatus = (output, context) => {
|
|
|
4553
4553
|
const deserializeAws_json1_1InstanceTimeline = (output, context) => {
|
|
4554
4554
|
return {
|
|
4555
4555
|
CreationDateTime: output.CreationDateTime !== undefined && output.CreationDateTime !== null
|
|
4556
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationDateTime)))
|
|
4556
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationDateTime)))
|
|
4557
4557
|
: undefined,
|
|
4558
4558
|
EndDateTime: output.EndDateTime !== undefined && output.EndDateTime !== null
|
|
4559
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.EndDateTime)))
|
|
4559
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.EndDateTime)))
|
|
4560
4560
|
: undefined,
|
|
4561
4561
|
ReadyDateTime: output.ReadyDateTime !== undefined && output.ReadyDateTime !== null
|
|
4562
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.ReadyDateTime)))
|
|
4562
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.ReadyDateTime)))
|
|
4563
4563
|
: undefined,
|
|
4564
4564
|
};
|
|
4565
4565
|
};
|
|
4566
4566
|
const deserializeAws_json1_1InstanceTypeSpecification = (output, context) => {
|
|
4567
4567
|
return {
|
|
4568
|
-
BidPrice: smithy_client_1.expectString(output.BidPrice),
|
|
4569
|
-
BidPriceAsPercentageOfOnDemandPrice: smithy_client_1.limitedParseDouble(output.BidPriceAsPercentageOfOnDemandPrice),
|
|
4568
|
+
BidPrice: (0, smithy_client_1.expectString)(output.BidPrice),
|
|
4569
|
+
BidPriceAsPercentageOfOnDemandPrice: (0, smithy_client_1.limitedParseDouble)(output.BidPriceAsPercentageOfOnDemandPrice),
|
|
4570
4570
|
Configurations: output.Configurations !== undefined && output.Configurations !== null
|
|
4571
4571
|
? deserializeAws_json1_1ConfigurationList(output.Configurations, context)
|
|
4572
4572
|
: undefined,
|
|
4573
|
-
CustomAmiId: smithy_client_1.expectString(output.CustomAmiId),
|
|
4573
|
+
CustomAmiId: (0, smithy_client_1.expectString)(output.CustomAmiId),
|
|
4574
4574
|
EbsBlockDevices: output.EbsBlockDevices !== undefined && output.EbsBlockDevices !== null
|
|
4575
4575
|
? deserializeAws_json1_1EbsBlockDeviceList(output.EbsBlockDevices, context)
|
|
4576
4576
|
: undefined,
|
|
4577
|
-
EbsOptimized: smithy_client_1.expectBoolean(output.EbsOptimized),
|
|
4578
|
-
InstanceType: smithy_client_1.expectString(output.InstanceType),
|
|
4579
|
-
WeightedCapacity: smithy_client_1.expectInt32(output.WeightedCapacity),
|
|
4577
|
+
EbsOptimized: (0, smithy_client_1.expectBoolean)(output.EbsOptimized),
|
|
4578
|
+
InstanceType: (0, smithy_client_1.expectString)(output.InstanceType),
|
|
4579
|
+
WeightedCapacity: (0, smithy_client_1.expectInt32)(output.WeightedCapacity),
|
|
4580
4580
|
};
|
|
4581
4581
|
};
|
|
4582
4582
|
const deserializeAws_json1_1InstanceTypeSpecificationList = (output, context) => {
|
|
@@ -4595,19 +4595,19 @@ const deserializeAws_json1_1InternalServerError = (output, context) => {
|
|
|
4595
4595
|
};
|
|
4596
4596
|
const deserializeAws_json1_1InternalServerException = (output, context) => {
|
|
4597
4597
|
return {
|
|
4598
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4598
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4599
4599
|
};
|
|
4600
4600
|
};
|
|
4601
4601
|
const deserializeAws_json1_1InvalidRequestException = (output, context) => {
|
|
4602
4602
|
return {
|
|
4603
|
-
ErrorCode: smithy_client_1.expectString(output.ErrorCode),
|
|
4604
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4603
|
+
ErrorCode: (0, smithy_client_1.expectString)(output.ErrorCode),
|
|
4604
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4605
4605
|
};
|
|
4606
4606
|
};
|
|
4607
4607
|
const deserializeAws_json1_1JobFlowDetail = (output, context) => {
|
|
4608
4608
|
return {
|
|
4609
|
-
AmiVersion: smithy_client_1.expectString(output.AmiVersion),
|
|
4610
|
-
AutoScalingRole: smithy_client_1.expectString(output.AutoScalingRole),
|
|
4609
|
+
AmiVersion: (0, smithy_client_1.expectString)(output.AmiVersion),
|
|
4610
|
+
AutoScalingRole: (0, smithy_client_1.expectString)(output.AutoScalingRole),
|
|
4611
4611
|
BootstrapActions: output.BootstrapActions !== undefined && output.BootstrapActions !== null
|
|
4612
4612
|
? deserializeAws_json1_1BootstrapActionDetailList(output.BootstrapActions, context)
|
|
4613
4613
|
: undefined,
|
|
@@ -4617,20 +4617,20 @@ const deserializeAws_json1_1JobFlowDetail = (output, context) => {
|
|
|
4617
4617
|
Instances: output.Instances !== undefined && output.Instances !== null
|
|
4618
4618
|
? deserializeAws_json1_1JobFlowInstancesDetail(output.Instances, context)
|
|
4619
4619
|
: undefined,
|
|
4620
|
-
JobFlowId: smithy_client_1.expectString(output.JobFlowId),
|
|
4621
|
-
JobFlowRole: smithy_client_1.expectString(output.JobFlowRole),
|
|
4622
|
-
LogEncryptionKmsKeyId: smithy_client_1.expectString(output.LogEncryptionKmsKeyId),
|
|
4623
|
-
LogUri: smithy_client_1.expectString(output.LogUri),
|
|
4624
|
-
Name: smithy_client_1.expectString(output.Name),
|
|
4625
|
-
ScaleDownBehavior: smithy_client_1.expectString(output.ScaleDownBehavior),
|
|
4626
|
-
ServiceRole: smithy_client_1.expectString(output.ServiceRole),
|
|
4620
|
+
JobFlowId: (0, smithy_client_1.expectString)(output.JobFlowId),
|
|
4621
|
+
JobFlowRole: (0, smithy_client_1.expectString)(output.JobFlowRole),
|
|
4622
|
+
LogEncryptionKmsKeyId: (0, smithy_client_1.expectString)(output.LogEncryptionKmsKeyId),
|
|
4623
|
+
LogUri: (0, smithy_client_1.expectString)(output.LogUri),
|
|
4624
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
4625
|
+
ScaleDownBehavior: (0, smithy_client_1.expectString)(output.ScaleDownBehavior),
|
|
4626
|
+
ServiceRole: (0, smithy_client_1.expectString)(output.ServiceRole),
|
|
4627
4627
|
Steps: output.Steps !== undefined && output.Steps !== null
|
|
4628
4628
|
? deserializeAws_json1_1StepDetailList(output.Steps, context)
|
|
4629
4629
|
: undefined,
|
|
4630
4630
|
SupportedProducts: output.SupportedProducts !== undefined && output.SupportedProducts !== null
|
|
4631
4631
|
? deserializeAws_json1_1SupportedProductsList(output.SupportedProducts, context)
|
|
4632
4632
|
: undefined,
|
|
4633
|
-
VisibleToAllUsers: smithy_client_1.expectBoolean(output.VisibleToAllUsers),
|
|
4633
|
+
VisibleToAllUsers: (0, smithy_client_1.expectBoolean)(output.VisibleToAllUsers),
|
|
4634
4634
|
};
|
|
4635
4635
|
};
|
|
4636
4636
|
const deserializeAws_json1_1JobFlowDetailList = (output, context) => {
|
|
@@ -4647,55 +4647,55 @@ const deserializeAws_json1_1JobFlowDetailList = (output, context) => {
|
|
|
4647
4647
|
const deserializeAws_json1_1JobFlowExecutionStatusDetail = (output, context) => {
|
|
4648
4648
|
return {
|
|
4649
4649
|
CreationDateTime: output.CreationDateTime !== undefined && output.CreationDateTime !== null
|
|
4650
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationDateTime)))
|
|
4650
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationDateTime)))
|
|
4651
4651
|
: undefined,
|
|
4652
4652
|
EndDateTime: output.EndDateTime !== undefined && output.EndDateTime !== null
|
|
4653
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.EndDateTime)))
|
|
4653
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.EndDateTime)))
|
|
4654
4654
|
: undefined,
|
|
4655
|
-
LastStateChangeReason: smithy_client_1.expectString(output.LastStateChangeReason),
|
|
4655
|
+
LastStateChangeReason: (0, smithy_client_1.expectString)(output.LastStateChangeReason),
|
|
4656
4656
|
ReadyDateTime: output.ReadyDateTime !== undefined && output.ReadyDateTime !== null
|
|
4657
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.ReadyDateTime)))
|
|
4657
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.ReadyDateTime)))
|
|
4658
4658
|
: undefined,
|
|
4659
4659
|
StartDateTime: output.StartDateTime !== undefined && output.StartDateTime !== null
|
|
4660
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.StartDateTime)))
|
|
4660
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.StartDateTime)))
|
|
4661
4661
|
: undefined,
|
|
4662
|
-
State: smithy_client_1.expectString(output.State),
|
|
4662
|
+
State: (0, smithy_client_1.expectString)(output.State),
|
|
4663
4663
|
};
|
|
4664
4664
|
};
|
|
4665
4665
|
const deserializeAws_json1_1JobFlowInstancesDetail = (output, context) => {
|
|
4666
4666
|
return {
|
|
4667
|
-
Ec2KeyName: smithy_client_1.expectString(output.Ec2KeyName),
|
|
4668
|
-
Ec2SubnetId: smithy_client_1.expectString(output.Ec2SubnetId),
|
|
4669
|
-
HadoopVersion: smithy_client_1.expectString(output.HadoopVersion),
|
|
4670
|
-
InstanceCount: smithy_client_1.expectInt32(output.InstanceCount),
|
|
4667
|
+
Ec2KeyName: (0, smithy_client_1.expectString)(output.Ec2KeyName),
|
|
4668
|
+
Ec2SubnetId: (0, smithy_client_1.expectString)(output.Ec2SubnetId),
|
|
4669
|
+
HadoopVersion: (0, smithy_client_1.expectString)(output.HadoopVersion),
|
|
4670
|
+
InstanceCount: (0, smithy_client_1.expectInt32)(output.InstanceCount),
|
|
4671
4671
|
InstanceGroups: output.InstanceGroups !== undefined && output.InstanceGroups !== null
|
|
4672
4672
|
? deserializeAws_json1_1InstanceGroupDetailList(output.InstanceGroups, context)
|
|
4673
4673
|
: undefined,
|
|
4674
|
-
KeepJobFlowAliveWhenNoSteps: smithy_client_1.expectBoolean(output.KeepJobFlowAliveWhenNoSteps),
|
|
4675
|
-
MasterInstanceId: smithy_client_1.expectString(output.MasterInstanceId),
|
|
4676
|
-
MasterInstanceType: smithy_client_1.expectString(output.MasterInstanceType),
|
|
4677
|
-
MasterPublicDnsName: smithy_client_1.expectString(output.MasterPublicDnsName),
|
|
4678
|
-
NormalizedInstanceHours: smithy_client_1.expectInt32(output.NormalizedInstanceHours),
|
|
4674
|
+
KeepJobFlowAliveWhenNoSteps: (0, smithy_client_1.expectBoolean)(output.KeepJobFlowAliveWhenNoSteps),
|
|
4675
|
+
MasterInstanceId: (0, smithy_client_1.expectString)(output.MasterInstanceId),
|
|
4676
|
+
MasterInstanceType: (0, smithy_client_1.expectString)(output.MasterInstanceType),
|
|
4677
|
+
MasterPublicDnsName: (0, smithy_client_1.expectString)(output.MasterPublicDnsName),
|
|
4678
|
+
NormalizedInstanceHours: (0, smithy_client_1.expectInt32)(output.NormalizedInstanceHours),
|
|
4679
4679
|
Placement: output.Placement !== undefined && output.Placement !== null
|
|
4680
4680
|
? deserializeAws_json1_1PlacementType(output.Placement, context)
|
|
4681
4681
|
: undefined,
|
|
4682
|
-
SlaveInstanceType: smithy_client_1.expectString(output.SlaveInstanceType),
|
|
4683
|
-
TerminationProtected: smithy_client_1.expectBoolean(output.TerminationProtected),
|
|
4682
|
+
SlaveInstanceType: (0, smithy_client_1.expectString)(output.SlaveInstanceType),
|
|
4683
|
+
TerminationProtected: (0, smithy_client_1.expectBoolean)(output.TerminationProtected),
|
|
4684
4684
|
};
|
|
4685
4685
|
};
|
|
4686
4686
|
const deserializeAws_json1_1KerberosAttributes = (output, context) => {
|
|
4687
4687
|
return {
|
|
4688
|
-
ADDomainJoinPassword: smithy_client_1.expectString(output.ADDomainJoinPassword),
|
|
4689
|
-
ADDomainJoinUser: smithy_client_1.expectString(output.ADDomainJoinUser),
|
|
4690
|
-
CrossRealmTrustPrincipalPassword: smithy_client_1.expectString(output.CrossRealmTrustPrincipalPassword),
|
|
4691
|
-
KdcAdminPassword: smithy_client_1.expectString(output.KdcAdminPassword),
|
|
4692
|
-
Realm: smithy_client_1.expectString(output.Realm),
|
|
4688
|
+
ADDomainJoinPassword: (0, smithy_client_1.expectString)(output.ADDomainJoinPassword),
|
|
4689
|
+
ADDomainJoinUser: (0, smithy_client_1.expectString)(output.ADDomainJoinUser),
|
|
4690
|
+
CrossRealmTrustPrincipalPassword: (0, smithy_client_1.expectString)(output.CrossRealmTrustPrincipalPassword),
|
|
4691
|
+
KdcAdminPassword: (0, smithy_client_1.expectString)(output.KdcAdminPassword),
|
|
4692
|
+
Realm: (0, smithy_client_1.expectString)(output.Realm),
|
|
4693
4693
|
};
|
|
4694
4694
|
};
|
|
4695
4695
|
const deserializeAws_json1_1KeyValue = (output, context) => {
|
|
4696
4696
|
return {
|
|
4697
|
-
Key: smithy_client_1.expectString(output.Key),
|
|
4698
|
-
Value: smithy_client_1.expectString(output.Value),
|
|
4697
|
+
Key: (0, smithy_client_1.expectString)(output.Key),
|
|
4698
|
+
Value: (0, smithy_client_1.expectString)(output.Value),
|
|
4699
4699
|
};
|
|
4700
4700
|
};
|
|
4701
4701
|
const deserializeAws_json1_1KeyValueList = (output, context) => {
|
|
@@ -4714,7 +4714,7 @@ const deserializeAws_json1_1ListBootstrapActionsOutput = (output, context) => {
|
|
|
4714
4714
|
BootstrapActions: output.BootstrapActions !== undefined && output.BootstrapActions !== null
|
|
4715
4715
|
? deserializeAws_json1_1CommandList(output.BootstrapActions, context)
|
|
4716
4716
|
: undefined,
|
|
4717
|
-
Marker: smithy_client_1.expectString(output.Marker),
|
|
4717
|
+
Marker: (0, smithy_client_1.expectString)(output.Marker),
|
|
4718
4718
|
};
|
|
4719
4719
|
};
|
|
4720
4720
|
const deserializeAws_json1_1ListClustersOutput = (output, context) => {
|
|
@@ -4722,7 +4722,7 @@ const deserializeAws_json1_1ListClustersOutput = (output, context) => {
|
|
|
4722
4722
|
Clusters: output.Clusters !== undefined && output.Clusters !== null
|
|
4723
4723
|
? deserializeAws_json1_1ClusterSummaryList(output.Clusters, context)
|
|
4724
4724
|
: undefined,
|
|
4725
|
-
Marker: smithy_client_1.expectString(output.Marker),
|
|
4725
|
+
Marker: (0, smithy_client_1.expectString)(output.Marker),
|
|
4726
4726
|
};
|
|
4727
4727
|
};
|
|
4728
4728
|
const deserializeAws_json1_1ListInstanceFleetsOutput = (output, context) => {
|
|
@@ -4730,7 +4730,7 @@ const deserializeAws_json1_1ListInstanceFleetsOutput = (output, context) => {
|
|
|
4730
4730
|
InstanceFleets: output.InstanceFleets !== undefined && output.InstanceFleets !== null
|
|
4731
4731
|
? deserializeAws_json1_1InstanceFleetList(output.InstanceFleets, context)
|
|
4732
4732
|
: undefined,
|
|
4733
|
-
Marker: smithy_client_1.expectString(output.Marker),
|
|
4733
|
+
Marker: (0, smithy_client_1.expectString)(output.Marker),
|
|
4734
4734
|
};
|
|
4735
4735
|
};
|
|
4736
4736
|
const deserializeAws_json1_1ListInstanceGroupsOutput = (output, context) => {
|
|
@@ -4738,7 +4738,7 @@ const deserializeAws_json1_1ListInstanceGroupsOutput = (output, context) => {
|
|
|
4738
4738
|
InstanceGroups: output.InstanceGroups !== undefined && output.InstanceGroups !== null
|
|
4739
4739
|
? deserializeAws_json1_1InstanceGroupList(output.InstanceGroups, context)
|
|
4740
4740
|
: undefined,
|
|
4741
|
-
Marker: smithy_client_1.expectString(output.Marker),
|
|
4741
|
+
Marker: (0, smithy_client_1.expectString)(output.Marker),
|
|
4742
4742
|
};
|
|
4743
4743
|
};
|
|
4744
4744
|
const deserializeAws_json1_1ListInstancesOutput = (output, context) => {
|
|
@@ -4746,12 +4746,12 @@ const deserializeAws_json1_1ListInstancesOutput = (output, context) => {
|
|
|
4746
4746
|
Instances: output.Instances !== undefined && output.Instances !== null
|
|
4747
4747
|
? deserializeAws_json1_1InstanceList(output.Instances, context)
|
|
4748
4748
|
: undefined,
|
|
4749
|
-
Marker: smithy_client_1.expectString(output.Marker),
|
|
4749
|
+
Marker: (0, smithy_client_1.expectString)(output.Marker),
|
|
4750
4750
|
};
|
|
4751
4751
|
};
|
|
4752
4752
|
const deserializeAws_json1_1ListNotebookExecutionsOutput = (output, context) => {
|
|
4753
4753
|
return {
|
|
4754
|
-
Marker: smithy_client_1.expectString(output.Marker),
|
|
4754
|
+
Marker: (0, smithy_client_1.expectString)(output.Marker),
|
|
4755
4755
|
NotebookExecutions: output.NotebookExecutions !== undefined && output.NotebookExecutions !== null
|
|
4756
4756
|
? deserializeAws_json1_1NotebookExecutionSummaryList(output.NotebookExecutions, context)
|
|
4757
4757
|
: undefined,
|
|
@@ -4759,7 +4759,7 @@ const deserializeAws_json1_1ListNotebookExecutionsOutput = (output, context) =>
|
|
|
4759
4759
|
};
|
|
4760
4760
|
const deserializeAws_json1_1ListReleaseLabelsOutput = (output, context) => {
|
|
4761
4761
|
return {
|
|
4762
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
4762
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
4763
4763
|
ReleaseLabels: output.ReleaseLabels !== undefined && output.ReleaseLabels !== null
|
|
4764
4764
|
? deserializeAws_json1_1StringList(output.ReleaseLabels, context)
|
|
4765
4765
|
: undefined,
|
|
@@ -4767,7 +4767,7 @@ const deserializeAws_json1_1ListReleaseLabelsOutput = (output, context) => {
|
|
|
4767
4767
|
};
|
|
4768
4768
|
const deserializeAws_json1_1ListSecurityConfigurationsOutput = (output, context) => {
|
|
4769
4769
|
return {
|
|
4770
|
-
Marker: smithy_client_1.expectString(output.Marker),
|
|
4770
|
+
Marker: (0, smithy_client_1.expectString)(output.Marker),
|
|
4771
4771
|
SecurityConfigurations: output.SecurityConfigurations !== undefined && output.SecurityConfigurations !== null
|
|
4772
4772
|
? deserializeAws_json1_1SecurityConfigurationList(output.SecurityConfigurations, context)
|
|
4773
4773
|
: undefined,
|
|
@@ -4775,7 +4775,7 @@ const deserializeAws_json1_1ListSecurityConfigurationsOutput = (output, context)
|
|
|
4775
4775
|
};
|
|
4776
4776
|
const deserializeAws_json1_1ListStepsOutput = (output, context) => {
|
|
4777
4777
|
return {
|
|
4778
|
-
Marker: smithy_client_1.expectString(output.Marker),
|
|
4778
|
+
Marker: (0, smithy_client_1.expectString)(output.Marker),
|
|
4779
4779
|
Steps: output.Steps !== undefined && output.Steps !== null
|
|
4780
4780
|
? deserializeAws_json1_1StepSummaryList(output.Steps, context)
|
|
4781
4781
|
: undefined,
|
|
@@ -4783,7 +4783,7 @@ const deserializeAws_json1_1ListStepsOutput = (output, context) => {
|
|
|
4783
4783
|
};
|
|
4784
4784
|
const deserializeAws_json1_1ListStudioSessionMappingsOutput = (output, context) => {
|
|
4785
4785
|
return {
|
|
4786
|
-
Marker: smithy_client_1.expectString(output.Marker),
|
|
4786
|
+
Marker: (0, smithy_client_1.expectString)(output.Marker),
|
|
4787
4787
|
SessionMappings: output.SessionMappings !== undefined && output.SessionMappings !== null
|
|
4788
4788
|
? deserializeAws_json1_1SessionMappingSummaryList(output.SessionMappings, context)
|
|
4789
4789
|
: undefined,
|
|
@@ -4791,7 +4791,7 @@ const deserializeAws_json1_1ListStudioSessionMappingsOutput = (output, context)
|
|
|
4791
4791
|
};
|
|
4792
4792
|
const deserializeAws_json1_1ListStudiosOutput = (output, context) => {
|
|
4793
4793
|
return {
|
|
4794
|
-
Marker: smithy_client_1.expectString(output.Marker),
|
|
4794
|
+
Marker: (0, smithy_client_1.expectString)(output.Marker),
|
|
4795
4795
|
Studios: output.Studios !== undefined && output.Studios !== null
|
|
4796
4796
|
? deserializeAws_json1_1StudioSummaryList(output.Studios, context)
|
|
4797
4797
|
: undefined,
|
|
@@ -4806,8 +4806,8 @@ const deserializeAws_json1_1ManagedScalingPolicy = (output, context) => {
|
|
|
4806
4806
|
};
|
|
4807
4807
|
const deserializeAws_json1_1MetricDimension = (output, context) => {
|
|
4808
4808
|
return {
|
|
4809
|
-
Key: smithy_client_1.expectString(output.Key),
|
|
4810
|
-
Value: smithy_client_1.expectString(output.Value),
|
|
4809
|
+
Key: (0, smithy_client_1.expectString)(output.Key),
|
|
4810
|
+
Value: (0, smithy_client_1.expectString)(output.Value),
|
|
4811
4811
|
};
|
|
4812
4812
|
};
|
|
4813
4813
|
const deserializeAws_json1_1MetricDimensionList = (output, context) => {
|
|
@@ -4823,29 +4823,29 @@ const deserializeAws_json1_1MetricDimensionList = (output, context) => {
|
|
|
4823
4823
|
};
|
|
4824
4824
|
const deserializeAws_json1_1ModifyClusterOutput = (output, context) => {
|
|
4825
4825
|
return {
|
|
4826
|
-
StepConcurrencyLevel: smithy_client_1.expectInt32(output.StepConcurrencyLevel),
|
|
4826
|
+
StepConcurrencyLevel: (0, smithy_client_1.expectInt32)(output.StepConcurrencyLevel),
|
|
4827
4827
|
};
|
|
4828
4828
|
};
|
|
4829
4829
|
const deserializeAws_json1_1NotebookExecution = (output, context) => {
|
|
4830
4830
|
return {
|
|
4831
|
-
Arn: smithy_client_1.expectString(output.Arn),
|
|
4832
|
-
EditorId: smithy_client_1.expectString(output.EditorId),
|
|
4831
|
+
Arn: (0, smithy_client_1.expectString)(output.Arn),
|
|
4832
|
+
EditorId: (0, smithy_client_1.expectString)(output.EditorId),
|
|
4833
4833
|
EndTime: output.EndTime !== undefined && output.EndTime !== null
|
|
4834
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.EndTime)))
|
|
4834
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.EndTime)))
|
|
4835
4835
|
: undefined,
|
|
4836
4836
|
ExecutionEngine: output.ExecutionEngine !== undefined && output.ExecutionEngine !== null
|
|
4837
4837
|
? deserializeAws_json1_1ExecutionEngineConfig(output.ExecutionEngine, context)
|
|
4838
4838
|
: undefined,
|
|
4839
|
-
LastStateChangeReason: smithy_client_1.expectString(output.LastStateChangeReason),
|
|
4840
|
-
NotebookExecutionId: smithy_client_1.expectString(output.NotebookExecutionId),
|
|
4841
|
-
NotebookExecutionName: smithy_client_1.expectString(output.NotebookExecutionName),
|
|
4842
|
-
NotebookInstanceSecurityGroupId: smithy_client_1.expectString(output.NotebookInstanceSecurityGroupId),
|
|
4843
|
-
NotebookParams: smithy_client_1.expectString(output.NotebookParams),
|
|
4844
|
-
OutputNotebookURI: smithy_client_1.expectString(output.OutputNotebookURI),
|
|
4839
|
+
LastStateChangeReason: (0, smithy_client_1.expectString)(output.LastStateChangeReason),
|
|
4840
|
+
NotebookExecutionId: (0, smithy_client_1.expectString)(output.NotebookExecutionId),
|
|
4841
|
+
NotebookExecutionName: (0, smithy_client_1.expectString)(output.NotebookExecutionName),
|
|
4842
|
+
NotebookInstanceSecurityGroupId: (0, smithy_client_1.expectString)(output.NotebookInstanceSecurityGroupId),
|
|
4843
|
+
NotebookParams: (0, smithy_client_1.expectString)(output.NotebookParams),
|
|
4844
|
+
OutputNotebookURI: (0, smithy_client_1.expectString)(output.OutputNotebookURI),
|
|
4845
4845
|
StartTime: output.StartTime !== undefined && output.StartTime !== null
|
|
4846
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.StartTime)))
|
|
4846
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.StartTime)))
|
|
4847
4847
|
: undefined,
|
|
4848
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
4848
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
4849
4849
|
Tags: output.Tags !== undefined && output.Tags !== null
|
|
4850
4850
|
? deserializeAws_json1_1TagList(output.Tags, context)
|
|
4851
4851
|
: undefined,
|
|
@@ -4853,16 +4853,16 @@ const deserializeAws_json1_1NotebookExecution = (output, context) => {
|
|
|
4853
4853
|
};
|
|
4854
4854
|
const deserializeAws_json1_1NotebookExecutionSummary = (output, context) => {
|
|
4855
4855
|
return {
|
|
4856
|
-
EditorId: smithy_client_1.expectString(output.EditorId),
|
|
4856
|
+
EditorId: (0, smithy_client_1.expectString)(output.EditorId),
|
|
4857
4857
|
EndTime: output.EndTime !== undefined && output.EndTime !== null
|
|
4858
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.EndTime)))
|
|
4858
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.EndTime)))
|
|
4859
4859
|
: undefined,
|
|
4860
|
-
NotebookExecutionId: smithy_client_1.expectString(output.NotebookExecutionId),
|
|
4861
|
-
NotebookExecutionName: smithy_client_1.expectString(output.NotebookExecutionName),
|
|
4860
|
+
NotebookExecutionId: (0, smithy_client_1.expectString)(output.NotebookExecutionId),
|
|
4861
|
+
NotebookExecutionName: (0, smithy_client_1.expectString)(output.NotebookExecutionName),
|
|
4862
4862
|
StartTime: output.StartTime !== undefined && output.StartTime !== null
|
|
4863
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.StartTime)))
|
|
4863
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.StartTime)))
|
|
4864
4864
|
: undefined,
|
|
4865
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
4865
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
4866
4866
|
};
|
|
4867
4867
|
};
|
|
4868
4868
|
const deserializeAws_json1_1NotebookExecutionSummaryList = (output, context) => {
|
|
@@ -4878,14 +4878,14 @@ const deserializeAws_json1_1NotebookExecutionSummaryList = (output, context) =>
|
|
|
4878
4878
|
};
|
|
4879
4879
|
const deserializeAws_json1_1OnDemandCapacityReservationOptions = (output, context) => {
|
|
4880
4880
|
return {
|
|
4881
|
-
CapacityReservationPreference: smithy_client_1.expectString(output.CapacityReservationPreference),
|
|
4882
|
-
CapacityReservationResourceGroupArn: smithy_client_1.expectString(output.CapacityReservationResourceGroupArn),
|
|
4883
|
-
UsageStrategy: smithy_client_1.expectString(output.UsageStrategy),
|
|
4881
|
+
CapacityReservationPreference: (0, smithy_client_1.expectString)(output.CapacityReservationPreference),
|
|
4882
|
+
CapacityReservationResourceGroupArn: (0, smithy_client_1.expectString)(output.CapacityReservationResourceGroupArn),
|
|
4883
|
+
UsageStrategy: (0, smithy_client_1.expectString)(output.UsageStrategy),
|
|
4884
4884
|
};
|
|
4885
4885
|
};
|
|
4886
4886
|
const deserializeAws_json1_1OnDemandProvisioningSpecification = (output, context) => {
|
|
4887
4887
|
return {
|
|
4888
|
-
AllocationStrategy: smithy_client_1.expectString(output.AllocationStrategy),
|
|
4888
|
+
AllocationStrategy: (0, smithy_client_1.expectString)(output.AllocationStrategy),
|
|
4889
4889
|
CapacityReservationOptions: output.CapacityReservationOptions !== undefined && output.CapacityReservationOptions !== null
|
|
4890
4890
|
? deserializeAws_json1_1OnDemandCapacityReservationOptions(output.CapacityReservationOptions, context)
|
|
4891
4891
|
: undefined,
|
|
@@ -4893,8 +4893,8 @@ const deserializeAws_json1_1OnDemandProvisioningSpecification = (output, context
|
|
|
4893
4893
|
};
|
|
4894
4894
|
const deserializeAws_json1_1PlacementGroupConfig = (output, context) => {
|
|
4895
4895
|
return {
|
|
4896
|
-
InstanceRole: smithy_client_1.expectString(output.InstanceRole),
|
|
4897
|
-
PlacementStrategy: smithy_client_1.expectString(output.PlacementStrategy),
|
|
4896
|
+
InstanceRole: (0, smithy_client_1.expectString)(output.InstanceRole),
|
|
4897
|
+
PlacementStrategy: (0, smithy_client_1.expectString)(output.PlacementStrategy),
|
|
4898
4898
|
};
|
|
4899
4899
|
};
|
|
4900
4900
|
const deserializeAws_json1_1PlacementGroupConfigList = (output, context) => {
|
|
@@ -4910,7 +4910,7 @@ const deserializeAws_json1_1PlacementGroupConfigList = (output, context) => {
|
|
|
4910
4910
|
};
|
|
4911
4911
|
const deserializeAws_json1_1PlacementType = (output, context) => {
|
|
4912
4912
|
return {
|
|
4913
|
-
AvailabilityZone: smithy_client_1.expectString(output.AvailabilityZone),
|
|
4913
|
+
AvailabilityZone: (0, smithy_client_1.expectString)(output.AvailabilityZone),
|
|
4914
4914
|
AvailabilityZones: output.AvailabilityZones !== undefined && output.AvailabilityZones !== null
|
|
4915
4915
|
? deserializeAws_json1_1XmlStringMaxLen256List(output.AvailabilityZones, context)
|
|
4916
4916
|
: undefined,
|
|
@@ -4918,8 +4918,8 @@ const deserializeAws_json1_1PlacementType = (output, context) => {
|
|
|
4918
4918
|
};
|
|
4919
4919
|
const deserializeAws_json1_1PortRange = (output, context) => {
|
|
4920
4920
|
return {
|
|
4921
|
-
MaxRange: smithy_client_1.expectInt32(output.MaxRange),
|
|
4922
|
-
MinRange: smithy_client_1.expectInt32(output.MinRange),
|
|
4921
|
+
MaxRange: (0, smithy_client_1.expectInt32)(output.MaxRange),
|
|
4922
|
+
MinRange: (0, smithy_client_1.expectInt32)(output.MinRange),
|
|
4923
4923
|
};
|
|
4924
4924
|
};
|
|
4925
4925
|
const deserializeAws_json1_1PortRanges = (output, context) => {
|
|
@@ -4938,9 +4938,9 @@ const deserializeAws_json1_1PutAutoScalingPolicyOutput = (output, context) => {
|
|
|
4938
4938
|
AutoScalingPolicy: output.AutoScalingPolicy !== undefined && output.AutoScalingPolicy !== null
|
|
4939
4939
|
? deserializeAws_json1_1AutoScalingPolicyDescription(output.AutoScalingPolicy, context)
|
|
4940
4940
|
: undefined,
|
|
4941
|
-
ClusterArn: smithy_client_1.expectString(output.ClusterArn),
|
|
4942
|
-
ClusterId: smithy_client_1.expectString(output.ClusterId),
|
|
4943
|
-
InstanceGroupId: smithy_client_1.expectString(output.InstanceGroupId),
|
|
4941
|
+
ClusterArn: (0, smithy_client_1.expectString)(output.ClusterArn),
|
|
4942
|
+
ClusterId: (0, smithy_client_1.expectString)(output.ClusterId),
|
|
4943
|
+
InstanceGroupId: (0, smithy_client_1.expectString)(output.InstanceGroupId),
|
|
4944
4944
|
};
|
|
4945
4945
|
};
|
|
4946
4946
|
const deserializeAws_json1_1PutAutoTerminationPolicyOutput = (output, context) => {
|
|
@@ -4966,13 +4966,13 @@ const deserializeAws_json1_1RemoveTagsOutput = (output, context) => {
|
|
|
4966
4966
|
};
|
|
4967
4967
|
const deserializeAws_json1_1RunJobFlowOutput = (output, context) => {
|
|
4968
4968
|
return {
|
|
4969
|
-
ClusterArn: smithy_client_1.expectString(output.ClusterArn),
|
|
4970
|
-
JobFlowId: smithy_client_1.expectString(output.JobFlowId),
|
|
4969
|
+
ClusterArn: (0, smithy_client_1.expectString)(output.ClusterArn),
|
|
4970
|
+
JobFlowId: (0, smithy_client_1.expectString)(output.JobFlowId),
|
|
4971
4971
|
};
|
|
4972
4972
|
};
|
|
4973
4973
|
const deserializeAws_json1_1ScalingAction = (output, context) => {
|
|
4974
4974
|
return {
|
|
4975
|
-
Market: smithy_client_1.expectString(output.Market),
|
|
4975
|
+
Market: (0, smithy_client_1.expectString)(output.Market),
|
|
4976
4976
|
SimpleScalingPolicyConfiguration: output.SimpleScalingPolicyConfiguration !== undefined && output.SimpleScalingPolicyConfiguration !== null
|
|
4977
4977
|
? deserializeAws_json1_1SimpleScalingPolicyConfiguration(output.SimpleScalingPolicyConfiguration, context)
|
|
4978
4978
|
: undefined,
|
|
@@ -4980,8 +4980,8 @@ const deserializeAws_json1_1ScalingAction = (output, context) => {
|
|
|
4980
4980
|
};
|
|
4981
4981
|
const deserializeAws_json1_1ScalingConstraints = (output, context) => {
|
|
4982
4982
|
return {
|
|
4983
|
-
MaxCapacity: smithy_client_1.expectInt32(output.MaxCapacity),
|
|
4984
|
-
MinCapacity: smithy_client_1.expectInt32(output.MinCapacity),
|
|
4983
|
+
MaxCapacity: (0, smithy_client_1.expectInt32)(output.MaxCapacity),
|
|
4984
|
+
MinCapacity: (0, smithy_client_1.expectInt32)(output.MinCapacity),
|
|
4985
4985
|
};
|
|
4986
4986
|
};
|
|
4987
4987
|
const deserializeAws_json1_1ScalingRule = (output, context) => {
|
|
@@ -4989,8 +4989,8 @@ const deserializeAws_json1_1ScalingRule = (output, context) => {
|
|
|
4989
4989
|
Action: output.Action !== undefined && output.Action !== null
|
|
4990
4990
|
? deserializeAws_json1_1ScalingAction(output.Action, context)
|
|
4991
4991
|
: undefined,
|
|
4992
|
-
Description: smithy_client_1.expectString(output.Description),
|
|
4993
|
-
Name: smithy_client_1.expectString(output.Name),
|
|
4992
|
+
Description: (0, smithy_client_1.expectString)(output.Description),
|
|
4993
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
4994
4994
|
Trigger: output.Trigger !== undefined && output.Trigger !== null
|
|
4995
4995
|
? deserializeAws_json1_1ScalingTrigger(output.Trigger, context)
|
|
4996
4996
|
: undefined,
|
|
@@ -5019,7 +5019,7 @@ const deserializeAws_json1_1ScriptBootstrapActionConfig = (output, context) => {
|
|
|
5019
5019
|
Args: output.Args !== undefined && output.Args !== null
|
|
5020
5020
|
? deserializeAws_json1_1XmlStringList(output.Args, context)
|
|
5021
5021
|
: undefined,
|
|
5022
|
-
Path: smithy_client_1.expectString(output.Path),
|
|
5022
|
+
Path: (0, smithy_client_1.expectString)(output.Path),
|
|
5023
5023
|
};
|
|
5024
5024
|
};
|
|
5025
5025
|
const deserializeAws_json1_1SecurityConfigurationList = (output, context) => {
|
|
@@ -5036,36 +5036,36 @@ const deserializeAws_json1_1SecurityConfigurationList = (output, context) => {
|
|
|
5036
5036
|
const deserializeAws_json1_1SecurityConfigurationSummary = (output, context) => {
|
|
5037
5037
|
return {
|
|
5038
5038
|
CreationDateTime: output.CreationDateTime !== undefined && output.CreationDateTime !== null
|
|
5039
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationDateTime)))
|
|
5039
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationDateTime)))
|
|
5040
5040
|
: undefined,
|
|
5041
|
-
Name: smithy_client_1.expectString(output.Name),
|
|
5041
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
5042
5042
|
};
|
|
5043
5043
|
};
|
|
5044
5044
|
const deserializeAws_json1_1SessionMappingDetail = (output, context) => {
|
|
5045
5045
|
return {
|
|
5046
5046
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
5047
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
|
|
5047
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
|
|
5048
5048
|
: undefined,
|
|
5049
|
-
IdentityId: smithy_client_1.expectString(output.IdentityId),
|
|
5050
|
-
IdentityName: smithy_client_1.expectString(output.IdentityName),
|
|
5051
|
-
IdentityType: smithy_client_1.expectString(output.IdentityType),
|
|
5049
|
+
IdentityId: (0, smithy_client_1.expectString)(output.IdentityId),
|
|
5050
|
+
IdentityName: (0, smithy_client_1.expectString)(output.IdentityName),
|
|
5051
|
+
IdentityType: (0, smithy_client_1.expectString)(output.IdentityType),
|
|
5052
5052
|
LastModifiedTime: output.LastModifiedTime !== undefined && output.LastModifiedTime !== null
|
|
5053
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModifiedTime)))
|
|
5053
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModifiedTime)))
|
|
5054
5054
|
: undefined,
|
|
5055
|
-
SessionPolicyArn: smithy_client_1.expectString(output.SessionPolicyArn),
|
|
5056
|
-
StudioId: smithy_client_1.expectString(output.StudioId),
|
|
5055
|
+
SessionPolicyArn: (0, smithy_client_1.expectString)(output.SessionPolicyArn),
|
|
5056
|
+
StudioId: (0, smithy_client_1.expectString)(output.StudioId),
|
|
5057
5057
|
};
|
|
5058
5058
|
};
|
|
5059
5059
|
const deserializeAws_json1_1SessionMappingSummary = (output, context) => {
|
|
5060
5060
|
return {
|
|
5061
5061
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
5062
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
|
|
5062
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
|
|
5063
5063
|
: undefined,
|
|
5064
|
-
IdentityId: smithy_client_1.expectString(output.IdentityId),
|
|
5065
|
-
IdentityName: smithy_client_1.expectString(output.IdentityName),
|
|
5066
|
-
IdentityType: smithy_client_1.expectString(output.IdentityType),
|
|
5067
|
-
SessionPolicyArn: smithy_client_1.expectString(output.SessionPolicyArn),
|
|
5068
|
-
StudioId: smithy_client_1.expectString(output.StudioId),
|
|
5064
|
+
IdentityId: (0, smithy_client_1.expectString)(output.IdentityId),
|
|
5065
|
+
IdentityName: (0, smithy_client_1.expectString)(output.IdentityName),
|
|
5066
|
+
IdentityType: (0, smithy_client_1.expectString)(output.IdentityType),
|
|
5067
|
+
SessionPolicyArn: (0, smithy_client_1.expectString)(output.SessionPolicyArn),
|
|
5068
|
+
StudioId: (0, smithy_client_1.expectString)(output.StudioId),
|
|
5069
5069
|
};
|
|
5070
5070
|
};
|
|
5071
5071
|
const deserializeAws_json1_1SessionMappingSummaryList = (output, context) => {
|
|
@@ -5081,7 +5081,7 @@ const deserializeAws_json1_1SessionMappingSummaryList = (output, context) => {
|
|
|
5081
5081
|
};
|
|
5082
5082
|
const deserializeAws_json1_1ShrinkPolicy = (output, context) => {
|
|
5083
5083
|
return {
|
|
5084
|
-
DecommissionTimeout: smithy_client_1.expectInt32(output.DecommissionTimeout),
|
|
5084
|
+
DecommissionTimeout: (0, smithy_client_1.expectInt32)(output.DecommissionTimeout),
|
|
5085
5085
|
InstanceResizePolicy: output.InstanceResizePolicy !== undefined && output.InstanceResizePolicy !== null
|
|
5086
5086
|
? deserializeAws_json1_1InstanceResizePolicy(output.InstanceResizePolicy, context)
|
|
5087
5087
|
: undefined,
|
|
@@ -5089,15 +5089,15 @@ const deserializeAws_json1_1ShrinkPolicy = (output, context) => {
|
|
|
5089
5089
|
};
|
|
5090
5090
|
const deserializeAws_json1_1SimpleScalingPolicyConfiguration = (output, context) => {
|
|
5091
5091
|
return {
|
|
5092
|
-
AdjustmentType: smithy_client_1.expectString(output.AdjustmentType),
|
|
5093
|
-
CoolDown: smithy_client_1.expectInt32(output.CoolDown),
|
|
5094
|
-
ScalingAdjustment: smithy_client_1.expectInt32(output.ScalingAdjustment),
|
|
5092
|
+
AdjustmentType: (0, smithy_client_1.expectString)(output.AdjustmentType),
|
|
5093
|
+
CoolDown: (0, smithy_client_1.expectInt32)(output.CoolDown),
|
|
5094
|
+
ScalingAdjustment: (0, smithy_client_1.expectInt32)(output.ScalingAdjustment),
|
|
5095
5095
|
};
|
|
5096
5096
|
};
|
|
5097
5097
|
const deserializeAws_json1_1SimplifiedApplication = (output, context) => {
|
|
5098
5098
|
return {
|
|
5099
|
-
Name: smithy_client_1.expectString(output.Name),
|
|
5100
|
-
Version: smithy_client_1.expectString(output.Version),
|
|
5099
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
5100
|
+
Version: (0, smithy_client_1.expectString)(output.Version),
|
|
5101
5101
|
};
|
|
5102
5102
|
};
|
|
5103
5103
|
const deserializeAws_json1_1SimplifiedApplicationList = (output, context) => {
|
|
@@ -5113,25 +5113,25 @@ const deserializeAws_json1_1SimplifiedApplicationList = (output, context) => {
|
|
|
5113
5113
|
};
|
|
5114
5114
|
const deserializeAws_json1_1SpotProvisioningSpecification = (output, context) => {
|
|
5115
5115
|
return {
|
|
5116
|
-
AllocationStrategy: smithy_client_1.expectString(output.AllocationStrategy),
|
|
5117
|
-
BlockDurationMinutes: smithy_client_1.expectInt32(output.BlockDurationMinutes),
|
|
5118
|
-
TimeoutAction: smithy_client_1.expectString(output.TimeoutAction),
|
|
5119
|
-
TimeoutDurationMinutes: smithy_client_1.expectInt32(output.TimeoutDurationMinutes),
|
|
5116
|
+
AllocationStrategy: (0, smithy_client_1.expectString)(output.AllocationStrategy),
|
|
5117
|
+
BlockDurationMinutes: (0, smithy_client_1.expectInt32)(output.BlockDurationMinutes),
|
|
5118
|
+
TimeoutAction: (0, smithy_client_1.expectString)(output.TimeoutAction),
|
|
5119
|
+
TimeoutDurationMinutes: (0, smithy_client_1.expectInt32)(output.TimeoutDurationMinutes),
|
|
5120
5120
|
};
|
|
5121
5121
|
};
|
|
5122
5122
|
const deserializeAws_json1_1StartNotebookExecutionOutput = (output, context) => {
|
|
5123
5123
|
return {
|
|
5124
|
-
NotebookExecutionId: smithy_client_1.expectString(output.NotebookExecutionId),
|
|
5124
|
+
NotebookExecutionId: (0, smithy_client_1.expectString)(output.NotebookExecutionId),
|
|
5125
5125
|
};
|
|
5126
5126
|
};
|
|
5127
5127
|
const deserializeAws_json1_1Step = (output, context) => {
|
|
5128
5128
|
return {
|
|
5129
|
-
ActionOnFailure: smithy_client_1.expectString(output.ActionOnFailure),
|
|
5129
|
+
ActionOnFailure: (0, smithy_client_1.expectString)(output.ActionOnFailure),
|
|
5130
5130
|
Config: output.Config !== undefined && output.Config !== null
|
|
5131
5131
|
? deserializeAws_json1_1HadoopStepConfig(output.Config, context)
|
|
5132
5132
|
: undefined,
|
|
5133
|
-
Id: smithy_client_1.expectString(output.Id),
|
|
5134
|
-
Name: smithy_client_1.expectString(output.Name),
|
|
5133
|
+
Id: (0, smithy_client_1.expectString)(output.Id),
|
|
5134
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
5135
5135
|
Status: output.Status !== undefined && output.Status !== null
|
|
5136
5136
|
? deserializeAws_json1_1StepStatus(output.Status, context)
|
|
5137
5137
|
: undefined,
|
|
@@ -5139,11 +5139,11 @@ const deserializeAws_json1_1Step = (output, context) => {
|
|
|
5139
5139
|
};
|
|
5140
5140
|
const deserializeAws_json1_1StepConfig = (output, context) => {
|
|
5141
5141
|
return {
|
|
5142
|
-
ActionOnFailure: smithy_client_1.expectString(output.ActionOnFailure),
|
|
5142
|
+
ActionOnFailure: (0, smithy_client_1.expectString)(output.ActionOnFailure),
|
|
5143
5143
|
HadoopJarStep: output.HadoopJarStep !== undefined && output.HadoopJarStep !== null
|
|
5144
5144
|
? deserializeAws_json1_1HadoopJarStepConfig(output.HadoopJarStep, context)
|
|
5145
5145
|
: undefined,
|
|
5146
|
-
Name: smithy_client_1.expectString(output.Name),
|
|
5146
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
5147
5147
|
};
|
|
5148
5148
|
};
|
|
5149
5149
|
const deserializeAws_json1_1StepDetail = (output, context) => {
|
|
@@ -5170,16 +5170,16 @@ const deserializeAws_json1_1StepDetailList = (output, context) => {
|
|
|
5170
5170
|
const deserializeAws_json1_1StepExecutionStatusDetail = (output, context) => {
|
|
5171
5171
|
return {
|
|
5172
5172
|
CreationDateTime: output.CreationDateTime !== undefined && output.CreationDateTime !== null
|
|
5173
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationDateTime)))
|
|
5173
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationDateTime)))
|
|
5174
5174
|
: undefined,
|
|
5175
5175
|
EndDateTime: output.EndDateTime !== undefined && output.EndDateTime !== null
|
|
5176
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.EndDateTime)))
|
|
5176
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.EndDateTime)))
|
|
5177
5177
|
: undefined,
|
|
5178
|
-
LastStateChangeReason: smithy_client_1.expectString(output.LastStateChangeReason),
|
|
5178
|
+
LastStateChangeReason: (0, smithy_client_1.expectString)(output.LastStateChangeReason),
|
|
5179
5179
|
StartDateTime: output.StartDateTime !== undefined && output.StartDateTime !== null
|
|
5180
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.StartDateTime)))
|
|
5180
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.StartDateTime)))
|
|
5181
5181
|
: undefined,
|
|
5182
|
-
State: smithy_client_1.expectString(output.State),
|
|
5182
|
+
State: (0, smithy_client_1.expectString)(output.State),
|
|
5183
5183
|
};
|
|
5184
5184
|
};
|
|
5185
5185
|
const deserializeAws_json1_1StepIdsList = (output, context) => {
|
|
@@ -5189,14 +5189,14 @@ const deserializeAws_json1_1StepIdsList = (output, context) => {
|
|
|
5189
5189
|
if (entry === null) {
|
|
5190
5190
|
return null;
|
|
5191
5191
|
}
|
|
5192
|
-
return smithy_client_1.expectString(entry);
|
|
5192
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
5193
5193
|
});
|
|
5194
5194
|
return retVal;
|
|
5195
5195
|
};
|
|
5196
5196
|
const deserializeAws_json1_1StepStateChangeReason = (output, context) => {
|
|
5197
5197
|
return {
|
|
5198
|
-
Code: smithy_client_1.expectString(output.Code),
|
|
5199
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
5198
|
+
Code: (0, smithy_client_1.expectString)(output.Code),
|
|
5199
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
5200
5200
|
};
|
|
5201
5201
|
};
|
|
5202
5202
|
const deserializeAws_json1_1StepStatus = (output, context) => {
|
|
@@ -5204,7 +5204,7 @@ const deserializeAws_json1_1StepStatus = (output, context) => {
|
|
|
5204
5204
|
FailureDetails: output.FailureDetails !== undefined && output.FailureDetails !== null
|
|
5205
5205
|
? deserializeAws_json1_1FailureDetails(output.FailureDetails, context)
|
|
5206
5206
|
: undefined,
|
|
5207
|
-
State: smithy_client_1.expectString(output.State),
|
|
5207
|
+
State: (0, smithy_client_1.expectString)(output.State),
|
|
5208
5208
|
StateChangeReason: output.StateChangeReason !== undefined && output.StateChangeReason !== null
|
|
5209
5209
|
? deserializeAws_json1_1StepStateChangeReason(output.StateChangeReason, context)
|
|
5210
5210
|
: undefined,
|
|
@@ -5215,12 +5215,12 @@ const deserializeAws_json1_1StepStatus = (output, context) => {
|
|
|
5215
5215
|
};
|
|
5216
5216
|
const deserializeAws_json1_1StepSummary = (output, context) => {
|
|
5217
5217
|
return {
|
|
5218
|
-
ActionOnFailure: smithy_client_1.expectString(output.ActionOnFailure),
|
|
5218
|
+
ActionOnFailure: (0, smithy_client_1.expectString)(output.ActionOnFailure),
|
|
5219
5219
|
Config: output.Config !== undefined && output.Config !== null
|
|
5220
5220
|
? deserializeAws_json1_1HadoopStepConfig(output.Config, context)
|
|
5221
5221
|
: undefined,
|
|
5222
|
-
Id: smithy_client_1.expectString(output.Id),
|
|
5223
|
-
Name: smithy_client_1.expectString(output.Name),
|
|
5222
|
+
Id: (0, smithy_client_1.expectString)(output.Id),
|
|
5223
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
5224
5224
|
Status: output.Status !== undefined && output.Status !== null
|
|
5225
5225
|
? deserializeAws_json1_1StepStatus(output.Status, context)
|
|
5226
5226
|
: undefined,
|
|
@@ -5240,13 +5240,13 @@ const deserializeAws_json1_1StepSummaryList = (output, context) => {
|
|
|
5240
5240
|
const deserializeAws_json1_1StepTimeline = (output, context) => {
|
|
5241
5241
|
return {
|
|
5242
5242
|
CreationDateTime: output.CreationDateTime !== undefined && output.CreationDateTime !== null
|
|
5243
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationDateTime)))
|
|
5243
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationDateTime)))
|
|
5244
5244
|
: undefined,
|
|
5245
5245
|
EndDateTime: output.EndDateTime !== undefined && output.EndDateTime !== null
|
|
5246
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.EndDateTime)))
|
|
5246
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.EndDateTime)))
|
|
5247
5247
|
: undefined,
|
|
5248
5248
|
StartDateTime: output.StartDateTime !== undefined && output.StartDateTime !== null
|
|
5249
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.StartDateTime)))
|
|
5249
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.StartDateTime)))
|
|
5250
5250
|
: undefined,
|
|
5251
5251
|
};
|
|
5252
5252
|
};
|
|
@@ -5257,7 +5257,7 @@ const deserializeAws_json1_1StringList = (output, context) => {
|
|
|
5257
5257
|
if (entry === null) {
|
|
5258
5258
|
return null;
|
|
5259
5259
|
}
|
|
5260
|
-
return smithy_client_1.expectString(entry);
|
|
5260
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
5261
5261
|
});
|
|
5262
5262
|
return retVal;
|
|
5263
5263
|
};
|
|
@@ -5268,48 +5268,48 @@ const deserializeAws_json1_1StringMap = (output, context) => {
|
|
|
5268
5268
|
}
|
|
5269
5269
|
return {
|
|
5270
5270
|
...acc,
|
|
5271
|
-
[key]: smithy_client_1.expectString(value),
|
|
5271
|
+
[key]: (0, smithy_client_1.expectString)(value),
|
|
5272
5272
|
};
|
|
5273
5273
|
}, {});
|
|
5274
5274
|
};
|
|
5275
5275
|
const deserializeAws_json1_1Studio = (output, context) => {
|
|
5276
5276
|
return {
|
|
5277
|
-
AuthMode: smithy_client_1.expectString(output.AuthMode),
|
|
5277
|
+
AuthMode: (0, smithy_client_1.expectString)(output.AuthMode),
|
|
5278
5278
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
5279
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
|
|
5280
|
-
: undefined,
|
|
5281
|
-
DefaultS3Location: smithy_client_1.expectString(output.DefaultS3Location),
|
|
5282
|
-
Description: smithy_client_1.expectString(output.Description),
|
|
5283
|
-
EngineSecurityGroupId: smithy_client_1.expectString(output.EngineSecurityGroupId),
|
|
5284
|
-
IdpAuthUrl: smithy_client_1.expectString(output.IdpAuthUrl),
|
|
5285
|
-
IdpRelayStateParameterName: smithy_client_1.expectString(output.IdpRelayStateParameterName),
|
|
5286
|
-
Name: smithy_client_1.expectString(output.Name),
|
|
5287
|
-
ServiceRole: smithy_client_1.expectString(output.ServiceRole),
|
|
5288
|
-
StudioArn: smithy_client_1.expectString(output.StudioArn),
|
|
5289
|
-
StudioId: smithy_client_1.expectString(output.StudioId),
|
|
5279
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
|
|
5280
|
+
: undefined,
|
|
5281
|
+
DefaultS3Location: (0, smithy_client_1.expectString)(output.DefaultS3Location),
|
|
5282
|
+
Description: (0, smithy_client_1.expectString)(output.Description),
|
|
5283
|
+
EngineSecurityGroupId: (0, smithy_client_1.expectString)(output.EngineSecurityGroupId),
|
|
5284
|
+
IdpAuthUrl: (0, smithy_client_1.expectString)(output.IdpAuthUrl),
|
|
5285
|
+
IdpRelayStateParameterName: (0, smithy_client_1.expectString)(output.IdpRelayStateParameterName),
|
|
5286
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
5287
|
+
ServiceRole: (0, smithy_client_1.expectString)(output.ServiceRole),
|
|
5288
|
+
StudioArn: (0, smithy_client_1.expectString)(output.StudioArn),
|
|
5289
|
+
StudioId: (0, smithy_client_1.expectString)(output.StudioId),
|
|
5290
5290
|
SubnetIds: output.SubnetIds !== undefined && output.SubnetIds !== null
|
|
5291
5291
|
? deserializeAws_json1_1SubnetIdList(output.SubnetIds, context)
|
|
5292
5292
|
: undefined,
|
|
5293
5293
|
Tags: output.Tags !== undefined && output.Tags !== null
|
|
5294
5294
|
? deserializeAws_json1_1TagList(output.Tags, context)
|
|
5295
5295
|
: undefined,
|
|
5296
|
-
Url: smithy_client_1.expectString(output.Url),
|
|
5297
|
-
UserRole: smithy_client_1.expectString(output.UserRole),
|
|
5298
|
-
VpcId: smithy_client_1.expectString(output.VpcId),
|
|
5299
|
-
WorkspaceSecurityGroupId: smithy_client_1.expectString(output.WorkspaceSecurityGroupId),
|
|
5296
|
+
Url: (0, smithy_client_1.expectString)(output.Url),
|
|
5297
|
+
UserRole: (0, smithy_client_1.expectString)(output.UserRole),
|
|
5298
|
+
VpcId: (0, smithy_client_1.expectString)(output.VpcId),
|
|
5299
|
+
WorkspaceSecurityGroupId: (0, smithy_client_1.expectString)(output.WorkspaceSecurityGroupId),
|
|
5300
5300
|
};
|
|
5301
5301
|
};
|
|
5302
5302
|
const deserializeAws_json1_1StudioSummary = (output, context) => {
|
|
5303
5303
|
return {
|
|
5304
|
-
AuthMode: smithy_client_1.expectString(output.AuthMode),
|
|
5304
|
+
AuthMode: (0, smithy_client_1.expectString)(output.AuthMode),
|
|
5305
5305
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
5306
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
|
|
5306
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
|
|
5307
5307
|
: undefined,
|
|
5308
|
-
Description: smithy_client_1.expectString(output.Description),
|
|
5309
|
-
Name: smithy_client_1.expectString(output.Name),
|
|
5310
|
-
StudioId: smithy_client_1.expectString(output.StudioId),
|
|
5311
|
-
Url: smithy_client_1.expectString(output.Url),
|
|
5312
|
-
VpcId: smithy_client_1.expectString(output.VpcId),
|
|
5308
|
+
Description: (0, smithy_client_1.expectString)(output.Description),
|
|
5309
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
5310
|
+
StudioId: (0, smithy_client_1.expectString)(output.StudioId),
|
|
5311
|
+
Url: (0, smithy_client_1.expectString)(output.Url),
|
|
5312
|
+
VpcId: (0, smithy_client_1.expectString)(output.VpcId),
|
|
5313
5313
|
};
|
|
5314
5314
|
};
|
|
5315
5315
|
const deserializeAws_json1_1StudioSummaryList = (output, context) => {
|
|
@@ -5330,7 +5330,7 @@ const deserializeAws_json1_1SubnetIdList = (output, context) => {
|
|
|
5330
5330
|
if (entry === null) {
|
|
5331
5331
|
return null;
|
|
5332
5332
|
}
|
|
5333
|
-
return smithy_client_1.expectString(entry);
|
|
5333
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
5334
5334
|
});
|
|
5335
5335
|
return retVal;
|
|
5336
5336
|
};
|
|
@@ -5341,14 +5341,14 @@ const deserializeAws_json1_1SupportedProductsList = (output, context) => {
|
|
|
5341
5341
|
if (entry === null) {
|
|
5342
5342
|
return null;
|
|
5343
5343
|
}
|
|
5344
|
-
return smithy_client_1.expectString(entry);
|
|
5344
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
5345
5345
|
});
|
|
5346
5346
|
return retVal;
|
|
5347
5347
|
};
|
|
5348
5348
|
const deserializeAws_json1_1Tag = (output, context) => {
|
|
5349
5349
|
return {
|
|
5350
|
-
Key: smithy_client_1.expectString(output.Key),
|
|
5351
|
-
Value: smithy_client_1.expectString(output.Value),
|
|
5350
|
+
Key: (0, smithy_client_1.expectString)(output.Key),
|
|
5351
|
+
Value: (0, smithy_client_1.expectString)(output.Value),
|
|
5352
5352
|
};
|
|
5353
5353
|
};
|
|
5354
5354
|
const deserializeAws_json1_1TagList = (output, context) => {
|
|
@@ -5364,9 +5364,9 @@ const deserializeAws_json1_1TagList = (output, context) => {
|
|
|
5364
5364
|
};
|
|
5365
5365
|
const deserializeAws_json1_1VolumeSpecification = (output, context) => {
|
|
5366
5366
|
return {
|
|
5367
|
-
Iops: smithy_client_1.expectInt32(output.Iops),
|
|
5368
|
-
SizeInGB: smithy_client_1.expectInt32(output.SizeInGB),
|
|
5369
|
-
VolumeType: smithy_client_1.expectString(output.VolumeType),
|
|
5367
|
+
Iops: (0, smithy_client_1.expectInt32)(output.Iops),
|
|
5368
|
+
SizeInGB: (0, smithy_client_1.expectInt32)(output.SizeInGB),
|
|
5369
|
+
VolumeType: (0, smithy_client_1.expectString)(output.VolumeType),
|
|
5370
5370
|
};
|
|
5371
5371
|
};
|
|
5372
5372
|
const deserializeAws_json1_1XmlStringList = (output, context) => {
|
|
@@ -5376,7 +5376,7 @@ const deserializeAws_json1_1XmlStringList = (output, context) => {
|
|
|
5376
5376
|
if (entry === null) {
|
|
5377
5377
|
return null;
|
|
5378
5378
|
}
|
|
5379
|
-
return smithy_client_1.expectString(entry);
|
|
5379
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
5380
5380
|
});
|
|
5381
5381
|
return retVal;
|
|
5382
5382
|
};
|
|
@@ -5387,7 +5387,7 @@ const deserializeAws_json1_1XmlStringMaxLen256List = (output, context) => {
|
|
|
5387
5387
|
if (entry === null) {
|
|
5388
5388
|
return null;
|
|
5389
5389
|
}
|
|
5390
|
-
return smithy_client_1.expectString(entry);
|
|
5390
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
5391
5391
|
});
|
|
5392
5392
|
return retVal;
|
|
5393
5393
|
};
|