@aws-sdk/client-device-farm 3.53.0 → 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 +24 -0
- package/dist-cjs/DeviceFarmClient.js +13 -13
- package/dist-cjs/commands/CreateDevicePoolCommand.js +3 -3
- package/dist-cjs/commands/CreateInstanceProfileCommand.js +3 -3
- package/dist-cjs/commands/CreateNetworkProfileCommand.js +3 -3
- package/dist-cjs/commands/CreateProjectCommand.js +3 -3
- package/dist-cjs/commands/CreateRemoteAccessSessionCommand.js +3 -3
- package/dist-cjs/commands/CreateTestGridProjectCommand.js +3 -3
- package/dist-cjs/commands/CreateTestGridUrlCommand.js +3 -3
- package/dist-cjs/commands/CreateUploadCommand.js +3 -3
- package/dist-cjs/commands/CreateVPCEConfigurationCommand.js +3 -3
- package/dist-cjs/commands/DeleteDevicePoolCommand.js +3 -3
- package/dist-cjs/commands/DeleteInstanceProfileCommand.js +3 -3
- package/dist-cjs/commands/DeleteNetworkProfileCommand.js +3 -3
- package/dist-cjs/commands/DeleteProjectCommand.js +3 -3
- package/dist-cjs/commands/DeleteRemoteAccessSessionCommand.js +3 -3
- package/dist-cjs/commands/DeleteRunCommand.js +3 -3
- package/dist-cjs/commands/DeleteTestGridProjectCommand.js +3 -3
- package/dist-cjs/commands/DeleteUploadCommand.js +3 -3
- package/dist-cjs/commands/DeleteVPCEConfigurationCommand.js +3 -3
- package/dist-cjs/commands/GetAccountSettingsCommand.js +3 -3
- package/dist-cjs/commands/GetDeviceCommand.js +3 -3
- package/dist-cjs/commands/GetDeviceInstanceCommand.js +3 -3
- package/dist-cjs/commands/GetDevicePoolCommand.js +3 -3
- package/dist-cjs/commands/GetDevicePoolCompatibilityCommand.js +3 -3
- package/dist-cjs/commands/GetInstanceProfileCommand.js +3 -3
- package/dist-cjs/commands/GetJobCommand.js +3 -3
- package/dist-cjs/commands/GetNetworkProfileCommand.js +3 -3
- package/dist-cjs/commands/GetOfferingStatusCommand.js +3 -3
- package/dist-cjs/commands/GetProjectCommand.js +3 -3
- package/dist-cjs/commands/GetRemoteAccessSessionCommand.js +3 -3
- package/dist-cjs/commands/GetRunCommand.js +3 -3
- package/dist-cjs/commands/GetSuiteCommand.js +3 -3
- package/dist-cjs/commands/GetTestCommand.js +3 -3
- package/dist-cjs/commands/GetTestGridProjectCommand.js +3 -3
- package/dist-cjs/commands/GetTestGridSessionCommand.js +3 -3
- package/dist-cjs/commands/GetUploadCommand.js +3 -3
- package/dist-cjs/commands/GetVPCEConfigurationCommand.js +3 -3
- package/dist-cjs/commands/InstallToRemoteAccessSessionCommand.js +3 -3
- package/dist-cjs/commands/ListArtifactsCommand.js +3 -3
- package/dist-cjs/commands/ListDeviceInstancesCommand.js +3 -3
- package/dist-cjs/commands/ListDevicePoolsCommand.js +3 -3
- package/dist-cjs/commands/ListDevicesCommand.js +3 -3
- package/dist-cjs/commands/ListInstanceProfilesCommand.js +3 -3
- package/dist-cjs/commands/ListJobsCommand.js +3 -3
- package/dist-cjs/commands/ListNetworkProfilesCommand.js +3 -3
- package/dist-cjs/commands/ListOfferingPromotionsCommand.js +3 -3
- package/dist-cjs/commands/ListOfferingTransactionsCommand.js +3 -3
- package/dist-cjs/commands/ListOfferingsCommand.js +3 -3
- package/dist-cjs/commands/ListProjectsCommand.js +3 -3
- package/dist-cjs/commands/ListRemoteAccessSessionsCommand.js +3 -3
- package/dist-cjs/commands/ListRunsCommand.js +3 -3
- package/dist-cjs/commands/ListSamplesCommand.js +3 -3
- package/dist-cjs/commands/ListSuitesCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/ListTestGridProjectsCommand.js +3 -3
- package/dist-cjs/commands/ListTestGridSessionActionsCommand.js +3 -3
- package/dist-cjs/commands/ListTestGridSessionArtifactsCommand.js +3 -3
- package/dist-cjs/commands/ListTestGridSessionsCommand.js +3 -3
- package/dist-cjs/commands/ListTestsCommand.js +3 -3
- package/dist-cjs/commands/ListUniqueProblemsCommand.js +3 -3
- package/dist-cjs/commands/ListUploadsCommand.js +3 -3
- package/dist-cjs/commands/ListVPCEConfigurationsCommand.js +3 -3
- package/dist-cjs/commands/PurchaseOfferingCommand.js +3 -3
- package/dist-cjs/commands/RenewOfferingCommand.js +3 -3
- package/dist-cjs/commands/ScheduleRunCommand.js +3 -3
- package/dist-cjs/commands/StopJobCommand.js +3 -3
- package/dist-cjs/commands/StopRemoteAccessSessionCommand.js +3 -3
- package/dist-cjs/commands/StopRunCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateDeviceInstanceCommand.js +3 -3
- package/dist-cjs/commands/UpdateDevicePoolCommand.js +3 -3
- package/dist-cjs/commands/UpdateInstanceProfileCommand.js +3 -3
- package/dist-cjs/commands/UpdateNetworkProfileCommand.js +3 -3
- package/dist-cjs/commands/UpdateProjectCommand.js +3 -3
- package/dist-cjs/commands/UpdateTestGridProjectCommand.js +3 -3
- package/dist-cjs/commands/UpdateUploadCommand.js +3 -3
- package/dist-cjs/commands/UpdateVPCEConfigurationCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/protocols/Aws_json1_1.js +364 -364
- package/dist-cjs/runtimeConfig.browser.js +4 -4
- package/dist-cjs/runtimeConfig.js +9 -9
- package/dist-cjs/runtimeConfig.native.js +1 -1
- package/dist-es/DeviceFarm.js +77 -77
- package/dist-es/pagination/GetOfferingStatusPaginator.js +4 -4
- package/dist-es/pagination/ListArtifactsPaginator.js +4 -4
- package/dist-es/pagination/ListDevicePoolsPaginator.js +4 -4
- package/dist-es/pagination/ListDevicesPaginator.js +4 -4
- package/dist-es/pagination/ListJobsPaginator.js +4 -4
- package/dist-es/pagination/ListOfferingTransactionsPaginator.js +4 -4
- package/dist-es/pagination/ListOfferingsPaginator.js +4 -4
- package/dist-es/pagination/ListProjectsPaginator.js +4 -4
- package/dist-es/pagination/ListRunsPaginator.js +4 -4
- package/dist-es/pagination/ListSamplesPaginator.js +4 -4
- package/dist-es/pagination/ListSuitesPaginator.js +4 -4
- package/dist-es/pagination/ListTestGridProjectsPaginator.js +4 -4
- package/dist-es/pagination/ListTestGridSessionActionsPaginator.js +4 -4
- package/dist-es/pagination/ListTestGridSessionArtifactsPaginator.js +4 -4
- package/dist-es/pagination/ListTestGridSessionsPaginator.js +4 -4
- package/dist-es/pagination/ListTestsPaginator.js +4 -4
- package/dist-es/pagination/ListUniqueProblemsPaginator.js +4 -4
- package/dist-es/pagination/ListUploadsPaginator.js +4 -4
- package/dist-types/DeviceFarmClient.d.ts +2 -2
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/DeviceFarmClient.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +34 -34
|
@@ -820,7 +820,7 @@ const deserializeAws_json1_1CreateDevicePoolCommandError = async (output, contex
|
|
|
820
820
|
$fault: "client",
|
|
821
821
|
$metadata: deserializeMetadata(output),
|
|
822
822
|
});
|
|
823
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
823
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
824
824
|
}
|
|
825
825
|
};
|
|
826
826
|
const deserializeAws_json1_1CreateInstanceProfileCommand = async (output, context) => {
|
|
@@ -865,7 +865,7 @@ const deserializeAws_json1_1CreateInstanceProfileCommandError = async (output, c
|
|
|
865
865
|
$fault: "client",
|
|
866
866
|
$metadata: deserializeMetadata(output),
|
|
867
867
|
});
|
|
868
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
868
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
869
869
|
}
|
|
870
870
|
};
|
|
871
871
|
const deserializeAws_json1_1CreateNetworkProfileCommand = async (output, context) => {
|
|
@@ -910,7 +910,7 @@ const deserializeAws_json1_1CreateNetworkProfileCommandError = async (output, co
|
|
|
910
910
|
$fault: "client",
|
|
911
911
|
$metadata: deserializeMetadata(output),
|
|
912
912
|
});
|
|
913
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
913
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
914
914
|
}
|
|
915
915
|
};
|
|
916
916
|
const deserializeAws_json1_1CreateProjectCommand = async (output, context) => {
|
|
@@ -958,7 +958,7 @@ const deserializeAws_json1_1CreateProjectCommandError = async (output, context)
|
|
|
958
958
|
$fault: "client",
|
|
959
959
|
$metadata: deserializeMetadata(output),
|
|
960
960
|
});
|
|
961
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
961
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
962
962
|
}
|
|
963
963
|
};
|
|
964
964
|
const deserializeAws_json1_1CreateRemoteAccessSessionCommand = async (output, context) => {
|
|
@@ -1003,7 +1003,7 @@ const deserializeAws_json1_1CreateRemoteAccessSessionCommandError = async (outpu
|
|
|
1003
1003
|
$fault: "client",
|
|
1004
1004
|
$metadata: deserializeMetadata(output),
|
|
1005
1005
|
});
|
|
1006
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1006
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1007
1007
|
}
|
|
1008
1008
|
};
|
|
1009
1009
|
const deserializeAws_json1_1CreateTestGridProjectCommand = async (output, context) => {
|
|
@@ -1045,7 +1045,7 @@ const deserializeAws_json1_1CreateTestGridProjectCommandError = async (output, c
|
|
|
1045
1045
|
$fault: "client",
|
|
1046
1046
|
$metadata: deserializeMetadata(output),
|
|
1047
1047
|
});
|
|
1048
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1048
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1049
1049
|
}
|
|
1050
1050
|
};
|
|
1051
1051
|
const deserializeAws_json1_1CreateTestGridUrlCommand = async (output, context) => {
|
|
@@ -1087,7 +1087,7 @@ const deserializeAws_json1_1CreateTestGridUrlCommandError = async (output, conte
|
|
|
1087
1087
|
$fault: "client",
|
|
1088
1088
|
$metadata: deserializeMetadata(output),
|
|
1089
1089
|
});
|
|
1090
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1090
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1091
1091
|
}
|
|
1092
1092
|
};
|
|
1093
1093
|
const deserializeAws_json1_1CreateUploadCommand = async (output, context) => {
|
|
@@ -1132,7 +1132,7 @@ const deserializeAws_json1_1CreateUploadCommandError = async (output, context) =
|
|
|
1132
1132
|
$fault: "client",
|
|
1133
1133
|
$metadata: deserializeMetadata(output),
|
|
1134
1134
|
});
|
|
1135
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1135
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1136
1136
|
}
|
|
1137
1137
|
};
|
|
1138
1138
|
const deserializeAws_json1_1CreateVPCEConfigurationCommand = async (output, context) => {
|
|
@@ -1174,7 +1174,7 @@ const deserializeAws_json1_1CreateVPCEConfigurationCommandError = async (output,
|
|
|
1174
1174
|
$fault: "client",
|
|
1175
1175
|
$metadata: deserializeMetadata(output),
|
|
1176
1176
|
});
|
|
1177
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1177
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1178
1178
|
}
|
|
1179
1179
|
};
|
|
1180
1180
|
const deserializeAws_json1_1DeleteDevicePoolCommand = async (output, context) => {
|
|
@@ -1219,7 +1219,7 @@ const deserializeAws_json1_1DeleteDevicePoolCommandError = async (output, contex
|
|
|
1219
1219
|
$fault: "client",
|
|
1220
1220
|
$metadata: deserializeMetadata(output),
|
|
1221
1221
|
});
|
|
1222
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1222
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1223
1223
|
}
|
|
1224
1224
|
};
|
|
1225
1225
|
const deserializeAws_json1_1DeleteInstanceProfileCommand = async (output, context) => {
|
|
@@ -1264,7 +1264,7 @@ const deserializeAws_json1_1DeleteInstanceProfileCommandError = async (output, c
|
|
|
1264
1264
|
$fault: "client",
|
|
1265
1265
|
$metadata: deserializeMetadata(output),
|
|
1266
1266
|
});
|
|
1267
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1267
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1268
1268
|
}
|
|
1269
1269
|
};
|
|
1270
1270
|
const deserializeAws_json1_1DeleteNetworkProfileCommand = async (output, context) => {
|
|
@@ -1309,7 +1309,7 @@ const deserializeAws_json1_1DeleteNetworkProfileCommandError = async (output, co
|
|
|
1309
1309
|
$fault: "client",
|
|
1310
1310
|
$metadata: deserializeMetadata(output),
|
|
1311
1311
|
});
|
|
1312
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1312
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1313
1313
|
}
|
|
1314
1314
|
};
|
|
1315
1315
|
const deserializeAws_json1_1DeleteProjectCommand = async (output, context) => {
|
|
@@ -1354,7 +1354,7 @@ const deserializeAws_json1_1DeleteProjectCommandError = async (output, context)
|
|
|
1354
1354
|
$fault: "client",
|
|
1355
1355
|
$metadata: deserializeMetadata(output),
|
|
1356
1356
|
});
|
|
1357
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1357
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1358
1358
|
}
|
|
1359
1359
|
};
|
|
1360
1360
|
const deserializeAws_json1_1DeleteRemoteAccessSessionCommand = async (output, context) => {
|
|
@@ -1399,7 +1399,7 @@ const deserializeAws_json1_1DeleteRemoteAccessSessionCommandError = async (outpu
|
|
|
1399
1399
|
$fault: "client",
|
|
1400
1400
|
$metadata: deserializeMetadata(output),
|
|
1401
1401
|
});
|
|
1402
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1402
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1403
1403
|
}
|
|
1404
1404
|
};
|
|
1405
1405
|
const deserializeAws_json1_1DeleteRunCommand = async (output, context) => {
|
|
@@ -1444,7 +1444,7 @@ const deserializeAws_json1_1DeleteRunCommandError = async (output, context) => {
|
|
|
1444
1444
|
$fault: "client",
|
|
1445
1445
|
$metadata: deserializeMetadata(output),
|
|
1446
1446
|
});
|
|
1447
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1447
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1448
1448
|
}
|
|
1449
1449
|
};
|
|
1450
1450
|
const deserializeAws_json1_1DeleteTestGridProjectCommand = async (output, context) => {
|
|
@@ -1489,7 +1489,7 @@ const deserializeAws_json1_1DeleteTestGridProjectCommandError = async (output, c
|
|
|
1489
1489
|
$fault: "client",
|
|
1490
1490
|
$metadata: deserializeMetadata(output),
|
|
1491
1491
|
});
|
|
1492
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1492
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1493
1493
|
}
|
|
1494
1494
|
};
|
|
1495
1495
|
const deserializeAws_json1_1DeleteUploadCommand = async (output, context) => {
|
|
@@ -1534,7 +1534,7 @@ const deserializeAws_json1_1DeleteUploadCommandError = async (output, context) =
|
|
|
1534
1534
|
$fault: "client",
|
|
1535
1535
|
$metadata: deserializeMetadata(output),
|
|
1536
1536
|
});
|
|
1537
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1537
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1538
1538
|
}
|
|
1539
1539
|
};
|
|
1540
1540
|
const deserializeAws_json1_1DeleteVPCEConfigurationCommand = async (output, context) => {
|
|
@@ -1579,7 +1579,7 @@ const deserializeAws_json1_1DeleteVPCEConfigurationCommandError = async (output,
|
|
|
1579
1579
|
$fault: "client",
|
|
1580
1580
|
$metadata: deserializeMetadata(output),
|
|
1581
1581
|
});
|
|
1582
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1582
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1583
1583
|
}
|
|
1584
1584
|
};
|
|
1585
1585
|
const deserializeAws_json1_1GetAccountSettingsCommand = async (output, context) => {
|
|
@@ -1624,7 +1624,7 @@ const deserializeAws_json1_1GetAccountSettingsCommandError = async (output, cont
|
|
|
1624
1624
|
$fault: "client",
|
|
1625
1625
|
$metadata: deserializeMetadata(output),
|
|
1626
1626
|
});
|
|
1627
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1627
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1628
1628
|
}
|
|
1629
1629
|
};
|
|
1630
1630
|
const deserializeAws_json1_1GetDeviceCommand = async (output, context) => {
|
|
@@ -1669,7 +1669,7 @@ const deserializeAws_json1_1GetDeviceCommandError = async (output, context) => {
|
|
|
1669
1669
|
$fault: "client",
|
|
1670
1670
|
$metadata: deserializeMetadata(output),
|
|
1671
1671
|
});
|
|
1672
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1672
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1673
1673
|
}
|
|
1674
1674
|
};
|
|
1675
1675
|
const deserializeAws_json1_1GetDeviceInstanceCommand = async (output, context) => {
|
|
@@ -1714,7 +1714,7 @@ const deserializeAws_json1_1GetDeviceInstanceCommandError = async (output, conte
|
|
|
1714
1714
|
$fault: "client",
|
|
1715
1715
|
$metadata: deserializeMetadata(output),
|
|
1716
1716
|
});
|
|
1717
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1717
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1718
1718
|
}
|
|
1719
1719
|
};
|
|
1720
1720
|
const deserializeAws_json1_1GetDevicePoolCommand = async (output, context) => {
|
|
@@ -1759,7 +1759,7 @@ const deserializeAws_json1_1GetDevicePoolCommandError = async (output, context)
|
|
|
1759
1759
|
$fault: "client",
|
|
1760
1760
|
$metadata: deserializeMetadata(output),
|
|
1761
1761
|
});
|
|
1762
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1762
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1763
1763
|
}
|
|
1764
1764
|
};
|
|
1765
1765
|
const deserializeAws_json1_1GetDevicePoolCompatibilityCommand = async (output, context) => {
|
|
@@ -1804,7 +1804,7 @@ const deserializeAws_json1_1GetDevicePoolCompatibilityCommandError = async (outp
|
|
|
1804
1804
|
$fault: "client",
|
|
1805
1805
|
$metadata: deserializeMetadata(output),
|
|
1806
1806
|
});
|
|
1807
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1807
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1808
1808
|
}
|
|
1809
1809
|
};
|
|
1810
1810
|
const deserializeAws_json1_1GetInstanceProfileCommand = async (output, context) => {
|
|
@@ -1849,7 +1849,7 @@ const deserializeAws_json1_1GetInstanceProfileCommandError = async (output, cont
|
|
|
1849
1849
|
$fault: "client",
|
|
1850
1850
|
$metadata: deserializeMetadata(output),
|
|
1851
1851
|
});
|
|
1852
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1852
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1853
1853
|
}
|
|
1854
1854
|
};
|
|
1855
1855
|
const deserializeAws_json1_1GetJobCommand = async (output, context) => {
|
|
@@ -1894,7 +1894,7 @@ const deserializeAws_json1_1GetJobCommandError = async (output, context) => {
|
|
|
1894
1894
|
$fault: "client",
|
|
1895
1895
|
$metadata: deserializeMetadata(output),
|
|
1896
1896
|
});
|
|
1897
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1897
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1898
1898
|
}
|
|
1899
1899
|
};
|
|
1900
1900
|
const deserializeAws_json1_1GetNetworkProfileCommand = async (output, context) => {
|
|
@@ -1939,7 +1939,7 @@ const deserializeAws_json1_1GetNetworkProfileCommandError = async (output, conte
|
|
|
1939
1939
|
$fault: "client",
|
|
1940
1940
|
$metadata: deserializeMetadata(output),
|
|
1941
1941
|
});
|
|
1942
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1942
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1943
1943
|
}
|
|
1944
1944
|
};
|
|
1945
1945
|
const deserializeAws_json1_1GetOfferingStatusCommand = async (output, context) => {
|
|
@@ -1987,7 +1987,7 @@ const deserializeAws_json1_1GetOfferingStatusCommandError = async (output, conte
|
|
|
1987
1987
|
$fault: "client",
|
|
1988
1988
|
$metadata: deserializeMetadata(output),
|
|
1989
1989
|
});
|
|
1990
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1990
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1991
1991
|
}
|
|
1992
1992
|
};
|
|
1993
1993
|
const deserializeAws_json1_1GetProjectCommand = async (output, context) => {
|
|
@@ -2032,7 +2032,7 @@ const deserializeAws_json1_1GetProjectCommandError = async (output, context) =>
|
|
|
2032
2032
|
$fault: "client",
|
|
2033
2033
|
$metadata: deserializeMetadata(output),
|
|
2034
2034
|
});
|
|
2035
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2035
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2036
2036
|
}
|
|
2037
2037
|
};
|
|
2038
2038
|
const deserializeAws_json1_1GetRemoteAccessSessionCommand = async (output, context) => {
|
|
@@ -2077,7 +2077,7 @@ const deserializeAws_json1_1GetRemoteAccessSessionCommandError = async (output,
|
|
|
2077
2077
|
$fault: "client",
|
|
2078
2078
|
$metadata: deserializeMetadata(output),
|
|
2079
2079
|
});
|
|
2080
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2080
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2081
2081
|
}
|
|
2082
2082
|
};
|
|
2083
2083
|
const deserializeAws_json1_1GetRunCommand = async (output, context) => {
|
|
@@ -2122,7 +2122,7 @@ const deserializeAws_json1_1GetRunCommandError = async (output, context) => {
|
|
|
2122
2122
|
$fault: "client",
|
|
2123
2123
|
$metadata: deserializeMetadata(output),
|
|
2124
2124
|
});
|
|
2125
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2125
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2126
2126
|
}
|
|
2127
2127
|
};
|
|
2128
2128
|
const deserializeAws_json1_1GetSuiteCommand = async (output, context) => {
|
|
@@ -2167,7 +2167,7 @@ const deserializeAws_json1_1GetSuiteCommandError = async (output, context) => {
|
|
|
2167
2167
|
$fault: "client",
|
|
2168
2168
|
$metadata: deserializeMetadata(output),
|
|
2169
2169
|
});
|
|
2170
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2170
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2171
2171
|
}
|
|
2172
2172
|
};
|
|
2173
2173
|
const deserializeAws_json1_1GetTestCommand = async (output, context) => {
|
|
@@ -2212,7 +2212,7 @@ const deserializeAws_json1_1GetTestCommandError = async (output, context) => {
|
|
|
2212
2212
|
$fault: "client",
|
|
2213
2213
|
$metadata: deserializeMetadata(output),
|
|
2214
2214
|
});
|
|
2215
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2215
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2216
2216
|
}
|
|
2217
2217
|
};
|
|
2218
2218
|
const deserializeAws_json1_1GetTestGridProjectCommand = async (output, context) => {
|
|
@@ -2254,7 +2254,7 @@ const deserializeAws_json1_1GetTestGridProjectCommandError = async (output, cont
|
|
|
2254
2254
|
$fault: "client",
|
|
2255
2255
|
$metadata: deserializeMetadata(output),
|
|
2256
2256
|
});
|
|
2257
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2257
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2258
2258
|
}
|
|
2259
2259
|
};
|
|
2260
2260
|
const deserializeAws_json1_1GetTestGridSessionCommand = async (output, context) => {
|
|
@@ -2296,7 +2296,7 @@ const deserializeAws_json1_1GetTestGridSessionCommandError = async (output, cont
|
|
|
2296
2296
|
$fault: "client",
|
|
2297
2297
|
$metadata: deserializeMetadata(output),
|
|
2298
2298
|
});
|
|
2299
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2299
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2300
2300
|
}
|
|
2301
2301
|
};
|
|
2302
2302
|
const deserializeAws_json1_1GetUploadCommand = async (output, context) => {
|
|
@@ -2341,7 +2341,7 @@ const deserializeAws_json1_1GetUploadCommandError = async (output, context) => {
|
|
|
2341
2341
|
$fault: "client",
|
|
2342
2342
|
$metadata: deserializeMetadata(output),
|
|
2343
2343
|
});
|
|
2344
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2344
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2345
2345
|
}
|
|
2346
2346
|
};
|
|
2347
2347
|
const deserializeAws_json1_1GetVPCEConfigurationCommand = async (output, context) => {
|
|
@@ -2383,7 +2383,7 @@ const deserializeAws_json1_1GetVPCEConfigurationCommandError = async (output, co
|
|
|
2383
2383
|
$fault: "client",
|
|
2384
2384
|
$metadata: deserializeMetadata(output),
|
|
2385
2385
|
});
|
|
2386
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2386
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2387
2387
|
}
|
|
2388
2388
|
};
|
|
2389
2389
|
const deserializeAws_json1_1InstallToRemoteAccessSessionCommand = async (output, context) => {
|
|
@@ -2428,7 +2428,7 @@ const deserializeAws_json1_1InstallToRemoteAccessSessionCommandError = async (ou
|
|
|
2428
2428
|
$fault: "client",
|
|
2429
2429
|
$metadata: deserializeMetadata(output),
|
|
2430
2430
|
});
|
|
2431
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2431
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2432
2432
|
}
|
|
2433
2433
|
};
|
|
2434
2434
|
const deserializeAws_json1_1ListArtifactsCommand = async (output, context) => {
|
|
@@ -2473,7 +2473,7 @@ const deserializeAws_json1_1ListArtifactsCommandError = async (output, context)
|
|
|
2473
2473
|
$fault: "client",
|
|
2474
2474
|
$metadata: deserializeMetadata(output),
|
|
2475
2475
|
});
|
|
2476
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2476
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2477
2477
|
}
|
|
2478
2478
|
};
|
|
2479
2479
|
const deserializeAws_json1_1ListDeviceInstancesCommand = async (output, context) => {
|
|
@@ -2518,7 +2518,7 @@ const deserializeAws_json1_1ListDeviceInstancesCommandError = async (output, con
|
|
|
2518
2518
|
$fault: "client",
|
|
2519
2519
|
$metadata: deserializeMetadata(output),
|
|
2520
2520
|
});
|
|
2521
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2521
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2522
2522
|
}
|
|
2523
2523
|
};
|
|
2524
2524
|
const deserializeAws_json1_1ListDevicePoolsCommand = async (output, context) => {
|
|
@@ -2563,7 +2563,7 @@ const deserializeAws_json1_1ListDevicePoolsCommandError = async (output, context
|
|
|
2563
2563
|
$fault: "client",
|
|
2564
2564
|
$metadata: deserializeMetadata(output),
|
|
2565
2565
|
});
|
|
2566
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2566
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2567
2567
|
}
|
|
2568
2568
|
};
|
|
2569
2569
|
const deserializeAws_json1_1ListDevicesCommand = async (output, context) => {
|
|
@@ -2608,7 +2608,7 @@ const deserializeAws_json1_1ListDevicesCommandError = async (output, context) =>
|
|
|
2608
2608
|
$fault: "client",
|
|
2609
2609
|
$metadata: deserializeMetadata(output),
|
|
2610
2610
|
});
|
|
2611
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2611
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2612
2612
|
}
|
|
2613
2613
|
};
|
|
2614
2614
|
const deserializeAws_json1_1ListInstanceProfilesCommand = async (output, context) => {
|
|
@@ -2653,7 +2653,7 @@ const deserializeAws_json1_1ListInstanceProfilesCommandError = async (output, co
|
|
|
2653
2653
|
$fault: "client",
|
|
2654
2654
|
$metadata: deserializeMetadata(output),
|
|
2655
2655
|
});
|
|
2656
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2656
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2657
2657
|
}
|
|
2658
2658
|
};
|
|
2659
2659
|
const deserializeAws_json1_1ListJobsCommand = async (output, context) => {
|
|
@@ -2698,7 +2698,7 @@ const deserializeAws_json1_1ListJobsCommandError = async (output, context) => {
|
|
|
2698
2698
|
$fault: "client",
|
|
2699
2699
|
$metadata: deserializeMetadata(output),
|
|
2700
2700
|
});
|
|
2701
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2701
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2702
2702
|
}
|
|
2703
2703
|
};
|
|
2704
2704
|
const deserializeAws_json1_1ListNetworkProfilesCommand = async (output, context) => {
|
|
@@ -2743,7 +2743,7 @@ const deserializeAws_json1_1ListNetworkProfilesCommandError = async (output, con
|
|
|
2743
2743
|
$fault: "client",
|
|
2744
2744
|
$metadata: deserializeMetadata(output),
|
|
2745
2745
|
});
|
|
2746
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2746
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2747
2747
|
}
|
|
2748
2748
|
};
|
|
2749
2749
|
const deserializeAws_json1_1ListOfferingPromotionsCommand = async (output, context) => {
|
|
@@ -2791,7 +2791,7 @@ const deserializeAws_json1_1ListOfferingPromotionsCommandError = async (output,
|
|
|
2791
2791
|
$fault: "client",
|
|
2792
2792
|
$metadata: deserializeMetadata(output),
|
|
2793
2793
|
});
|
|
2794
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2794
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2795
2795
|
}
|
|
2796
2796
|
};
|
|
2797
2797
|
const deserializeAws_json1_1ListOfferingsCommand = async (output, context) => {
|
|
@@ -2839,7 +2839,7 @@ const deserializeAws_json1_1ListOfferingsCommandError = async (output, context)
|
|
|
2839
2839
|
$fault: "client",
|
|
2840
2840
|
$metadata: deserializeMetadata(output),
|
|
2841
2841
|
});
|
|
2842
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2842
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2843
2843
|
}
|
|
2844
2844
|
};
|
|
2845
2845
|
const deserializeAws_json1_1ListOfferingTransactionsCommand = async (output, context) => {
|
|
@@ -2887,7 +2887,7 @@ const deserializeAws_json1_1ListOfferingTransactionsCommandError = async (output
|
|
|
2887
2887
|
$fault: "client",
|
|
2888
2888
|
$metadata: deserializeMetadata(output),
|
|
2889
2889
|
});
|
|
2890
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2890
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2891
2891
|
}
|
|
2892
2892
|
};
|
|
2893
2893
|
const deserializeAws_json1_1ListProjectsCommand = async (output, context) => {
|
|
@@ -2932,7 +2932,7 @@ const deserializeAws_json1_1ListProjectsCommandError = async (output, context) =
|
|
|
2932
2932
|
$fault: "client",
|
|
2933
2933
|
$metadata: deserializeMetadata(output),
|
|
2934
2934
|
});
|
|
2935
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2935
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2936
2936
|
}
|
|
2937
2937
|
};
|
|
2938
2938
|
const deserializeAws_json1_1ListRemoteAccessSessionsCommand = async (output, context) => {
|
|
@@ -2977,7 +2977,7 @@ const deserializeAws_json1_1ListRemoteAccessSessionsCommandError = async (output
|
|
|
2977
2977
|
$fault: "client",
|
|
2978
2978
|
$metadata: deserializeMetadata(output),
|
|
2979
2979
|
});
|
|
2980
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2980
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2981
2981
|
}
|
|
2982
2982
|
};
|
|
2983
2983
|
const deserializeAws_json1_1ListRunsCommand = async (output, context) => {
|
|
@@ -3022,7 +3022,7 @@ const deserializeAws_json1_1ListRunsCommandError = async (output, context) => {
|
|
|
3022
3022
|
$fault: "client",
|
|
3023
3023
|
$metadata: deserializeMetadata(output),
|
|
3024
3024
|
});
|
|
3025
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
3025
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
3026
3026
|
}
|
|
3027
3027
|
};
|
|
3028
3028
|
const deserializeAws_json1_1ListSamplesCommand = async (output, context) => {
|
|
@@ -3067,7 +3067,7 @@ const deserializeAws_json1_1ListSamplesCommandError = async (output, context) =>
|
|
|
3067
3067
|
$fault: "client",
|
|
3068
3068
|
$metadata: deserializeMetadata(output),
|
|
3069
3069
|
});
|
|
3070
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
3070
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
3071
3071
|
}
|
|
3072
3072
|
};
|
|
3073
3073
|
const deserializeAws_json1_1ListSuitesCommand = async (output, context) => {
|
|
@@ -3112,7 +3112,7 @@ const deserializeAws_json1_1ListSuitesCommandError = async (output, context) =>
|
|
|
3112
3112
|
$fault: "client",
|
|
3113
3113
|
$metadata: deserializeMetadata(output),
|
|
3114
3114
|
});
|
|
3115
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
3115
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
3116
3116
|
}
|
|
3117
3117
|
};
|
|
3118
3118
|
const deserializeAws_json1_1ListTagsForResourceCommand = async (output, context) => {
|
|
@@ -3154,7 +3154,7 @@ const deserializeAws_json1_1ListTagsForResourceCommandError = async (output, con
|
|
|
3154
3154
|
$fault: "client",
|
|
3155
3155
|
$metadata: deserializeMetadata(output),
|
|
3156
3156
|
});
|
|
3157
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
3157
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
3158
3158
|
}
|
|
3159
3159
|
};
|
|
3160
3160
|
const deserializeAws_json1_1ListTestGridProjectsCommand = async (output, context) => {
|
|
@@ -3193,7 +3193,7 @@ const deserializeAws_json1_1ListTestGridProjectsCommandError = async (output, co
|
|
|
3193
3193
|
$fault: "client",
|
|
3194
3194
|
$metadata: deserializeMetadata(output),
|
|
3195
3195
|
});
|
|
3196
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
3196
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
3197
3197
|
}
|
|
3198
3198
|
};
|
|
3199
3199
|
const deserializeAws_json1_1ListTestGridSessionActionsCommand = async (output, context) => {
|
|
@@ -3235,7 +3235,7 @@ const deserializeAws_json1_1ListTestGridSessionActionsCommandError = async (outp
|
|
|
3235
3235
|
$fault: "client",
|
|
3236
3236
|
$metadata: deserializeMetadata(output),
|
|
3237
3237
|
});
|
|
3238
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
3238
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
3239
3239
|
}
|
|
3240
3240
|
};
|
|
3241
3241
|
const deserializeAws_json1_1ListTestGridSessionArtifactsCommand = async (output, context) => {
|
|
@@ -3277,7 +3277,7 @@ const deserializeAws_json1_1ListTestGridSessionArtifactsCommandError = async (ou
|
|
|
3277
3277
|
$fault: "client",
|
|
3278
3278
|
$metadata: deserializeMetadata(output),
|
|
3279
3279
|
});
|
|
3280
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
3280
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
3281
3281
|
}
|
|
3282
3282
|
};
|
|
3283
3283
|
const deserializeAws_json1_1ListTestGridSessionsCommand = async (output, context) => {
|
|
@@ -3319,7 +3319,7 @@ const deserializeAws_json1_1ListTestGridSessionsCommandError = async (output, co
|
|
|
3319
3319
|
$fault: "client",
|
|
3320
3320
|
$metadata: deserializeMetadata(output),
|
|
3321
3321
|
});
|
|
3322
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
3322
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
3323
3323
|
}
|
|
3324
3324
|
};
|
|
3325
3325
|
const deserializeAws_json1_1ListTestsCommand = async (output, context) => {
|
|
@@ -3364,7 +3364,7 @@ const deserializeAws_json1_1ListTestsCommandError = async (output, context) => {
|
|
|
3364
3364
|
$fault: "client",
|
|
3365
3365
|
$metadata: deserializeMetadata(output),
|
|
3366
3366
|
});
|
|
3367
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
3367
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
3368
3368
|
}
|
|
3369
3369
|
};
|
|
3370
3370
|
const deserializeAws_json1_1ListUniqueProblemsCommand = async (output, context) => {
|
|
@@ -3409,7 +3409,7 @@ const deserializeAws_json1_1ListUniqueProblemsCommandError = async (output, cont
|
|
|
3409
3409
|
$fault: "client",
|
|
3410
3410
|
$metadata: deserializeMetadata(output),
|
|
3411
3411
|
});
|
|
3412
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
3412
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
3413
3413
|
}
|
|
3414
3414
|
};
|
|
3415
3415
|
const deserializeAws_json1_1ListUploadsCommand = async (output, context) => {
|
|
@@ -3454,7 +3454,7 @@ const deserializeAws_json1_1ListUploadsCommandError = async (output, context) =>
|
|
|
3454
3454
|
$fault: "client",
|
|
3455
3455
|
$metadata: deserializeMetadata(output),
|
|
3456
3456
|
});
|
|
3457
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
3457
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
3458
3458
|
}
|
|
3459
3459
|
};
|
|
3460
3460
|
const deserializeAws_json1_1ListVPCEConfigurationsCommand = async (output, context) => {
|
|
@@ -3493,7 +3493,7 @@ const deserializeAws_json1_1ListVPCEConfigurationsCommandError = async (output,
|
|
|
3493
3493
|
$fault: "client",
|
|
3494
3494
|
$metadata: deserializeMetadata(output),
|
|
3495
3495
|
});
|
|
3496
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
3496
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
3497
3497
|
}
|
|
3498
3498
|
};
|
|
3499
3499
|
const deserializeAws_json1_1PurchaseOfferingCommand = async (output, context) => {
|
|
@@ -3541,7 +3541,7 @@ const deserializeAws_json1_1PurchaseOfferingCommandError = async (output, contex
|
|
|
3541
3541
|
$fault: "client",
|
|
3542
3542
|
$metadata: deserializeMetadata(output),
|
|
3543
3543
|
});
|
|
3544
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
3544
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
3545
3545
|
}
|
|
3546
3546
|
};
|
|
3547
3547
|
const deserializeAws_json1_1RenewOfferingCommand = async (output, context) => {
|
|
@@ -3589,7 +3589,7 @@ const deserializeAws_json1_1RenewOfferingCommandError = async (output, context)
|
|
|
3589
3589
|
$fault: "client",
|
|
3590
3590
|
$metadata: deserializeMetadata(output),
|
|
3591
3591
|
});
|
|
3592
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
3592
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
3593
3593
|
}
|
|
3594
3594
|
};
|
|
3595
3595
|
const deserializeAws_json1_1ScheduleRunCommand = async (output, context) => {
|
|
@@ -3637,7 +3637,7 @@ const deserializeAws_json1_1ScheduleRunCommandError = async (output, context) =>
|
|
|
3637
3637
|
$fault: "client",
|
|
3638
3638
|
$metadata: deserializeMetadata(output),
|
|
3639
3639
|
});
|
|
3640
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
3640
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
3641
3641
|
}
|
|
3642
3642
|
};
|
|
3643
3643
|
const deserializeAws_json1_1StopJobCommand = async (output, context) => {
|
|
@@ -3682,7 +3682,7 @@ const deserializeAws_json1_1StopJobCommandError = async (output, context) => {
|
|
|
3682
3682
|
$fault: "client",
|
|
3683
3683
|
$metadata: deserializeMetadata(output),
|
|
3684
3684
|
});
|
|
3685
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
3685
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
3686
3686
|
}
|
|
3687
3687
|
};
|
|
3688
3688
|
const deserializeAws_json1_1StopRemoteAccessSessionCommand = async (output, context) => {
|
|
@@ -3727,7 +3727,7 @@ const deserializeAws_json1_1StopRemoteAccessSessionCommandError = async (output,
|
|
|
3727
3727
|
$fault: "client",
|
|
3728
3728
|
$metadata: deserializeMetadata(output),
|
|
3729
3729
|
});
|
|
3730
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
3730
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
3731
3731
|
}
|
|
3732
3732
|
};
|
|
3733
3733
|
const deserializeAws_json1_1StopRunCommand = async (output, context) => {
|
|
@@ -3772,7 +3772,7 @@ const deserializeAws_json1_1StopRunCommandError = async (output, context) => {
|
|
|
3772
3772
|
$fault: "client",
|
|
3773
3773
|
$metadata: deserializeMetadata(output),
|
|
3774
3774
|
});
|
|
3775
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
3775
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
3776
3776
|
}
|
|
3777
3777
|
};
|
|
3778
3778
|
const deserializeAws_json1_1TagResourceCommand = async (output, context) => {
|
|
@@ -3820,7 +3820,7 @@ const deserializeAws_json1_1TagResourceCommandError = async (output, context) =>
|
|
|
3820
3820
|
$fault: "client",
|
|
3821
3821
|
$metadata: deserializeMetadata(output),
|
|
3822
3822
|
});
|
|
3823
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
3823
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
3824
3824
|
}
|
|
3825
3825
|
};
|
|
3826
3826
|
const deserializeAws_json1_1UntagResourceCommand = async (output, context) => {
|
|
@@ -3862,7 +3862,7 @@ const deserializeAws_json1_1UntagResourceCommandError = async (output, context)
|
|
|
3862
3862
|
$fault: "client",
|
|
3863
3863
|
$metadata: deserializeMetadata(output),
|
|
3864
3864
|
});
|
|
3865
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
3865
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
3866
3866
|
}
|
|
3867
3867
|
};
|
|
3868
3868
|
const deserializeAws_json1_1UpdateDeviceInstanceCommand = async (output, context) => {
|
|
@@ -3907,7 +3907,7 @@ const deserializeAws_json1_1UpdateDeviceInstanceCommandError = async (output, co
|
|
|
3907
3907
|
$fault: "client",
|
|
3908
3908
|
$metadata: deserializeMetadata(output),
|
|
3909
3909
|
});
|
|
3910
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
3910
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
3911
3911
|
}
|
|
3912
3912
|
};
|
|
3913
3913
|
const deserializeAws_json1_1UpdateDevicePoolCommand = async (output, context) => {
|
|
@@ -3952,7 +3952,7 @@ const deserializeAws_json1_1UpdateDevicePoolCommandError = async (output, contex
|
|
|
3952
3952
|
$fault: "client",
|
|
3953
3953
|
$metadata: deserializeMetadata(output),
|
|
3954
3954
|
});
|
|
3955
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
3955
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
3956
3956
|
}
|
|
3957
3957
|
};
|
|
3958
3958
|
const deserializeAws_json1_1UpdateInstanceProfileCommand = async (output, context) => {
|
|
@@ -3997,7 +3997,7 @@ const deserializeAws_json1_1UpdateInstanceProfileCommandError = async (output, c
|
|
|
3997
3997
|
$fault: "client",
|
|
3998
3998
|
$metadata: deserializeMetadata(output),
|
|
3999
3999
|
});
|
|
4000
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
4000
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
4001
4001
|
}
|
|
4002
4002
|
};
|
|
4003
4003
|
const deserializeAws_json1_1UpdateNetworkProfileCommand = async (output, context) => {
|
|
@@ -4042,7 +4042,7 @@ const deserializeAws_json1_1UpdateNetworkProfileCommandError = async (output, co
|
|
|
4042
4042
|
$fault: "client",
|
|
4043
4043
|
$metadata: deserializeMetadata(output),
|
|
4044
4044
|
});
|
|
4045
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
4045
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
4046
4046
|
}
|
|
4047
4047
|
};
|
|
4048
4048
|
const deserializeAws_json1_1UpdateProjectCommand = async (output, context) => {
|
|
@@ -4087,7 +4087,7 @@ const deserializeAws_json1_1UpdateProjectCommandError = async (output, context)
|
|
|
4087
4087
|
$fault: "client",
|
|
4088
4088
|
$metadata: deserializeMetadata(output),
|
|
4089
4089
|
});
|
|
4090
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
4090
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
4091
4091
|
}
|
|
4092
4092
|
};
|
|
4093
4093
|
const deserializeAws_json1_1UpdateTestGridProjectCommand = async (output, context) => {
|
|
@@ -4132,7 +4132,7 @@ const deserializeAws_json1_1UpdateTestGridProjectCommandError = async (output, c
|
|
|
4132
4132
|
$fault: "client",
|
|
4133
4133
|
$metadata: deserializeMetadata(output),
|
|
4134
4134
|
});
|
|
4135
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
4135
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
4136
4136
|
}
|
|
4137
4137
|
};
|
|
4138
4138
|
const deserializeAws_json1_1UpdateUploadCommand = async (output, context) => {
|
|
@@ -4177,7 +4177,7 @@ const deserializeAws_json1_1UpdateUploadCommandError = async (output, context) =
|
|
|
4177
4177
|
$fault: "client",
|
|
4178
4178
|
$metadata: deserializeMetadata(output),
|
|
4179
4179
|
});
|
|
4180
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
4180
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
4181
4181
|
}
|
|
4182
4182
|
};
|
|
4183
4183
|
const deserializeAws_json1_1UpdateVPCEConfigurationCommand = async (output, context) => {
|
|
@@ -4222,7 +4222,7 @@ const deserializeAws_json1_1UpdateVPCEConfigurationCommandError = async (output,
|
|
|
4222
4222
|
$fault: "client",
|
|
4223
4223
|
$metadata: deserializeMetadata(output),
|
|
4224
4224
|
});
|
|
4225
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
4225
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
4226
4226
|
}
|
|
4227
4227
|
};
|
|
4228
4228
|
const deserializeAws_json1_1ArgumentExceptionResponse = async (parsedOutput, context) => {
|
|
@@ -4232,7 +4232,7 @@ const deserializeAws_json1_1ArgumentExceptionResponse = async (parsedOutput, con
|
|
|
4232
4232
|
$metadata: deserializeMetadata(parsedOutput),
|
|
4233
4233
|
...deserialized,
|
|
4234
4234
|
});
|
|
4235
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
4235
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
4236
4236
|
};
|
|
4237
4237
|
const deserializeAws_json1_1CannotDeleteExceptionResponse = async (parsedOutput, context) => {
|
|
4238
4238
|
const body = parsedOutput.body;
|
|
@@ -4241,7 +4241,7 @@ const deserializeAws_json1_1CannotDeleteExceptionResponse = async (parsedOutput,
|
|
|
4241
4241
|
$metadata: deserializeMetadata(parsedOutput),
|
|
4242
4242
|
...deserialized,
|
|
4243
4243
|
});
|
|
4244
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
4244
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
4245
4245
|
};
|
|
4246
4246
|
const deserializeAws_json1_1IdempotencyExceptionResponse = async (parsedOutput, context) => {
|
|
4247
4247
|
const body = parsedOutput.body;
|
|
@@ -4250,7 +4250,7 @@ const deserializeAws_json1_1IdempotencyExceptionResponse = async (parsedOutput,
|
|
|
4250
4250
|
$metadata: deserializeMetadata(parsedOutput),
|
|
4251
4251
|
...deserialized,
|
|
4252
4252
|
});
|
|
4253
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
4253
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
4254
4254
|
};
|
|
4255
4255
|
const deserializeAws_json1_1InternalServiceExceptionResponse = async (parsedOutput, context) => {
|
|
4256
4256
|
const body = parsedOutput.body;
|
|
@@ -4259,7 +4259,7 @@ const deserializeAws_json1_1InternalServiceExceptionResponse = async (parsedOutp
|
|
|
4259
4259
|
$metadata: deserializeMetadata(parsedOutput),
|
|
4260
4260
|
...deserialized,
|
|
4261
4261
|
});
|
|
4262
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
4262
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
4263
4263
|
};
|
|
4264
4264
|
const deserializeAws_json1_1InvalidOperationExceptionResponse = async (parsedOutput, context) => {
|
|
4265
4265
|
const body = parsedOutput.body;
|
|
@@ -4268,7 +4268,7 @@ const deserializeAws_json1_1InvalidOperationExceptionResponse = async (parsedOut
|
|
|
4268
4268
|
$metadata: deserializeMetadata(parsedOutput),
|
|
4269
4269
|
...deserialized,
|
|
4270
4270
|
});
|
|
4271
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
4271
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
4272
4272
|
};
|
|
4273
4273
|
const deserializeAws_json1_1LimitExceededExceptionResponse = async (parsedOutput, context) => {
|
|
4274
4274
|
const body = parsedOutput.body;
|
|
@@ -4277,7 +4277,7 @@ const deserializeAws_json1_1LimitExceededExceptionResponse = async (parsedOutput
|
|
|
4277
4277
|
$metadata: deserializeMetadata(parsedOutput),
|
|
4278
4278
|
...deserialized,
|
|
4279
4279
|
});
|
|
4280
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
4280
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
4281
4281
|
};
|
|
4282
4282
|
const deserializeAws_json1_1NotEligibleExceptionResponse = async (parsedOutput, context) => {
|
|
4283
4283
|
const body = parsedOutput.body;
|
|
@@ -4286,7 +4286,7 @@ const deserializeAws_json1_1NotEligibleExceptionResponse = async (parsedOutput,
|
|
|
4286
4286
|
$metadata: deserializeMetadata(parsedOutput),
|
|
4287
4287
|
...deserialized,
|
|
4288
4288
|
});
|
|
4289
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
4289
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
4290
4290
|
};
|
|
4291
4291
|
const deserializeAws_json1_1NotFoundExceptionResponse = async (parsedOutput, context) => {
|
|
4292
4292
|
const body = parsedOutput.body;
|
|
@@ -4295,7 +4295,7 @@ const deserializeAws_json1_1NotFoundExceptionResponse = async (parsedOutput, con
|
|
|
4295
4295
|
$metadata: deserializeMetadata(parsedOutput),
|
|
4296
4296
|
...deserialized,
|
|
4297
4297
|
});
|
|
4298
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
4298
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
4299
4299
|
};
|
|
4300
4300
|
const deserializeAws_json1_1ServiceAccountExceptionResponse = async (parsedOutput, context) => {
|
|
4301
4301
|
const body = parsedOutput.body;
|
|
@@ -4304,7 +4304,7 @@ const deserializeAws_json1_1ServiceAccountExceptionResponse = async (parsedOutpu
|
|
|
4304
4304
|
$metadata: deserializeMetadata(parsedOutput),
|
|
4305
4305
|
...deserialized,
|
|
4306
4306
|
});
|
|
4307
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
4307
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
4308
4308
|
};
|
|
4309
4309
|
const deserializeAws_json1_1TagOperationExceptionResponse = async (parsedOutput, context) => {
|
|
4310
4310
|
const body = parsedOutput.body;
|
|
@@ -4313,7 +4313,7 @@ const deserializeAws_json1_1TagOperationExceptionResponse = async (parsedOutput,
|
|
|
4313
4313
|
$metadata: deserializeMetadata(parsedOutput),
|
|
4314
4314
|
...deserialized,
|
|
4315
4315
|
});
|
|
4316
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
4316
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
4317
4317
|
};
|
|
4318
4318
|
const deserializeAws_json1_1TagPolicyExceptionResponse = async (parsedOutput, context) => {
|
|
4319
4319
|
const body = parsedOutput.body;
|
|
@@ -4322,7 +4322,7 @@ const deserializeAws_json1_1TagPolicyExceptionResponse = async (parsedOutput, co
|
|
|
4322
4322
|
$metadata: deserializeMetadata(parsedOutput),
|
|
4323
4323
|
...deserialized,
|
|
4324
4324
|
});
|
|
4325
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
4325
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
4326
4326
|
};
|
|
4327
4327
|
const deserializeAws_json1_1TooManyTagsExceptionResponse = async (parsedOutput, context) => {
|
|
4328
4328
|
const body = parsedOutput.body;
|
|
@@ -4331,7 +4331,7 @@ const deserializeAws_json1_1TooManyTagsExceptionResponse = async (parsedOutput,
|
|
|
4331
4331
|
$metadata: deserializeMetadata(parsedOutput),
|
|
4332
4332
|
...deserialized,
|
|
4333
4333
|
});
|
|
4334
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
4334
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
4335
4335
|
};
|
|
4336
4336
|
const serializeAws_json1_1AmazonResourceNames = (input, context) => {
|
|
4337
4337
|
return input
|
|
@@ -4878,8 +4878,8 @@ const serializeAws_json1_1ListVPCEConfigurationsRequest = (input, context) => {
|
|
|
4878
4878
|
};
|
|
4879
4879
|
const serializeAws_json1_1Location = (input, context) => {
|
|
4880
4880
|
return {
|
|
4881
|
-
...(input.latitude !== undefined && input.latitude !== null && { latitude: smithy_client_1.serializeFloat(input.latitude) }),
|
|
4882
|
-
...(input.longitude !== undefined && input.longitude !== null && { longitude: smithy_client_1.serializeFloat(input.longitude) }),
|
|
4881
|
+
...(input.latitude !== undefined && input.latitude !== null && { latitude: (0, smithy_client_1.serializeFloat)(input.latitude) }),
|
|
4882
|
+
...(input.longitude !== undefined && input.longitude !== null && { longitude: (0, smithy_client_1.serializeFloat)(input.longitude) }),
|
|
4883
4883
|
};
|
|
4884
4884
|
};
|
|
4885
4885
|
const serializeAws_json1_1PackageIds = (input, context) => {
|
|
@@ -5186,13 +5186,13 @@ const serializeAws_json1_1UpdateVPCEConfigurationRequest = (input, context) => {
|
|
|
5186
5186
|
};
|
|
5187
5187
|
const deserializeAws_json1_1AccountSettings = (output, context) => {
|
|
5188
5188
|
return {
|
|
5189
|
-
awsAccountNumber: smithy_client_1.expectString(output.awsAccountNumber),
|
|
5190
|
-
defaultJobTimeoutMinutes: smithy_client_1.expectInt32(output.defaultJobTimeoutMinutes),
|
|
5191
|
-
maxJobTimeoutMinutes: smithy_client_1.expectInt32(output.maxJobTimeoutMinutes),
|
|
5189
|
+
awsAccountNumber: (0, smithy_client_1.expectString)(output.awsAccountNumber),
|
|
5190
|
+
defaultJobTimeoutMinutes: (0, smithy_client_1.expectInt32)(output.defaultJobTimeoutMinutes),
|
|
5191
|
+
maxJobTimeoutMinutes: (0, smithy_client_1.expectInt32)(output.maxJobTimeoutMinutes),
|
|
5192
5192
|
maxSlots: output.maxSlots !== undefined && output.maxSlots !== null
|
|
5193
5193
|
? deserializeAws_json1_1MaxSlotMap(output.maxSlots, context)
|
|
5194
5194
|
: undefined,
|
|
5195
|
-
skipAppResign: smithy_client_1.expectBoolean(output.skipAppResign),
|
|
5195
|
+
skipAppResign: (0, smithy_client_1.expectBoolean)(output.skipAppResign),
|
|
5196
5196
|
trialMinutes: output.trialMinutes !== undefined && output.trialMinutes !== null
|
|
5197
5197
|
? deserializeAws_json1_1TrialMinutes(output.trialMinutes, context)
|
|
5198
5198
|
: undefined,
|
|
@@ -5211,22 +5211,22 @@ const deserializeAws_json1_1AndroidPaths = (output, context) => {
|
|
|
5211
5211
|
if (entry === null) {
|
|
5212
5212
|
return null;
|
|
5213
5213
|
}
|
|
5214
|
-
return smithy_client_1.expectString(entry);
|
|
5214
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
5215
5215
|
});
|
|
5216
5216
|
return retVal;
|
|
5217
5217
|
};
|
|
5218
5218
|
const deserializeAws_json1_1ArgumentException = (output, context) => {
|
|
5219
5219
|
return {
|
|
5220
|
-
message: smithy_client_1.expectString(output.message),
|
|
5220
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5221
5221
|
};
|
|
5222
5222
|
};
|
|
5223
5223
|
const deserializeAws_json1_1Artifact = (output, context) => {
|
|
5224
5224
|
return {
|
|
5225
|
-
arn: smithy_client_1.expectString(output.arn),
|
|
5226
|
-
extension: smithy_client_1.expectString(output.extension),
|
|
5227
|
-
name: smithy_client_1.expectString(output.name),
|
|
5228
|
-
type: smithy_client_1.expectString(output.type),
|
|
5229
|
-
url: smithy_client_1.expectString(output.url),
|
|
5225
|
+
arn: (0, smithy_client_1.expectString)(output.arn),
|
|
5226
|
+
extension: (0, smithy_client_1.expectString)(output.extension),
|
|
5227
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
5228
|
+
type: (0, smithy_client_1.expectString)(output.type),
|
|
5229
|
+
url: (0, smithy_client_1.expectString)(output.url),
|
|
5230
5230
|
};
|
|
5231
5231
|
};
|
|
5232
5232
|
const deserializeAws_json1_1Artifacts = (output, context) => {
|
|
@@ -5242,25 +5242,25 @@ const deserializeAws_json1_1Artifacts = (output, context) => {
|
|
|
5242
5242
|
};
|
|
5243
5243
|
const deserializeAws_json1_1CannotDeleteException = (output, context) => {
|
|
5244
5244
|
return {
|
|
5245
|
-
message: smithy_client_1.expectString(output.message),
|
|
5245
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5246
5246
|
};
|
|
5247
5247
|
};
|
|
5248
5248
|
const deserializeAws_json1_1Counters = (output, context) => {
|
|
5249
5249
|
return {
|
|
5250
|
-
errored: smithy_client_1.expectInt32(output.errored),
|
|
5251
|
-
failed: smithy_client_1.expectInt32(output.failed),
|
|
5252
|
-
passed: smithy_client_1.expectInt32(output.passed),
|
|
5253
|
-
skipped: smithy_client_1.expectInt32(output.skipped),
|
|
5254
|
-
stopped: smithy_client_1.expectInt32(output.stopped),
|
|
5255
|
-
total: smithy_client_1.expectInt32(output.total),
|
|
5256
|
-
warned: smithy_client_1.expectInt32(output.warned),
|
|
5250
|
+
errored: (0, smithy_client_1.expectInt32)(output.errored),
|
|
5251
|
+
failed: (0, smithy_client_1.expectInt32)(output.failed),
|
|
5252
|
+
passed: (0, smithy_client_1.expectInt32)(output.passed),
|
|
5253
|
+
skipped: (0, smithy_client_1.expectInt32)(output.skipped),
|
|
5254
|
+
stopped: (0, smithy_client_1.expectInt32)(output.stopped),
|
|
5255
|
+
total: (0, smithy_client_1.expectInt32)(output.total),
|
|
5256
|
+
warned: (0, smithy_client_1.expectInt32)(output.warned),
|
|
5257
5257
|
};
|
|
5258
5258
|
};
|
|
5259
5259
|
const deserializeAws_json1_1CPU = (output, context) => {
|
|
5260
5260
|
return {
|
|
5261
|
-
architecture: smithy_client_1.expectString(output.architecture),
|
|
5262
|
-
clock: smithy_client_1.limitedParseDouble(output.clock),
|
|
5263
|
-
frequency: smithy_client_1.expectString(output.frequency),
|
|
5261
|
+
architecture: (0, smithy_client_1.expectString)(output.architecture),
|
|
5262
|
+
clock: (0, smithy_client_1.limitedParseDouble)(output.clock),
|
|
5263
|
+
frequency: (0, smithy_client_1.expectString)(output.frequency),
|
|
5264
5264
|
};
|
|
5265
5265
|
};
|
|
5266
5266
|
const deserializeAws_json1_1CreateDevicePoolResult = (output, context) => {
|
|
@@ -5308,9 +5308,9 @@ const deserializeAws_json1_1CreateTestGridProjectResult = (output, context) => {
|
|
|
5308
5308
|
const deserializeAws_json1_1CreateTestGridUrlResult = (output, context) => {
|
|
5309
5309
|
return {
|
|
5310
5310
|
expires: output.expires !== undefined && output.expires !== null
|
|
5311
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.expires)))
|
|
5311
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.expires)))
|
|
5312
5312
|
: undefined,
|
|
5313
|
-
url: smithy_client_1.expectString(output.url),
|
|
5313
|
+
url: (0, smithy_client_1.expectString)(output.url),
|
|
5314
5314
|
};
|
|
5315
5315
|
};
|
|
5316
5316
|
const deserializeAws_json1_1CreateUploadResult = (output, context) => {
|
|
@@ -5369,28 +5369,28 @@ const deserializeAws_json1_1DeleteVPCEConfigurationResult = (output, context) =>
|
|
|
5369
5369
|
};
|
|
5370
5370
|
const deserializeAws_json1_1Device = (output, context) => {
|
|
5371
5371
|
return {
|
|
5372
|
-
arn: smithy_client_1.expectString(output.arn),
|
|
5373
|
-
availability: smithy_client_1.expectString(output.availability),
|
|
5374
|
-
carrier: smithy_client_1.expectString(output.carrier),
|
|
5372
|
+
arn: (0, smithy_client_1.expectString)(output.arn),
|
|
5373
|
+
availability: (0, smithy_client_1.expectString)(output.availability),
|
|
5374
|
+
carrier: (0, smithy_client_1.expectString)(output.carrier),
|
|
5375
5375
|
cpu: output.cpu !== undefined && output.cpu !== null ? deserializeAws_json1_1CPU(output.cpu, context) : undefined,
|
|
5376
|
-
fleetName: smithy_client_1.expectString(output.fleetName),
|
|
5377
|
-
fleetType: smithy_client_1.expectString(output.fleetType),
|
|
5378
|
-
formFactor: smithy_client_1.expectString(output.formFactor),
|
|
5379
|
-
heapSize: smithy_client_1.expectLong(output.heapSize),
|
|
5380
|
-
image: smithy_client_1.expectString(output.image),
|
|
5376
|
+
fleetName: (0, smithy_client_1.expectString)(output.fleetName),
|
|
5377
|
+
fleetType: (0, smithy_client_1.expectString)(output.fleetType),
|
|
5378
|
+
formFactor: (0, smithy_client_1.expectString)(output.formFactor),
|
|
5379
|
+
heapSize: (0, smithy_client_1.expectLong)(output.heapSize),
|
|
5380
|
+
image: (0, smithy_client_1.expectString)(output.image),
|
|
5381
5381
|
instances: output.instances !== undefined && output.instances !== null
|
|
5382
5382
|
? deserializeAws_json1_1DeviceInstances(output.instances, context)
|
|
5383
5383
|
: undefined,
|
|
5384
|
-
manufacturer: smithy_client_1.expectString(output.manufacturer),
|
|
5385
|
-
memory: smithy_client_1.expectLong(output.memory),
|
|
5386
|
-
model: smithy_client_1.expectString(output.model),
|
|
5387
|
-
modelId: smithy_client_1.expectString(output.modelId),
|
|
5388
|
-
name: smithy_client_1.expectString(output.name),
|
|
5389
|
-
os: smithy_client_1.expectString(output.os),
|
|
5390
|
-
platform: smithy_client_1.expectString(output.platform),
|
|
5391
|
-
radio: smithy_client_1.expectString(output.radio),
|
|
5392
|
-
remoteAccessEnabled: smithy_client_1.expectBoolean(output.remoteAccessEnabled),
|
|
5393
|
-
remoteDebugEnabled: smithy_client_1.expectBoolean(output.remoteDebugEnabled),
|
|
5384
|
+
manufacturer: (0, smithy_client_1.expectString)(output.manufacturer),
|
|
5385
|
+
memory: (0, smithy_client_1.expectLong)(output.memory),
|
|
5386
|
+
model: (0, smithy_client_1.expectString)(output.model),
|
|
5387
|
+
modelId: (0, smithy_client_1.expectString)(output.modelId),
|
|
5388
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
5389
|
+
os: (0, smithy_client_1.expectString)(output.os),
|
|
5390
|
+
platform: (0, smithy_client_1.expectString)(output.platform),
|
|
5391
|
+
radio: (0, smithy_client_1.expectString)(output.radio),
|
|
5392
|
+
remoteAccessEnabled: (0, smithy_client_1.expectBoolean)(output.remoteAccessEnabled),
|
|
5393
|
+
remoteDebugEnabled: (0, smithy_client_1.expectBoolean)(output.remoteDebugEnabled),
|
|
5394
5394
|
resolution: output.resolution !== undefined && output.resolution !== null
|
|
5395
5395
|
? deserializeAws_json1_1Resolution(output.resolution, context)
|
|
5396
5396
|
: undefined,
|
|
@@ -5398,8 +5398,8 @@ const deserializeAws_json1_1Device = (output, context) => {
|
|
|
5398
5398
|
};
|
|
5399
5399
|
const deserializeAws_json1_1DeviceFilter = (output, context) => {
|
|
5400
5400
|
return {
|
|
5401
|
-
attribute: smithy_client_1.expectString(output.attribute),
|
|
5402
|
-
operator: smithy_client_1.expectString(output.operator),
|
|
5401
|
+
attribute: (0, smithy_client_1.expectString)(output.attribute),
|
|
5402
|
+
operator: (0, smithy_client_1.expectString)(output.operator),
|
|
5403
5403
|
values: output.values !== undefined && output.values !== null
|
|
5404
5404
|
? deserializeAws_json1_1DeviceFilterValues(output.values, context)
|
|
5405
5405
|
: undefined,
|
|
@@ -5423,7 +5423,7 @@ const deserializeAws_json1_1DeviceFilterValues = (output, context) => {
|
|
|
5423
5423
|
if (entry === null) {
|
|
5424
5424
|
return null;
|
|
5425
5425
|
}
|
|
5426
|
-
return smithy_client_1.expectString(entry);
|
|
5426
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
5427
5427
|
});
|
|
5428
5428
|
return retVal;
|
|
5429
5429
|
};
|
|
@@ -5434,22 +5434,22 @@ const deserializeAws_json1_1DeviceHostPaths = (output, context) => {
|
|
|
5434
5434
|
if (entry === null) {
|
|
5435
5435
|
return null;
|
|
5436
5436
|
}
|
|
5437
|
-
return smithy_client_1.expectString(entry);
|
|
5437
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
5438
5438
|
});
|
|
5439
5439
|
return retVal;
|
|
5440
5440
|
};
|
|
5441
5441
|
const deserializeAws_json1_1DeviceInstance = (output, context) => {
|
|
5442
5442
|
return {
|
|
5443
|
-
arn: smithy_client_1.expectString(output.arn),
|
|
5444
|
-
deviceArn: smithy_client_1.expectString(output.deviceArn),
|
|
5443
|
+
arn: (0, smithy_client_1.expectString)(output.arn),
|
|
5444
|
+
deviceArn: (0, smithy_client_1.expectString)(output.deviceArn),
|
|
5445
5445
|
instanceProfile: output.instanceProfile !== undefined && output.instanceProfile !== null
|
|
5446
5446
|
? deserializeAws_json1_1InstanceProfile(output.instanceProfile, context)
|
|
5447
5447
|
: undefined,
|
|
5448
5448
|
labels: output.labels !== undefined && output.labels !== null
|
|
5449
5449
|
? deserializeAws_json1_1InstanceLabels(output.labels, context)
|
|
5450
5450
|
: undefined,
|
|
5451
|
-
status: smithy_client_1.expectString(output.status),
|
|
5452
|
-
udid: smithy_client_1.expectString(output.udid),
|
|
5451
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
5452
|
+
udid: (0, smithy_client_1.expectString)(output.udid),
|
|
5453
5453
|
};
|
|
5454
5454
|
};
|
|
5455
5455
|
const deserializeAws_json1_1DeviceInstances = (output, context) => {
|
|
@@ -5465,26 +5465,26 @@ const deserializeAws_json1_1DeviceInstances = (output, context) => {
|
|
|
5465
5465
|
};
|
|
5466
5466
|
const deserializeAws_json1_1DeviceMinutes = (output, context) => {
|
|
5467
5467
|
return {
|
|
5468
|
-
metered: smithy_client_1.limitedParseDouble(output.metered),
|
|
5469
|
-
total: smithy_client_1.limitedParseDouble(output.total),
|
|
5470
|
-
unmetered: smithy_client_1.limitedParseDouble(output.unmetered),
|
|
5468
|
+
metered: (0, smithy_client_1.limitedParseDouble)(output.metered),
|
|
5469
|
+
total: (0, smithy_client_1.limitedParseDouble)(output.total),
|
|
5470
|
+
unmetered: (0, smithy_client_1.limitedParseDouble)(output.unmetered),
|
|
5471
5471
|
};
|
|
5472
5472
|
};
|
|
5473
5473
|
const deserializeAws_json1_1DevicePool = (output, context) => {
|
|
5474
5474
|
return {
|
|
5475
|
-
arn: smithy_client_1.expectString(output.arn),
|
|
5476
|
-
description: smithy_client_1.expectString(output.description),
|
|
5477
|
-
maxDevices: smithy_client_1.expectInt32(output.maxDevices),
|
|
5478
|
-
name: smithy_client_1.expectString(output.name),
|
|
5475
|
+
arn: (0, smithy_client_1.expectString)(output.arn),
|
|
5476
|
+
description: (0, smithy_client_1.expectString)(output.description),
|
|
5477
|
+
maxDevices: (0, smithy_client_1.expectInt32)(output.maxDevices),
|
|
5478
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
5479
5479
|
rules: output.rules !== undefined && output.rules !== null
|
|
5480
5480
|
? deserializeAws_json1_1Rules(output.rules, context)
|
|
5481
5481
|
: undefined,
|
|
5482
|
-
type: smithy_client_1.expectString(output.type),
|
|
5482
|
+
type: (0, smithy_client_1.expectString)(output.type),
|
|
5483
5483
|
};
|
|
5484
5484
|
};
|
|
5485
5485
|
const deserializeAws_json1_1DevicePoolCompatibilityResult = (output, context) => {
|
|
5486
5486
|
return {
|
|
5487
|
-
compatible: smithy_client_1.expectBoolean(output.compatible),
|
|
5487
|
+
compatible: (0, smithy_client_1.expectBoolean)(output.compatible),
|
|
5488
5488
|
device: output.device !== undefined && output.device !== null
|
|
5489
5489
|
? deserializeAws_json1_1Device(output.device, context)
|
|
5490
5490
|
: undefined,
|
|
@@ -5531,8 +5531,8 @@ const deserializeAws_json1_1DeviceSelectionResult = (output, context) => {
|
|
|
5531
5531
|
filters: output.filters !== undefined && output.filters !== null
|
|
5532
5532
|
? deserializeAws_json1_1DeviceFilters(output.filters, context)
|
|
5533
5533
|
: undefined,
|
|
5534
|
-
matchedDevicesCount: smithy_client_1.expectInt32(output.matchedDevicesCount),
|
|
5535
|
-
maxDevices: smithy_client_1.expectInt32(output.maxDevices),
|
|
5534
|
+
matchedDevicesCount: (0, smithy_client_1.expectInt32)(output.matchedDevicesCount),
|
|
5535
|
+
maxDevices: (0, smithy_client_1.expectInt32)(output.maxDevices),
|
|
5536
5536
|
};
|
|
5537
5537
|
};
|
|
5538
5538
|
const deserializeAws_json1_1GetAccountSettingsResult = (output, context) => {
|
|
@@ -5600,7 +5600,7 @@ const deserializeAws_json1_1GetOfferingStatusResult = (output, context) => {
|
|
|
5600
5600
|
nextPeriod: output.nextPeriod !== undefined && output.nextPeriod !== null
|
|
5601
5601
|
? deserializeAws_json1_1OfferingStatusMap(output.nextPeriod, context)
|
|
5602
5602
|
: undefined,
|
|
5603
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
5603
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
5604
5604
|
};
|
|
5605
5605
|
};
|
|
5606
5606
|
const deserializeAws_json1_1GetProjectResult = (output, context) => {
|
|
@@ -5664,13 +5664,13 @@ const deserializeAws_json1_1GetVPCEConfigurationResult = (output, context) => {
|
|
|
5664
5664
|
};
|
|
5665
5665
|
const deserializeAws_json1_1IdempotencyException = (output, context) => {
|
|
5666
5666
|
return {
|
|
5667
|
-
message: smithy_client_1.expectString(output.message),
|
|
5667
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5668
5668
|
};
|
|
5669
5669
|
};
|
|
5670
5670
|
const deserializeAws_json1_1IncompatibilityMessage = (output, context) => {
|
|
5671
5671
|
return {
|
|
5672
|
-
message: smithy_client_1.expectString(output.message),
|
|
5673
|
-
type: smithy_client_1.expectString(output.type),
|
|
5672
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5673
|
+
type: (0, smithy_client_1.expectString)(output.type),
|
|
5674
5674
|
};
|
|
5675
5675
|
};
|
|
5676
5676
|
const deserializeAws_json1_1IncompatibilityMessages = (output, context) => {
|
|
@@ -5698,20 +5698,20 @@ const deserializeAws_json1_1InstanceLabels = (output, context) => {
|
|
|
5698
5698
|
if (entry === null) {
|
|
5699
5699
|
return null;
|
|
5700
5700
|
}
|
|
5701
|
-
return smithy_client_1.expectString(entry);
|
|
5701
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
5702
5702
|
});
|
|
5703
5703
|
return retVal;
|
|
5704
5704
|
};
|
|
5705
5705
|
const deserializeAws_json1_1InstanceProfile = (output, context) => {
|
|
5706
5706
|
return {
|
|
5707
|
-
arn: smithy_client_1.expectString(output.arn),
|
|
5708
|
-
description: smithy_client_1.expectString(output.description),
|
|
5707
|
+
arn: (0, smithy_client_1.expectString)(output.arn),
|
|
5708
|
+
description: (0, smithy_client_1.expectString)(output.description),
|
|
5709
5709
|
excludeAppPackagesFromCleanup: output.excludeAppPackagesFromCleanup !== undefined && output.excludeAppPackagesFromCleanup !== null
|
|
5710
5710
|
? deserializeAws_json1_1PackageIds(output.excludeAppPackagesFromCleanup, context)
|
|
5711
5711
|
: undefined,
|
|
5712
|
-
name: smithy_client_1.expectString(output.name),
|
|
5713
|
-
packageCleanup: smithy_client_1.expectBoolean(output.packageCleanup),
|
|
5714
|
-
rebootAfterUse: smithy_client_1.expectBoolean(output.rebootAfterUse),
|
|
5712
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
5713
|
+
packageCleanup: (0, smithy_client_1.expectBoolean)(output.packageCleanup),
|
|
5714
|
+
rebootAfterUse: (0, smithy_client_1.expectBoolean)(output.rebootAfterUse),
|
|
5715
5715
|
};
|
|
5716
5716
|
};
|
|
5717
5717
|
const deserializeAws_json1_1InstanceProfiles = (output, context) => {
|
|
@@ -5727,12 +5727,12 @@ const deserializeAws_json1_1InstanceProfiles = (output, context) => {
|
|
|
5727
5727
|
};
|
|
5728
5728
|
const deserializeAws_json1_1InternalServiceException = (output, context) => {
|
|
5729
5729
|
return {
|
|
5730
|
-
message: smithy_client_1.expectString(output.message),
|
|
5730
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5731
5731
|
};
|
|
5732
5732
|
};
|
|
5733
5733
|
const deserializeAws_json1_1InvalidOperationException = (output, context) => {
|
|
5734
5734
|
return {
|
|
5735
|
-
message: smithy_client_1.expectString(output.message),
|
|
5735
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5736
5736
|
};
|
|
5737
5737
|
};
|
|
5738
5738
|
const deserializeAws_json1_1IosPaths = (output, context) => {
|
|
@@ -5742,18 +5742,18 @@ const deserializeAws_json1_1IosPaths = (output, context) => {
|
|
|
5742
5742
|
if (entry === null) {
|
|
5743
5743
|
return null;
|
|
5744
5744
|
}
|
|
5745
|
-
return smithy_client_1.expectString(entry);
|
|
5745
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
5746
5746
|
});
|
|
5747
5747
|
return retVal;
|
|
5748
5748
|
};
|
|
5749
5749
|
const deserializeAws_json1_1Job = (output, context) => {
|
|
5750
5750
|
return {
|
|
5751
|
-
arn: smithy_client_1.expectString(output.arn),
|
|
5751
|
+
arn: (0, smithy_client_1.expectString)(output.arn),
|
|
5752
5752
|
counters: output.counters !== undefined && output.counters !== null
|
|
5753
5753
|
? deserializeAws_json1_1Counters(output.counters, context)
|
|
5754
5754
|
: undefined,
|
|
5755
5755
|
created: output.created !== undefined && output.created !== null
|
|
5756
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.created)))
|
|
5756
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.created)))
|
|
5757
5757
|
: undefined,
|
|
5758
5758
|
device: output.device !== undefined && output.device !== null
|
|
5759
5759
|
? deserializeAws_json1_1Device(output.device, context)
|
|
@@ -5761,20 +5761,20 @@ const deserializeAws_json1_1Job = (output, context) => {
|
|
|
5761
5761
|
deviceMinutes: output.deviceMinutes !== undefined && output.deviceMinutes !== null
|
|
5762
5762
|
? deserializeAws_json1_1DeviceMinutes(output.deviceMinutes, context)
|
|
5763
5763
|
: undefined,
|
|
5764
|
-
instanceArn: smithy_client_1.expectString(output.instanceArn),
|
|
5765
|
-
message: smithy_client_1.expectString(output.message),
|
|
5766
|
-
name: smithy_client_1.expectString(output.name),
|
|
5767
|
-
result: smithy_client_1.expectString(output.result),
|
|
5764
|
+
instanceArn: (0, smithy_client_1.expectString)(output.instanceArn),
|
|
5765
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5766
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
5767
|
+
result: (0, smithy_client_1.expectString)(output.result),
|
|
5768
5768
|
started: output.started !== undefined && output.started !== null
|
|
5769
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.started)))
|
|
5769
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.started)))
|
|
5770
5770
|
: undefined,
|
|
5771
|
-
status: smithy_client_1.expectString(output.status),
|
|
5771
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
5772
5772
|
stopped: output.stopped !== undefined && output.stopped !== null
|
|
5773
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.stopped)))
|
|
5773
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.stopped)))
|
|
5774
5774
|
: undefined,
|
|
5775
|
-
type: smithy_client_1.expectString(output.type),
|
|
5776
|
-
videoCapture: smithy_client_1.expectBoolean(output.videoCapture),
|
|
5777
|
-
videoEndpoint: smithy_client_1.expectString(output.videoEndpoint),
|
|
5775
|
+
type: (0, smithy_client_1.expectString)(output.type),
|
|
5776
|
+
videoCapture: (0, smithy_client_1.expectBoolean)(output.videoCapture),
|
|
5777
|
+
videoEndpoint: (0, smithy_client_1.expectString)(output.videoEndpoint),
|
|
5778
5778
|
};
|
|
5779
5779
|
};
|
|
5780
5780
|
const deserializeAws_json1_1Jobs = (output, context) => {
|
|
@@ -5790,7 +5790,7 @@ const deserializeAws_json1_1Jobs = (output, context) => {
|
|
|
5790
5790
|
};
|
|
5791
5791
|
const deserializeAws_json1_1LimitExceededException = (output, context) => {
|
|
5792
5792
|
return {
|
|
5793
|
-
message: smithy_client_1.expectString(output.message),
|
|
5793
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5794
5794
|
};
|
|
5795
5795
|
};
|
|
5796
5796
|
const deserializeAws_json1_1ListArtifactsResult = (output, context) => {
|
|
@@ -5798,7 +5798,7 @@ const deserializeAws_json1_1ListArtifactsResult = (output, context) => {
|
|
|
5798
5798
|
artifacts: output.artifacts !== undefined && output.artifacts !== null
|
|
5799
5799
|
? deserializeAws_json1_1Artifacts(output.artifacts, context)
|
|
5800
5800
|
: undefined,
|
|
5801
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
5801
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
5802
5802
|
};
|
|
5803
5803
|
};
|
|
5804
5804
|
const deserializeAws_json1_1ListDeviceInstancesResult = (output, context) => {
|
|
@@ -5806,7 +5806,7 @@ const deserializeAws_json1_1ListDeviceInstancesResult = (output, context) => {
|
|
|
5806
5806
|
deviceInstances: output.deviceInstances !== undefined && output.deviceInstances !== null
|
|
5807
5807
|
? deserializeAws_json1_1DeviceInstances(output.deviceInstances, context)
|
|
5808
5808
|
: undefined,
|
|
5809
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
5809
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
5810
5810
|
};
|
|
5811
5811
|
};
|
|
5812
5812
|
const deserializeAws_json1_1ListDevicePoolsResult = (output, context) => {
|
|
@@ -5814,7 +5814,7 @@ const deserializeAws_json1_1ListDevicePoolsResult = (output, context) => {
|
|
|
5814
5814
|
devicePools: output.devicePools !== undefined && output.devicePools !== null
|
|
5815
5815
|
? deserializeAws_json1_1DevicePools(output.devicePools, context)
|
|
5816
5816
|
: undefined,
|
|
5817
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
5817
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
5818
5818
|
};
|
|
5819
5819
|
};
|
|
5820
5820
|
const deserializeAws_json1_1ListDevicesResult = (output, context) => {
|
|
@@ -5822,7 +5822,7 @@ const deserializeAws_json1_1ListDevicesResult = (output, context) => {
|
|
|
5822
5822
|
devices: output.devices !== undefined && output.devices !== null
|
|
5823
5823
|
? deserializeAws_json1_1Devices(output.devices, context)
|
|
5824
5824
|
: undefined,
|
|
5825
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
5825
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
5826
5826
|
};
|
|
5827
5827
|
};
|
|
5828
5828
|
const deserializeAws_json1_1ListInstanceProfilesResult = (output, context) => {
|
|
@@ -5830,13 +5830,13 @@ const deserializeAws_json1_1ListInstanceProfilesResult = (output, context) => {
|
|
|
5830
5830
|
instanceProfiles: output.instanceProfiles !== undefined && output.instanceProfiles !== null
|
|
5831
5831
|
? deserializeAws_json1_1InstanceProfiles(output.instanceProfiles, context)
|
|
5832
5832
|
: undefined,
|
|
5833
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
5833
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
5834
5834
|
};
|
|
5835
5835
|
};
|
|
5836
5836
|
const deserializeAws_json1_1ListJobsResult = (output, context) => {
|
|
5837
5837
|
return {
|
|
5838
5838
|
jobs: output.jobs !== undefined && output.jobs !== null ? deserializeAws_json1_1Jobs(output.jobs, context) : undefined,
|
|
5839
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
5839
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
5840
5840
|
};
|
|
5841
5841
|
};
|
|
5842
5842
|
const deserializeAws_json1_1ListNetworkProfilesResult = (output, context) => {
|
|
@@ -5844,12 +5844,12 @@ const deserializeAws_json1_1ListNetworkProfilesResult = (output, context) => {
|
|
|
5844
5844
|
networkProfiles: output.networkProfiles !== undefined && output.networkProfiles !== null
|
|
5845
5845
|
? deserializeAws_json1_1NetworkProfiles(output.networkProfiles, context)
|
|
5846
5846
|
: undefined,
|
|
5847
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
5847
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
5848
5848
|
};
|
|
5849
5849
|
};
|
|
5850
5850
|
const deserializeAws_json1_1ListOfferingPromotionsResult = (output, context) => {
|
|
5851
5851
|
return {
|
|
5852
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
5852
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
5853
5853
|
offeringPromotions: output.offeringPromotions !== undefined && output.offeringPromotions !== null
|
|
5854
5854
|
? deserializeAws_json1_1OfferingPromotions(output.offeringPromotions, context)
|
|
5855
5855
|
: undefined,
|
|
@@ -5857,7 +5857,7 @@ const deserializeAws_json1_1ListOfferingPromotionsResult = (output, context) =>
|
|
|
5857
5857
|
};
|
|
5858
5858
|
const deserializeAws_json1_1ListOfferingsResult = (output, context) => {
|
|
5859
5859
|
return {
|
|
5860
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
5860
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
5861
5861
|
offerings: output.offerings !== undefined && output.offerings !== null
|
|
5862
5862
|
? deserializeAws_json1_1Offerings(output.offerings, context)
|
|
5863
5863
|
: undefined,
|
|
@@ -5865,7 +5865,7 @@ const deserializeAws_json1_1ListOfferingsResult = (output, context) => {
|
|
|
5865
5865
|
};
|
|
5866
5866
|
const deserializeAws_json1_1ListOfferingTransactionsResult = (output, context) => {
|
|
5867
5867
|
return {
|
|
5868
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
5868
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
5869
5869
|
offeringTransactions: output.offeringTransactions !== undefined && output.offeringTransactions !== null
|
|
5870
5870
|
? deserializeAws_json1_1OfferingTransactions(output.offeringTransactions, context)
|
|
5871
5871
|
: undefined,
|
|
@@ -5873,7 +5873,7 @@ const deserializeAws_json1_1ListOfferingTransactionsResult = (output, context) =
|
|
|
5873
5873
|
};
|
|
5874
5874
|
const deserializeAws_json1_1ListProjectsResult = (output, context) => {
|
|
5875
5875
|
return {
|
|
5876
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
5876
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
5877
5877
|
projects: output.projects !== undefined && output.projects !== null
|
|
5878
5878
|
? deserializeAws_json1_1Projects(output.projects, context)
|
|
5879
5879
|
: undefined,
|
|
@@ -5881,7 +5881,7 @@ const deserializeAws_json1_1ListProjectsResult = (output, context) => {
|
|
|
5881
5881
|
};
|
|
5882
5882
|
const deserializeAws_json1_1ListRemoteAccessSessionsResult = (output, context) => {
|
|
5883
5883
|
return {
|
|
5884
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
5884
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
5885
5885
|
remoteAccessSessions: output.remoteAccessSessions !== undefined && output.remoteAccessSessions !== null
|
|
5886
5886
|
? deserializeAws_json1_1RemoteAccessSessions(output.remoteAccessSessions, context)
|
|
5887
5887
|
: undefined,
|
|
@@ -5889,13 +5889,13 @@ const deserializeAws_json1_1ListRemoteAccessSessionsResult = (output, context) =
|
|
|
5889
5889
|
};
|
|
5890
5890
|
const deserializeAws_json1_1ListRunsResult = (output, context) => {
|
|
5891
5891
|
return {
|
|
5892
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
5892
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
5893
5893
|
runs: output.runs !== undefined && output.runs !== null ? deserializeAws_json1_1Runs(output.runs, context) : undefined,
|
|
5894
5894
|
};
|
|
5895
5895
|
};
|
|
5896
5896
|
const deserializeAws_json1_1ListSamplesResult = (output, context) => {
|
|
5897
5897
|
return {
|
|
5898
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
5898
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
5899
5899
|
samples: output.samples !== undefined && output.samples !== null
|
|
5900
5900
|
? deserializeAws_json1_1Samples(output.samples, context)
|
|
5901
5901
|
: undefined,
|
|
@@ -5903,7 +5903,7 @@ const deserializeAws_json1_1ListSamplesResult = (output, context) => {
|
|
|
5903
5903
|
};
|
|
5904
5904
|
const deserializeAws_json1_1ListSuitesResult = (output, context) => {
|
|
5905
5905
|
return {
|
|
5906
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
5906
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
5907
5907
|
suites: output.suites !== undefined && output.suites !== null
|
|
5908
5908
|
? deserializeAws_json1_1Suites(output.suites, context)
|
|
5909
5909
|
: undefined,
|
|
@@ -5918,7 +5918,7 @@ const deserializeAws_json1_1ListTagsForResourceResponse = (output, context) => {
|
|
|
5918
5918
|
};
|
|
5919
5919
|
const deserializeAws_json1_1ListTestGridProjectsResult = (output, context) => {
|
|
5920
5920
|
return {
|
|
5921
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
5921
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
5922
5922
|
testGridProjects: output.testGridProjects !== undefined && output.testGridProjects !== null
|
|
5923
5923
|
? deserializeAws_json1_1TestGridProjects(output.testGridProjects, context)
|
|
5924
5924
|
: undefined,
|
|
@@ -5929,7 +5929,7 @@ const deserializeAws_json1_1ListTestGridSessionActionsResult = (output, context)
|
|
|
5929
5929
|
actions: output.actions !== undefined && output.actions !== null
|
|
5930
5930
|
? deserializeAws_json1_1TestGridSessionActions(output.actions, context)
|
|
5931
5931
|
: undefined,
|
|
5932
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
5932
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
5933
5933
|
};
|
|
5934
5934
|
};
|
|
5935
5935
|
const deserializeAws_json1_1ListTestGridSessionArtifactsResult = (output, context) => {
|
|
@@ -5937,12 +5937,12 @@ const deserializeAws_json1_1ListTestGridSessionArtifactsResult = (output, contex
|
|
|
5937
5937
|
artifacts: output.artifacts !== undefined && output.artifacts !== null
|
|
5938
5938
|
? deserializeAws_json1_1TestGridSessionArtifacts(output.artifacts, context)
|
|
5939
5939
|
: undefined,
|
|
5940
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
5940
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
5941
5941
|
};
|
|
5942
5942
|
};
|
|
5943
5943
|
const deserializeAws_json1_1ListTestGridSessionsResult = (output, context) => {
|
|
5944
5944
|
return {
|
|
5945
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
5945
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
5946
5946
|
testGridSessions: output.testGridSessions !== undefined && output.testGridSessions !== null
|
|
5947
5947
|
? deserializeAws_json1_1TestGridSessions(output.testGridSessions, context)
|
|
5948
5948
|
: undefined,
|
|
@@ -5950,7 +5950,7 @@ const deserializeAws_json1_1ListTestGridSessionsResult = (output, context) => {
|
|
|
5950
5950
|
};
|
|
5951
5951
|
const deserializeAws_json1_1ListTestsResult = (output, context) => {
|
|
5952
5952
|
return {
|
|
5953
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
5953
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
5954
5954
|
tests: output.tests !== undefined && output.tests !== null
|
|
5955
5955
|
? deserializeAws_json1_1Tests(output.tests, context)
|
|
5956
5956
|
: undefined,
|
|
@@ -5958,7 +5958,7 @@ const deserializeAws_json1_1ListTestsResult = (output, context) => {
|
|
|
5958
5958
|
};
|
|
5959
5959
|
const deserializeAws_json1_1ListUniqueProblemsResult = (output, context) => {
|
|
5960
5960
|
return {
|
|
5961
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
5961
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
5962
5962
|
uniqueProblems: output.uniqueProblems !== undefined && output.uniqueProblems !== null
|
|
5963
5963
|
? deserializeAws_json1_1UniqueProblemsByExecutionResultMap(output.uniqueProblems, context)
|
|
5964
5964
|
: undefined,
|
|
@@ -5966,7 +5966,7 @@ const deserializeAws_json1_1ListUniqueProblemsResult = (output, context) => {
|
|
|
5966
5966
|
};
|
|
5967
5967
|
const deserializeAws_json1_1ListUploadsResult = (output, context) => {
|
|
5968
5968
|
return {
|
|
5969
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
5969
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
5970
5970
|
uploads: output.uploads !== undefined && output.uploads !== null
|
|
5971
5971
|
? deserializeAws_json1_1Uploads(output.uploads, context)
|
|
5972
5972
|
: undefined,
|
|
@@ -5974,7 +5974,7 @@ const deserializeAws_json1_1ListUploadsResult = (output, context) => {
|
|
|
5974
5974
|
};
|
|
5975
5975
|
const deserializeAws_json1_1ListVPCEConfigurationsResult = (output, context) => {
|
|
5976
5976
|
return {
|
|
5977
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
5977
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
5978
5978
|
vpceConfigurations: output.vpceConfigurations !== undefined && output.vpceConfigurations !== null
|
|
5979
5979
|
? deserializeAws_json1_1VPCEConfigurations(output.vpceConfigurations, context)
|
|
5980
5980
|
: undefined,
|
|
@@ -5982,8 +5982,8 @@ const deserializeAws_json1_1ListVPCEConfigurationsResult = (output, context) =>
|
|
|
5982
5982
|
};
|
|
5983
5983
|
const deserializeAws_json1_1Location = (output, context) => {
|
|
5984
5984
|
return {
|
|
5985
|
-
latitude: smithy_client_1.limitedParseDouble(output.latitude),
|
|
5986
|
-
longitude: smithy_client_1.limitedParseDouble(output.longitude),
|
|
5985
|
+
latitude: (0, smithy_client_1.limitedParseDouble)(output.latitude),
|
|
5986
|
+
longitude: (0, smithy_client_1.limitedParseDouble)(output.longitude),
|
|
5987
5987
|
};
|
|
5988
5988
|
};
|
|
5989
5989
|
const deserializeAws_json1_1MaxSlotMap = (output, context) => {
|
|
@@ -5993,30 +5993,30 @@ const deserializeAws_json1_1MaxSlotMap = (output, context) => {
|
|
|
5993
5993
|
}
|
|
5994
5994
|
return {
|
|
5995
5995
|
...acc,
|
|
5996
|
-
[key]: smithy_client_1.expectInt32(value),
|
|
5996
|
+
[key]: (0, smithy_client_1.expectInt32)(value),
|
|
5997
5997
|
};
|
|
5998
5998
|
}, {});
|
|
5999
5999
|
};
|
|
6000
6000
|
const deserializeAws_json1_1MonetaryAmount = (output, context) => {
|
|
6001
6001
|
return {
|
|
6002
|
-
amount: smithy_client_1.limitedParseDouble(output.amount),
|
|
6003
|
-
currencyCode: smithy_client_1.expectString(output.currencyCode),
|
|
6002
|
+
amount: (0, smithy_client_1.limitedParseDouble)(output.amount),
|
|
6003
|
+
currencyCode: (0, smithy_client_1.expectString)(output.currencyCode),
|
|
6004
6004
|
};
|
|
6005
6005
|
};
|
|
6006
6006
|
const deserializeAws_json1_1NetworkProfile = (output, context) => {
|
|
6007
6007
|
return {
|
|
6008
|
-
arn: smithy_client_1.expectString(output.arn),
|
|
6009
|
-
description: smithy_client_1.expectString(output.description),
|
|
6010
|
-
downlinkBandwidthBits: smithy_client_1.expectLong(output.downlinkBandwidthBits),
|
|
6011
|
-
downlinkDelayMs: smithy_client_1.expectLong(output.downlinkDelayMs),
|
|
6012
|
-
downlinkJitterMs: smithy_client_1.expectLong(output.downlinkJitterMs),
|
|
6013
|
-
downlinkLossPercent: smithy_client_1.expectInt32(output.downlinkLossPercent),
|
|
6014
|
-
name: smithy_client_1.expectString(output.name),
|
|
6015
|
-
type: smithy_client_1.expectString(output.type),
|
|
6016
|
-
uplinkBandwidthBits: smithy_client_1.expectLong(output.uplinkBandwidthBits),
|
|
6017
|
-
uplinkDelayMs: smithy_client_1.expectLong(output.uplinkDelayMs),
|
|
6018
|
-
uplinkJitterMs: smithy_client_1.expectLong(output.uplinkJitterMs),
|
|
6019
|
-
uplinkLossPercent: smithy_client_1.expectInt32(output.uplinkLossPercent),
|
|
6008
|
+
arn: (0, smithy_client_1.expectString)(output.arn),
|
|
6009
|
+
description: (0, smithy_client_1.expectString)(output.description),
|
|
6010
|
+
downlinkBandwidthBits: (0, smithy_client_1.expectLong)(output.downlinkBandwidthBits),
|
|
6011
|
+
downlinkDelayMs: (0, smithy_client_1.expectLong)(output.downlinkDelayMs),
|
|
6012
|
+
downlinkJitterMs: (0, smithy_client_1.expectLong)(output.downlinkJitterMs),
|
|
6013
|
+
downlinkLossPercent: (0, smithy_client_1.expectInt32)(output.downlinkLossPercent),
|
|
6014
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
6015
|
+
type: (0, smithy_client_1.expectString)(output.type),
|
|
6016
|
+
uplinkBandwidthBits: (0, smithy_client_1.expectLong)(output.uplinkBandwidthBits),
|
|
6017
|
+
uplinkDelayMs: (0, smithy_client_1.expectLong)(output.uplinkDelayMs),
|
|
6018
|
+
uplinkJitterMs: (0, smithy_client_1.expectLong)(output.uplinkJitterMs),
|
|
6019
|
+
uplinkLossPercent: (0, smithy_client_1.expectInt32)(output.uplinkLossPercent),
|
|
6020
6020
|
};
|
|
6021
6021
|
};
|
|
6022
6022
|
const deserializeAws_json1_1NetworkProfiles = (output, context) => {
|
|
@@ -6032,29 +6032,29 @@ const deserializeAws_json1_1NetworkProfiles = (output, context) => {
|
|
|
6032
6032
|
};
|
|
6033
6033
|
const deserializeAws_json1_1NotEligibleException = (output, context) => {
|
|
6034
6034
|
return {
|
|
6035
|
-
message: smithy_client_1.expectString(output.message),
|
|
6035
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6036
6036
|
};
|
|
6037
6037
|
};
|
|
6038
6038
|
const deserializeAws_json1_1NotFoundException = (output, context) => {
|
|
6039
6039
|
return {
|
|
6040
|
-
message: smithy_client_1.expectString(output.message),
|
|
6040
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6041
6041
|
};
|
|
6042
6042
|
};
|
|
6043
6043
|
const deserializeAws_json1_1Offering = (output, context) => {
|
|
6044
6044
|
return {
|
|
6045
|
-
description: smithy_client_1.expectString(output.description),
|
|
6046
|
-
id: smithy_client_1.expectString(output.id),
|
|
6047
|
-
platform: smithy_client_1.expectString(output.platform),
|
|
6045
|
+
description: (0, smithy_client_1.expectString)(output.description),
|
|
6046
|
+
id: (0, smithy_client_1.expectString)(output.id),
|
|
6047
|
+
platform: (0, smithy_client_1.expectString)(output.platform),
|
|
6048
6048
|
recurringCharges: output.recurringCharges !== undefined && output.recurringCharges !== null
|
|
6049
6049
|
? deserializeAws_json1_1RecurringCharges(output.recurringCharges, context)
|
|
6050
6050
|
: undefined,
|
|
6051
|
-
type: smithy_client_1.expectString(output.type),
|
|
6051
|
+
type: (0, smithy_client_1.expectString)(output.type),
|
|
6052
6052
|
};
|
|
6053
6053
|
};
|
|
6054
6054
|
const deserializeAws_json1_1OfferingPromotion = (output, context) => {
|
|
6055
6055
|
return {
|
|
6056
|
-
description: smithy_client_1.expectString(output.description),
|
|
6057
|
-
id: smithy_client_1.expectString(output.id),
|
|
6056
|
+
description: (0, smithy_client_1.expectString)(output.description),
|
|
6057
|
+
id: (0, smithy_client_1.expectString)(output.id),
|
|
6058
6058
|
};
|
|
6059
6059
|
};
|
|
6060
6060
|
const deserializeAws_json1_1OfferingPromotions = (output, context) => {
|
|
@@ -6082,13 +6082,13 @@ const deserializeAws_json1_1Offerings = (output, context) => {
|
|
|
6082
6082
|
const deserializeAws_json1_1OfferingStatus = (output, context) => {
|
|
6083
6083
|
return {
|
|
6084
6084
|
effectiveOn: output.effectiveOn !== undefined && output.effectiveOn !== null
|
|
6085
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.effectiveOn)))
|
|
6085
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.effectiveOn)))
|
|
6086
6086
|
: undefined,
|
|
6087
6087
|
offering: output.offering !== undefined && output.offering !== null
|
|
6088
6088
|
? deserializeAws_json1_1Offering(output.offering, context)
|
|
6089
6089
|
: undefined,
|
|
6090
|
-
quantity: smithy_client_1.expectInt32(output.quantity),
|
|
6091
|
-
type: smithy_client_1.expectString(output.type),
|
|
6090
|
+
quantity: (0, smithy_client_1.expectInt32)(output.quantity),
|
|
6091
|
+
type: (0, smithy_client_1.expectString)(output.type),
|
|
6092
6092
|
};
|
|
6093
6093
|
};
|
|
6094
6094
|
const deserializeAws_json1_1OfferingStatusMap = (output, context) => {
|
|
@@ -6108,13 +6108,13 @@ const deserializeAws_json1_1OfferingTransaction = (output, context) => {
|
|
|
6108
6108
|
? deserializeAws_json1_1MonetaryAmount(output.cost, context)
|
|
6109
6109
|
: undefined,
|
|
6110
6110
|
createdOn: output.createdOn !== undefined && output.createdOn !== null
|
|
6111
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.createdOn)))
|
|
6111
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.createdOn)))
|
|
6112
6112
|
: undefined,
|
|
6113
|
-
offeringPromotionId: smithy_client_1.expectString(output.offeringPromotionId),
|
|
6113
|
+
offeringPromotionId: (0, smithy_client_1.expectString)(output.offeringPromotionId),
|
|
6114
6114
|
offeringStatus: output.offeringStatus !== undefined && output.offeringStatus !== null
|
|
6115
6115
|
? deserializeAws_json1_1OfferingStatus(output.offeringStatus, context)
|
|
6116
6116
|
: undefined,
|
|
6117
|
-
transactionId: smithy_client_1.expectString(output.transactionId),
|
|
6117
|
+
transactionId: (0, smithy_client_1.expectString)(output.transactionId),
|
|
6118
6118
|
};
|
|
6119
6119
|
};
|
|
6120
6120
|
const deserializeAws_json1_1OfferingTransactions = (output, context) => {
|
|
@@ -6135,7 +6135,7 @@ const deserializeAws_json1_1PackageIds = (output, context) => {
|
|
|
6135
6135
|
if (entry === null) {
|
|
6136
6136
|
return null;
|
|
6137
6137
|
}
|
|
6138
|
-
return smithy_client_1.expectString(entry);
|
|
6138
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
6139
6139
|
});
|
|
6140
6140
|
return retVal;
|
|
6141
6141
|
};
|
|
@@ -6147,8 +6147,8 @@ const deserializeAws_json1_1Problem = (output, context) => {
|
|
|
6147
6147
|
job: output.job !== undefined && output.job !== null
|
|
6148
6148
|
? deserializeAws_json1_1ProblemDetail(output.job, context)
|
|
6149
6149
|
: undefined,
|
|
6150
|
-
message: smithy_client_1.expectString(output.message),
|
|
6151
|
-
result: smithy_client_1.expectString(output.result),
|
|
6150
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6151
|
+
result: (0, smithy_client_1.expectString)(output.result),
|
|
6152
6152
|
run: output.run !== undefined && output.run !== null
|
|
6153
6153
|
? deserializeAws_json1_1ProblemDetail(output.run, context)
|
|
6154
6154
|
: undefined,
|
|
@@ -6162,8 +6162,8 @@ const deserializeAws_json1_1Problem = (output, context) => {
|
|
|
6162
6162
|
};
|
|
6163
6163
|
const deserializeAws_json1_1ProblemDetail = (output, context) => {
|
|
6164
6164
|
return {
|
|
6165
|
-
arn: smithy_client_1.expectString(output.arn),
|
|
6166
|
-
name: smithy_client_1.expectString(output.name),
|
|
6165
|
+
arn: (0, smithy_client_1.expectString)(output.arn),
|
|
6166
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
6167
6167
|
};
|
|
6168
6168
|
};
|
|
6169
6169
|
const deserializeAws_json1_1Problems = (output, context) => {
|
|
@@ -6179,12 +6179,12 @@ const deserializeAws_json1_1Problems = (output, context) => {
|
|
|
6179
6179
|
};
|
|
6180
6180
|
const deserializeAws_json1_1Project = (output, context) => {
|
|
6181
6181
|
return {
|
|
6182
|
-
arn: smithy_client_1.expectString(output.arn),
|
|
6182
|
+
arn: (0, smithy_client_1.expectString)(output.arn),
|
|
6183
6183
|
created: output.created !== undefined && output.created !== null
|
|
6184
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.created)))
|
|
6184
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.created)))
|
|
6185
6185
|
: undefined,
|
|
6186
|
-
defaultJobTimeoutMinutes: smithy_client_1.expectInt32(output.defaultJobTimeoutMinutes),
|
|
6187
|
-
name: smithy_client_1.expectString(output.name),
|
|
6186
|
+
defaultJobTimeoutMinutes: (0, smithy_client_1.expectInt32)(output.defaultJobTimeoutMinutes),
|
|
6187
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
6188
6188
|
};
|
|
6189
6189
|
};
|
|
6190
6190
|
const deserializeAws_json1_1Projects = (output, context) => {
|
|
@@ -6205,7 +6205,7 @@ const deserializeAws_json1_1PurchasedDevicesMap = (output, context) => {
|
|
|
6205
6205
|
}
|
|
6206
6206
|
return {
|
|
6207
6207
|
...acc,
|
|
6208
|
-
[key]: smithy_client_1.expectInt32(value),
|
|
6208
|
+
[key]: (0, smithy_client_1.expectInt32)(value),
|
|
6209
6209
|
};
|
|
6210
6210
|
}, {});
|
|
6211
6211
|
};
|
|
@@ -6218,10 +6218,10 @@ const deserializeAws_json1_1PurchaseOfferingResult = (output, context) => {
|
|
|
6218
6218
|
};
|
|
6219
6219
|
const deserializeAws_json1_1Radios = (output, context) => {
|
|
6220
6220
|
return {
|
|
6221
|
-
bluetooth: smithy_client_1.expectBoolean(output.bluetooth),
|
|
6222
|
-
gps: smithy_client_1.expectBoolean(output.gps),
|
|
6223
|
-
nfc: smithy_client_1.expectBoolean(output.nfc),
|
|
6224
|
-
wifi: smithy_client_1.expectBoolean(output.wifi),
|
|
6221
|
+
bluetooth: (0, smithy_client_1.expectBoolean)(output.bluetooth),
|
|
6222
|
+
gps: (0, smithy_client_1.expectBoolean)(output.gps),
|
|
6223
|
+
nfc: (0, smithy_client_1.expectBoolean)(output.nfc),
|
|
6224
|
+
wifi: (0, smithy_client_1.expectBoolean)(output.wifi),
|
|
6225
6225
|
};
|
|
6226
6226
|
};
|
|
6227
6227
|
const deserializeAws_json1_1RecurringCharge = (output, context) => {
|
|
@@ -6229,7 +6229,7 @@ const deserializeAws_json1_1RecurringCharge = (output, context) => {
|
|
|
6229
6229
|
cost: output.cost !== undefined && output.cost !== null
|
|
6230
6230
|
? deserializeAws_json1_1MonetaryAmount(output.cost, context)
|
|
6231
6231
|
: undefined,
|
|
6232
|
-
frequency: smithy_client_1.expectString(output.frequency),
|
|
6232
|
+
frequency: (0, smithy_client_1.expectString)(output.frequency),
|
|
6233
6233
|
};
|
|
6234
6234
|
};
|
|
6235
6235
|
const deserializeAws_json1_1RecurringCharges = (output, context) => {
|
|
@@ -6245,11 +6245,11 @@ const deserializeAws_json1_1RecurringCharges = (output, context) => {
|
|
|
6245
6245
|
};
|
|
6246
6246
|
const deserializeAws_json1_1RemoteAccessSession = (output, context) => {
|
|
6247
6247
|
return {
|
|
6248
|
-
arn: smithy_client_1.expectString(output.arn),
|
|
6249
|
-
billingMethod: smithy_client_1.expectString(output.billingMethod),
|
|
6250
|
-
clientId: smithy_client_1.expectString(output.clientId),
|
|
6248
|
+
arn: (0, smithy_client_1.expectString)(output.arn),
|
|
6249
|
+
billingMethod: (0, smithy_client_1.expectString)(output.billingMethod),
|
|
6250
|
+
clientId: (0, smithy_client_1.expectString)(output.clientId),
|
|
6251
6251
|
created: output.created !== undefined && output.created !== null
|
|
6252
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.created)))
|
|
6252
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.created)))
|
|
6253
6253
|
: undefined,
|
|
6254
6254
|
device: output.device !== undefined && output.device !== null
|
|
6255
6255
|
? deserializeAws_json1_1Device(output.device, context)
|
|
@@ -6257,24 +6257,24 @@ const deserializeAws_json1_1RemoteAccessSession = (output, context) => {
|
|
|
6257
6257
|
deviceMinutes: output.deviceMinutes !== undefined && output.deviceMinutes !== null
|
|
6258
6258
|
? deserializeAws_json1_1DeviceMinutes(output.deviceMinutes, context)
|
|
6259
6259
|
: undefined,
|
|
6260
|
-
deviceUdid: smithy_client_1.expectString(output.deviceUdid),
|
|
6261
|
-
endpoint: smithy_client_1.expectString(output.endpoint),
|
|
6262
|
-
hostAddress: smithy_client_1.expectString(output.hostAddress),
|
|
6263
|
-
instanceArn: smithy_client_1.expectString(output.instanceArn),
|
|
6264
|
-
interactionMode: smithy_client_1.expectString(output.interactionMode),
|
|
6265
|
-
message: smithy_client_1.expectString(output.message),
|
|
6266
|
-
name: smithy_client_1.expectString(output.name),
|
|
6267
|
-
remoteDebugEnabled: smithy_client_1.expectBoolean(output.remoteDebugEnabled),
|
|
6268
|
-
remoteRecordAppArn: smithy_client_1.expectString(output.remoteRecordAppArn),
|
|
6269
|
-
remoteRecordEnabled: smithy_client_1.expectBoolean(output.remoteRecordEnabled),
|
|
6270
|
-
result: smithy_client_1.expectString(output.result),
|
|
6271
|
-
skipAppResign: smithy_client_1.expectBoolean(output.skipAppResign),
|
|
6260
|
+
deviceUdid: (0, smithy_client_1.expectString)(output.deviceUdid),
|
|
6261
|
+
endpoint: (0, smithy_client_1.expectString)(output.endpoint),
|
|
6262
|
+
hostAddress: (0, smithy_client_1.expectString)(output.hostAddress),
|
|
6263
|
+
instanceArn: (0, smithy_client_1.expectString)(output.instanceArn),
|
|
6264
|
+
interactionMode: (0, smithy_client_1.expectString)(output.interactionMode),
|
|
6265
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6266
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
6267
|
+
remoteDebugEnabled: (0, smithy_client_1.expectBoolean)(output.remoteDebugEnabled),
|
|
6268
|
+
remoteRecordAppArn: (0, smithy_client_1.expectString)(output.remoteRecordAppArn),
|
|
6269
|
+
remoteRecordEnabled: (0, smithy_client_1.expectBoolean)(output.remoteRecordEnabled),
|
|
6270
|
+
result: (0, smithy_client_1.expectString)(output.result),
|
|
6271
|
+
skipAppResign: (0, smithy_client_1.expectBoolean)(output.skipAppResign),
|
|
6272
6272
|
started: output.started !== undefined && output.started !== null
|
|
6273
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.started)))
|
|
6273
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.started)))
|
|
6274
6274
|
: undefined,
|
|
6275
|
-
status: smithy_client_1.expectString(output.status),
|
|
6275
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
6276
6276
|
stopped: output.stopped !== undefined && output.stopped !== null
|
|
6277
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.stopped)))
|
|
6277
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.stopped)))
|
|
6278
6278
|
: undefined,
|
|
6279
6279
|
};
|
|
6280
6280
|
};
|
|
@@ -6298,15 +6298,15 @@ const deserializeAws_json1_1RenewOfferingResult = (output, context) => {
|
|
|
6298
6298
|
};
|
|
6299
6299
|
const deserializeAws_json1_1Resolution = (output, context) => {
|
|
6300
6300
|
return {
|
|
6301
|
-
height: smithy_client_1.expectInt32(output.height),
|
|
6302
|
-
width: smithy_client_1.expectInt32(output.width),
|
|
6301
|
+
height: (0, smithy_client_1.expectInt32)(output.height),
|
|
6302
|
+
width: (0, smithy_client_1.expectInt32)(output.width),
|
|
6303
6303
|
};
|
|
6304
6304
|
};
|
|
6305
6305
|
const deserializeAws_json1_1Rule = (output, context) => {
|
|
6306
6306
|
return {
|
|
6307
|
-
attribute: smithy_client_1.expectString(output.attribute),
|
|
6308
|
-
operator: smithy_client_1.expectString(output.operator),
|
|
6309
|
-
value: smithy_client_1.expectString(output.value),
|
|
6307
|
+
attribute: (0, smithy_client_1.expectString)(output.attribute),
|
|
6308
|
+
operator: (0, smithy_client_1.expectString)(output.operator),
|
|
6309
|
+
value: (0, smithy_client_1.expectString)(output.value),
|
|
6310
6310
|
};
|
|
6311
6311
|
};
|
|
6312
6312
|
const deserializeAws_json1_1Rules = (output, context) => {
|
|
@@ -6322,15 +6322,15 @@ const deserializeAws_json1_1Rules = (output, context) => {
|
|
|
6322
6322
|
};
|
|
6323
6323
|
const deserializeAws_json1_1Run = (output, context) => {
|
|
6324
6324
|
return {
|
|
6325
|
-
appUpload: smithy_client_1.expectString(output.appUpload),
|
|
6326
|
-
arn: smithy_client_1.expectString(output.arn),
|
|
6327
|
-
billingMethod: smithy_client_1.expectString(output.billingMethod),
|
|
6328
|
-
completedJobs: smithy_client_1.expectInt32(output.completedJobs),
|
|
6325
|
+
appUpload: (0, smithy_client_1.expectString)(output.appUpload),
|
|
6326
|
+
arn: (0, smithy_client_1.expectString)(output.arn),
|
|
6327
|
+
billingMethod: (0, smithy_client_1.expectString)(output.billingMethod),
|
|
6328
|
+
completedJobs: (0, smithy_client_1.expectInt32)(output.completedJobs),
|
|
6329
6329
|
counters: output.counters !== undefined && output.counters !== null
|
|
6330
6330
|
? deserializeAws_json1_1Counters(output.counters, context)
|
|
6331
6331
|
: undefined,
|
|
6332
6332
|
created: output.created !== undefined && output.created !== null
|
|
6333
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.created)))
|
|
6333
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.created)))
|
|
6334
6334
|
: undefined,
|
|
6335
6335
|
customerArtifactPaths: output.customerArtifactPaths !== undefined && output.customerArtifactPaths !== null
|
|
6336
6336
|
? deserializeAws_json1_1CustomerArtifactPaths(output.customerArtifactPaths, context)
|
|
@@ -6338,41 +6338,41 @@ const deserializeAws_json1_1Run = (output, context) => {
|
|
|
6338
6338
|
deviceMinutes: output.deviceMinutes !== undefined && output.deviceMinutes !== null
|
|
6339
6339
|
? deserializeAws_json1_1DeviceMinutes(output.deviceMinutes, context)
|
|
6340
6340
|
: undefined,
|
|
6341
|
-
devicePoolArn: smithy_client_1.expectString(output.devicePoolArn),
|
|
6341
|
+
devicePoolArn: (0, smithy_client_1.expectString)(output.devicePoolArn),
|
|
6342
6342
|
deviceSelectionResult: output.deviceSelectionResult !== undefined && output.deviceSelectionResult !== null
|
|
6343
6343
|
? deserializeAws_json1_1DeviceSelectionResult(output.deviceSelectionResult, context)
|
|
6344
6344
|
: undefined,
|
|
6345
|
-
eventCount: smithy_client_1.expectInt32(output.eventCount),
|
|
6346
|
-
jobTimeoutMinutes: smithy_client_1.expectInt32(output.jobTimeoutMinutes),
|
|
6347
|
-
locale: smithy_client_1.expectString(output.locale),
|
|
6345
|
+
eventCount: (0, smithy_client_1.expectInt32)(output.eventCount),
|
|
6346
|
+
jobTimeoutMinutes: (0, smithy_client_1.expectInt32)(output.jobTimeoutMinutes),
|
|
6347
|
+
locale: (0, smithy_client_1.expectString)(output.locale),
|
|
6348
6348
|
location: output.location !== undefined && output.location !== null
|
|
6349
6349
|
? deserializeAws_json1_1Location(output.location, context)
|
|
6350
6350
|
: undefined,
|
|
6351
|
-
message: smithy_client_1.expectString(output.message),
|
|
6352
|
-
name: smithy_client_1.expectString(output.name),
|
|
6351
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6352
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
6353
6353
|
networkProfile: output.networkProfile !== undefined && output.networkProfile !== null
|
|
6354
6354
|
? deserializeAws_json1_1NetworkProfile(output.networkProfile, context)
|
|
6355
6355
|
: undefined,
|
|
6356
|
-
parsingResultUrl: smithy_client_1.expectString(output.parsingResultUrl),
|
|
6357
|
-
platform: smithy_client_1.expectString(output.platform),
|
|
6356
|
+
parsingResultUrl: (0, smithy_client_1.expectString)(output.parsingResultUrl),
|
|
6357
|
+
platform: (0, smithy_client_1.expectString)(output.platform),
|
|
6358
6358
|
radios: output.radios !== undefined && output.radios !== null
|
|
6359
6359
|
? deserializeAws_json1_1Radios(output.radios, context)
|
|
6360
6360
|
: undefined,
|
|
6361
|
-
result: smithy_client_1.expectString(output.result),
|
|
6362
|
-
resultCode: smithy_client_1.expectString(output.resultCode),
|
|
6363
|
-
seed: smithy_client_1.expectInt32(output.seed),
|
|
6364
|
-
skipAppResign: smithy_client_1.expectBoolean(output.skipAppResign),
|
|
6361
|
+
result: (0, smithy_client_1.expectString)(output.result),
|
|
6362
|
+
resultCode: (0, smithy_client_1.expectString)(output.resultCode),
|
|
6363
|
+
seed: (0, smithy_client_1.expectInt32)(output.seed),
|
|
6364
|
+
skipAppResign: (0, smithy_client_1.expectBoolean)(output.skipAppResign),
|
|
6365
6365
|
started: output.started !== undefined && output.started !== null
|
|
6366
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.started)))
|
|
6366
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.started)))
|
|
6367
6367
|
: undefined,
|
|
6368
|
-
status: smithy_client_1.expectString(output.status),
|
|
6368
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
6369
6369
|
stopped: output.stopped !== undefined && output.stopped !== null
|
|
6370
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.stopped)))
|
|
6370
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.stopped)))
|
|
6371
6371
|
: undefined,
|
|
6372
|
-
testSpecArn: smithy_client_1.expectString(output.testSpecArn),
|
|
6373
|
-
totalJobs: smithy_client_1.expectInt32(output.totalJobs),
|
|
6374
|
-
type: smithy_client_1.expectString(output.type),
|
|
6375
|
-
webUrl: smithy_client_1.expectString(output.webUrl),
|
|
6372
|
+
testSpecArn: (0, smithy_client_1.expectString)(output.testSpecArn),
|
|
6373
|
+
totalJobs: (0, smithy_client_1.expectInt32)(output.totalJobs),
|
|
6374
|
+
type: (0, smithy_client_1.expectString)(output.type),
|
|
6375
|
+
webUrl: (0, smithy_client_1.expectString)(output.webUrl),
|
|
6376
6376
|
};
|
|
6377
6377
|
};
|
|
6378
6378
|
const deserializeAws_json1_1Runs = (output, context) => {
|
|
@@ -6388,9 +6388,9 @@ const deserializeAws_json1_1Runs = (output, context) => {
|
|
|
6388
6388
|
};
|
|
6389
6389
|
const deserializeAws_json1_1Sample = (output, context) => {
|
|
6390
6390
|
return {
|
|
6391
|
-
arn: smithy_client_1.expectString(output.arn),
|
|
6392
|
-
type: smithy_client_1.expectString(output.type),
|
|
6393
|
-
url: smithy_client_1.expectString(output.url),
|
|
6391
|
+
arn: (0, smithy_client_1.expectString)(output.arn),
|
|
6392
|
+
type: (0, smithy_client_1.expectString)(output.type),
|
|
6393
|
+
url: (0, smithy_client_1.expectString)(output.url),
|
|
6394
6394
|
};
|
|
6395
6395
|
};
|
|
6396
6396
|
const deserializeAws_json1_1Samples = (output, context) => {
|
|
@@ -6416,13 +6416,13 @@ const deserializeAws_json1_1SecurityGroupIds = (output, context) => {
|
|
|
6416
6416
|
if (entry === null) {
|
|
6417
6417
|
return null;
|
|
6418
6418
|
}
|
|
6419
|
-
return smithy_client_1.expectString(entry);
|
|
6419
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
6420
6420
|
});
|
|
6421
6421
|
return retVal;
|
|
6422
6422
|
};
|
|
6423
6423
|
const deserializeAws_json1_1ServiceAccountException = (output, context) => {
|
|
6424
6424
|
return {
|
|
6425
|
-
message: smithy_client_1.expectString(output.message),
|
|
6425
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6426
6426
|
};
|
|
6427
6427
|
};
|
|
6428
6428
|
const deserializeAws_json1_1StopJobResult = (output, context) => {
|
|
@@ -6449,33 +6449,33 @@ const deserializeAws_json1_1SubnetIds = (output, context) => {
|
|
|
6449
6449
|
if (entry === null) {
|
|
6450
6450
|
return null;
|
|
6451
6451
|
}
|
|
6452
|
-
return smithy_client_1.expectString(entry);
|
|
6452
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
6453
6453
|
});
|
|
6454
6454
|
return retVal;
|
|
6455
6455
|
};
|
|
6456
6456
|
const deserializeAws_json1_1Suite = (output, context) => {
|
|
6457
6457
|
return {
|
|
6458
|
-
arn: smithy_client_1.expectString(output.arn),
|
|
6458
|
+
arn: (0, smithy_client_1.expectString)(output.arn),
|
|
6459
6459
|
counters: output.counters !== undefined && output.counters !== null
|
|
6460
6460
|
? deserializeAws_json1_1Counters(output.counters, context)
|
|
6461
6461
|
: undefined,
|
|
6462
6462
|
created: output.created !== undefined && output.created !== null
|
|
6463
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.created)))
|
|
6463
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.created)))
|
|
6464
6464
|
: undefined,
|
|
6465
6465
|
deviceMinutes: output.deviceMinutes !== undefined && output.deviceMinutes !== null
|
|
6466
6466
|
? deserializeAws_json1_1DeviceMinutes(output.deviceMinutes, context)
|
|
6467
6467
|
: undefined,
|
|
6468
|
-
message: smithy_client_1.expectString(output.message),
|
|
6469
|
-
name: smithy_client_1.expectString(output.name),
|
|
6470
|
-
result: smithy_client_1.expectString(output.result),
|
|
6468
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6469
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
6470
|
+
result: (0, smithy_client_1.expectString)(output.result),
|
|
6471
6471
|
started: output.started !== undefined && output.started !== null
|
|
6472
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.started)))
|
|
6472
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.started)))
|
|
6473
6473
|
: undefined,
|
|
6474
|
-
status: smithy_client_1.expectString(output.status),
|
|
6474
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
6475
6475
|
stopped: output.stopped !== undefined && output.stopped !== null
|
|
6476
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.stopped)))
|
|
6476
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.stopped)))
|
|
6477
6477
|
: undefined,
|
|
6478
|
-
type: smithy_client_1.expectString(output.type),
|
|
6478
|
+
type: (0, smithy_client_1.expectString)(output.type),
|
|
6479
6479
|
};
|
|
6480
6480
|
};
|
|
6481
6481
|
const deserializeAws_json1_1Suites = (output, context) => {
|
|
@@ -6491,8 +6491,8 @@ const deserializeAws_json1_1Suites = (output, context) => {
|
|
|
6491
6491
|
};
|
|
6492
6492
|
const deserializeAws_json1_1Tag = (output, context) => {
|
|
6493
6493
|
return {
|
|
6494
|
-
Key: smithy_client_1.expectString(output.Key),
|
|
6495
|
-
Value: smithy_client_1.expectString(output.Value),
|
|
6494
|
+
Key: (0, smithy_client_1.expectString)(output.Key),
|
|
6495
|
+
Value: (0, smithy_client_1.expectString)(output.Value),
|
|
6496
6496
|
};
|
|
6497
6497
|
};
|
|
6498
6498
|
const deserializeAws_json1_1TagList = (output, context) => {
|
|
@@ -6508,14 +6508,14 @@ const deserializeAws_json1_1TagList = (output, context) => {
|
|
|
6508
6508
|
};
|
|
6509
6509
|
const deserializeAws_json1_1TagOperationException = (output, context) => {
|
|
6510
6510
|
return {
|
|
6511
|
-
message: smithy_client_1.expectString(output.message),
|
|
6512
|
-
resourceName: smithy_client_1.expectString(output.resourceName),
|
|
6511
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6512
|
+
resourceName: (0, smithy_client_1.expectString)(output.resourceName),
|
|
6513
6513
|
};
|
|
6514
6514
|
};
|
|
6515
6515
|
const deserializeAws_json1_1TagPolicyException = (output, context) => {
|
|
6516
6516
|
return {
|
|
6517
|
-
message: smithy_client_1.expectString(output.message),
|
|
6518
|
-
resourceName: smithy_client_1.expectString(output.resourceName),
|
|
6517
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6518
|
+
resourceName: (0, smithy_client_1.expectString)(output.resourceName),
|
|
6519
6519
|
};
|
|
6520
6520
|
};
|
|
6521
6521
|
const deserializeAws_json1_1TagResourceResponse = (output, context) => {
|
|
@@ -6523,37 +6523,37 @@ const deserializeAws_json1_1TagResourceResponse = (output, context) => {
|
|
|
6523
6523
|
};
|
|
6524
6524
|
const deserializeAws_json1_1Test = (output, context) => {
|
|
6525
6525
|
return {
|
|
6526
|
-
arn: smithy_client_1.expectString(output.arn),
|
|
6526
|
+
arn: (0, smithy_client_1.expectString)(output.arn),
|
|
6527
6527
|
counters: output.counters !== undefined && output.counters !== null
|
|
6528
6528
|
? deserializeAws_json1_1Counters(output.counters, context)
|
|
6529
6529
|
: undefined,
|
|
6530
6530
|
created: output.created !== undefined && output.created !== null
|
|
6531
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.created)))
|
|
6531
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.created)))
|
|
6532
6532
|
: undefined,
|
|
6533
6533
|
deviceMinutes: output.deviceMinutes !== undefined && output.deviceMinutes !== null
|
|
6534
6534
|
? deserializeAws_json1_1DeviceMinutes(output.deviceMinutes, context)
|
|
6535
6535
|
: undefined,
|
|
6536
|
-
message: smithy_client_1.expectString(output.message),
|
|
6537
|
-
name: smithy_client_1.expectString(output.name),
|
|
6538
|
-
result: smithy_client_1.expectString(output.result),
|
|
6536
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6537
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
6538
|
+
result: (0, smithy_client_1.expectString)(output.result),
|
|
6539
6539
|
started: output.started !== undefined && output.started !== null
|
|
6540
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.started)))
|
|
6540
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.started)))
|
|
6541
6541
|
: undefined,
|
|
6542
|
-
status: smithy_client_1.expectString(output.status),
|
|
6542
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
6543
6543
|
stopped: output.stopped !== undefined && output.stopped !== null
|
|
6544
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.stopped)))
|
|
6544
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.stopped)))
|
|
6545
6545
|
: undefined,
|
|
6546
|
-
type: smithy_client_1.expectString(output.type),
|
|
6546
|
+
type: (0, smithy_client_1.expectString)(output.type),
|
|
6547
6547
|
};
|
|
6548
6548
|
};
|
|
6549
6549
|
const deserializeAws_json1_1TestGridProject = (output, context) => {
|
|
6550
6550
|
return {
|
|
6551
|
-
arn: smithy_client_1.expectString(output.arn),
|
|
6551
|
+
arn: (0, smithy_client_1.expectString)(output.arn),
|
|
6552
6552
|
created: output.created !== undefined && output.created !== null
|
|
6553
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.created)))
|
|
6553
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.created)))
|
|
6554
6554
|
: undefined,
|
|
6555
|
-
description: smithy_client_1.expectString(output.description),
|
|
6556
|
-
name: smithy_client_1.expectString(output.name),
|
|
6555
|
+
description: (0, smithy_client_1.expectString)(output.description),
|
|
6556
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
6557
6557
|
vpcConfig: output.vpcConfig !== undefined && output.vpcConfig !== null
|
|
6558
6558
|
? deserializeAws_json1_1TestGridVpcConfig(output.vpcConfig, context)
|
|
6559
6559
|
: undefined,
|
|
@@ -6572,27 +6572,27 @@ const deserializeAws_json1_1TestGridProjects = (output, context) => {
|
|
|
6572
6572
|
};
|
|
6573
6573
|
const deserializeAws_json1_1TestGridSession = (output, context) => {
|
|
6574
6574
|
return {
|
|
6575
|
-
arn: smithy_client_1.expectString(output.arn),
|
|
6576
|
-
billingMinutes: smithy_client_1.limitedParseDouble(output.billingMinutes),
|
|
6575
|
+
arn: (0, smithy_client_1.expectString)(output.arn),
|
|
6576
|
+
billingMinutes: (0, smithy_client_1.limitedParseDouble)(output.billingMinutes),
|
|
6577
6577
|
created: output.created !== undefined && output.created !== null
|
|
6578
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.created)))
|
|
6578
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.created)))
|
|
6579
6579
|
: undefined,
|
|
6580
6580
|
ended: output.ended !== undefined && output.ended !== null
|
|
6581
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.ended)))
|
|
6581
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.ended)))
|
|
6582
6582
|
: undefined,
|
|
6583
|
-
seleniumProperties: smithy_client_1.expectString(output.seleniumProperties),
|
|
6584
|
-
status: smithy_client_1.expectString(output.status),
|
|
6583
|
+
seleniumProperties: (0, smithy_client_1.expectString)(output.seleniumProperties),
|
|
6584
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
6585
6585
|
};
|
|
6586
6586
|
};
|
|
6587
6587
|
const deserializeAws_json1_1TestGridSessionAction = (output, context) => {
|
|
6588
6588
|
return {
|
|
6589
|
-
action: smithy_client_1.expectString(output.action),
|
|
6590
|
-
duration: smithy_client_1.expectLong(output.duration),
|
|
6591
|
-
requestMethod: smithy_client_1.expectString(output.requestMethod),
|
|
6589
|
+
action: (0, smithy_client_1.expectString)(output.action),
|
|
6590
|
+
duration: (0, smithy_client_1.expectLong)(output.duration),
|
|
6591
|
+
requestMethod: (0, smithy_client_1.expectString)(output.requestMethod),
|
|
6592
6592
|
started: output.started !== undefined && output.started !== null
|
|
6593
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.started)))
|
|
6593
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.started)))
|
|
6594
6594
|
: undefined,
|
|
6595
|
-
statusCode: smithy_client_1.expectString(output.statusCode),
|
|
6595
|
+
statusCode: (0, smithy_client_1.expectString)(output.statusCode),
|
|
6596
6596
|
};
|
|
6597
6597
|
};
|
|
6598
6598
|
const deserializeAws_json1_1TestGridSessionActions = (output, context) => {
|
|
@@ -6608,9 +6608,9 @@ const deserializeAws_json1_1TestGridSessionActions = (output, context) => {
|
|
|
6608
6608
|
};
|
|
6609
6609
|
const deserializeAws_json1_1TestGridSessionArtifact = (output, context) => {
|
|
6610
6610
|
return {
|
|
6611
|
-
filename: smithy_client_1.expectString(output.filename),
|
|
6612
|
-
type: smithy_client_1.expectString(output.type),
|
|
6613
|
-
url: smithy_client_1.expectString(output.url),
|
|
6611
|
+
filename: (0, smithy_client_1.expectString)(output.filename),
|
|
6612
|
+
type: (0, smithy_client_1.expectString)(output.type),
|
|
6613
|
+
url: (0, smithy_client_1.expectString)(output.url),
|
|
6614
6614
|
};
|
|
6615
6615
|
};
|
|
6616
6616
|
const deserializeAws_json1_1TestGridSessionArtifacts = (output, context) => {
|
|
@@ -6643,7 +6643,7 @@ const deserializeAws_json1_1TestGridVpcConfig = (output, context) => {
|
|
|
6643
6643
|
subnetIds: output.subnetIds !== undefined && output.subnetIds !== null
|
|
6644
6644
|
? deserializeAws_json1_1SubnetIds(output.subnetIds, context)
|
|
6645
6645
|
: undefined,
|
|
6646
|
-
vpcId: smithy_client_1.expectString(output.vpcId),
|
|
6646
|
+
vpcId: (0, smithy_client_1.expectString)(output.vpcId),
|
|
6647
6647
|
};
|
|
6648
6648
|
};
|
|
6649
6649
|
const deserializeAws_json1_1Tests = (output, context) => {
|
|
@@ -6659,19 +6659,19 @@ const deserializeAws_json1_1Tests = (output, context) => {
|
|
|
6659
6659
|
};
|
|
6660
6660
|
const deserializeAws_json1_1TooManyTagsException = (output, context) => {
|
|
6661
6661
|
return {
|
|
6662
|
-
message: smithy_client_1.expectString(output.message),
|
|
6663
|
-
resourceName: smithy_client_1.expectString(output.resourceName),
|
|
6662
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6663
|
+
resourceName: (0, smithy_client_1.expectString)(output.resourceName),
|
|
6664
6664
|
};
|
|
6665
6665
|
};
|
|
6666
6666
|
const deserializeAws_json1_1TrialMinutes = (output, context) => {
|
|
6667
6667
|
return {
|
|
6668
|
-
remaining: smithy_client_1.limitedParseDouble(output.remaining),
|
|
6669
|
-
total: smithy_client_1.limitedParseDouble(output.total),
|
|
6668
|
+
remaining: (0, smithy_client_1.limitedParseDouble)(output.remaining),
|
|
6669
|
+
total: (0, smithy_client_1.limitedParseDouble)(output.total),
|
|
6670
6670
|
};
|
|
6671
6671
|
};
|
|
6672
6672
|
const deserializeAws_json1_1UniqueProblem = (output, context) => {
|
|
6673
6673
|
return {
|
|
6674
|
-
message: smithy_client_1.expectString(output.message),
|
|
6674
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6675
6675
|
problems: output.problems !== undefined && output.problems !== null
|
|
6676
6676
|
? deserializeAws_json1_1Problems(output.problems, context)
|
|
6677
6677
|
: undefined,
|
|
@@ -6760,18 +6760,18 @@ const deserializeAws_json1_1UpdateVPCEConfigurationResult = (output, context) =>
|
|
|
6760
6760
|
};
|
|
6761
6761
|
const deserializeAws_json1_1Upload = (output, context) => {
|
|
6762
6762
|
return {
|
|
6763
|
-
arn: smithy_client_1.expectString(output.arn),
|
|
6764
|
-
category: smithy_client_1.expectString(output.category),
|
|
6765
|
-
contentType: smithy_client_1.expectString(output.contentType),
|
|
6763
|
+
arn: (0, smithy_client_1.expectString)(output.arn),
|
|
6764
|
+
category: (0, smithy_client_1.expectString)(output.category),
|
|
6765
|
+
contentType: (0, smithy_client_1.expectString)(output.contentType),
|
|
6766
6766
|
created: output.created !== undefined && output.created !== null
|
|
6767
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.created)))
|
|
6767
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.created)))
|
|
6768
6768
|
: undefined,
|
|
6769
|
-
message: smithy_client_1.expectString(output.message),
|
|
6770
|
-
metadata: smithy_client_1.expectString(output.metadata),
|
|
6771
|
-
name: smithy_client_1.expectString(output.name),
|
|
6772
|
-
status: smithy_client_1.expectString(output.status),
|
|
6773
|
-
type: smithy_client_1.expectString(output.type),
|
|
6774
|
-
url: smithy_client_1.expectString(output.url),
|
|
6769
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6770
|
+
metadata: (0, smithy_client_1.expectString)(output.metadata),
|
|
6771
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
6772
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
6773
|
+
type: (0, smithy_client_1.expectString)(output.type),
|
|
6774
|
+
url: (0, smithy_client_1.expectString)(output.url),
|
|
6775
6775
|
};
|
|
6776
6776
|
};
|
|
6777
6777
|
const deserializeAws_json1_1Uploads = (output, context) => {
|
|
@@ -6787,11 +6787,11 @@ const deserializeAws_json1_1Uploads = (output, context) => {
|
|
|
6787
6787
|
};
|
|
6788
6788
|
const deserializeAws_json1_1VPCEConfiguration = (output, context) => {
|
|
6789
6789
|
return {
|
|
6790
|
-
arn: smithy_client_1.expectString(output.arn),
|
|
6791
|
-
serviceDnsName: smithy_client_1.expectString(output.serviceDnsName),
|
|
6792
|
-
vpceConfigurationDescription: smithy_client_1.expectString(output.vpceConfigurationDescription),
|
|
6793
|
-
vpceConfigurationName: smithy_client_1.expectString(output.vpceConfigurationName),
|
|
6794
|
-
vpceServiceName: smithy_client_1.expectString(output.vpceServiceName),
|
|
6790
|
+
arn: (0, smithy_client_1.expectString)(output.arn),
|
|
6791
|
+
serviceDnsName: (0, smithy_client_1.expectString)(output.serviceDnsName),
|
|
6792
|
+
vpceConfigurationDescription: (0, smithy_client_1.expectString)(output.vpceConfigurationDescription),
|
|
6793
|
+
vpceConfigurationName: (0, smithy_client_1.expectString)(output.vpceConfigurationName),
|
|
6794
|
+
vpceServiceName: (0, smithy_client_1.expectString)(output.vpceServiceName),
|
|
6795
6795
|
};
|
|
6796
6796
|
};
|
|
6797
6797
|
const deserializeAws_json1_1VPCEConfigurations = (output, context) => {
|