@justworkflowit/cdk-constructs 0.0.198 → 0.0.199
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.
|
@@ -58792,7 +58792,8 @@ var require_Aws_restJson1 = __commonJS({
|
|
|
58792
58792
|
const data2 = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context)), "body");
|
|
58793
58793
|
const doc = (0, smithy_client_1.take)(data2, {
|
|
58794
58794
|
"jobs": (_2) => de_JobSummaryList(_2, context),
|
|
58795
|
-
"nextPageToken": smithy_client_1.expectString
|
|
58795
|
+
"nextPageToken": smithy_client_1.expectString,
|
|
58796
|
+
"totalCount": smithy_client_1.expectInt32
|
|
58796
58797
|
});
|
|
58797
58798
|
Object.assign(contents, doc);
|
|
58798
58799
|
return contents;
|