@aws-sdk/client-codebuild 3.54.0 → 3.56.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/CodeBuildClient.js +13 -13
- package/dist-cjs/commands/BatchDeleteBuildsCommand.js +3 -3
- package/dist-cjs/commands/BatchGetBuildBatchesCommand.js +3 -3
- package/dist-cjs/commands/BatchGetBuildsCommand.js +3 -3
- package/dist-cjs/commands/BatchGetProjectsCommand.js +3 -3
- package/dist-cjs/commands/BatchGetReportGroupsCommand.js +3 -3
- package/dist-cjs/commands/BatchGetReportsCommand.js +3 -3
- package/dist-cjs/commands/CreateProjectCommand.js +3 -3
- package/dist-cjs/commands/CreateReportGroupCommand.js +3 -3
- package/dist-cjs/commands/CreateWebhookCommand.js +3 -3
- package/dist-cjs/commands/DeleteBuildBatchCommand.js +3 -3
- package/dist-cjs/commands/DeleteProjectCommand.js +3 -3
- package/dist-cjs/commands/DeleteReportCommand.js +3 -3
- package/dist-cjs/commands/DeleteReportGroupCommand.js +3 -3
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +3 -3
- package/dist-cjs/commands/DeleteSourceCredentialsCommand.js +3 -3
- package/dist-cjs/commands/DeleteWebhookCommand.js +3 -3
- package/dist-cjs/commands/DescribeCodeCoveragesCommand.js +3 -3
- package/dist-cjs/commands/DescribeTestCasesCommand.js +3 -3
- package/dist-cjs/commands/GetReportGroupTrendCommand.js +3 -3
- package/dist-cjs/commands/GetResourcePolicyCommand.js +3 -3
- package/dist-cjs/commands/ImportSourceCredentialsCommand.js +3 -3
- package/dist-cjs/commands/InvalidateProjectCacheCommand.js +3 -3
- package/dist-cjs/commands/ListBuildBatchesCommand.js +3 -3
- package/dist-cjs/commands/ListBuildBatchesForProjectCommand.js +3 -3
- package/dist-cjs/commands/ListBuildsCommand.js +3 -3
- package/dist-cjs/commands/ListBuildsForProjectCommand.js +3 -3
- package/dist-cjs/commands/ListCuratedEnvironmentImagesCommand.js +3 -3
- package/dist-cjs/commands/ListProjectsCommand.js +3 -3
- package/dist-cjs/commands/ListReportGroupsCommand.js +3 -3
- package/dist-cjs/commands/ListReportsCommand.js +3 -3
- package/dist-cjs/commands/ListReportsForReportGroupCommand.js +3 -3
- package/dist-cjs/commands/ListSharedProjectsCommand.js +3 -3
- package/dist-cjs/commands/ListSharedReportGroupsCommand.js +3 -3
- package/dist-cjs/commands/ListSourceCredentialsCommand.js +3 -3
- package/dist-cjs/commands/PutResourcePolicyCommand.js +3 -3
- package/dist-cjs/commands/RetryBuildBatchCommand.js +3 -3
- package/dist-cjs/commands/RetryBuildCommand.js +3 -3
- package/dist-cjs/commands/StartBuildBatchCommand.js +3 -3
- package/dist-cjs/commands/StartBuildCommand.js +3 -3
- package/dist-cjs/commands/StopBuildBatchCommand.js +3 -3
- package/dist-cjs/commands/StopBuildCommand.js +3 -3
- package/dist-cjs/commands/UpdateProjectCommand.js +3 -3
- package/dist-cjs/commands/UpdateProjectVisibilityCommand.js +3 -3
- package/dist-cjs/commands/UpdateReportGroupCommand.js +3 -3
- package/dist-cjs/commands/UpdateWebhookCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/protocols/Aws_json1_1.js +308 -308
- 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/CodeBuild.js +45 -45
- package/dist-es/pagination/DescribeCodeCoveragesPaginator.js +4 -4
- package/dist-es/pagination/DescribeTestCasesPaginator.js +4 -4
- package/dist-es/pagination/ListBuildBatchesForProjectPaginator.js +4 -4
- package/dist-es/pagination/ListBuildBatchesPaginator.js +4 -4
- package/dist-es/pagination/ListBuildsForProjectPaginator.js +4 -4
- package/dist-es/pagination/ListBuildsPaginator.js +4 -4
- package/dist-es/pagination/ListProjectsPaginator.js +4 -4
- package/dist-es/pagination/ListReportGroupsPaginator.js +4 -4
- package/dist-es/pagination/ListReportsForReportGroupPaginator.js +4 -4
- package/dist-es/pagination/ListReportsPaginator.js +4 -4
- package/dist-es/pagination/ListSharedProjectsPaginator.js +4 -4
- package/dist-es/pagination/ListSharedReportGroupsPaginator.js +4 -4
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/package.json +34 -34
|
@@ -489,7 +489,7 @@ const deserializeAws_json1_1BatchDeleteBuildsCommandError = async (output, conte
|
|
|
489
489
|
$fault: "client",
|
|
490
490
|
$metadata: deserializeMetadata(output),
|
|
491
491
|
});
|
|
492
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
492
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
493
493
|
}
|
|
494
494
|
};
|
|
495
495
|
const deserializeAws_json1_1BatchGetBuildBatchesCommand = async (output, context) => {
|
|
@@ -525,7 +525,7 @@ const deserializeAws_json1_1BatchGetBuildBatchesCommandError = async (output, co
|
|
|
525
525
|
$fault: "client",
|
|
526
526
|
$metadata: deserializeMetadata(output),
|
|
527
527
|
});
|
|
528
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
528
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
529
529
|
}
|
|
530
530
|
};
|
|
531
531
|
const deserializeAws_json1_1BatchGetBuildsCommand = async (output, context) => {
|
|
@@ -561,7 +561,7 @@ const deserializeAws_json1_1BatchGetBuildsCommandError = async (output, context)
|
|
|
561
561
|
$fault: "client",
|
|
562
562
|
$metadata: deserializeMetadata(output),
|
|
563
563
|
});
|
|
564
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
564
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
565
565
|
}
|
|
566
566
|
};
|
|
567
567
|
const deserializeAws_json1_1BatchGetProjectsCommand = async (output, context) => {
|
|
@@ -597,7 +597,7 @@ const deserializeAws_json1_1BatchGetProjectsCommandError = async (output, contex
|
|
|
597
597
|
$fault: "client",
|
|
598
598
|
$metadata: deserializeMetadata(output),
|
|
599
599
|
});
|
|
600
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
600
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
601
601
|
}
|
|
602
602
|
};
|
|
603
603
|
const deserializeAws_json1_1BatchGetReportGroupsCommand = async (output, context) => {
|
|
@@ -633,7 +633,7 @@ const deserializeAws_json1_1BatchGetReportGroupsCommandError = async (output, co
|
|
|
633
633
|
$fault: "client",
|
|
634
634
|
$metadata: deserializeMetadata(output),
|
|
635
635
|
});
|
|
636
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
636
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
637
637
|
}
|
|
638
638
|
};
|
|
639
639
|
const deserializeAws_json1_1BatchGetReportsCommand = async (output, context) => {
|
|
@@ -669,7 +669,7 @@ const deserializeAws_json1_1BatchGetReportsCommandError = async (output, context
|
|
|
669
669
|
$fault: "client",
|
|
670
670
|
$metadata: deserializeMetadata(output),
|
|
671
671
|
});
|
|
672
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
672
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
673
673
|
}
|
|
674
674
|
};
|
|
675
675
|
const deserializeAws_json1_1CreateProjectCommand = async (output, context) => {
|
|
@@ -711,7 +711,7 @@ const deserializeAws_json1_1CreateProjectCommandError = async (output, context)
|
|
|
711
711
|
$fault: "client",
|
|
712
712
|
$metadata: deserializeMetadata(output),
|
|
713
713
|
});
|
|
714
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
714
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
715
715
|
}
|
|
716
716
|
};
|
|
717
717
|
const deserializeAws_json1_1CreateReportGroupCommand = async (output, context) => {
|
|
@@ -753,7 +753,7 @@ const deserializeAws_json1_1CreateReportGroupCommandError = async (output, conte
|
|
|
753
753
|
$fault: "client",
|
|
754
754
|
$metadata: deserializeMetadata(output),
|
|
755
755
|
});
|
|
756
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
756
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
757
757
|
}
|
|
758
758
|
};
|
|
759
759
|
const deserializeAws_json1_1CreateWebhookCommand = async (output, context) => {
|
|
@@ -798,7 +798,7 @@ const deserializeAws_json1_1CreateWebhookCommandError = async (output, context)
|
|
|
798
798
|
$fault: "client",
|
|
799
799
|
$metadata: deserializeMetadata(output),
|
|
800
800
|
});
|
|
801
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
801
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
802
802
|
}
|
|
803
803
|
};
|
|
804
804
|
const deserializeAws_json1_1DeleteBuildBatchCommand = async (output, context) => {
|
|
@@ -834,7 +834,7 @@ const deserializeAws_json1_1DeleteBuildBatchCommandError = async (output, contex
|
|
|
834
834
|
$fault: "client",
|
|
835
835
|
$metadata: deserializeMetadata(output),
|
|
836
836
|
});
|
|
837
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
837
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
838
838
|
}
|
|
839
839
|
};
|
|
840
840
|
const deserializeAws_json1_1DeleteProjectCommand = async (output, context) => {
|
|
@@ -870,7 +870,7 @@ const deserializeAws_json1_1DeleteProjectCommandError = async (output, context)
|
|
|
870
870
|
$fault: "client",
|
|
871
871
|
$metadata: deserializeMetadata(output),
|
|
872
872
|
});
|
|
873
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
873
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
874
874
|
}
|
|
875
875
|
};
|
|
876
876
|
const deserializeAws_json1_1DeleteReportCommand = async (output, context) => {
|
|
@@ -906,7 +906,7 @@ const deserializeAws_json1_1DeleteReportCommandError = async (output, context) =
|
|
|
906
906
|
$fault: "client",
|
|
907
907
|
$metadata: deserializeMetadata(output),
|
|
908
908
|
});
|
|
909
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
909
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
910
910
|
}
|
|
911
911
|
};
|
|
912
912
|
const deserializeAws_json1_1DeleteReportGroupCommand = async (output, context) => {
|
|
@@ -942,7 +942,7 @@ const deserializeAws_json1_1DeleteReportGroupCommandError = async (output, conte
|
|
|
942
942
|
$fault: "client",
|
|
943
943
|
$metadata: deserializeMetadata(output),
|
|
944
944
|
});
|
|
945
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
945
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
946
946
|
}
|
|
947
947
|
};
|
|
948
948
|
const deserializeAws_json1_1DeleteResourcePolicyCommand = async (output, context) => {
|
|
@@ -978,7 +978,7 @@ const deserializeAws_json1_1DeleteResourcePolicyCommandError = async (output, co
|
|
|
978
978
|
$fault: "client",
|
|
979
979
|
$metadata: deserializeMetadata(output),
|
|
980
980
|
});
|
|
981
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
981
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
982
982
|
}
|
|
983
983
|
};
|
|
984
984
|
const deserializeAws_json1_1DeleteSourceCredentialsCommand = async (output, context) => {
|
|
@@ -1017,7 +1017,7 @@ const deserializeAws_json1_1DeleteSourceCredentialsCommandError = async (output,
|
|
|
1017
1017
|
$fault: "client",
|
|
1018
1018
|
$metadata: deserializeMetadata(output),
|
|
1019
1019
|
});
|
|
1020
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1020
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1021
1021
|
}
|
|
1022
1022
|
};
|
|
1023
1023
|
const deserializeAws_json1_1DeleteWebhookCommand = async (output, context) => {
|
|
@@ -1059,7 +1059,7 @@ const deserializeAws_json1_1DeleteWebhookCommandError = async (output, context)
|
|
|
1059
1059
|
$fault: "client",
|
|
1060
1060
|
$metadata: deserializeMetadata(output),
|
|
1061
1061
|
});
|
|
1062
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1062
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1063
1063
|
}
|
|
1064
1064
|
};
|
|
1065
1065
|
const deserializeAws_json1_1DescribeCodeCoveragesCommand = async (output, context) => {
|
|
@@ -1095,7 +1095,7 @@ const deserializeAws_json1_1DescribeCodeCoveragesCommandError = async (output, c
|
|
|
1095
1095
|
$fault: "client",
|
|
1096
1096
|
$metadata: deserializeMetadata(output),
|
|
1097
1097
|
});
|
|
1098
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1098
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1099
1099
|
}
|
|
1100
1100
|
};
|
|
1101
1101
|
const deserializeAws_json1_1DescribeTestCasesCommand = async (output, context) => {
|
|
@@ -1134,7 +1134,7 @@ const deserializeAws_json1_1DescribeTestCasesCommandError = async (output, conte
|
|
|
1134
1134
|
$fault: "client",
|
|
1135
1135
|
$metadata: deserializeMetadata(output),
|
|
1136
1136
|
});
|
|
1137
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1137
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1138
1138
|
}
|
|
1139
1139
|
};
|
|
1140
1140
|
const deserializeAws_json1_1GetReportGroupTrendCommand = async (output, context) => {
|
|
@@ -1173,7 +1173,7 @@ const deserializeAws_json1_1GetReportGroupTrendCommandError = async (output, con
|
|
|
1173
1173
|
$fault: "client",
|
|
1174
1174
|
$metadata: deserializeMetadata(output),
|
|
1175
1175
|
});
|
|
1176
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1176
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1177
1177
|
}
|
|
1178
1178
|
};
|
|
1179
1179
|
const deserializeAws_json1_1GetResourcePolicyCommand = async (output, context) => {
|
|
@@ -1212,7 +1212,7 @@ const deserializeAws_json1_1GetResourcePolicyCommandError = async (output, conte
|
|
|
1212
1212
|
$fault: "client",
|
|
1213
1213
|
$metadata: deserializeMetadata(output),
|
|
1214
1214
|
});
|
|
1215
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1215
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1216
1216
|
}
|
|
1217
1217
|
};
|
|
1218
1218
|
const deserializeAws_json1_1ImportSourceCredentialsCommand = async (output, context) => {
|
|
@@ -1254,7 +1254,7 @@ const deserializeAws_json1_1ImportSourceCredentialsCommandError = async (output,
|
|
|
1254
1254
|
$fault: "client",
|
|
1255
1255
|
$metadata: deserializeMetadata(output),
|
|
1256
1256
|
});
|
|
1257
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1257
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1258
1258
|
}
|
|
1259
1259
|
};
|
|
1260
1260
|
const deserializeAws_json1_1InvalidateProjectCacheCommand = async (output, context) => {
|
|
@@ -1293,7 +1293,7 @@ const deserializeAws_json1_1InvalidateProjectCacheCommandError = async (output,
|
|
|
1293
1293
|
$fault: "client",
|
|
1294
1294
|
$metadata: deserializeMetadata(output),
|
|
1295
1295
|
});
|
|
1296
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1296
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1297
1297
|
}
|
|
1298
1298
|
};
|
|
1299
1299
|
const deserializeAws_json1_1ListBuildBatchesCommand = async (output, context) => {
|
|
@@ -1329,7 +1329,7 @@ const deserializeAws_json1_1ListBuildBatchesCommandError = async (output, contex
|
|
|
1329
1329
|
$fault: "client",
|
|
1330
1330
|
$metadata: deserializeMetadata(output),
|
|
1331
1331
|
});
|
|
1332
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1332
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1333
1333
|
}
|
|
1334
1334
|
};
|
|
1335
1335
|
const deserializeAws_json1_1ListBuildBatchesForProjectCommand = async (output, context) => {
|
|
@@ -1368,7 +1368,7 @@ const deserializeAws_json1_1ListBuildBatchesForProjectCommandError = async (outp
|
|
|
1368
1368
|
$fault: "client",
|
|
1369
1369
|
$metadata: deserializeMetadata(output),
|
|
1370
1370
|
});
|
|
1371
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1371
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1372
1372
|
}
|
|
1373
1373
|
};
|
|
1374
1374
|
const deserializeAws_json1_1ListBuildsCommand = async (output, context) => {
|
|
@@ -1404,7 +1404,7 @@ const deserializeAws_json1_1ListBuildsCommandError = async (output, context) =>
|
|
|
1404
1404
|
$fault: "client",
|
|
1405
1405
|
$metadata: deserializeMetadata(output),
|
|
1406
1406
|
});
|
|
1407
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1407
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1408
1408
|
}
|
|
1409
1409
|
};
|
|
1410
1410
|
const deserializeAws_json1_1ListBuildsForProjectCommand = async (output, context) => {
|
|
@@ -1443,7 +1443,7 @@ const deserializeAws_json1_1ListBuildsForProjectCommandError = async (output, co
|
|
|
1443
1443
|
$fault: "client",
|
|
1444
1444
|
$metadata: deserializeMetadata(output),
|
|
1445
1445
|
});
|
|
1446
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1446
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1447
1447
|
}
|
|
1448
1448
|
};
|
|
1449
1449
|
const deserializeAws_json1_1ListCuratedEnvironmentImagesCommand = async (output, context) => {
|
|
@@ -1476,7 +1476,7 @@ const deserializeAws_json1_1ListCuratedEnvironmentImagesCommandError = async (ou
|
|
|
1476
1476
|
$fault: "client",
|
|
1477
1477
|
$metadata: deserializeMetadata(output),
|
|
1478
1478
|
});
|
|
1479
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1479
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1480
1480
|
}
|
|
1481
1481
|
};
|
|
1482
1482
|
const deserializeAws_json1_1ListProjectsCommand = async (output, context) => {
|
|
@@ -1512,7 +1512,7 @@ const deserializeAws_json1_1ListProjectsCommandError = async (output, context) =
|
|
|
1512
1512
|
$fault: "client",
|
|
1513
1513
|
$metadata: deserializeMetadata(output),
|
|
1514
1514
|
});
|
|
1515
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1515
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1516
1516
|
}
|
|
1517
1517
|
};
|
|
1518
1518
|
const deserializeAws_json1_1ListReportGroupsCommand = async (output, context) => {
|
|
@@ -1548,7 +1548,7 @@ const deserializeAws_json1_1ListReportGroupsCommandError = async (output, contex
|
|
|
1548
1548
|
$fault: "client",
|
|
1549
1549
|
$metadata: deserializeMetadata(output),
|
|
1550
1550
|
});
|
|
1551
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1551
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1552
1552
|
}
|
|
1553
1553
|
};
|
|
1554
1554
|
const deserializeAws_json1_1ListReportsCommand = async (output, context) => {
|
|
@@ -1584,7 +1584,7 @@ const deserializeAws_json1_1ListReportsCommandError = async (output, context) =>
|
|
|
1584
1584
|
$fault: "client",
|
|
1585
1585
|
$metadata: deserializeMetadata(output),
|
|
1586
1586
|
});
|
|
1587
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1587
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1588
1588
|
}
|
|
1589
1589
|
};
|
|
1590
1590
|
const deserializeAws_json1_1ListReportsForReportGroupCommand = async (output, context) => {
|
|
@@ -1623,7 +1623,7 @@ const deserializeAws_json1_1ListReportsForReportGroupCommandError = async (outpu
|
|
|
1623
1623
|
$fault: "client",
|
|
1624
1624
|
$metadata: deserializeMetadata(output),
|
|
1625
1625
|
});
|
|
1626
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1626
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1627
1627
|
}
|
|
1628
1628
|
};
|
|
1629
1629
|
const deserializeAws_json1_1ListSharedProjectsCommand = async (output, context) => {
|
|
@@ -1659,7 +1659,7 @@ const deserializeAws_json1_1ListSharedProjectsCommandError = async (output, cont
|
|
|
1659
1659
|
$fault: "client",
|
|
1660
1660
|
$metadata: deserializeMetadata(output),
|
|
1661
1661
|
});
|
|
1662
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1662
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1663
1663
|
}
|
|
1664
1664
|
};
|
|
1665
1665
|
const deserializeAws_json1_1ListSharedReportGroupsCommand = async (output, context) => {
|
|
@@ -1695,7 +1695,7 @@ const deserializeAws_json1_1ListSharedReportGroupsCommandError = async (output,
|
|
|
1695
1695
|
$fault: "client",
|
|
1696
1696
|
$metadata: deserializeMetadata(output),
|
|
1697
1697
|
});
|
|
1698
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1698
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1699
1699
|
}
|
|
1700
1700
|
};
|
|
1701
1701
|
const deserializeAws_json1_1ListSourceCredentialsCommand = async (output, context) => {
|
|
@@ -1731,7 +1731,7 @@ const deserializeAws_json1_1ListSourceCredentialsCommandError = async (output, c
|
|
|
1731
1731
|
$fault: "client",
|
|
1732
1732
|
$metadata: deserializeMetadata(output),
|
|
1733
1733
|
});
|
|
1734
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1734
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1735
1735
|
}
|
|
1736
1736
|
};
|
|
1737
1737
|
const deserializeAws_json1_1PutResourcePolicyCommand = async (output, context) => {
|
|
@@ -1770,7 +1770,7 @@ const deserializeAws_json1_1PutResourcePolicyCommandError = async (output, conte
|
|
|
1770
1770
|
$fault: "client",
|
|
1771
1771
|
$metadata: deserializeMetadata(output),
|
|
1772
1772
|
});
|
|
1773
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1773
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1774
1774
|
}
|
|
1775
1775
|
};
|
|
1776
1776
|
const deserializeAws_json1_1RetryBuildCommand = async (output, context) => {
|
|
@@ -1812,7 +1812,7 @@ const deserializeAws_json1_1RetryBuildCommandError = async (output, context) =>
|
|
|
1812
1812
|
$fault: "client",
|
|
1813
1813
|
$metadata: deserializeMetadata(output),
|
|
1814
1814
|
});
|
|
1815
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1815
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1816
1816
|
}
|
|
1817
1817
|
};
|
|
1818
1818
|
const deserializeAws_json1_1RetryBuildBatchCommand = async (output, context) => {
|
|
@@ -1851,7 +1851,7 @@ const deserializeAws_json1_1RetryBuildBatchCommandError = async (output, context
|
|
|
1851
1851
|
$fault: "client",
|
|
1852
1852
|
$metadata: deserializeMetadata(output),
|
|
1853
1853
|
});
|
|
1854
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1854
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1855
1855
|
}
|
|
1856
1856
|
};
|
|
1857
1857
|
const deserializeAws_json1_1StartBuildCommand = async (output, context) => {
|
|
@@ -1893,7 +1893,7 @@ const deserializeAws_json1_1StartBuildCommandError = async (output, context) =>
|
|
|
1893
1893
|
$fault: "client",
|
|
1894
1894
|
$metadata: deserializeMetadata(output),
|
|
1895
1895
|
});
|
|
1896
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1896
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1897
1897
|
}
|
|
1898
1898
|
};
|
|
1899
1899
|
const deserializeAws_json1_1StartBuildBatchCommand = async (output, context) => {
|
|
@@ -1932,7 +1932,7 @@ const deserializeAws_json1_1StartBuildBatchCommandError = async (output, context
|
|
|
1932
1932
|
$fault: "client",
|
|
1933
1933
|
$metadata: deserializeMetadata(output),
|
|
1934
1934
|
});
|
|
1935
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1935
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1936
1936
|
}
|
|
1937
1937
|
};
|
|
1938
1938
|
const deserializeAws_json1_1StopBuildCommand = async (output, context) => {
|
|
@@ -1971,7 +1971,7 @@ const deserializeAws_json1_1StopBuildCommandError = async (output, context) => {
|
|
|
1971
1971
|
$fault: "client",
|
|
1972
1972
|
$metadata: deserializeMetadata(output),
|
|
1973
1973
|
});
|
|
1974
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1974
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1975
1975
|
}
|
|
1976
1976
|
};
|
|
1977
1977
|
const deserializeAws_json1_1StopBuildBatchCommand = async (output, context) => {
|
|
@@ -2010,7 +2010,7 @@ const deserializeAws_json1_1StopBuildBatchCommandError = async (output, context)
|
|
|
2010
2010
|
$fault: "client",
|
|
2011
2011
|
$metadata: deserializeMetadata(output),
|
|
2012
2012
|
});
|
|
2013
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2013
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2014
2014
|
}
|
|
2015
2015
|
};
|
|
2016
2016
|
const deserializeAws_json1_1UpdateProjectCommand = async (output, context) => {
|
|
@@ -2049,7 +2049,7 @@ const deserializeAws_json1_1UpdateProjectCommandError = async (output, context)
|
|
|
2049
2049
|
$fault: "client",
|
|
2050
2050
|
$metadata: deserializeMetadata(output),
|
|
2051
2051
|
});
|
|
2052
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2052
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2053
2053
|
}
|
|
2054
2054
|
};
|
|
2055
2055
|
const deserializeAws_json1_1UpdateProjectVisibilityCommand = async (output, context) => {
|
|
@@ -2088,7 +2088,7 @@ const deserializeAws_json1_1UpdateProjectVisibilityCommandError = async (output,
|
|
|
2088
2088
|
$fault: "client",
|
|
2089
2089
|
$metadata: deserializeMetadata(output),
|
|
2090
2090
|
});
|
|
2091
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2091
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2092
2092
|
}
|
|
2093
2093
|
};
|
|
2094
2094
|
const deserializeAws_json1_1UpdateReportGroupCommand = async (output, context) => {
|
|
@@ -2127,7 +2127,7 @@ const deserializeAws_json1_1UpdateReportGroupCommandError = async (output, conte
|
|
|
2127
2127
|
$fault: "client",
|
|
2128
2128
|
$metadata: deserializeMetadata(output),
|
|
2129
2129
|
});
|
|
2130
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2130
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2131
2131
|
}
|
|
2132
2132
|
};
|
|
2133
2133
|
const deserializeAws_json1_1UpdateWebhookCommand = async (output, context) => {
|
|
@@ -2169,7 +2169,7 @@ const deserializeAws_json1_1UpdateWebhookCommandError = async (output, context)
|
|
|
2169
2169
|
$fault: "client",
|
|
2170
2170
|
$metadata: deserializeMetadata(output),
|
|
2171
2171
|
});
|
|
2172
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2172
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2173
2173
|
}
|
|
2174
2174
|
};
|
|
2175
2175
|
const deserializeAws_json1_1AccountLimitExceededExceptionResponse = async (parsedOutput, context) => {
|
|
@@ -2179,7 +2179,7 @@ const deserializeAws_json1_1AccountLimitExceededExceptionResponse = async (parse
|
|
|
2179
2179
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2180
2180
|
...deserialized,
|
|
2181
2181
|
});
|
|
2182
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2182
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2183
2183
|
};
|
|
2184
2184
|
const deserializeAws_json1_1InvalidInputExceptionResponse = async (parsedOutput, context) => {
|
|
2185
2185
|
const body = parsedOutput.body;
|
|
@@ -2188,7 +2188,7 @@ const deserializeAws_json1_1InvalidInputExceptionResponse = async (parsedOutput,
|
|
|
2188
2188
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2189
2189
|
...deserialized,
|
|
2190
2190
|
});
|
|
2191
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2191
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2192
2192
|
};
|
|
2193
2193
|
const deserializeAws_json1_1OAuthProviderExceptionResponse = async (parsedOutput, context) => {
|
|
2194
2194
|
const body = parsedOutput.body;
|
|
@@ -2197,7 +2197,7 @@ const deserializeAws_json1_1OAuthProviderExceptionResponse = async (parsedOutput
|
|
|
2197
2197
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2198
2198
|
...deserialized,
|
|
2199
2199
|
});
|
|
2200
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2200
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2201
2201
|
};
|
|
2202
2202
|
const deserializeAws_json1_1ResourceAlreadyExistsExceptionResponse = async (parsedOutput, context) => {
|
|
2203
2203
|
const body = parsedOutput.body;
|
|
@@ -2206,7 +2206,7 @@ const deserializeAws_json1_1ResourceAlreadyExistsExceptionResponse = async (pars
|
|
|
2206
2206
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2207
2207
|
...deserialized,
|
|
2208
2208
|
});
|
|
2209
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2209
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2210
2210
|
};
|
|
2211
2211
|
const deserializeAws_json1_1ResourceNotFoundExceptionResponse = async (parsedOutput, context) => {
|
|
2212
2212
|
const body = parsedOutput.body;
|
|
@@ -2215,7 +2215,7 @@ const deserializeAws_json1_1ResourceNotFoundExceptionResponse = async (parsedOut
|
|
|
2215
2215
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2216
2216
|
...deserialized,
|
|
2217
2217
|
});
|
|
2218
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2218
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2219
2219
|
};
|
|
2220
2220
|
const serializeAws_json1_1BatchDeleteBuildsInput = (input, context) => {
|
|
2221
2221
|
return {
|
|
@@ -2422,12 +2422,12 @@ const serializeAws_json1_1DescribeCodeCoveragesInput = (input, context) => {
|
|
|
2422
2422
|
return {
|
|
2423
2423
|
...(input.maxLineCoveragePercentage !== undefined &&
|
|
2424
2424
|
input.maxLineCoveragePercentage !== null && {
|
|
2425
|
-
maxLineCoveragePercentage: smithy_client_1.serializeFloat(input.maxLineCoveragePercentage),
|
|
2425
|
+
maxLineCoveragePercentage: (0, smithy_client_1.serializeFloat)(input.maxLineCoveragePercentage),
|
|
2426
2426
|
}),
|
|
2427
2427
|
...(input.maxResults !== undefined && input.maxResults !== null && { maxResults: input.maxResults }),
|
|
2428
2428
|
...(input.minLineCoveragePercentage !== undefined &&
|
|
2429
2429
|
input.minLineCoveragePercentage !== null && {
|
|
2430
|
-
minLineCoveragePercentage: smithy_client_1.serializeFloat(input.minLineCoveragePercentage),
|
|
2430
|
+
minLineCoveragePercentage: (0, smithy_client_1.serializeFloat)(input.minLineCoveragePercentage),
|
|
2431
2431
|
}),
|
|
2432
2432
|
...(input.nextToken !== undefined && input.nextToken !== null && { nextToken: input.nextToken }),
|
|
2433
2433
|
...(input.reportArn !== undefined && input.reportArn !== null && { reportArn: input.reportArn }),
|
|
@@ -3198,7 +3198,7 @@ const serializeAws_json1_1WebhookFilter = (input, context) => {
|
|
|
3198
3198
|
};
|
|
3199
3199
|
const deserializeAws_json1_1AccountLimitExceededException = (output, context) => {
|
|
3200
3200
|
return {
|
|
3201
|
-
message: smithy_client_1.expectString(output.message),
|
|
3201
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
3202
3202
|
};
|
|
3203
3203
|
};
|
|
3204
3204
|
const deserializeAws_json1_1BatchDeleteBuildsOutput = (output, context) => {
|
|
@@ -3266,29 +3266,29 @@ const deserializeAws_json1_1BatchRestrictions = (output, context) => {
|
|
|
3266
3266
|
computeTypesAllowed: output.computeTypesAllowed !== undefined && output.computeTypesAllowed !== null
|
|
3267
3267
|
? deserializeAws_json1_1ComputeTypesAllowed(output.computeTypesAllowed, context)
|
|
3268
3268
|
: undefined,
|
|
3269
|
-
maximumBuildsAllowed: smithy_client_1.expectInt32(output.maximumBuildsAllowed),
|
|
3269
|
+
maximumBuildsAllowed: (0, smithy_client_1.expectInt32)(output.maximumBuildsAllowed),
|
|
3270
3270
|
};
|
|
3271
3271
|
};
|
|
3272
3272
|
const deserializeAws_json1_1Build = (output, context) => {
|
|
3273
3273
|
return {
|
|
3274
|
-
arn: smithy_client_1.expectString(output.arn),
|
|
3274
|
+
arn: (0, smithy_client_1.expectString)(output.arn),
|
|
3275
3275
|
artifacts: output.artifacts !== undefined && output.artifacts !== null
|
|
3276
3276
|
? deserializeAws_json1_1BuildArtifacts(output.artifacts, context)
|
|
3277
3277
|
: undefined,
|
|
3278
|
-
buildBatchArn: smithy_client_1.expectString(output.buildBatchArn),
|
|
3279
|
-
buildComplete: smithy_client_1.expectBoolean(output.buildComplete),
|
|
3280
|
-
buildNumber: smithy_client_1.expectLong(output.buildNumber),
|
|
3281
|
-
buildStatus: smithy_client_1.expectString(output.buildStatus),
|
|
3278
|
+
buildBatchArn: (0, smithy_client_1.expectString)(output.buildBatchArn),
|
|
3279
|
+
buildComplete: (0, smithy_client_1.expectBoolean)(output.buildComplete),
|
|
3280
|
+
buildNumber: (0, smithy_client_1.expectLong)(output.buildNumber),
|
|
3281
|
+
buildStatus: (0, smithy_client_1.expectString)(output.buildStatus),
|
|
3282
3282
|
cache: output.cache !== undefined && output.cache !== null
|
|
3283
3283
|
? deserializeAws_json1_1ProjectCache(output.cache, context)
|
|
3284
3284
|
: undefined,
|
|
3285
|
-
currentPhase: smithy_client_1.expectString(output.currentPhase),
|
|
3285
|
+
currentPhase: (0, smithy_client_1.expectString)(output.currentPhase),
|
|
3286
3286
|
debugSession: output.debugSession !== undefined && output.debugSession !== null
|
|
3287
3287
|
? deserializeAws_json1_1DebugSession(output.debugSession, context)
|
|
3288
3288
|
: undefined,
|
|
3289
|
-
encryptionKey: smithy_client_1.expectString(output.encryptionKey),
|
|
3289
|
+
encryptionKey: (0, smithy_client_1.expectString)(output.encryptionKey),
|
|
3290
3290
|
endTime: output.endTime !== undefined && output.endTime !== null
|
|
3291
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.endTime)))
|
|
3291
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.endTime)))
|
|
3292
3292
|
: undefined,
|
|
3293
3293
|
environment: output.environment !== undefined && output.environment !== null
|
|
3294
3294
|
? deserializeAws_json1_1ProjectEnvironment(output.environment, context)
|
|
@@ -3299,8 +3299,8 @@ const deserializeAws_json1_1Build = (output, context) => {
|
|
|
3299
3299
|
fileSystemLocations: output.fileSystemLocations !== undefined && output.fileSystemLocations !== null
|
|
3300
3300
|
? deserializeAws_json1_1ProjectFileSystemLocations(output.fileSystemLocations, context)
|
|
3301
3301
|
: undefined,
|
|
3302
|
-
id: smithy_client_1.expectString(output.id),
|
|
3303
|
-
initiator: smithy_client_1.expectString(output.initiator),
|
|
3302
|
+
id: (0, smithy_client_1.expectString)(output.id),
|
|
3303
|
+
initiator: (0, smithy_client_1.expectString)(output.initiator),
|
|
3304
3304
|
logs: output.logs !== undefined && output.logs !== null
|
|
3305
3305
|
? deserializeAws_json1_1LogsLocation(output.logs, context)
|
|
3306
3306
|
: undefined,
|
|
@@ -3310,12 +3310,12 @@ const deserializeAws_json1_1Build = (output, context) => {
|
|
|
3310
3310
|
phases: output.phases !== undefined && output.phases !== null
|
|
3311
3311
|
? deserializeAws_json1_1BuildPhases(output.phases, context)
|
|
3312
3312
|
: undefined,
|
|
3313
|
-
projectName: smithy_client_1.expectString(output.projectName),
|
|
3314
|
-
queuedTimeoutInMinutes: smithy_client_1.expectInt32(output.queuedTimeoutInMinutes),
|
|
3313
|
+
projectName: (0, smithy_client_1.expectString)(output.projectName),
|
|
3314
|
+
queuedTimeoutInMinutes: (0, smithy_client_1.expectInt32)(output.queuedTimeoutInMinutes),
|
|
3315
3315
|
reportArns: output.reportArns !== undefined && output.reportArns !== null
|
|
3316
3316
|
? deserializeAws_json1_1BuildReportArns(output.reportArns, context)
|
|
3317
3317
|
: undefined,
|
|
3318
|
-
resolvedSourceVersion: smithy_client_1.expectString(output.resolvedSourceVersion),
|
|
3318
|
+
resolvedSourceVersion: (0, smithy_client_1.expectString)(output.resolvedSourceVersion),
|
|
3319
3319
|
secondaryArtifacts: output.secondaryArtifacts !== undefined && output.secondaryArtifacts !== null
|
|
3320
3320
|
? deserializeAws_json1_1BuildArtifactsList(output.secondaryArtifacts, context)
|
|
3321
3321
|
: undefined,
|
|
@@ -3325,15 +3325,15 @@ const deserializeAws_json1_1Build = (output, context) => {
|
|
|
3325
3325
|
secondarySources: output.secondarySources !== undefined && output.secondarySources !== null
|
|
3326
3326
|
? deserializeAws_json1_1ProjectSources(output.secondarySources, context)
|
|
3327
3327
|
: undefined,
|
|
3328
|
-
serviceRole: smithy_client_1.expectString(output.serviceRole),
|
|
3328
|
+
serviceRole: (0, smithy_client_1.expectString)(output.serviceRole),
|
|
3329
3329
|
source: output.source !== undefined && output.source !== null
|
|
3330
3330
|
? deserializeAws_json1_1ProjectSource(output.source, context)
|
|
3331
3331
|
: undefined,
|
|
3332
|
-
sourceVersion: smithy_client_1.expectString(output.sourceVersion),
|
|
3332
|
+
sourceVersion: (0, smithy_client_1.expectString)(output.sourceVersion),
|
|
3333
3333
|
startTime: output.startTime !== undefined && output.startTime !== null
|
|
3334
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.startTime)))
|
|
3334
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.startTime)))
|
|
3335
3335
|
: undefined,
|
|
3336
|
-
timeoutInMinutes: smithy_client_1.expectInt32(output.timeoutInMinutes),
|
|
3336
|
+
timeoutInMinutes: (0, smithy_client_1.expectInt32)(output.timeoutInMinutes),
|
|
3337
3337
|
vpcConfig: output.vpcConfig !== undefined && output.vpcConfig !== null
|
|
3338
3338
|
? deserializeAws_json1_1VpcConfig(output.vpcConfig, context)
|
|
3339
3339
|
: undefined,
|
|
@@ -3341,13 +3341,13 @@ const deserializeAws_json1_1Build = (output, context) => {
|
|
|
3341
3341
|
};
|
|
3342
3342
|
const deserializeAws_json1_1BuildArtifacts = (output, context) => {
|
|
3343
3343
|
return {
|
|
3344
|
-
artifactIdentifier: smithy_client_1.expectString(output.artifactIdentifier),
|
|
3345
|
-
bucketOwnerAccess: smithy_client_1.expectString(output.bucketOwnerAccess),
|
|
3346
|
-
encryptionDisabled: smithy_client_1.expectBoolean(output.encryptionDisabled),
|
|
3347
|
-
location: smithy_client_1.expectString(output.location),
|
|
3348
|
-
md5sum: smithy_client_1.expectString(output.md5sum),
|
|
3349
|
-
overrideArtifactName: smithy_client_1.expectBoolean(output.overrideArtifactName),
|
|
3350
|
-
sha256sum: smithy_client_1.expectString(output.sha256sum),
|
|
3344
|
+
artifactIdentifier: (0, smithy_client_1.expectString)(output.artifactIdentifier),
|
|
3345
|
+
bucketOwnerAccess: (0, smithy_client_1.expectString)(output.bucketOwnerAccess),
|
|
3346
|
+
encryptionDisabled: (0, smithy_client_1.expectBoolean)(output.encryptionDisabled),
|
|
3347
|
+
location: (0, smithy_client_1.expectString)(output.location),
|
|
3348
|
+
md5sum: (0, smithy_client_1.expectString)(output.md5sum),
|
|
3349
|
+
overrideArtifactName: (0, smithy_client_1.expectBoolean)(output.overrideArtifactName),
|
|
3350
|
+
sha256sum: (0, smithy_client_1.expectString)(output.sha256sum),
|
|
3351
3351
|
};
|
|
3352
3352
|
};
|
|
3353
3353
|
const deserializeAws_json1_1BuildArtifactsList = (output, context) => {
|
|
@@ -3363,28 +3363,28 @@ const deserializeAws_json1_1BuildArtifactsList = (output, context) => {
|
|
|
3363
3363
|
};
|
|
3364
3364
|
const deserializeAws_json1_1BuildBatch = (output, context) => {
|
|
3365
3365
|
return {
|
|
3366
|
-
arn: smithy_client_1.expectString(output.arn),
|
|
3366
|
+
arn: (0, smithy_client_1.expectString)(output.arn),
|
|
3367
3367
|
artifacts: output.artifacts !== undefined && output.artifacts !== null
|
|
3368
3368
|
? deserializeAws_json1_1BuildArtifacts(output.artifacts, context)
|
|
3369
3369
|
: undefined,
|
|
3370
3370
|
buildBatchConfig: output.buildBatchConfig !== undefined && output.buildBatchConfig !== null
|
|
3371
3371
|
? deserializeAws_json1_1ProjectBuildBatchConfig(output.buildBatchConfig, context)
|
|
3372
3372
|
: undefined,
|
|
3373
|
-
buildBatchNumber: smithy_client_1.expectLong(output.buildBatchNumber),
|
|
3374
|
-
buildBatchStatus: smithy_client_1.expectString(output.buildBatchStatus),
|
|
3373
|
+
buildBatchNumber: (0, smithy_client_1.expectLong)(output.buildBatchNumber),
|
|
3374
|
+
buildBatchStatus: (0, smithy_client_1.expectString)(output.buildBatchStatus),
|
|
3375
3375
|
buildGroups: output.buildGroups !== undefined && output.buildGroups !== null
|
|
3376
3376
|
? deserializeAws_json1_1BuildGroups(output.buildGroups, context)
|
|
3377
3377
|
: undefined,
|
|
3378
|
-
buildTimeoutInMinutes: smithy_client_1.expectInt32(output.buildTimeoutInMinutes),
|
|
3378
|
+
buildTimeoutInMinutes: (0, smithy_client_1.expectInt32)(output.buildTimeoutInMinutes),
|
|
3379
3379
|
cache: output.cache !== undefined && output.cache !== null
|
|
3380
3380
|
? deserializeAws_json1_1ProjectCache(output.cache, context)
|
|
3381
3381
|
: undefined,
|
|
3382
|
-
complete: smithy_client_1.expectBoolean(output.complete),
|
|
3383
|
-
currentPhase: smithy_client_1.expectString(output.currentPhase),
|
|
3384
|
-
debugSessionEnabled: smithy_client_1.expectBoolean(output.debugSessionEnabled),
|
|
3385
|
-
encryptionKey: smithy_client_1.expectString(output.encryptionKey),
|
|
3382
|
+
complete: (0, smithy_client_1.expectBoolean)(output.complete),
|
|
3383
|
+
currentPhase: (0, smithy_client_1.expectString)(output.currentPhase),
|
|
3384
|
+
debugSessionEnabled: (0, smithy_client_1.expectBoolean)(output.debugSessionEnabled),
|
|
3385
|
+
encryptionKey: (0, smithy_client_1.expectString)(output.encryptionKey),
|
|
3386
3386
|
endTime: output.endTime !== undefined && output.endTime !== null
|
|
3387
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.endTime)))
|
|
3387
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.endTime)))
|
|
3388
3388
|
: undefined,
|
|
3389
3389
|
environment: output.environment !== undefined && output.environment !== null
|
|
3390
3390
|
? deserializeAws_json1_1ProjectEnvironment(output.environment, context)
|
|
@@ -3392,17 +3392,17 @@ const deserializeAws_json1_1BuildBatch = (output, context) => {
|
|
|
3392
3392
|
fileSystemLocations: output.fileSystemLocations !== undefined && output.fileSystemLocations !== null
|
|
3393
3393
|
? deserializeAws_json1_1ProjectFileSystemLocations(output.fileSystemLocations, context)
|
|
3394
3394
|
: undefined,
|
|
3395
|
-
id: smithy_client_1.expectString(output.id),
|
|
3396
|
-
initiator: smithy_client_1.expectString(output.initiator),
|
|
3395
|
+
id: (0, smithy_client_1.expectString)(output.id),
|
|
3396
|
+
initiator: (0, smithy_client_1.expectString)(output.initiator),
|
|
3397
3397
|
logConfig: output.logConfig !== undefined && output.logConfig !== null
|
|
3398
3398
|
? deserializeAws_json1_1LogsConfig(output.logConfig, context)
|
|
3399
3399
|
: undefined,
|
|
3400
3400
|
phases: output.phases !== undefined && output.phases !== null
|
|
3401
3401
|
? deserializeAws_json1_1BuildBatchPhases(output.phases, context)
|
|
3402
3402
|
: undefined,
|
|
3403
|
-
projectName: smithy_client_1.expectString(output.projectName),
|
|
3404
|
-
queuedTimeoutInMinutes: smithy_client_1.expectInt32(output.queuedTimeoutInMinutes),
|
|
3405
|
-
resolvedSourceVersion: smithy_client_1.expectString(output.resolvedSourceVersion),
|
|
3403
|
+
projectName: (0, smithy_client_1.expectString)(output.projectName),
|
|
3404
|
+
queuedTimeoutInMinutes: (0, smithy_client_1.expectInt32)(output.queuedTimeoutInMinutes),
|
|
3405
|
+
resolvedSourceVersion: (0, smithy_client_1.expectString)(output.resolvedSourceVersion),
|
|
3406
3406
|
secondaryArtifacts: output.secondaryArtifacts !== undefined && output.secondaryArtifacts !== null
|
|
3407
3407
|
? deserializeAws_json1_1BuildArtifactsList(output.secondaryArtifacts, context)
|
|
3408
3408
|
: undefined,
|
|
@@ -3412,13 +3412,13 @@ const deserializeAws_json1_1BuildBatch = (output, context) => {
|
|
|
3412
3412
|
secondarySources: output.secondarySources !== undefined && output.secondarySources !== null
|
|
3413
3413
|
? deserializeAws_json1_1ProjectSources(output.secondarySources, context)
|
|
3414
3414
|
: undefined,
|
|
3415
|
-
serviceRole: smithy_client_1.expectString(output.serviceRole),
|
|
3415
|
+
serviceRole: (0, smithy_client_1.expectString)(output.serviceRole),
|
|
3416
3416
|
source: output.source !== undefined && output.source !== null
|
|
3417
3417
|
? deserializeAws_json1_1ProjectSource(output.source, context)
|
|
3418
3418
|
: undefined,
|
|
3419
|
-
sourceVersion: smithy_client_1.expectString(output.sourceVersion),
|
|
3419
|
+
sourceVersion: (0, smithy_client_1.expectString)(output.sourceVersion),
|
|
3420
3420
|
startTime: output.startTime !== undefined && output.startTime !== null
|
|
3421
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.startTime)))
|
|
3421
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.startTime)))
|
|
3422
3422
|
: undefined,
|
|
3423
3423
|
vpcConfig: output.vpcConfig !== undefined && output.vpcConfig !== null
|
|
3424
3424
|
? deserializeAws_json1_1VpcConfig(output.vpcConfig, context)
|
|
@@ -3443,7 +3443,7 @@ const deserializeAws_json1_1BuildBatchIds = (output, context) => {
|
|
|
3443
3443
|
if (entry === null) {
|
|
3444
3444
|
return null;
|
|
3445
3445
|
}
|
|
3446
|
-
return smithy_client_1.expectString(entry);
|
|
3446
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
3447
3447
|
});
|
|
3448
3448
|
return retVal;
|
|
3449
3449
|
};
|
|
@@ -3452,14 +3452,14 @@ const deserializeAws_json1_1BuildBatchPhase = (output, context) => {
|
|
|
3452
3452
|
contexts: output.contexts !== undefined && output.contexts !== null
|
|
3453
3453
|
? deserializeAws_json1_1PhaseContexts(output.contexts, context)
|
|
3454
3454
|
: undefined,
|
|
3455
|
-
durationInSeconds: smithy_client_1.expectLong(output.durationInSeconds),
|
|
3455
|
+
durationInSeconds: (0, smithy_client_1.expectLong)(output.durationInSeconds),
|
|
3456
3456
|
endTime: output.endTime !== undefined && output.endTime !== null
|
|
3457
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.endTime)))
|
|
3457
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.endTime)))
|
|
3458
3458
|
: undefined,
|
|
3459
|
-
phaseStatus: smithy_client_1.expectString(output.phaseStatus),
|
|
3460
|
-
phaseType: smithy_client_1.expectString(output.phaseType),
|
|
3459
|
+
phaseStatus: (0, smithy_client_1.expectString)(output.phaseStatus),
|
|
3460
|
+
phaseType: (0, smithy_client_1.expectString)(output.phaseType),
|
|
3461
3461
|
startTime: output.startTime !== undefined && output.startTime !== null
|
|
3462
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.startTime)))
|
|
3462
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.startTime)))
|
|
3463
3463
|
: undefined,
|
|
3464
3464
|
};
|
|
3465
3465
|
};
|
|
@@ -3482,8 +3482,8 @@ const deserializeAws_json1_1BuildGroup = (output, context) => {
|
|
|
3482
3482
|
dependsOn: output.dependsOn !== undefined && output.dependsOn !== null
|
|
3483
3483
|
? deserializeAws_json1_1Identifiers(output.dependsOn, context)
|
|
3484
3484
|
: undefined,
|
|
3485
|
-
identifier: smithy_client_1.expectString(output.identifier),
|
|
3486
|
-
ignoreFailure: smithy_client_1.expectBoolean(output.ignoreFailure),
|
|
3485
|
+
identifier: (0, smithy_client_1.expectString)(output.identifier),
|
|
3486
|
+
ignoreFailure: (0, smithy_client_1.expectBoolean)(output.ignoreFailure),
|
|
3487
3487
|
priorBuildSummaryList: output.priorBuildSummaryList !== undefined && output.priorBuildSummaryList !== null
|
|
3488
3488
|
? deserializeAws_json1_1BuildSummaries(output.priorBuildSummaryList, context)
|
|
3489
3489
|
: undefined,
|
|
@@ -3507,14 +3507,14 @@ const deserializeAws_json1_1BuildIds = (output, context) => {
|
|
|
3507
3507
|
if (entry === null) {
|
|
3508
3508
|
return null;
|
|
3509
3509
|
}
|
|
3510
|
-
return smithy_client_1.expectString(entry);
|
|
3510
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
3511
3511
|
});
|
|
3512
3512
|
return retVal;
|
|
3513
3513
|
};
|
|
3514
3514
|
const deserializeAws_json1_1BuildNotDeleted = (output, context) => {
|
|
3515
3515
|
return {
|
|
3516
|
-
id: smithy_client_1.expectString(output.id),
|
|
3517
|
-
statusCode: smithy_client_1.expectString(output.statusCode),
|
|
3516
|
+
id: (0, smithy_client_1.expectString)(output.id),
|
|
3517
|
+
statusCode: (0, smithy_client_1.expectString)(output.statusCode),
|
|
3518
3518
|
};
|
|
3519
3519
|
};
|
|
3520
3520
|
const deserializeAws_json1_1BuildPhase = (output, context) => {
|
|
@@ -3522,14 +3522,14 @@ const deserializeAws_json1_1BuildPhase = (output, context) => {
|
|
|
3522
3522
|
contexts: output.contexts !== undefined && output.contexts !== null
|
|
3523
3523
|
? deserializeAws_json1_1PhaseContexts(output.contexts, context)
|
|
3524
3524
|
: undefined,
|
|
3525
|
-
durationInSeconds: smithy_client_1.expectLong(output.durationInSeconds),
|
|
3525
|
+
durationInSeconds: (0, smithy_client_1.expectLong)(output.durationInSeconds),
|
|
3526
3526
|
endTime: output.endTime !== undefined && output.endTime !== null
|
|
3527
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.endTime)))
|
|
3527
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.endTime)))
|
|
3528
3528
|
: undefined,
|
|
3529
|
-
phaseStatus: smithy_client_1.expectString(output.phaseStatus),
|
|
3530
|
-
phaseType: smithy_client_1.expectString(output.phaseType),
|
|
3529
|
+
phaseStatus: (0, smithy_client_1.expectString)(output.phaseStatus),
|
|
3530
|
+
phaseType: (0, smithy_client_1.expectString)(output.phaseType),
|
|
3531
3531
|
startTime: output.startTime !== undefined && output.startTime !== null
|
|
3532
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.startTime)))
|
|
3532
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.startTime)))
|
|
3533
3533
|
: undefined,
|
|
3534
3534
|
};
|
|
3535
3535
|
};
|
|
@@ -3551,7 +3551,7 @@ const deserializeAws_json1_1BuildReportArns = (output, context) => {
|
|
|
3551
3551
|
if (entry === null) {
|
|
3552
3552
|
return null;
|
|
3553
3553
|
}
|
|
3554
|
-
return smithy_client_1.expectString(entry);
|
|
3554
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
3555
3555
|
});
|
|
3556
3556
|
return retVal;
|
|
3557
3557
|
};
|
|
@@ -3579,8 +3579,8 @@ const deserializeAws_json1_1BuildsNotDeleted = (output, context) => {
|
|
|
3579
3579
|
};
|
|
3580
3580
|
const deserializeAws_json1_1BuildStatusConfig = (output, context) => {
|
|
3581
3581
|
return {
|
|
3582
|
-
context: smithy_client_1.expectString(output.context),
|
|
3583
|
-
targetUrl: smithy_client_1.expectString(output.targetUrl),
|
|
3582
|
+
context: (0, smithy_client_1.expectString)(output.context),
|
|
3583
|
+
targetUrl: (0, smithy_client_1.expectString)(output.targetUrl),
|
|
3584
3584
|
};
|
|
3585
3585
|
};
|
|
3586
3586
|
const deserializeAws_json1_1BuildSummaries = (output, context) => {
|
|
@@ -3596,13 +3596,13 @@ const deserializeAws_json1_1BuildSummaries = (output, context) => {
|
|
|
3596
3596
|
};
|
|
3597
3597
|
const deserializeAws_json1_1BuildSummary = (output, context) => {
|
|
3598
3598
|
return {
|
|
3599
|
-
arn: smithy_client_1.expectString(output.arn),
|
|
3600
|
-
buildStatus: smithy_client_1.expectString(output.buildStatus),
|
|
3599
|
+
arn: (0, smithy_client_1.expectString)(output.arn),
|
|
3600
|
+
buildStatus: (0, smithy_client_1.expectString)(output.buildStatus),
|
|
3601
3601
|
primaryArtifact: output.primaryArtifact !== undefined && output.primaryArtifact !== null
|
|
3602
3602
|
? deserializeAws_json1_1ResolvedArtifact(output.primaryArtifact, context)
|
|
3603
3603
|
: undefined,
|
|
3604
3604
|
requestedOn: output.requestedOn !== undefined && output.requestedOn !== null
|
|
3605
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.requestedOn)))
|
|
3605
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.requestedOn)))
|
|
3606
3606
|
: undefined,
|
|
3607
3607
|
secondaryArtifacts: output.secondaryArtifacts !== undefined && output.secondaryArtifacts !== null
|
|
3608
3608
|
? deserializeAws_json1_1ResolvedSecondaryArtifacts(output.secondaryArtifacts, context)
|
|
@@ -3611,35 +3611,35 @@ const deserializeAws_json1_1BuildSummary = (output, context) => {
|
|
|
3611
3611
|
};
|
|
3612
3612
|
const deserializeAws_json1_1CloudWatchLogsConfig = (output, context) => {
|
|
3613
3613
|
return {
|
|
3614
|
-
groupName: smithy_client_1.expectString(output.groupName),
|
|
3615
|
-
status: smithy_client_1.expectString(output.status),
|
|
3616
|
-
streamName: smithy_client_1.expectString(output.streamName),
|
|
3614
|
+
groupName: (0, smithy_client_1.expectString)(output.groupName),
|
|
3615
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
3616
|
+
streamName: (0, smithy_client_1.expectString)(output.streamName),
|
|
3617
3617
|
};
|
|
3618
3618
|
};
|
|
3619
3619
|
const deserializeAws_json1_1CodeCoverage = (output, context) => {
|
|
3620
3620
|
return {
|
|
3621
|
-
branchCoveragePercentage: smithy_client_1.limitedParseDouble(output.branchCoveragePercentage),
|
|
3622
|
-
branchesCovered: smithy_client_1.expectInt32(output.branchesCovered),
|
|
3623
|
-
branchesMissed: smithy_client_1.expectInt32(output.branchesMissed),
|
|
3621
|
+
branchCoveragePercentage: (0, smithy_client_1.limitedParseDouble)(output.branchCoveragePercentage),
|
|
3622
|
+
branchesCovered: (0, smithy_client_1.expectInt32)(output.branchesCovered),
|
|
3623
|
+
branchesMissed: (0, smithy_client_1.expectInt32)(output.branchesMissed),
|
|
3624
3624
|
expired: output.expired !== undefined && output.expired !== null
|
|
3625
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.expired)))
|
|
3625
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.expired)))
|
|
3626
3626
|
: undefined,
|
|
3627
|
-
filePath: smithy_client_1.expectString(output.filePath),
|
|
3628
|
-
id: smithy_client_1.expectString(output.id),
|
|
3629
|
-
lineCoveragePercentage: smithy_client_1.limitedParseDouble(output.lineCoveragePercentage),
|
|
3630
|
-
linesCovered: smithy_client_1.expectInt32(output.linesCovered),
|
|
3631
|
-
linesMissed: smithy_client_1.expectInt32(output.linesMissed),
|
|
3632
|
-
reportARN: smithy_client_1.expectString(output.reportARN),
|
|
3627
|
+
filePath: (0, smithy_client_1.expectString)(output.filePath),
|
|
3628
|
+
id: (0, smithy_client_1.expectString)(output.id),
|
|
3629
|
+
lineCoveragePercentage: (0, smithy_client_1.limitedParseDouble)(output.lineCoveragePercentage),
|
|
3630
|
+
linesCovered: (0, smithy_client_1.expectInt32)(output.linesCovered),
|
|
3631
|
+
linesMissed: (0, smithy_client_1.expectInt32)(output.linesMissed),
|
|
3632
|
+
reportARN: (0, smithy_client_1.expectString)(output.reportARN),
|
|
3633
3633
|
};
|
|
3634
3634
|
};
|
|
3635
3635
|
const deserializeAws_json1_1CodeCoverageReportSummary = (output, context) => {
|
|
3636
3636
|
return {
|
|
3637
|
-
branchCoveragePercentage: smithy_client_1.limitedParseDouble(output.branchCoveragePercentage),
|
|
3638
|
-
branchesCovered: smithy_client_1.expectInt32(output.branchesCovered),
|
|
3639
|
-
branchesMissed: smithy_client_1.expectInt32(output.branchesMissed),
|
|
3640
|
-
lineCoveragePercentage: smithy_client_1.limitedParseDouble(output.lineCoveragePercentage),
|
|
3641
|
-
linesCovered: smithy_client_1.expectInt32(output.linesCovered),
|
|
3642
|
-
linesMissed: smithy_client_1.expectInt32(output.linesMissed),
|
|
3637
|
+
branchCoveragePercentage: (0, smithy_client_1.limitedParseDouble)(output.branchCoveragePercentage),
|
|
3638
|
+
branchesCovered: (0, smithy_client_1.expectInt32)(output.branchesCovered),
|
|
3639
|
+
branchesMissed: (0, smithy_client_1.expectInt32)(output.branchesMissed),
|
|
3640
|
+
lineCoveragePercentage: (0, smithy_client_1.limitedParseDouble)(output.lineCoveragePercentage),
|
|
3641
|
+
linesCovered: (0, smithy_client_1.expectInt32)(output.linesCovered),
|
|
3642
|
+
linesMissed: (0, smithy_client_1.expectInt32)(output.linesMissed),
|
|
3643
3643
|
};
|
|
3644
3644
|
};
|
|
3645
3645
|
const deserializeAws_json1_1CodeCoverages = (output, context) => {
|
|
@@ -3660,7 +3660,7 @@ const deserializeAws_json1_1ComputeTypesAllowed = (output, context) => {
|
|
|
3660
3660
|
if (entry === null) {
|
|
3661
3661
|
return null;
|
|
3662
3662
|
}
|
|
3663
|
-
return smithy_client_1.expectString(entry);
|
|
3663
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
3664
3664
|
});
|
|
3665
3665
|
return retVal;
|
|
3666
3666
|
};
|
|
@@ -3687,8 +3687,8 @@ const deserializeAws_json1_1CreateWebhookOutput = (output, context) => {
|
|
|
3687
3687
|
};
|
|
3688
3688
|
const deserializeAws_json1_1DebugSession = (output, context) => {
|
|
3689
3689
|
return {
|
|
3690
|
-
sessionEnabled: smithy_client_1.expectBoolean(output.sessionEnabled),
|
|
3691
|
-
sessionTarget: smithy_client_1.expectString(output.sessionTarget),
|
|
3690
|
+
sessionEnabled: (0, smithy_client_1.expectBoolean)(output.sessionEnabled),
|
|
3691
|
+
sessionTarget: (0, smithy_client_1.expectString)(output.sessionTarget),
|
|
3692
3692
|
};
|
|
3693
3693
|
};
|
|
3694
3694
|
const deserializeAws_json1_1DeleteBuildBatchOutput = (output, context) => {
|
|
@@ -3699,7 +3699,7 @@ const deserializeAws_json1_1DeleteBuildBatchOutput = (output, context) => {
|
|
|
3699
3699
|
buildsNotDeleted: output.buildsNotDeleted !== undefined && output.buildsNotDeleted !== null
|
|
3700
3700
|
? deserializeAws_json1_1BuildsNotDeleted(output.buildsNotDeleted, context)
|
|
3701
3701
|
: undefined,
|
|
3702
|
-
statusCode: smithy_client_1.expectString(output.statusCode),
|
|
3702
|
+
statusCode: (0, smithy_client_1.expectString)(output.statusCode),
|
|
3703
3703
|
};
|
|
3704
3704
|
};
|
|
3705
3705
|
const deserializeAws_json1_1DeleteProjectOutput = (output, context) => {
|
|
@@ -3716,7 +3716,7 @@ const deserializeAws_json1_1DeleteResourcePolicyOutput = (output, context) => {
|
|
|
3716
3716
|
};
|
|
3717
3717
|
const deserializeAws_json1_1DeleteSourceCredentialsOutput = (output, context) => {
|
|
3718
3718
|
return {
|
|
3719
|
-
arn: smithy_client_1.expectString(output.arn),
|
|
3719
|
+
arn: (0, smithy_client_1.expectString)(output.arn),
|
|
3720
3720
|
};
|
|
3721
3721
|
};
|
|
3722
3722
|
const deserializeAws_json1_1DeleteWebhookOutput = (output, context) => {
|
|
@@ -3727,12 +3727,12 @@ const deserializeAws_json1_1DescribeCodeCoveragesOutput = (output, context) => {
|
|
|
3727
3727
|
codeCoverages: output.codeCoverages !== undefined && output.codeCoverages !== null
|
|
3728
3728
|
? deserializeAws_json1_1CodeCoverages(output.codeCoverages, context)
|
|
3729
3729
|
: undefined,
|
|
3730
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
3730
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
3731
3731
|
};
|
|
3732
3732
|
};
|
|
3733
3733
|
const deserializeAws_json1_1DescribeTestCasesOutput = (output, context) => {
|
|
3734
3734
|
return {
|
|
3735
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
3735
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
3736
3736
|
testCases: output.testCases !== undefined && output.testCases !== null
|
|
3737
3737
|
? deserializeAws_json1_1TestCases(output.testCases, context)
|
|
3738
3738
|
: undefined,
|
|
@@ -3740,8 +3740,8 @@ const deserializeAws_json1_1DescribeTestCasesOutput = (output, context) => {
|
|
|
3740
3740
|
};
|
|
3741
3741
|
const deserializeAws_json1_1EnvironmentImage = (output, context) => {
|
|
3742
3742
|
return {
|
|
3743
|
-
description: smithy_client_1.expectString(output.description),
|
|
3744
|
-
name: smithy_client_1.expectString(output.name),
|
|
3743
|
+
description: (0, smithy_client_1.expectString)(output.description),
|
|
3744
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
3745
3745
|
versions: output.versions !== undefined && output.versions !== null
|
|
3746
3746
|
? deserializeAws_json1_1ImageVersions(output.versions, context)
|
|
3747
3747
|
: undefined,
|
|
@@ -3763,7 +3763,7 @@ const deserializeAws_json1_1EnvironmentLanguage = (output, context) => {
|
|
|
3763
3763
|
images: output.images !== undefined && output.images !== null
|
|
3764
3764
|
? deserializeAws_json1_1EnvironmentImages(output.images, context)
|
|
3765
3765
|
: undefined,
|
|
3766
|
-
language: smithy_client_1.expectString(output.language),
|
|
3766
|
+
language: (0, smithy_client_1.expectString)(output.language),
|
|
3767
3767
|
};
|
|
3768
3768
|
};
|
|
3769
3769
|
const deserializeAws_json1_1EnvironmentLanguages = (output, context) => {
|
|
@@ -3782,7 +3782,7 @@ const deserializeAws_json1_1EnvironmentPlatform = (output, context) => {
|
|
|
3782
3782
|
languages: output.languages !== undefined && output.languages !== null
|
|
3783
3783
|
? deserializeAws_json1_1EnvironmentLanguages(output.languages, context)
|
|
3784
3784
|
: undefined,
|
|
3785
|
-
platform: smithy_client_1.expectString(output.platform),
|
|
3785
|
+
platform: (0, smithy_client_1.expectString)(output.platform),
|
|
3786
3786
|
};
|
|
3787
3787
|
};
|
|
3788
3788
|
const deserializeAws_json1_1EnvironmentPlatforms = (output, context) => {
|
|
@@ -3798,9 +3798,9 @@ const deserializeAws_json1_1EnvironmentPlatforms = (output, context) => {
|
|
|
3798
3798
|
};
|
|
3799
3799
|
const deserializeAws_json1_1EnvironmentVariable = (output, context) => {
|
|
3800
3800
|
return {
|
|
3801
|
-
name: smithy_client_1.expectString(output.name),
|
|
3802
|
-
type: smithy_client_1.expectString(output.type),
|
|
3803
|
-
value: smithy_client_1.expectString(output.value),
|
|
3801
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
3802
|
+
type: (0, smithy_client_1.expectString)(output.type),
|
|
3803
|
+
value: (0, smithy_client_1.expectString)(output.value),
|
|
3804
3804
|
};
|
|
3805
3805
|
};
|
|
3806
3806
|
const deserializeAws_json1_1EnvironmentVariables = (output, context) => {
|
|
@@ -3816,8 +3816,8 @@ const deserializeAws_json1_1EnvironmentVariables = (output, context) => {
|
|
|
3816
3816
|
};
|
|
3817
3817
|
const deserializeAws_json1_1ExportedEnvironmentVariable = (output, context) => {
|
|
3818
3818
|
return {
|
|
3819
|
-
name: smithy_client_1.expectString(output.name),
|
|
3820
|
-
value: smithy_client_1.expectString(output.value),
|
|
3819
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
3820
|
+
value: (0, smithy_client_1.expectString)(output.value),
|
|
3821
3821
|
};
|
|
3822
3822
|
};
|
|
3823
3823
|
const deserializeAws_json1_1ExportedEnvironmentVariables = (output, context) => {
|
|
@@ -3865,12 +3865,12 @@ const deserializeAws_json1_1GetReportGroupTrendOutput = (output, context) => {
|
|
|
3865
3865
|
};
|
|
3866
3866
|
const deserializeAws_json1_1GetResourcePolicyOutput = (output, context) => {
|
|
3867
3867
|
return {
|
|
3868
|
-
policy: smithy_client_1.expectString(output.policy),
|
|
3868
|
+
policy: (0, smithy_client_1.expectString)(output.policy),
|
|
3869
3869
|
};
|
|
3870
3870
|
};
|
|
3871
3871
|
const deserializeAws_json1_1GitSubmodulesConfig = (output, context) => {
|
|
3872
3872
|
return {
|
|
3873
|
-
fetchSubmodules: smithy_client_1.expectBoolean(output.fetchSubmodules),
|
|
3873
|
+
fetchSubmodules: (0, smithy_client_1.expectBoolean)(output.fetchSubmodules),
|
|
3874
3874
|
};
|
|
3875
3875
|
};
|
|
3876
3876
|
const deserializeAws_json1_1Identifiers = (output, context) => {
|
|
@@ -3880,7 +3880,7 @@ const deserializeAws_json1_1Identifiers = (output, context) => {
|
|
|
3880
3880
|
if (entry === null) {
|
|
3881
3881
|
return null;
|
|
3882
3882
|
}
|
|
3883
|
-
return smithy_client_1.expectString(entry);
|
|
3883
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
3884
3884
|
});
|
|
3885
3885
|
return retVal;
|
|
3886
3886
|
};
|
|
@@ -3891,13 +3891,13 @@ const deserializeAws_json1_1ImageVersions = (output, context) => {
|
|
|
3891
3891
|
if (entry === null) {
|
|
3892
3892
|
return null;
|
|
3893
3893
|
}
|
|
3894
|
-
return smithy_client_1.expectString(entry);
|
|
3894
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
3895
3895
|
});
|
|
3896
3896
|
return retVal;
|
|
3897
3897
|
};
|
|
3898
3898
|
const deserializeAws_json1_1ImportSourceCredentialsOutput = (output, context) => {
|
|
3899
3899
|
return {
|
|
3900
|
-
arn: smithy_client_1.expectString(output.arn),
|
|
3900
|
+
arn: (0, smithy_client_1.expectString)(output.arn),
|
|
3901
3901
|
};
|
|
3902
3902
|
};
|
|
3903
3903
|
const deserializeAws_json1_1InvalidateProjectCacheOutput = (output, context) => {
|
|
@@ -3905,7 +3905,7 @@ const deserializeAws_json1_1InvalidateProjectCacheOutput = (output, context) =>
|
|
|
3905
3905
|
};
|
|
3906
3906
|
const deserializeAws_json1_1InvalidInputException = (output, context) => {
|
|
3907
3907
|
return {
|
|
3908
|
-
message: smithy_client_1.expectString(output.message),
|
|
3908
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
3909
3909
|
};
|
|
3910
3910
|
};
|
|
3911
3911
|
const deserializeAws_json1_1ListBuildBatchesForProjectOutput = (output, context) => {
|
|
@@ -3913,7 +3913,7 @@ const deserializeAws_json1_1ListBuildBatchesForProjectOutput = (output, context)
|
|
|
3913
3913
|
ids: output.ids !== undefined && output.ids !== null
|
|
3914
3914
|
? deserializeAws_json1_1BuildBatchIds(output.ids, context)
|
|
3915
3915
|
: undefined,
|
|
3916
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
3916
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
3917
3917
|
};
|
|
3918
3918
|
};
|
|
3919
3919
|
const deserializeAws_json1_1ListBuildBatchesOutput = (output, context) => {
|
|
@@ -3921,19 +3921,19 @@ const deserializeAws_json1_1ListBuildBatchesOutput = (output, context) => {
|
|
|
3921
3921
|
ids: output.ids !== undefined && output.ids !== null
|
|
3922
3922
|
? deserializeAws_json1_1BuildBatchIds(output.ids, context)
|
|
3923
3923
|
: undefined,
|
|
3924
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
3924
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
3925
3925
|
};
|
|
3926
3926
|
};
|
|
3927
3927
|
const deserializeAws_json1_1ListBuildsForProjectOutput = (output, context) => {
|
|
3928
3928
|
return {
|
|
3929
3929
|
ids: output.ids !== undefined && output.ids !== null ? deserializeAws_json1_1BuildIds(output.ids, context) : undefined,
|
|
3930
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
3930
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
3931
3931
|
};
|
|
3932
3932
|
};
|
|
3933
3933
|
const deserializeAws_json1_1ListBuildsOutput = (output, context) => {
|
|
3934
3934
|
return {
|
|
3935
3935
|
ids: output.ids !== undefined && output.ids !== null ? deserializeAws_json1_1BuildIds(output.ids, context) : undefined,
|
|
3936
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
3936
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
3937
3937
|
};
|
|
3938
3938
|
};
|
|
3939
3939
|
const deserializeAws_json1_1ListCuratedEnvironmentImagesOutput = (output, context) => {
|
|
@@ -3945,7 +3945,7 @@ const deserializeAws_json1_1ListCuratedEnvironmentImagesOutput = (output, contex
|
|
|
3945
3945
|
};
|
|
3946
3946
|
const deserializeAws_json1_1ListProjectsOutput = (output, context) => {
|
|
3947
3947
|
return {
|
|
3948
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
3948
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
3949
3949
|
projects: output.projects !== undefined && output.projects !== null
|
|
3950
3950
|
? deserializeAws_json1_1ProjectNames(output.projects, context)
|
|
3951
3951
|
: undefined,
|
|
@@ -3953,7 +3953,7 @@ const deserializeAws_json1_1ListProjectsOutput = (output, context) => {
|
|
|
3953
3953
|
};
|
|
3954
3954
|
const deserializeAws_json1_1ListReportGroupsOutput = (output, context) => {
|
|
3955
3955
|
return {
|
|
3956
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
3956
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
3957
3957
|
reportGroups: output.reportGroups !== undefined && output.reportGroups !== null
|
|
3958
3958
|
? deserializeAws_json1_1ReportGroupArns(output.reportGroups, context)
|
|
3959
3959
|
: undefined,
|
|
@@ -3961,7 +3961,7 @@ const deserializeAws_json1_1ListReportGroupsOutput = (output, context) => {
|
|
|
3961
3961
|
};
|
|
3962
3962
|
const deserializeAws_json1_1ListReportsForReportGroupOutput = (output, context) => {
|
|
3963
3963
|
return {
|
|
3964
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
3964
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
3965
3965
|
reports: output.reports !== undefined && output.reports !== null
|
|
3966
3966
|
? deserializeAws_json1_1ReportArns(output.reports, context)
|
|
3967
3967
|
: undefined,
|
|
@@ -3969,7 +3969,7 @@ const deserializeAws_json1_1ListReportsForReportGroupOutput = (output, context)
|
|
|
3969
3969
|
};
|
|
3970
3970
|
const deserializeAws_json1_1ListReportsOutput = (output, context) => {
|
|
3971
3971
|
return {
|
|
3972
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
3972
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
3973
3973
|
reports: output.reports !== undefined && output.reports !== null
|
|
3974
3974
|
? deserializeAws_json1_1ReportArns(output.reports, context)
|
|
3975
3975
|
: undefined,
|
|
@@ -3977,7 +3977,7 @@ const deserializeAws_json1_1ListReportsOutput = (output, context) => {
|
|
|
3977
3977
|
};
|
|
3978
3978
|
const deserializeAws_json1_1ListSharedProjectsOutput = (output, context) => {
|
|
3979
3979
|
return {
|
|
3980
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
3980
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
3981
3981
|
projects: output.projects !== undefined && output.projects !== null
|
|
3982
3982
|
? deserializeAws_json1_1ProjectArns(output.projects, context)
|
|
3983
3983
|
: undefined,
|
|
@@ -3985,7 +3985,7 @@ const deserializeAws_json1_1ListSharedProjectsOutput = (output, context) => {
|
|
|
3985
3985
|
};
|
|
3986
3986
|
const deserializeAws_json1_1ListSharedReportGroupsOutput = (output, context) => {
|
|
3987
3987
|
return {
|
|
3988
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
3988
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
3989
3989
|
reportGroups: output.reportGroups !== undefined && output.reportGroups !== null
|
|
3990
3990
|
? deserializeAws_json1_1ReportGroupArns(output.reportGroups, context)
|
|
3991
3991
|
: undefined,
|
|
@@ -4013,32 +4013,32 @@ const deserializeAws_json1_1LogsLocation = (output, context) => {
|
|
|
4013
4013
|
cloudWatchLogs: output.cloudWatchLogs !== undefined && output.cloudWatchLogs !== null
|
|
4014
4014
|
? deserializeAws_json1_1CloudWatchLogsConfig(output.cloudWatchLogs, context)
|
|
4015
4015
|
: undefined,
|
|
4016
|
-
cloudWatchLogsArn: smithy_client_1.expectString(output.cloudWatchLogsArn),
|
|
4017
|
-
deepLink: smithy_client_1.expectString(output.deepLink),
|
|
4018
|
-
groupName: smithy_client_1.expectString(output.groupName),
|
|
4019
|
-
s3DeepLink: smithy_client_1.expectString(output.s3DeepLink),
|
|
4016
|
+
cloudWatchLogsArn: (0, smithy_client_1.expectString)(output.cloudWatchLogsArn),
|
|
4017
|
+
deepLink: (0, smithy_client_1.expectString)(output.deepLink),
|
|
4018
|
+
groupName: (0, smithy_client_1.expectString)(output.groupName),
|
|
4019
|
+
s3DeepLink: (0, smithy_client_1.expectString)(output.s3DeepLink),
|
|
4020
4020
|
s3Logs: output.s3Logs !== undefined && output.s3Logs !== null
|
|
4021
4021
|
? deserializeAws_json1_1S3LogsConfig(output.s3Logs, context)
|
|
4022
4022
|
: undefined,
|
|
4023
|
-
s3LogsArn: smithy_client_1.expectString(output.s3LogsArn),
|
|
4024
|
-
streamName: smithy_client_1.expectString(output.streamName),
|
|
4023
|
+
s3LogsArn: (0, smithy_client_1.expectString)(output.s3LogsArn),
|
|
4024
|
+
streamName: (0, smithy_client_1.expectString)(output.streamName),
|
|
4025
4025
|
};
|
|
4026
4026
|
};
|
|
4027
4027
|
const deserializeAws_json1_1NetworkInterface = (output, context) => {
|
|
4028
4028
|
return {
|
|
4029
|
-
networkInterfaceId: smithy_client_1.expectString(output.networkInterfaceId),
|
|
4030
|
-
subnetId: smithy_client_1.expectString(output.subnetId),
|
|
4029
|
+
networkInterfaceId: (0, smithy_client_1.expectString)(output.networkInterfaceId),
|
|
4030
|
+
subnetId: (0, smithy_client_1.expectString)(output.subnetId),
|
|
4031
4031
|
};
|
|
4032
4032
|
};
|
|
4033
4033
|
const deserializeAws_json1_1OAuthProviderException = (output, context) => {
|
|
4034
4034
|
return {
|
|
4035
|
-
message: smithy_client_1.expectString(output.message),
|
|
4035
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
4036
4036
|
};
|
|
4037
4037
|
};
|
|
4038
4038
|
const deserializeAws_json1_1PhaseContext = (output, context) => {
|
|
4039
4039
|
return {
|
|
4040
|
-
message: smithy_client_1.expectString(output.message),
|
|
4041
|
-
statusCode: smithy_client_1.expectString(output.statusCode),
|
|
4040
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
4041
|
+
statusCode: (0, smithy_client_1.expectString)(output.statusCode),
|
|
4042
4042
|
};
|
|
4043
4043
|
};
|
|
4044
4044
|
const deserializeAws_json1_1PhaseContexts = (output, context) => {
|
|
@@ -4054,7 +4054,7 @@ const deserializeAws_json1_1PhaseContexts = (output, context) => {
|
|
|
4054
4054
|
};
|
|
4055
4055
|
const deserializeAws_json1_1Project = (output, context) => {
|
|
4056
4056
|
return {
|
|
4057
|
-
arn: smithy_client_1.expectString(output.arn),
|
|
4057
|
+
arn: (0, smithy_client_1.expectString)(output.arn),
|
|
4058
4058
|
artifacts: output.artifacts !== undefined && output.artifacts !== null
|
|
4059
4059
|
? deserializeAws_json1_1ProjectArtifacts(output.artifacts, context)
|
|
4060
4060
|
: undefined,
|
|
@@ -4067,12 +4067,12 @@ const deserializeAws_json1_1Project = (output, context) => {
|
|
|
4067
4067
|
cache: output.cache !== undefined && output.cache !== null
|
|
4068
4068
|
? deserializeAws_json1_1ProjectCache(output.cache, context)
|
|
4069
4069
|
: undefined,
|
|
4070
|
-
concurrentBuildLimit: smithy_client_1.expectInt32(output.concurrentBuildLimit),
|
|
4070
|
+
concurrentBuildLimit: (0, smithy_client_1.expectInt32)(output.concurrentBuildLimit),
|
|
4071
4071
|
created: output.created !== undefined && output.created !== null
|
|
4072
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.created)))
|
|
4072
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.created)))
|
|
4073
4073
|
: undefined,
|
|
4074
|
-
description: smithy_client_1.expectString(output.description),
|
|
4075
|
-
encryptionKey: smithy_client_1.expectString(output.encryptionKey),
|
|
4074
|
+
description: (0, smithy_client_1.expectString)(output.description),
|
|
4075
|
+
encryptionKey: (0, smithy_client_1.expectString)(output.encryptionKey),
|
|
4076
4076
|
environment: output.environment !== undefined && output.environment !== null
|
|
4077
4077
|
? deserializeAws_json1_1ProjectEnvironment(output.environment, context)
|
|
4078
4078
|
: undefined,
|
|
@@ -4080,16 +4080,16 @@ const deserializeAws_json1_1Project = (output, context) => {
|
|
|
4080
4080
|
? deserializeAws_json1_1ProjectFileSystemLocations(output.fileSystemLocations, context)
|
|
4081
4081
|
: undefined,
|
|
4082
4082
|
lastModified: output.lastModified !== undefined && output.lastModified !== null
|
|
4083
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastModified)))
|
|
4083
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastModified)))
|
|
4084
4084
|
: undefined,
|
|
4085
4085
|
logsConfig: output.logsConfig !== undefined && output.logsConfig !== null
|
|
4086
4086
|
? deserializeAws_json1_1LogsConfig(output.logsConfig, context)
|
|
4087
4087
|
: undefined,
|
|
4088
|
-
name: smithy_client_1.expectString(output.name),
|
|
4089
|
-
projectVisibility: smithy_client_1.expectString(output.projectVisibility),
|
|
4090
|
-
publicProjectAlias: smithy_client_1.expectString(output.publicProjectAlias),
|
|
4091
|
-
queuedTimeoutInMinutes: smithy_client_1.expectInt32(output.queuedTimeoutInMinutes),
|
|
4092
|
-
resourceAccessRole: smithy_client_1.expectString(output.resourceAccessRole),
|
|
4088
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
4089
|
+
projectVisibility: (0, smithy_client_1.expectString)(output.projectVisibility),
|
|
4090
|
+
publicProjectAlias: (0, smithy_client_1.expectString)(output.publicProjectAlias),
|
|
4091
|
+
queuedTimeoutInMinutes: (0, smithy_client_1.expectInt32)(output.queuedTimeoutInMinutes),
|
|
4092
|
+
resourceAccessRole: (0, smithy_client_1.expectString)(output.resourceAccessRole),
|
|
4093
4093
|
secondaryArtifacts: output.secondaryArtifacts !== undefined && output.secondaryArtifacts !== null
|
|
4094
4094
|
? deserializeAws_json1_1ProjectArtifactsList(output.secondaryArtifacts, context)
|
|
4095
4095
|
: undefined,
|
|
@@ -4099,15 +4099,15 @@ const deserializeAws_json1_1Project = (output, context) => {
|
|
|
4099
4099
|
secondarySources: output.secondarySources !== undefined && output.secondarySources !== null
|
|
4100
4100
|
? deserializeAws_json1_1ProjectSources(output.secondarySources, context)
|
|
4101
4101
|
: undefined,
|
|
4102
|
-
serviceRole: smithy_client_1.expectString(output.serviceRole),
|
|
4102
|
+
serviceRole: (0, smithy_client_1.expectString)(output.serviceRole),
|
|
4103
4103
|
source: output.source !== undefined && output.source !== null
|
|
4104
4104
|
? deserializeAws_json1_1ProjectSource(output.source, context)
|
|
4105
4105
|
: undefined,
|
|
4106
|
-
sourceVersion: smithy_client_1.expectString(output.sourceVersion),
|
|
4106
|
+
sourceVersion: (0, smithy_client_1.expectString)(output.sourceVersion),
|
|
4107
4107
|
tags: output.tags !== undefined && output.tags !== null
|
|
4108
4108
|
? deserializeAws_json1_1TagList(output.tags, context)
|
|
4109
4109
|
: undefined,
|
|
4110
|
-
timeoutInMinutes: smithy_client_1.expectInt32(output.timeoutInMinutes),
|
|
4110
|
+
timeoutInMinutes: (0, smithy_client_1.expectInt32)(output.timeoutInMinutes),
|
|
4111
4111
|
vpcConfig: output.vpcConfig !== undefined && output.vpcConfig !== null
|
|
4112
4112
|
? deserializeAws_json1_1VpcConfig(output.vpcConfig, context)
|
|
4113
4113
|
: undefined,
|
|
@@ -4123,22 +4123,22 @@ const deserializeAws_json1_1ProjectArns = (output, context) => {
|
|
|
4123
4123
|
if (entry === null) {
|
|
4124
4124
|
return null;
|
|
4125
4125
|
}
|
|
4126
|
-
return smithy_client_1.expectString(entry);
|
|
4126
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
4127
4127
|
});
|
|
4128
4128
|
return retVal;
|
|
4129
4129
|
};
|
|
4130
4130
|
const deserializeAws_json1_1ProjectArtifacts = (output, context) => {
|
|
4131
4131
|
return {
|
|
4132
|
-
artifactIdentifier: smithy_client_1.expectString(output.artifactIdentifier),
|
|
4133
|
-
bucketOwnerAccess: smithy_client_1.expectString(output.bucketOwnerAccess),
|
|
4134
|
-
encryptionDisabled: smithy_client_1.expectBoolean(output.encryptionDisabled),
|
|
4135
|
-
location: smithy_client_1.expectString(output.location),
|
|
4136
|
-
name: smithy_client_1.expectString(output.name),
|
|
4137
|
-
namespaceType: smithy_client_1.expectString(output.namespaceType),
|
|
4138
|
-
overrideArtifactName: smithy_client_1.expectBoolean(output.overrideArtifactName),
|
|
4139
|
-
packaging: smithy_client_1.expectString(output.packaging),
|
|
4140
|
-
path: smithy_client_1.expectString(output.path),
|
|
4141
|
-
type: smithy_client_1.expectString(output.type),
|
|
4132
|
+
artifactIdentifier: (0, smithy_client_1.expectString)(output.artifactIdentifier),
|
|
4133
|
+
bucketOwnerAccess: (0, smithy_client_1.expectString)(output.bucketOwnerAccess),
|
|
4134
|
+
encryptionDisabled: (0, smithy_client_1.expectBoolean)(output.encryptionDisabled),
|
|
4135
|
+
location: (0, smithy_client_1.expectString)(output.location),
|
|
4136
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
4137
|
+
namespaceType: (0, smithy_client_1.expectString)(output.namespaceType),
|
|
4138
|
+
overrideArtifactName: (0, smithy_client_1.expectBoolean)(output.overrideArtifactName),
|
|
4139
|
+
packaging: (0, smithy_client_1.expectString)(output.packaging),
|
|
4140
|
+
path: (0, smithy_client_1.expectString)(output.path),
|
|
4141
|
+
type: (0, smithy_client_1.expectString)(output.type),
|
|
4142
4142
|
};
|
|
4143
4143
|
};
|
|
4144
4144
|
const deserializeAws_json1_1ProjectArtifactsList = (output, context) => {
|
|
@@ -4154,28 +4154,28 @@ const deserializeAws_json1_1ProjectArtifactsList = (output, context) => {
|
|
|
4154
4154
|
};
|
|
4155
4155
|
const deserializeAws_json1_1ProjectBadge = (output, context) => {
|
|
4156
4156
|
return {
|
|
4157
|
-
badgeEnabled: smithy_client_1.expectBoolean(output.badgeEnabled),
|
|
4158
|
-
badgeRequestUrl: smithy_client_1.expectString(output.badgeRequestUrl),
|
|
4157
|
+
badgeEnabled: (0, smithy_client_1.expectBoolean)(output.badgeEnabled),
|
|
4158
|
+
badgeRequestUrl: (0, smithy_client_1.expectString)(output.badgeRequestUrl),
|
|
4159
4159
|
};
|
|
4160
4160
|
};
|
|
4161
4161
|
const deserializeAws_json1_1ProjectBuildBatchConfig = (output, context) => {
|
|
4162
4162
|
return {
|
|
4163
|
-
batchReportMode: smithy_client_1.expectString(output.batchReportMode),
|
|
4164
|
-
combineArtifacts: smithy_client_1.expectBoolean(output.combineArtifacts),
|
|
4163
|
+
batchReportMode: (0, smithy_client_1.expectString)(output.batchReportMode),
|
|
4164
|
+
combineArtifacts: (0, smithy_client_1.expectBoolean)(output.combineArtifacts),
|
|
4165
4165
|
restrictions: output.restrictions !== undefined && output.restrictions !== null
|
|
4166
4166
|
? deserializeAws_json1_1BatchRestrictions(output.restrictions, context)
|
|
4167
4167
|
: undefined,
|
|
4168
|
-
serviceRole: smithy_client_1.expectString(output.serviceRole),
|
|
4169
|
-
timeoutInMins: smithy_client_1.expectInt32(output.timeoutInMins),
|
|
4168
|
+
serviceRole: (0, smithy_client_1.expectString)(output.serviceRole),
|
|
4169
|
+
timeoutInMins: (0, smithy_client_1.expectInt32)(output.timeoutInMins),
|
|
4170
4170
|
};
|
|
4171
4171
|
};
|
|
4172
4172
|
const deserializeAws_json1_1ProjectCache = (output, context) => {
|
|
4173
4173
|
return {
|
|
4174
|
-
location: smithy_client_1.expectString(output.location),
|
|
4174
|
+
location: (0, smithy_client_1.expectString)(output.location),
|
|
4175
4175
|
modes: output.modes !== undefined && output.modes !== null
|
|
4176
4176
|
? deserializeAws_json1_1ProjectCacheModes(output.modes, context)
|
|
4177
4177
|
: undefined,
|
|
4178
|
-
type: smithy_client_1.expectString(output.type),
|
|
4178
|
+
type: (0, smithy_client_1.expectString)(output.type),
|
|
4179
4179
|
};
|
|
4180
4180
|
};
|
|
4181
4181
|
const deserializeAws_json1_1ProjectCacheModes = (output, context) => {
|
|
@@ -4185,33 +4185,33 @@ const deserializeAws_json1_1ProjectCacheModes = (output, context) => {
|
|
|
4185
4185
|
if (entry === null) {
|
|
4186
4186
|
return null;
|
|
4187
4187
|
}
|
|
4188
|
-
return smithy_client_1.expectString(entry);
|
|
4188
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
4189
4189
|
});
|
|
4190
4190
|
return retVal;
|
|
4191
4191
|
};
|
|
4192
4192
|
const deserializeAws_json1_1ProjectEnvironment = (output, context) => {
|
|
4193
4193
|
return {
|
|
4194
|
-
certificate: smithy_client_1.expectString(output.certificate),
|
|
4195
|
-
computeType: smithy_client_1.expectString(output.computeType),
|
|
4194
|
+
certificate: (0, smithy_client_1.expectString)(output.certificate),
|
|
4195
|
+
computeType: (0, smithy_client_1.expectString)(output.computeType),
|
|
4196
4196
|
environmentVariables: output.environmentVariables !== undefined && output.environmentVariables !== null
|
|
4197
4197
|
? deserializeAws_json1_1EnvironmentVariables(output.environmentVariables, context)
|
|
4198
4198
|
: undefined,
|
|
4199
|
-
image: smithy_client_1.expectString(output.image),
|
|
4200
|
-
imagePullCredentialsType: smithy_client_1.expectString(output.imagePullCredentialsType),
|
|
4201
|
-
privilegedMode: smithy_client_1.expectBoolean(output.privilegedMode),
|
|
4199
|
+
image: (0, smithy_client_1.expectString)(output.image),
|
|
4200
|
+
imagePullCredentialsType: (0, smithy_client_1.expectString)(output.imagePullCredentialsType),
|
|
4201
|
+
privilegedMode: (0, smithy_client_1.expectBoolean)(output.privilegedMode),
|
|
4202
4202
|
registryCredential: output.registryCredential !== undefined && output.registryCredential !== null
|
|
4203
4203
|
? deserializeAws_json1_1RegistryCredential(output.registryCredential, context)
|
|
4204
4204
|
: undefined,
|
|
4205
|
-
type: smithy_client_1.expectString(output.type),
|
|
4205
|
+
type: (0, smithy_client_1.expectString)(output.type),
|
|
4206
4206
|
};
|
|
4207
4207
|
};
|
|
4208
4208
|
const deserializeAws_json1_1ProjectFileSystemLocation = (output, context) => {
|
|
4209
4209
|
return {
|
|
4210
|
-
identifier: smithy_client_1.expectString(output.identifier),
|
|
4211
|
-
location: smithy_client_1.expectString(output.location),
|
|
4212
|
-
mountOptions: smithy_client_1.expectString(output.mountOptions),
|
|
4213
|
-
mountPoint: smithy_client_1.expectString(output.mountPoint),
|
|
4214
|
-
type: smithy_client_1.expectString(output.type),
|
|
4210
|
+
identifier: (0, smithy_client_1.expectString)(output.identifier),
|
|
4211
|
+
location: (0, smithy_client_1.expectString)(output.location),
|
|
4212
|
+
mountOptions: (0, smithy_client_1.expectString)(output.mountOptions),
|
|
4213
|
+
mountPoint: (0, smithy_client_1.expectString)(output.mountPoint),
|
|
4214
|
+
type: (0, smithy_client_1.expectString)(output.type),
|
|
4215
4215
|
};
|
|
4216
4216
|
};
|
|
4217
4217
|
const deserializeAws_json1_1ProjectFileSystemLocations = (output, context) => {
|
|
@@ -4232,7 +4232,7 @@ const deserializeAws_json1_1ProjectNames = (output, context) => {
|
|
|
4232
4232
|
if (entry === null) {
|
|
4233
4233
|
return null;
|
|
4234
4234
|
}
|
|
4235
|
-
return smithy_client_1.expectString(entry);
|
|
4235
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
4236
4236
|
});
|
|
4237
4237
|
return retVal;
|
|
4238
4238
|
};
|
|
@@ -4266,16 +4266,16 @@ const deserializeAws_json1_1ProjectSource = (output, context) => {
|
|
|
4266
4266
|
buildStatusConfig: output.buildStatusConfig !== undefined && output.buildStatusConfig !== null
|
|
4267
4267
|
? deserializeAws_json1_1BuildStatusConfig(output.buildStatusConfig, context)
|
|
4268
4268
|
: undefined,
|
|
4269
|
-
buildspec: smithy_client_1.expectString(output.buildspec),
|
|
4270
|
-
gitCloneDepth: smithy_client_1.expectInt32(output.gitCloneDepth),
|
|
4269
|
+
buildspec: (0, smithy_client_1.expectString)(output.buildspec),
|
|
4270
|
+
gitCloneDepth: (0, smithy_client_1.expectInt32)(output.gitCloneDepth),
|
|
4271
4271
|
gitSubmodulesConfig: output.gitSubmodulesConfig !== undefined && output.gitSubmodulesConfig !== null
|
|
4272
4272
|
? deserializeAws_json1_1GitSubmodulesConfig(output.gitSubmodulesConfig, context)
|
|
4273
4273
|
: undefined,
|
|
4274
|
-
insecureSsl: smithy_client_1.expectBoolean(output.insecureSsl),
|
|
4275
|
-
location: smithy_client_1.expectString(output.location),
|
|
4276
|
-
reportBuildStatus: smithy_client_1.expectBoolean(output.reportBuildStatus),
|
|
4277
|
-
sourceIdentifier: smithy_client_1.expectString(output.sourceIdentifier),
|
|
4278
|
-
type: smithy_client_1.expectString(output.type),
|
|
4274
|
+
insecureSsl: (0, smithy_client_1.expectBoolean)(output.insecureSsl),
|
|
4275
|
+
location: (0, smithy_client_1.expectString)(output.location),
|
|
4276
|
+
reportBuildStatus: (0, smithy_client_1.expectBoolean)(output.reportBuildStatus),
|
|
4277
|
+
sourceIdentifier: (0, smithy_client_1.expectString)(output.sourceIdentifier),
|
|
4278
|
+
type: (0, smithy_client_1.expectString)(output.type),
|
|
4279
4279
|
};
|
|
4280
4280
|
};
|
|
4281
4281
|
const deserializeAws_json1_1ProjectSources = (output, context) => {
|
|
@@ -4291,45 +4291,45 @@ const deserializeAws_json1_1ProjectSources = (output, context) => {
|
|
|
4291
4291
|
};
|
|
4292
4292
|
const deserializeAws_json1_1ProjectSourceVersion = (output, context) => {
|
|
4293
4293
|
return {
|
|
4294
|
-
sourceIdentifier: smithy_client_1.expectString(output.sourceIdentifier),
|
|
4295
|
-
sourceVersion: smithy_client_1.expectString(output.sourceVersion),
|
|
4294
|
+
sourceIdentifier: (0, smithy_client_1.expectString)(output.sourceIdentifier),
|
|
4295
|
+
sourceVersion: (0, smithy_client_1.expectString)(output.sourceVersion),
|
|
4296
4296
|
};
|
|
4297
4297
|
};
|
|
4298
4298
|
const deserializeAws_json1_1PutResourcePolicyOutput = (output, context) => {
|
|
4299
4299
|
return {
|
|
4300
|
-
resourceArn: smithy_client_1.expectString(output.resourceArn),
|
|
4300
|
+
resourceArn: (0, smithy_client_1.expectString)(output.resourceArn),
|
|
4301
4301
|
};
|
|
4302
4302
|
};
|
|
4303
4303
|
const deserializeAws_json1_1RegistryCredential = (output, context) => {
|
|
4304
4304
|
return {
|
|
4305
|
-
credential: smithy_client_1.expectString(output.credential),
|
|
4306
|
-
credentialProvider: smithy_client_1.expectString(output.credentialProvider),
|
|
4305
|
+
credential: (0, smithy_client_1.expectString)(output.credential),
|
|
4306
|
+
credentialProvider: (0, smithy_client_1.expectString)(output.credentialProvider),
|
|
4307
4307
|
};
|
|
4308
4308
|
};
|
|
4309
4309
|
const deserializeAws_json1_1Report = (output, context) => {
|
|
4310
4310
|
return {
|
|
4311
|
-
arn: smithy_client_1.expectString(output.arn),
|
|
4311
|
+
arn: (0, smithy_client_1.expectString)(output.arn),
|
|
4312
4312
|
codeCoverageSummary: output.codeCoverageSummary !== undefined && output.codeCoverageSummary !== null
|
|
4313
4313
|
? deserializeAws_json1_1CodeCoverageReportSummary(output.codeCoverageSummary, context)
|
|
4314
4314
|
: undefined,
|
|
4315
4315
|
created: output.created !== undefined && output.created !== null
|
|
4316
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.created)))
|
|
4316
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.created)))
|
|
4317
4317
|
: undefined,
|
|
4318
|
-
executionId: smithy_client_1.expectString(output.executionId),
|
|
4318
|
+
executionId: (0, smithy_client_1.expectString)(output.executionId),
|
|
4319
4319
|
expired: output.expired !== undefined && output.expired !== null
|
|
4320
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.expired)))
|
|
4320
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.expired)))
|
|
4321
4321
|
: undefined,
|
|
4322
4322
|
exportConfig: output.exportConfig !== undefined && output.exportConfig !== null
|
|
4323
4323
|
? deserializeAws_json1_1ReportExportConfig(output.exportConfig, context)
|
|
4324
4324
|
: undefined,
|
|
4325
|
-
name: smithy_client_1.expectString(output.name),
|
|
4326
|
-
reportGroupArn: smithy_client_1.expectString(output.reportGroupArn),
|
|
4327
|
-
status: smithy_client_1.expectString(output.status),
|
|
4325
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
4326
|
+
reportGroupArn: (0, smithy_client_1.expectString)(output.reportGroupArn),
|
|
4327
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
4328
4328
|
testSummary: output.testSummary !== undefined && output.testSummary !== null
|
|
4329
4329
|
? deserializeAws_json1_1TestReportSummary(output.testSummary, context)
|
|
4330
4330
|
: undefined,
|
|
4331
|
-
truncated: smithy_client_1.expectBoolean(output.truncated),
|
|
4332
|
-
type: smithy_client_1.expectString(output.type),
|
|
4331
|
+
truncated: (0, smithy_client_1.expectBoolean)(output.truncated),
|
|
4332
|
+
type: (0, smithy_client_1.expectString)(output.type),
|
|
4333
4333
|
};
|
|
4334
4334
|
};
|
|
4335
4335
|
const deserializeAws_json1_1ReportArns = (output, context) => {
|
|
@@ -4339,13 +4339,13 @@ const deserializeAws_json1_1ReportArns = (output, context) => {
|
|
|
4339
4339
|
if (entry === null) {
|
|
4340
4340
|
return null;
|
|
4341
4341
|
}
|
|
4342
|
-
return smithy_client_1.expectString(entry);
|
|
4342
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
4343
4343
|
});
|
|
4344
4344
|
return retVal;
|
|
4345
4345
|
};
|
|
4346
4346
|
const deserializeAws_json1_1ReportExportConfig = (output, context) => {
|
|
4347
4347
|
return {
|
|
4348
|
-
exportConfigType: smithy_client_1.expectString(output.exportConfigType),
|
|
4348
|
+
exportConfigType: (0, smithy_client_1.expectString)(output.exportConfigType),
|
|
4349
4349
|
s3Destination: output.s3Destination !== undefined && output.s3Destination !== null
|
|
4350
4350
|
? deserializeAws_json1_1S3ReportExportConfig(output.s3Destination, context)
|
|
4351
4351
|
: undefined,
|
|
@@ -4353,22 +4353,22 @@ const deserializeAws_json1_1ReportExportConfig = (output, context) => {
|
|
|
4353
4353
|
};
|
|
4354
4354
|
const deserializeAws_json1_1ReportGroup = (output, context) => {
|
|
4355
4355
|
return {
|
|
4356
|
-
arn: smithy_client_1.expectString(output.arn),
|
|
4356
|
+
arn: (0, smithy_client_1.expectString)(output.arn),
|
|
4357
4357
|
created: output.created !== undefined && output.created !== null
|
|
4358
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.created)))
|
|
4358
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.created)))
|
|
4359
4359
|
: undefined,
|
|
4360
4360
|
exportConfig: output.exportConfig !== undefined && output.exportConfig !== null
|
|
4361
4361
|
? deserializeAws_json1_1ReportExportConfig(output.exportConfig, context)
|
|
4362
4362
|
: undefined,
|
|
4363
4363
|
lastModified: output.lastModified !== undefined && output.lastModified !== null
|
|
4364
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastModified)))
|
|
4364
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastModified)))
|
|
4365
4365
|
: undefined,
|
|
4366
|
-
name: smithy_client_1.expectString(output.name),
|
|
4367
|
-
status: smithy_client_1.expectString(output.status),
|
|
4366
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
4367
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
4368
4368
|
tags: output.tags !== undefined && output.tags !== null
|
|
4369
4369
|
? deserializeAws_json1_1TagList(output.tags, context)
|
|
4370
4370
|
: undefined,
|
|
4371
|
-
type: smithy_client_1.expectString(output.type),
|
|
4371
|
+
type: (0, smithy_client_1.expectString)(output.type),
|
|
4372
4372
|
};
|
|
4373
4373
|
};
|
|
4374
4374
|
const deserializeAws_json1_1ReportGroupArns = (output, context) => {
|
|
@@ -4378,7 +4378,7 @@ const deserializeAws_json1_1ReportGroupArns = (output, context) => {
|
|
|
4378
4378
|
if (entry === null) {
|
|
4379
4379
|
return null;
|
|
4380
4380
|
}
|
|
4381
|
-
return smithy_client_1.expectString(entry);
|
|
4381
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
4382
4382
|
});
|
|
4383
4383
|
return retVal;
|
|
4384
4384
|
};
|
|
@@ -4406,9 +4406,9 @@ const deserializeAws_json1_1ReportGroupTrendRawDataList = (output, context) => {
|
|
|
4406
4406
|
};
|
|
4407
4407
|
const deserializeAws_json1_1ReportGroupTrendStats = (output, context) => {
|
|
4408
4408
|
return {
|
|
4409
|
-
average: smithy_client_1.expectString(output.average),
|
|
4410
|
-
max: smithy_client_1.expectString(output.max),
|
|
4411
|
-
min: smithy_client_1.expectString(output.min),
|
|
4409
|
+
average: (0, smithy_client_1.expectString)(output.average),
|
|
4410
|
+
max: (0, smithy_client_1.expectString)(output.max),
|
|
4411
|
+
min: (0, smithy_client_1.expectString)(output.min),
|
|
4412
4412
|
};
|
|
4413
4413
|
};
|
|
4414
4414
|
const deserializeAws_json1_1Reports = (output, context) => {
|
|
@@ -4429,21 +4429,21 @@ const deserializeAws_json1_1ReportStatusCounts = (output, context) => {
|
|
|
4429
4429
|
}
|
|
4430
4430
|
return {
|
|
4431
4431
|
...acc,
|
|
4432
|
-
[key]: smithy_client_1.expectInt32(value),
|
|
4432
|
+
[key]: (0, smithy_client_1.expectInt32)(value),
|
|
4433
4433
|
};
|
|
4434
4434
|
}, {});
|
|
4435
4435
|
};
|
|
4436
4436
|
const deserializeAws_json1_1ReportWithRawData = (output, context) => {
|
|
4437
4437
|
return {
|
|
4438
|
-
data: smithy_client_1.expectString(output.data),
|
|
4439
|
-
reportArn: smithy_client_1.expectString(output.reportArn),
|
|
4438
|
+
data: (0, smithy_client_1.expectString)(output.data),
|
|
4439
|
+
reportArn: (0, smithy_client_1.expectString)(output.reportArn),
|
|
4440
4440
|
};
|
|
4441
4441
|
};
|
|
4442
4442
|
const deserializeAws_json1_1ResolvedArtifact = (output, context) => {
|
|
4443
4443
|
return {
|
|
4444
|
-
identifier: smithy_client_1.expectString(output.identifier),
|
|
4445
|
-
location: smithy_client_1.expectString(output.location),
|
|
4446
|
-
type: smithy_client_1.expectString(output.type),
|
|
4444
|
+
identifier: (0, smithy_client_1.expectString)(output.identifier),
|
|
4445
|
+
location: (0, smithy_client_1.expectString)(output.location),
|
|
4446
|
+
type: (0, smithy_client_1.expectString)(output.type),
|
|
4447
4447
|
};
|
|
4448
4448
|
};
|
|
4449
4449
|
const deserializeAws_json1_1ResolvedSecondaryArtifacts = (output, context) => {
|
|
@@ -4459,12 +4459,12 @@ const deserializeAws_json1_1ResolvedSecondaryArtifacts = (output, context) => {
|
|
|
4459
4459
|
};
|
|
4460
4460
|
const deserializeAws_json1_1ResourceAlreadyExistsException = (output, context) => {
|
|
4461
4461
|
return {
|
|
4462
|
-
message: smithy_client_1.expectString(output.message),
|
|
4462
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
4463
4463
|
};
|
|
4464
4464
|
};
|
|
4465
4465
|
const deserializeAws_json1_1ResourceNotFoundException = (output, context) => {
|
|
4466
4466
|
return {
|
|
4467
|
-
message: smithy_client_1.expectString(output.message),
|
|
4467
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
4468
4468
|
};
|
|
4469
4469
|
};
|
|
4470
4470
|
const deserializeAws_json1_1RetryBuildBatchOutput = (output, context) => {
|
|
@@ -4483,20 +4483,20 @@ const deserializeAws_json1_1RetryBuildOutput = (output, context) => {
|
|
|
4483
4483
|
};
|
|
4484
4484
|
const deserializeAws_json1_1S3LogsConfig = (output, context) => {
|
|
4485
4485
|
return {
|
|
4486
|
-
bucketOwnerAccess: smithy_client_1.expectString(output.bucketOwnerAccess),
|
|
4487
|
-
encryptionDisabled: smithy_client_1.expectBoolean(output.encryptionDisabled),
|
|
4488
|
-
location: smithy_client_1.expectString(output.location),
|
|
4489
|
-
status: smithy_client_1.expectString(output.status),
|
|
4486
|
+
bucketOwnerAccess: (0, smithy_client_1.expectString)(output.bucketOwnerAccess),
|
|
4487
|
+
encryptionDisabled: (0, smithy_client_1.expectBoolean)(output.encryptionDisabled),
|
|
4488
|
+
location: (0, smithy_client_1.expectString)(output.location),
|
|
4489
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
4490
4490
|
};
|
|
4491
4491
|
};
|
|
4492
4492
|
const deserializeAws_json1_1S3ReportExportConfig = (output, context) => {
|
|
4493
4493
|
return {
|
|
4494
|
-
bucket: smithy_client_1.expectString(output.bucket),
|
|
4495
|
-
bucketOwner: smithy_client_1.expectString(output.bucketOwner),
|
|
4496
|
-
encryptionDisabled: smithy_client_1.expectBoolean(output.encryptionDisabled),
|
|
4497
|
-
encryptionKey: smithy_client_1.expectString(output.encryptionKey),
|
|
4498
|
-
packaging: smithy_client_1.expectString(output.packaging),
|
|
4499
|
-
path: smithy_client_1.expectString(output.path),
|
|
4494
|
+
bucket: (0, smithy_client_1.expectString)(output.bucket),
|
|
4495
|
+
bucketOwner: (0, smithy_client_1.expectString)(output.bucketOwner),
|
|
4496
|
+
encryptionDisabled: (0, smithy_client_1.expectBoolean)(output.encryptionDisabled),
|
|
4497
|
+
encryptionKey: (0, smithy_client_1.expectString)(output.encryptionKey),
|
|
4498
|
+
packaging: (0, smithy_client_1.expectString)(output.packaging),
|
|
4499
|
+
path: (0, smithy_client_1.expectString)(output.path),
|
|
4500
4500
|
};
|
|
4501
4501
|
};
|
|
4502
4502
|
const deserializeAws_json1_1SecurityGroupIds = (output, context) => {
|
|
@@ -4506,21 +4506,21 @@ const deserializeAws_json1_1SecurityGroupIds = (output, context) => {
|
|
|
4506
4506
|
if (entry === null) {
|
|
4507
4507
|
return null;
|
|
4508
4508
|
}
|
|
4509
|
-
return smithy_client_1.expectString(entry);
|
|
4509
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
4510
4510
|
});
|
|
4511
4511
|
return retVal;
|
|
4512
4512
|
};
|
|
4513
4513
|
const deserializeAws_json1_1SourceAuth = (output, context) => {
|
|
4514
4514
|
return {
|
|
4515
|
-
resource: smithy_client_1.expectString(output.resource),
|
|
4516
|
-
type: smithy_client_1.expectString(output.type),
|
|
4515
|
+
resource: (0, smithy_client_1.expectString)(output.resource),
|
|
4516
|
+
type: (0, smithy_client_1.expectString)(output.type),
|
|
4517
4517
|
};
|
|
4518
4518
|
};
|
|
4519
4519
|
const deserializeAws_json1_1SourceCredentialsInfo = (output, context) => {
|
|
4520
4520
|
return {
|
|
4521
|
-
arn: smithy_client_1.expectString(output.arn),
|
|
4522
|
-
authType: smithy_client_1.expectString(output.authType),
|
|
4523
|
-
serverType: smithy_client_1.expectString(output.serverType),
|
|
4521
|
+
arn: (0, smithy_client_1.expectString)(output.arn),
|
|
4522
|
+
authType: (0, smithy_client_1.expectString)(output.authType),
|
|
4523
|
+
serverType: (0, smithy_client_1.expectString)(output.serverType),
|
|
4524
4524
|
};
|
|
4525
4525
|
};
|
|
4526
4526
|
const deserializeAws_json1_1SourceCredentialsInfos = (output, context) => {
|
|
@@ -4569,14 +4569,14 @@ const deserializeAws_json1_1Subnets = (output, context) => {
|
|
|
4569
4569
|
if (entry === null) {
|
|
4570
4570
|
return null;
|
|
4571
4571
|
}
|
|
4572
|
-
return smithy_client_1.expectString(entry);
|
|
4572
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
4573
4573
|
});
|
|
4574
4574
|
return retVal;
|
|
4575
4575
|
};
|
|
4576
4576
|
const deserializeAws_json1_1Tag = (output, context) => {
|
|
4577
4577
|
return {
|
|
4578
|
-
key: smithy_client_1.expectString(output.key),
|
|
4579
|
-
value: smithy_client_1.expectString(output.value),
|
|
4578
|
+
key: (0, smithy_client_1.expectString)(output.key),
|
|
4579
|
+
value: (0, smithy_client_1.expectString)(output.value),
|
|
4580
4580
|
};
|
|
4581
4581
|
};
|
|
4582
4582
|
const deserializeAws_json1_1TagList = (output, context) => {
|
|
@@ -4592,16 +4592,16 @@ const deserializeAws_json1_1TagList = (output, context) => {
|
|
|
4592
4592
|
};
|
|
4593
4593
|
const deserializeAws_json1_1TestCase = (output, context) => {
|
|
4594
4594
|
return {
|
|
4595
|
-
durationInNanoSeconds: smithy_client_1.expectLong(output.durationInNanoSeconds),
|
|
4595
|
+
durationInNanoSeconds: (0, smithy_client_1.expectLong)(output.durationInNanoSeconds),
|
|
4596
4596
|
expired: output.expired !== undefined && output.expired !== null
|
|
4597
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.expired)))
|
|
4597
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.expired)))
|
|
4598
4598
|
: undefined,
|
|
4599
|
-
message: smithy_client_1.expectString(output.message),
|
|
4600
|
-
name: smithy_client_1.expectString(output.name),
|
|
4601
|
-
prefix: smithy_client_1.expectString(output.prefix),
|
|
4602
|
-
reportArn: smithy_client_1.expectString(output.reportArn),
|
|
4603
|
-
status: smithy_client_1.expectString(output.status),
|
|
4604
|
-
testRawDataPath: smithy_client_1.expectString(output.testRawDataPath),
|
|
4599
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
4600
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
4601
|
+
prefix: (0, smithy_client_1.expectString)(output.prefix),
|
|
4602
|
+
reportArn: (0, smithy_client_1.expectString)(output.reportArn),
|
|
4603
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
4604
|
+
testRawDataPath: (0, smithy_client_1.expectString)(output.testRawDataPath),
|
|
4605
4605
|
};
|
|
4606
4606
|
};
|
|
4607
4607
|
const deserializeAws_json1_1TestCases = (output, context) => {
|
|
@@ -4617,11 +4617,11 @@ const deserializeAws_json1_1TestCases = (output, context) => {
|
|
|
4617
4617
|
};
|
|
4618
4618
|
const deserializeAws_json1_1TestReportSummary = (output, context) => {
|
|
4619
4619
|
return {
|
|
4620
|
-
durationInNanoSeconds: smithy_client_1.expectLong(output.durationInNanoSeconds),
|
|
4620
|
+
durationInNanoSeconds: (0, smithy_client_1.expectLong)(output.durationInNanoSeconds),
|
|
4621
4621
|
statusCounts: output.statusCounts !== undefined && output.statusCounts !== null
|
|
4622
4622
|
? deserializeAws_json1_1ReportStatusCounts(output.statusCounts, context)
|
|
4623
4623
|
: undefined,
|
|
4624
|
-
total: smithy_client_1.expectInt32(output.total),
|
|
4624
|
+
total: (0, smithy_client_1.expectInt32)(output.total),
|
|
4625
4625
|
};
|
|
4626
4626
|
};
|
|
4627
4627
|
const deserializeAws_json1_1UpdateProjectOutput = (output, context) => {
|
|
@@ -4633,9 +4633,9 @@ const deserializeAws_json1_1UpdateProjectOutput = (output, context) => {
|
|
|
4633
4633
|
};
|
|
4634
4634
|
const deserializeAws_json1_1UpdateProjectVisibilityOutput = (output, context) => {
|
|
4635
4635
|
return {
|
|
4636
|
-
projectArn: smithy_client_1.expectString(output.projectArn),
|
|
4637
|
-
projectVisibility: smithy_client_1.expectString(output.projectVisibility),
|
|
4638
|
-
publicProjectAlias: smithy_client_1.expectString(output.publicProjectAlias),
|
|
4636
|
+
projectArn: (0, smithy_client_1.expectString)(output.projectArn),
|
|
4637
|
+
projectVisibility: (0, smithy_client_1.expectString)(output.projectVisibility),
|
|
4638
|
+
publicProjectAlias: (0, smithy_client_1.expectString)(output.publicProjectAlias),
|
|
4639
4639
|
};
|
|
4640
4640
|
};
|
|
4641
4641
|
const deserializeAws_json1_1UpdateReportGroupOutput = (output, context) => {
|
|
@@ -4660,29 +4660,29 @@ const deserializeAws_json1_1VpcConfig = (output, context) => {
|
|
|
4660
4660
|
subnets: output.subnets !== undefined && output.subnets !== null
|
|
4661
4661
|
? deserializeAws_json1_1Subnets(output.subnets, context)
|
|
4662
4662
|
: undefined,
|
|
4663
|
-
vpcId: smithy_client_1.expectString(output.vpcId),
|
|
4663
|
+
vpcId: (0, smithy_client_1.expectString)(output.vpcId),
|
|
4664
4664
|
};
|
|
4665
4665
|
};
|
|
4666
4666
|
const deserializeAws_json1_1Webhook = (output, context) => {
|
|
4667
4667
|
return {
|
|
4668
|
-
branchFilter: smithy_client_1.expectString(output.branchFilter),
|
|
4669
|
-
buildType: smithy_client_1.expectString(output.buildType),
|
|
4668
|
+
branchFilter: (0, smithy_client_1.expectString)(output.branchFilter),
|
|
4669
|
+
buildType: (0, smithy_client_1.expectString)(output.buildType),
|
|
4670
4670
|
filterGroups: output.filterGroups !== undefined && output.filterGroups !== null
|
|
4671
4671
|
? deserializeAws_json1_1FilterGroups(output.filterGroups, context)
|
|
4672
4672
|
: undefined,
|
|
4673
4673
|
lastModifiedSecret: output.lastModifiedSecret !== undefined && output.lastModifiedSecret !== null
|
|
4674
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastModifiedSecret)))
|
|
4674
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastModifiedSecret)))
|
|
4675
4675
|
: undefined,
|
|
4676
|
-
payloadUrl: smithy_client_1.expectString(output.payloadUrl),
|
|
4677
|
-
secret: smithy_client_1.expectString(output.secret),
|
|
4678
|
-
url: smithy_client_1.expectString(output.url),
|
|
4676
|
+
payloadUrl: (0, smithy_client_1.expectString)(output.payloadUrl),
|
|
4677
|
+
secret: (0, smithy_client_1.expectString)(output.secret),
|
|
4678
|
+
url: (0, smithy_client_1.expectString)(output.url),
|
|
4679
4679
|
};
|
|
4680
4680
|
};
|
|
4681
4681
|
const deserializeAws_json1_1WebhookFilter = (output, context) => {
|
|
4682
4682
|
return {
|
|
4683
|
-
excludeMatchedPattern: smithy_client_1.expectBoolean(output.excludeMatchedPattern),
|
|
4684
|
-
pattern: smithy_client_1.expectString(output.pattern),
|
|
4685
|
-
type: smithy_client_1.expectString(output.type),
|
|
4683
|
+
excludeMatchedPattern: (0, smithy_client_1.expectBoolean)(output.excludeMatchedPattern),
|
|
4684
|
+
pattern: (0, smithy_client_1.expectString)(output.pattern),
|
|
4685
|
+
type: (0, smithy_client_1.expectString)(output.type),
|
|
4686
4686
|
};
|
|
4687
4687
|
};
|
|
4688
4688
|
const deserializeMetadata = (output) => {
|