@aws-sdk/client-kinesis-analytics-v2 3.54.1 → 3.55.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-cjs/KinesisAnalyticsV2Client.js +13 -13
- package/dist-cjs/commands/AddApplicationCloudWatchLoggingOptionCommand.js +3 -3
- package/dist-cjs/commands/AddApplicationInputCommand.js +3 -3
- package/dist-cjs/commands/AddApplicationInputProcessingConfigurationCommand.js +3 -3
- package/dist-cjs/commands/AddApplicationOutputCommand.js +3 -3
- package/dist-cjs/commands/AddApplicationReferenceDataSourceCommand.js +3 -3
- package/dist-cjs/commands/AddApplicationVpcConfigurationCommand.js +3 -3
- package/dist-cjs/commands/CreateApplicationCommand.js +3 -3
- package/dist-cjs/commands/CreateApplicationPresignedUrlCommand.js +3 -3
- package/dist-cjs/commands/CreateApplicationSnapshotCommand.js +3 -3
- package/dist-cjs/commands/DeleteApplicationCloudWatchLoggingOptionCommand.js +3 -3
- package/dist-cjs/commands/DeleteApplicationCommand.js +3 -3
- package/dist-cjs/commands/DeleteApplicationInputProcessingConfigurationCommand.js +3 -3
- package/dist-cjs/commands/DeleteApplicationOutputCommand.js +3 -3
- package/dist-cjs/commands/DeleteApplicationReferenceDataSourceCommand.js +3 -3
- package/dist-cjs/commands/DeleteApplicationSnapshotCommand.js +3 -3
- package/dist-cjs/commands/DeleteApplicationVpcConfigurationCommand.js +3 -3
- package/dist-cjs/commands/DescribeApplicationCommand.js +3 -3
- package/dist-cjs/commands/DescribeApplicationSnapshotCommand.js +3 -3
- package/dist-cjs/commands/DescribeApplicationVersionCommand.js +3 -3
- package/dist-cjs/commands/DiscoverInputSchemaCommand.js +3 -3
- package/dist-cjs/commands/ListApplicationSnapshotsCommand.js +3 -3
- package/dist-cjs/commands/ListApplicationVersionsCommand.js +3 -3
- package/dist-cjs/commands/ListApplicationsCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/RollbackApplicationCommand.js +3 -3
- package/dist-cjs/commands/StartApplicationCommand.js +3 -3
- package/dist-cjs/commands/StopApplicationCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateApplicationCommand.js +3 -3
- package/dist-cjs/commands/UpdateApplicationMaintenanceConfigurationCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/protocols/Aws_json1_1.js +195 -195
- 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/KinesisAnalyticsV2.js +31 -31
- 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
|
@@ -364,7 +364,7 @@ const deserializeAws_json1_1AddApplicationCloudWatchLoggingOptionCommandError =
|
|
|
364
364
|
$fault: "client",
|
|
365
365
|
$metadata: deserializeMetadata(output),
|
|
366
366
|
});
|
|
367
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
367
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
368
368
|
}
|
|
369
369
|
};
|
|
370
370
|
const deserializeAws_json1_1AddApplicationInputCommand = async (output, context) => {
|
|
@@ -415,7 +415,7 @@ const deserializeAws_json1_1AddApplicationInputCommandError = async (output, con
|
|
|
415
415
|
$fault: "client",
|
|
416
416
|
$metadata: deserializeMetadata(output),
|
|
417
417
|
});
|
|
418
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
418
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
419
419
|
}
|
|
420
420
|
};
|
|
421
421
|
const deserializeAws_json1_1AddApplicationInputProcessingConfigurationCommand = async (output, context) => {
|
|
@@ -463,7 +463,7 @@ const deserializeAws_json1_1AddApplicationInputProcessingConfigurationCommandErr
|
|
|
463
463
|
$fault: "client",
|
|
464
464
|
$metadata: deserializeMetadata(output),
|
|
465
465
|
});
|
|
466
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
466
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
467
467
|
}
|
|
468
468
|
};
|
|
469
469
|
const deserializeAws_json1_1AddApplicationOutputCommand = async (output, context) => {
|
|
@@ -511,7 +511,7 @@ const deserializeAws_json1_1AddApplicationOutputCommandError = async (output, co
|
|
|
511
511
|
$fault: "client",
|
|
512
512
|
$metadata: deserializeMetadata(output),
|
|
513
513
|
});
|
|
514
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
514
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
515
515
|
}
|
|
516
516
|
};
|
|
517
517
|
const deserializeAws_json1_1AddApplicationReferenceDataSourceCommand = async (output, context) => {
|
|
@@ -559,7 +559,7 @@ const deserializeAws_json1_1AddApplicationReferenceDataSourceCommandError = asyn
|
|
|
559
559
|
$fault: "client",
|
|
560
560
|
$metadata: deserializeMetadata(output),
|
|
561
561
|
});
|
|
562
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
562
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
563
563
|
}
|
|
564
564
|
};
|
|
565
565
|
const deserializeAws_json1_1AddApplicationVpcConfigurationCommand = async (output, context) => {
|
|
@@ -607,7 +607,7 @@ const deserializeAws_json1_1AddApplicationVpcConfigurationCommandError = async (
|
|
|
607
607
|
$fault: "client",
|
|
608
608
|
$metadata: deserializeMetadata(output),
|
|
609
609
|
});
|
|
610
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
610
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
611
611
|
}
|
|
612
612
|
};
|
|
613
613
|
const deserializeAws_json1_1CreateApplicationCommand = async (output, context) => {
|
|
@@ -664,7 +664,7 @@ const deserializeAws_json1_1CreateApplicationCommandError = async (output, conte
|
|
|
664
664
|
$fault: "client",
|
|
665
665
|
$metadata: deserializeMetadata(output),
|
|
666
666
|
});
|
|
667
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
667
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
668
668
|
}
|
|
669
669
|
};
|
|
670
670
|
const deserializeAws_json1_1CreateApplicationPresignedUrlCommand = async (output, context) => {
|
|
@@ -706,7 +706,7 @@ const deserializeAws_json1_1CreateApplicationPresignedUrlCommandError = async (o
|
|
|
706
706
|
$fault: "client",
|
|
707
707
|
$metadata: deserializeMetadata(output),
|
|
708
708
|
});
|
|
709
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
709
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
710
710
|
}
|
|
711
711
|
};
|
|
712
712
|
const deserializeAws_json1_1CreateApplicationSnapshotCommand = async (output, context) => {
|
|
@@ -760,7 +760,7 @@ const deserializeAws_json1_1CreateApplicationSnapshotCommandError = async (outpu
|
|
|
760
760
|
$fault: "client",
|
|
761
761
|
$metadata: deserializeMetadata(output),
|
|
762
762
|
});
|
|
763
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
763
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
764
764
|
}
|
|
765
765
|
};
|
|
766
766
|
const deserializeAws_json1_1DeleteApplicationCommand = async (output, context) => {
|
|
@@ -811,7 +811,7 @@ const deserializeAws_json1_1DeleteApplicationCommandError = async (output, conte
|
|
|
811
811
|
$fault: "client",
|
|
812
812
|
$metadata: deserializeMetadata(output),
|
|
813
813
|
});
|
|
814
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
814
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
815
815
|
}
|
|
816
816
|
};
|
|
817
817
|
const deserializeAws_json1_1DeleteApplicationCloudWatchLoggingOptionCommand = async (output, context) => {
|
|
@@ -862,7 +862,7 @@ const deserializeAws_json1_1DeleteApplicationCloudWatchLoggingOptionCommandError
|
|
|
862
862
|
$fault: "client",
|
|
863
863
|
$metadata: deserializeMetadata(output),
|
|
864
864
|
});
|
|
865
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
865
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
866
866
|
}
|
|
867
867
|
};
|
|
868
868
|
const deserializeAws_json1_1DeleteApplicationInputProcessingConfigurationCommand = async (output, context) => {
|
|
@@ -910,7 +910,7 @@ const deserializeAws_json1_1DeleteApplicationInputProcessingConfigurationCommand
|
|
|
910
910
|
$fault: "client",
|
|
911
911
|
$metadata: deserializeMetadata(output),
|
|
912
912
|
});
|
|
913
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
913
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
914
914
|
}
|
|
915
915
|
};
|
|
916
916
|
const deserializeAws_json1_1DeleteApplicationOutputCommand = async (output, context) => {
|
|
@@ -958,7 +958,7 @@ const deserializeAws_json1_1DeleteApplicationOutputCommandError = async (output,
|
|
|
958
958
|
$fault: "client",
|
|
959
959
|
$metadata: deserializeMetadata(output),
|
|
960
960
|
});
|
|
961
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
961
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
962
962
|
}
|
|
963
963
|
};
|
|
964
964
|
const deserializeAws_json1_1DeleteApplicationReferenceDataSourceCommand = async (output, context) => {
|
|
@@ -1006,7 +1006,7 @@ const deserializeAws_json1_1DeleteApplicationReferenceDataSourceCommandError = a
|
|
|
1006
1006
|
$fault: "client",
|
|
1007
1007
|
$metadata: deserializeMetadata(output),
|
|
1008
1008
|
});
|
|
1009
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1009
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1010
1010
|
}
|
|
1011
1011
|
};
|
|
1012
1012
|
const deserializeAws_json1_1DeleteApplicationSnapshotCommand = async (output, context) => {
|
|
@@ -1054,7 +1054,7 @@ const deserializeAws_json1_1DeleteApplicationSnapshotCommandError = async (outpu
|
|
|
1054
1054
|
$fault: "client",
|
|
1055
1055
|
$metadata: deserializeMetadata(output),
|
|
1056
1056
|
});
|
|
1057
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1057
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1058
1058
|
}
|
|
1059
1059
|
};
|
|
1060
1060
|
const deserializeAws_json1_1DeleteApplicationVpcConfigurationCommand = async (output, context) => {
|
|
@@ -1102,7 +1102,7 @@ const deserializeAws_json1_1DeleteApplicationVpcConfigurationCommandError = asyn
|
|
|
1102
1102
|
$fault: "client",
|
|
1103
1103
|
$metadata: deserializeMetadata(output),
|
|
1104
1104
|
});
|
|
1105
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1105
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1106
1106
|
}
|
|
1107
1107
|
};
|
|
1108
1108
|
const deserializeAws_json1_1DescribeApplicationCommand = async (output, context) => {
|
|
@@ -1144,7 +1144,7 @@ const deserializeAws_json1_1DescribeApplicationCommandError = async (output, con
|
|
|
1144
1144
|
$fault: "client",
|
|
1145
1145
|
$metadata: deserializeMetadata(output),
|
|
1146
1146
|
});
|
|
1147
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1147
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1148
1148
|
}
|
|
1149
1149
|
};
|
|
1150
1150
|
const deserializeAws_json1_1DescribeApplicationSnapshotCommand = async (output, context) => {
|
|
@@ -1186,7 +1186,7 @@ const deserializeAws_json1_1DescribeApplicationSnapshotCommandError = async (out
|
|
|
1186
1186
|
$fault: "client",
|
|
1187
1187
|
$metadata: deserializeMetadata(output),
|
|
1188
1188
|
});
|
|
1189
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1189
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1190
1190
|
}
|
|
1191
1191
|
};
|
|
1192
1192
|
const deserializeAws_json1_1DescribeApplicationVersionCommand = async (output, context) => {
|
|
@@ -1228,7 +1228,7 @@ const deserializeAws_json1_1DescribeApplicationVersionCommandError = async (outp
|
|
|
1228
1228
|
$fault: "client",
|
|
1229
1229
|
$metadata: deserializeMetadata(output),
|
|
1230
1230
|
});
|
|
1231
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1231
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1232
1232
|
}
|
|
1233
1233
|
};
|
|
1234
1234
|
const deserializeAws_json1_1DiscoverInputSchemaCommand = async (output, context) => {
|
|
@@ -1279,7 +1279,7 @@ const deserializeAws_json1_1DiscoverInputSchemaCommandError = async (output, con
|
|
|
1279
1279
|
$fault: "client",
|
|
1280
1280
|
$metadata: deserializeMetadata(output),
|
|
1281
1281
|
});
|
|
1282
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1282
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1283
1283
|
}
|
|
1284
1284
|
};
|
|
1285
1285
|
const deserializeAws_json1_1ListApplicationsCommand = async (output, context) => {
|
|
@@ -1315,7 +1315,7 @@ const deserializeAws_json1_1ListApplicationsCommandError = async (output, contex
|
|
|
1315
1315
|
$fault: "client",
|
|
1316
1316
|
$metadata: deserializeMetadata(output),
|
|
1317
1317
|
});
|
|
1318
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1318
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1319
1319
|
}
|
|
1320
1320
|
};
|
|
1321
1321
|
const deserializeAws_json1_1ListApplicationSnapshotsCommand = async (output, context) => {
|
|
@@ -1354,7 +1354,7 @@ const deserializeAws_json1_1ListApplicationSnapshotsCommandError = async (output
|
|
|
1354
1354
|
$fault: "client",
|
|
1355
1355
|
$metadata: deserializeMetadata(output),
|
|
1356
1356
|
});
|
|
1357
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1357
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1358
1358
|
}
|
|
1359
1359
|
};
|
|
1360
1360
|
const deserializeAws_json1_1ListApplicationVersionsCommand = async (output, context) => {
|
|
@@ -1396,7 +1396,7 @@ const deserializeAws_json1_1ListApplicationVersionsCommandError = async (output,
|
|
|
1396
1396
|
$fault: "client",
|
|
1397
1397
|
$metadata: deserializeMetadata(output),
|
|
1398
1398
|
});
|
|
1399
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1399
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1400
1400
|
}
|
|
1401
1401
|
};
|
|
1402
1402
|
const deserializeAws_json1_1ListTagsForResourceCommand = async (output, context) => {
|
|
@@ -1438,7 +1438,7 @@ const deserializeAws_json1_1ListTagsForResourceCommandError = async (output, con
|
|
|
1438
1438
|
$fault: "client",
|
|
1439
1439
|
$metadata: deserializeMetadata(output),
|
|
1440
1440
|
});
|
|
1441
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1441
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1442
1442
|
}
|
|
1443
1443
|
};
|
|
1444
1444
|
const deserializeAws_json1_1RollbackApplicationCommand = async (output, context) => {
|
|
@@ -1489,7 +1489,7 @@ const deserializeAws_json1_1RollbackApplicationCommandError = async (output, con
|
|
|
1489
1489
|
$fault: "client",
|
|
1490
1490
|
$metadata: deserializeMetadata(output),
|
|
1491
1491
|
});
|
|
1492
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1492
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1493
1493
|
}
|
|
1494
1494
|
};
|
|
1495
1495
|
const deserializeAws_json1_1StartApplicationCommand = async (output, context) => {
|
|
@@ -1537,7 +1537,7 @@ const deserializeAws_json1_1StartApplicationCommandError = async (output, contex
|
|
|
1537
1537
|
$fault: "client",
|
|
1538
1538
|
$metadata: deserializeMetadata(output),
|
|
1539
1539
|
});
|
|
1540
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1540
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1541
1541
|
}
|
|
1542
1542
|
};
|
|
1543
1543
|
const deserializeAws_json1_1StopApplicationCommand = async (output, context) => {
|
|
@@ -1588,7 +1588,7 @@ const deserializeAws_json1_1StopApplicationCommandError = async (output, context
|
|
|
1588
1588
|
$fault: "client",
|
|
1589
1589
|
$metadata: deserializeMetadata(output),
|
|
1590
1590
|
});
|
|
1591
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1591
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1592
1592
|
}
|
|
1593
1593
|
};
|
|
1594
1594
|
const deserializeAws_json1_1TagResourceCommand = async (output, context) => {
|
|
@@ -1636,7 +1636,7 @@ const deserializeAws_json1_1TagResourceCommandError = async (output, context) =>
|
|
|
1636
1636
|
$fault: "client",
|
|
1637
1637
|
$metadata: deserializeMetadata(output),
|
|
1638
1638
|
});
|
|
1639
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1639
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1640
1640
|
}
|
|
1641
1641
|
};
|
|
1642
1642
|
const deserializeAws_json1_1UntagResourceCommand = async (output, context) => {
|
|
@@ -1684,7 +1684,7 @@ const deserializeAws_json1_1UntagResourceCommandError = async (output, context)
|
|
|
1684
1684
|
$fault: "client",
|
|
1685
1685
|
$metadata: deserializeMetadata(output),
|
|
1686
1686
|
});
|
|
1687
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1687
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1688
1688
|
}
|
|
1689
1689
|
};
|
|
1690
1690
|
const deserializeAws_json1_1UpdateApplicationCommand = async (output, context) => {
|
|
@@ -1741,7 +1741,7 @@ const deserializeAws_json1_1UpdateApplicationCommandError = async (output, conte
|
|
|
1741
1741
|
$fault: "client",
|
|
1742
1742
|
$metadata: deserializeMetadata(output),
|
|
1743
1743
|
});
|
|
1744
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1744
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1745
1745
|
}
|
|
1746
1746
|
};
|
|
1747
1747
|
const deserializeAws_json1_1UpdateApplicationMaintenanceConfigurationCommand = async (output, context) => {
|
|
@@ -1789,7 +1789,7 @@ const deserializeAws_json1_1UpdateApplicationMaintenanceConfigurationCommandErro
|
|
|
1789
1789
|
$fault: "client",
|
|
1790
1790
|
$metadata: deserializeMetadata(output),
|
|
1791
1791
|
});
|
|
1792
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1792
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1793
1793
|
}
|
|
1794
1794
|
};
|
|
1795
1795
|
const deserializeAws_json1_1CodeValidationExceptionResponse = async (parsedOutput, context) => {
|
|
@@ -1799,7 +1799,7 @@ const deserializeAws_json1_1CodeValidationExceptionResponse = async (parsedOutpu
|
|
|
1799
1799
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1800
1800
|
...deserialized,
|
|
1801
1801
|
});
|
|
1802
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1802
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1803
1803
|
};
|
|
1804
1804
|
const deserializeAws_json1_1ConcurrentModificationExceptionResponse = async (parsedOutput, context) => {
|
|
1805
1805
|
const body = parsedOutput.body;
|
|
@@ -1808,7 +1808,7 @@ const deserializeAws_json1_1ConcurrentModificationExceptionResponse = async (par
|
|
|
1808
1808
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1809
1809
|
...deserialized,
|
|
1810
1810
|
});
|
|
1811
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1811
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1812
1812
|
};
|
|
1813
1813
|
const deserializeAws_json1_1InvalidApplicationConfigurationExceptionResponse = async (parsedOutput, context) => {
|
|
1814
1814
|
const body = parsedOutput.body;
|
|
@@ -1817,7 +1817,7 @@ const deserializeAws_json1_1InvalidApplicationConfigurationExceptionResponse = a
|
|
|
1817
1817
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1818
1818
|
...deserialized,
|
|
1819
1819
|
});
|
|
1820
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1820
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1821
1821
|
};
|
|
1822
1822
|
const deserializeAws_json1_1InvalidArgumentExceptionResponse = async (parsedOutput, context) => {
|
|
1823
1823
|
const body = parsedOutput.body;
|
|
@@ -1826,7 +1826,7 @@ const deserializeAws_json1_1InvalidArgumentExceptionResponse = async (parsedOutp
|
|
|
1826
1826
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1827
1827
|
...deserialized,
|
|
1828
1828
|
});
|
|
1829
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1829
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1830
1830
|
};
|
|
1831
1831
|
const deserializeAws_json1_1InvalidRequestExceptionResponse = async (parsedOutput, context) => {
|
|
1832
1832
|
const body = parsedOutput.body;
|
|
@@ -1835,7 +1835,7 @@ const deserializeAws_json1_1InvalidRequestExceptionResponse = async (parsedOutpu
|
|
|
1835
1835
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1836
1836
|
...deserialized,
|
|
1837
1837
|
});
|
|
1838
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1838
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1839
1839
|
};
|
|
1840
1840
|
const deserializeAws_json1_1LimitExceededExceptionResponse = async (parsedOutput, context) => {
|
|
1841
1841
|
const body = parsedOutput.body;
|
|
@@ -1844,7 +1844,7 @@ const deserializeAws_json1_1LimitExceededExceptionResponse = async (parsedOutput
|
|
|
1844
1844
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1845
1845
|
...deserialized,
|
|
1846
1846
|
});
|
|
1847
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1847
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1848
1848
|
};
|
|
1849
1849
|
const deserializeAws_json1_1ResourceInUseExceptionResponse = async (parsedOutput, context) => {
|
|
1850
1850
|
const body = parsedOutput.body;
|
|
@@ -1853,7 +1853,7 @@ const deserializeAws_json1_1ResourceInUseExceptionResponse = async (parsedOutput
|
|
|
1853
1853
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1854
1854
|
...deserialized,
|
|
1855
1855
|
});
|
|
1856
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1856
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1857
1857
|
};
|
|
1858
1858
|
const deserializeAws_json1_1ResourceNotFoundExceptionResponse = async (parsedOutput, context) => {
|
|
1859
1859
|
const body = parsedOutput.body;
|
|
@@ -1862,7 +1862,7 @@ const deserializeAws_json1_1ResourceNotFoundExceptionResponse = async (parsedOut
|
|
|
1862
1862
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1863
1863
|
...deserialized,
|
|
1864
1864
|
});
|
|
1865
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1865
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1866
1866
|
};
|
|
1867
1867
|
const deserializeAws_json1_1ResourceProvisionedThroughputExceededExceptionResponse = async (parsedOutput, context) => {
|
|
1868
1868
|
const body = parsedOutput.body;
|
|
@@ -1871,7 +1871,7 @@ const deserializeAws_json1_1ResourceProvisionedThroughputExceededExceptionRespon
|
|
|
1871
1871
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1872
1872
|
...deserialized,
|
|
1873
1873
|
});
|
|
1874
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1874
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1875
1875
|
};
|
|
1876
1876
|
const deserializeAws_json1_1ServiceUnavailableExceptionResponse = async (parsedOutput, context) => {
|
|
1877
1877
|
const body = parsedOutput.body;
|
|
@@ -1880,7 +1880,7 @@ const deserializeAws_json1_1ServiceUnavailableExceptionResponse = async (parsedO
|
|
|
1880
1880
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1881
1881
|
...deserialized,
|
|
1882
1882
|
});
|
|
1883
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1883
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1884
1884
|
};
|
|
1885
1885
|
const deserializeAws_json1_1TooManyTagsExceptionResponse = async (parsedOutput, context) => {
|
|
1886
1886
|
const body = parsedOutput.body;
|
|
@@ -1889,7 +1889,7 @@ const deserializeAws_json1_1TooManyTagsExceptionResponse = async (parsedOutput,
|
|
|
1889
1889
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1890
1890
|
...deserialized,
|
|
1891
1891
|
});
|
|
1892
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1892
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1893
1893
|
};
|
|
1894
1894
|
const deserializeAws_json1_1UnableToDetectSchemaExceptionResponse = async (parsedOutput, context) => {
|
|
1895
1895
|
const body = parsedOutput.body;
|
|
@@ -1898,7 +1898,7 @@ const deserializeAws_json1_1UnableToDetectSchemaExceptionResponse = async (parse
|
|
|
1898
1898
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1899
1899
|
...deserialized,
|
|
1900
1900
|
});
|
|
1901
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1901
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1902
1902
|
};
|
|
1903
1903
|
const deserializeAws_json1_1UnsupportedOperationExceptionResponse = async (parsedOutput, context) => {
|
|
1904
1904
|
const body = parsedOutput.body;
|
|
@@ -1907,7 +1907,7 @@ const deserializeAws_json1_1UnsupportedOperationExceptionResponse = async (parse
|
|
|
1907
1907
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1908
1908
|
...deserialized,
|
|
1909
1909
|
});
|
|
1910
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1910
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1911
1911
|
};
|
|
1912
1912
|
const serializeAws_json1_1AddApplicationCloudWatchLoggingOptionRequest = (input, context) => {
|
|
1913
1913
|
return {
|
|
@@ -3250,8 +3250,8 @@ const serializeAws_json1_1ZeppelinMonitoringConfigurationUpdate = (input, contex
|
|
|
3250
3250
|
};
|
|
3251
3251
|
const deserializeAws_json1_1AddApplicationCloudWatchLoggingOptionResponse = (output, context) => {
|
|
3252
3252
|
return {
|
|
3253
|
-
ApplicationARN: smithy_client_1.expectString(output.ApplicationARN),
|
|
3254
|
-
ApplicationVersionId: smithy_client_1.expectLong(output.ApplicationVersionId),
|
|
3253
|
+
ApplicationARN: (0, smithy_client_1.expectString)(output.ApplicationARN),
|
|
3254
|
+
ApplicationVersionId: (0, smithy_client_1.expectLong)(output.ApplicationVersionId),
|
|
3255
3255
|
CloudWatchLoggingOptionDescriptions: output.CloudWatchLoggingOptionDescriptions !== undefined && output.CloudWatchLoggingOptionDescriptions !== null
|
|
3256
3256
|
? deserializeAws_json1_1CloudWatchLoggingOptionDescriptions(output.CloudWatchLoggingOptionDescriptions, context)
|
|
3257
3257
|
: undefined,
|
|
@@ -3259,9 +3259,9 @@ const deserializeAws_json1_1AddApplicationCloudWatchLoggingOptionResponse = (out
|
|
|
3259
3259
|
};
|
|
3260
3260
|
const deserializeAws_json1_1AddApplicationInputProcessingConfigurationResponse = (output, context) => {
|
|
3261
3261
|
return {
|
|
3262
|
-
ApplicationARN: smithy_client_1.expectString(output.ApplicationARN),
|
|
3263
|
-
ApplicationVersionId: smithy_client_1.expectLong(output.ApplicationVersionId),
|
|
3264
|
-
InputId: smithy_client_1.expectString(output.InputId),
|
|
3262
|
+
ApplicationARN: (0, smithy_client_1.expectString)(output.ApplicationARN),
|
|
3263
|
+
ApplicationVersionId: (0, smithy_client_1.expectLong)(output.ApplicationVersionId),
|
|
3264
|
+
InputId: (0, smithy_client_1.expectString)(output.InputId),
|
|
3265
3265
|
InputProcessingConfigurationDescription: output.InputProcessingConfigurationDescription !== undefined &&
|
|
3266
3266
|
output.InputProcessingConfigurationDescription !== null
|
|
3267
3267
|
? deserializeAws_json1_1InputProcessingConfigurationDescription(output.InputProcessingConfigurationDescription, context)
|
|
@@ -3270,8 +3270,8 @@ const deserializeAws_json1_1AddApplicationInputProcessingConfigurationResponse =
|
|
|
3270
3270
|
};
|
|
3271
3271
|
const deserializeAws_json1_1AddApplicationInputResponse = (output, context) => {
|
|
3272
3272
|
return {
|
|
3273
|
-
ApplicationARN: smithy_client_1.expectString(output.ApplicationARN),
|
|
3274
|
-
ApplicationVersionId: smithy_client_1.expectLong(output.ApplicationVersionId),
|
|
3273
|
+
ApplicationARN: (0, smithy_client_1.expectString)(output.ApplicationARN),
|
|
3274
|
+
ApplicationVersionId: (0, smithy_client_1.expectLong)(output.ApplicationVersionId),
|
|
3275
3275
|
InputDescriptions: output.InputDescriptions !== undefined && output.InputDescriptions !== null
|
|
3276
3276
|
? deserializeAws_json1_1InputDescriptions(output.InputDescriptions, context)
|
|
3277
3277
|
: undefined,
|
|
@@ -3279,8 +3279,8 @@ const deserializeAws_json1_1AddApplicationInputResponse = (output, context) => {
|
|
|
3279
3279
|
};
|
|
3280
3280
|
const deserializeAws_json1_1AddApplicationOutputResponse = (output, context) => {
|
|
3281
3281
|
return {
|
|
3282
|
-
ApplicationARN: smithy_client_1.expectString(output.ApplicationARN),
|
|
3283
|
-
ApplicationVersionId: smithy_client_1.expectLong(output.ApplicationVersionId),
|
|
3282
|
+
ApplicationARN: (0, smithy_client_1.expectString)(output.ApplicationARN),
|
|
3283
|
+
ApplicationVersionId: (0, smithy_client_1.expectLong)(output.ApplicationVersionId),
|
|
3284
3284
|
OutputDescriptions: output.OutputDescriptions !== undefined && output.OutputDescriptions !== null
|
|
3285
3285
|
? deserializeAws_json1_1OutputDescriptions(output.OutputDescriptions, context)
|
|
3286
3286
|
: undefined,
|
|
@@ -3288,8 +3288,8 @@ const deserializeAws_json1_1AddApplicationOutputResponse = (output, context) =>
|
|
|
3288
3288
|
};
|
|
3289
3289
|
const deserializeAws_json1_1AddApplicationReferenceDataSourceResponse = (output, context) => {
|
|
3290
3290
|
return {
|
|
3291
|
-
ApplicationARN: smithy_client_1.expectString(output.ApplicationARN),
|
|
3292
|
-
ApplicationVersionId: smithy_client_1.expectLong(output.ApplicationVersionId),
|
|
3291
|
+
ApplicationARN: (0, smithy_client_1.expectString)(output.ApplicationARN),
|
|
3292
|
+
ApplicationVersionId: (0, smithy_client_1.expectLong)(output.ApplicationVersionId),
|
|
3293
3293
|
ReferenceDataSourceDescriptions: output.ReferenceDataSourceDescriptions !== undefined && output.ReferenceDataSourceDescriptions !== null
|
|
3294
3294
|
? deserializeAws_json1_1ReferenceDataSourceDescriptions(output.ReferenceDataSourceDescriptions, context)
|
|
3295
3295
|
: undefined,
|
|
@@ -3297,8 +3297,8 @@ const deserializeAws_json1_1AddApplicationReferenceDataSourceResponse = (output,
|
|
|
3297
3297
|
};
|
|
3298
3298
|
const deserializeAws_json1_1AddApplicationVpcConfigurationResponse = (output, context) => {
|
|
3299
3299
|
return {
|
|
3300
|
-
ApplicationARN: smithy_client_1.expectString(output.ApplicationARN),
|
|
3301
|
-
ApplicationVersionId: smithy_client_1.expectLong(output.ApplicationVersionId),
|
|
3300
|
+
ApplicationARN: (0, smithy_client_1.expectString)(output.ApplicationARN),
|
|
3301
|
+
ApplicationVersionId: (0, smithy_client_1.expectLong)(output.ApplicationVersionId),
|
|
3302
3302
|
VpcConfigurationDescription: output.VpcConfigurationDescription !== undefined && output.VpcConfigurationDescription !== null
|
|
3303
3303
|
? deserializeAws_json1_1VpcConfigurationDescription(output.VpcConfigurationDescription, context)
|
|
3304
3304
|
: undefined,
|
|
@@ -3309,7 +3309,7 @@ const deserializeAws_json1_1ApplicationCodeConfigurationDescription = (output, c
|
|
|
3309
3309
|
CodeContentDescription: output.CodeContentDescription !== undefined && output.CodeContentDescription !== null
|
|
3310
3310
|
? deserializeAws_json1_1CodeContentDescription(output.CodeContentDescription, context)
|
|
3311
3311
|
: undefined,
|
|
3312
|
-
CodeContentType: smithy_client_1.expectString(output.CodeContentType),
|
|
3312
|
+
CodeContentType: (0, smithy_client_1.expectString)(output.CodeContentType),
|
|
3313
3313
|
};
|
|
3314
3314
|
};
|
|
3315
3315
|
const deserializeAws_json1_1ApplicationConfigurationDescription = (output, context) => {
|
|
@@ -3347,51 +3347,51 @@ const deserializeAws_json1_1ApplicationConfigurationDescription = (output, conte
|
|
|
3347
3347
|
};
|
|
3348
3348
|
const deserializeAws_json1_1ApplicationDetail = (output, context) => {
|
|
3349
3349
|
return {
|
|
3350
|
-
ApplicationARN: smithy_client_1.expectString(output.ApplicationARN),
|
|
3350
|
+
ApplicationARN: (0, smithy_client_1.expectString)(output.ApplicationARN),
|
|
3351
3351
|
ApplicationConfigurationDescription: output.ApplicationConfigurationDescription !== undefined && output.ApplicationConfigurationDescription !== null
|
|
3352
3352
|
? deserializeAws_json1_1ApplicationConfigurationDescription(output.ApplicationConfigurationDescription, context)
|
|
3353
3353
|
: undefined,
|
|
3354
|
-
ApplicationDescription: smithy_client_1.expectString(output.ApplicationDescription),
|
|
3354
|
+
ApplicationDescription: (0, smithy_client_1.expectString)(output.ApplicationDescription),
|
|
3355
3355
|
ApplicationMaintenanceConfigurationDescription: output.ApplicationMaintenanceConfigurationDescription !== undefined &&
|
|
3356
3356
|
output.ApplicationMaintenanceConfigurationDescription !== null
|
|
3357
3357
|
? deserializeAws_json1_1ApplicationMaintenanceConfigurationDescription(output.ApplicationMaintenanceConfigurationDescription, context)
|
|
3358
3358
|
: undefined,
|
|
3359
|
-
ApplicationMode: smithy_client_1.expectString(output.ApplicationMode),
|
|
3360
|
-
ApplicationName: smithy_client_1.expectString(output.ApplicationName),
|
|
3361
|
-
ApplicationStatus: smithy_client_1.expectString(output.ApplicationStatus),
|
|
3362
|
-
ApplicationVersionId: smithy_client_1.expectLong(output.ApplicationVersionId),
|
|
3363
|
-
ApplicationVersionRolledBackFrom: smithy_client_1.expectLong(output.ApplicationVersionRolledBackFrom),
|
|
3364
|
-
ApplicationVersionRolledBackTo: smithy_client_1.expectLong(output.ApplicationVersionRolledBackTo),
|
|
3365
|
-
ApplicationVersionUpdatedFrom: smithy_client_1.expectLong(output.ApplicationVersionUpdatedFrom),
|
|
3359
|
+
ApplicationMode: (0, smithy_client_1.expectString)(output.ApplicationMode),
|
|
3360
|
+
ApplicationName: (0, smithy_client_1.expectString)(output.ApplicationName),
|
|
3361
|
+
ApplicationStatus: (0, smithy_client_1.expectString)(output.ApplicationStatus),
|
|
3362
|
+
ApplicationVersionId: (0, smithy_client_1.expectLong)(output.ApplicationVersionId),
|
|
3363
|
+
ApplicationVersionRolledBackFrom: (0, smithy_client_1.expectLong)(output.ApplicationVersionRolledBackFrom),
|
|
3364
|
+
ApplicationVersionRolledBackTo: (0, smithy_client_1.expectLong)(output.ApplicationVersionRolledBackTo),
|
|
3365
|
+
ApplicationVersionUpdatedFrom: (0, smithy_client_1.expectLong)(output.ApplicationVersionUpdatedFrom),
|
|
3366
3366
|
CloudWatchLoggingOptionDescriptions: output.CloudWatchLoggingOptionDescriptions !== undefined && output.CloudWatchLoggingOptionDescriptions !== null
|
|
3367
3367
|
? deserializeAws_json1_1CloudWatchLoggingOptionDescriptions(output.CloudWatchLoggingOptionDescriptions, context)
|
|
3368
3368
|
: undefined,
|
|
3369
|
-
ConditionalToken: smithy_client_1.expectString(output.ConditionalToken),
|
|
3369
|
+
ConditionalToken: (0, smithy_client_1.expectString)(output.ConditionalToken),
|
|
3370
3370
|
CreateTimestamp: output.CreateTimestamp !== undefined && output.CreateTimestamp !== null
|
|
3371
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreateTimestamp)))
|
|
3371
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreateTimestamp)))
|
|
3372
3372
|
: undefined,
|
|
3373
3373
|
LastUpdateTimestamp: output.LastUpdateTimestamp !== undefined && output.LastUpdateTimestamp !== null
|
|
3374
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastUpdateTimestamp)))
|
|
3374
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastUpdateTimestamp)))
|
|
3375
3375
|
: undefined,
|
|
3376
|
-
RuntimeEnvironment: smithy_client_1.expectString(output.RuntimeEnvironment),
|
|
3377
|
-
ServiceExecutionRole: smithy_client_1.expectString(output.ServiceExecutionRole),
|
|
3376
|
+
RuntimeEnvironment: (0, smithy_client_1.expectString)(output.RuntimeEnvironment),
|
|
3377
|
+
ServiceExecutionRole: (0, smithy_client_1.expectString)(output.ServiceExecutionRole),
|
|
3378
3378
|
};
|
|
3379
3379
|
};
|
|
3380
3380
|
const deserializeAws_json1_1ApplicationMaintenanceConfigurationDescription = (output, context) => {
|
|
3381
3381
|
return {
|
|
3382
|
-
ApplicationMaintenanceWindowEndTime: smithy_client_1.expectString(output.ApplicationMaintenanceWindowEndTime),
|
|
3383
|
-
ApplicationMaintenanceWindowStartTime: smithy_client_1.expectString(output.ApplicationMaintenanceWindowStartTime),
|
|
3382
|
+
ApplicationMaintenanceWindowEndTime: (0, smithy_client_1.expectString)(output.ApplicationMaintenanceWindowEndTime),
|
|
3383
|
+
ApplicationMaintenanceWindowStartTime: (0, smithy_client_1.expectString)(output.ApplicationMaintenanceWindowStartTime),
|
|
3384
3384
|
};
|
|
3385
3385
|
};
|
|
3386
3386
|
const deserializeAws_json1_1ApplicationRestoreConfiguration = (output, context) => {
|
|
3387
3387
|
return {
|
|
3388
|
-
ApplicationRestoreType: smithy_client_1.expectString(output.ApplicationRestoreType),
|
|
3389
|
-
SnapshotName: smithy_client_1.expectString(output.SnapshotName),
|
|
3388
|
+
ApplicationRestoreType: (0, smithy_client_1.expectString)(output.ApplicationRestoreType),
|
|
3389
|
+
SnapshotName: (0, smithy_client_1.expectString)(output.SnapshotName),
|
|
3390
3390
|
};
|
|
3391
3391
|
};
|
|
3392
3392
|
const deserializeAws_json1_1ApplicationSnapshotConfigurationDescription = (output, context) => {
|
|
3393
3393
|
return {
|
|
3394
|
-
SnapshotsEnabled: smithy_client_1.expectBoolean(output.SnapshotsEnabled),
|
|
3394
|
+
SnapshotsEnabled: (0, smithy_client_1.expectBoolean)(output.SnapshotsEnabled),
|
|
3395
3395
|
};
|
|
3396
3396
|
};
|
|
3397
3397
|
const deserializeAws_json1_1ApplicationSummaries = (output, context) => {
|
|
@@ -3407,12 +3407,12 @@ const deserializeAws_json1_1ApplicationSummaries = (output, context) => {
|
|
|
3407
3407
|
};
|
|
3408
3408
|
const deserializeAws_json1_1ApplicationSummary = (output, context) => {
|
|
3409
3409
|
return {
|
|
3410
|
-
ApplicationARN: smithy_client_1.expectString(output.ApplicationARN),
|
|
3411
|
-
ApplicationMode: smithy_client_1.expectString(output.ApplicationMode),
|
|
3412
|
-
ApplicationName: smithy_client_1.expectString(output.ApplicationName),
|
|
3413
|
-
ApplicationStatus: smithy_client_1.expectString(output.ApplicationStatus),
|
|
3414
|
-
ApplicationVersionId: smithy_client_1.expectLong(output.ApplicationVersionId),
|
|
3415
|
-
RuntimeEnvironment: smithy_client_1.expectString(output.RuntimeEnvironment),
|
|
3410
|
+
ApplicationARN: (0, smithy_client_1.expectString)(output.ApplicationARN),
|
|
3411
|
+
ApplicationMode: (0, smithy_client_1.expectString)(output.ApplicationMode),
|
|
3412
|
+
ApplicationName: (0, smithy_client_1.expectString)(output.ApplicationName),
|
|
3413
|
+
ApplicationStatus: (0, smithy_client_1.expectString)(output.ApplicationStatus),
|
|
3414
|
+
ApplicationVersionId: (0, smithy_client_1.expectLong)(output.ApplicationVersionId),
|
|
3415
|
+
RuntimeEnvironment: (0, smithy_client_1.expectString)(output.RuntimeEnvironment),
|
|
3416
3416
|
};
|
|
3417
3417
|
};
|
|
3418
3418
|
const deserializeAws_json1_1ApplicationVersionSummaries = (output, context) => {
|
|
@@ -3428,8 +3428,8 @@ const deserializeAws_json1_1ApplicationVersionSummaries = (output, context) => {
|
|
|
3428
3428
|
};
|
|
3429
3429
|
const deserializeAws_json1_1ApplicationVersionSummary = (output, context) => {
|
|
3430
3430
|
return {
|
|
3431
|
-
ApplicationStatus: smithy_client_1.expectString(output.ApplicationStatus),
|
|
3432
|
-
ApplicationVersionId: smithy_client_1.expectLong(output.ApplicationVersionId),
|
|
3431
|
+
ApplicationStatus: (0, smithy_client_1.expectString)(output.ApplicationStatus),
|
|
3432
|
+
ApplicationVersionId: (0, smithy_client_1.expectLong)(output.ApplicationVersionId),
|
|
3433
3433
|
};
|
|
3434
3434
|
};
|
|
3435
3435
|
const deserializeAws_json1_1CatalogConfigurationDescription = (output, context) => {
|
|
@@ -3442,17 +3442,17 @@ const deserializeAws_json1_1CatalogConfigurationDescription = (output, context)
|
|
|
3442
3442
|
};
|
|
3443
3443
|
const deserializeAws_json1_1CheckpointConfigurationDescription = (output, context) => {
|
|
3444
3444
|
return {
|
|
3445
|
-
CheckpointInterval: smithy_client_1.expectLong(output.CheckpointInterval),
|
|
3446
|
-
CheckpointingEnabled: smithy_client_1.expectBoolean(output.CheckpointingEnabled),
|
|
3447
|
-
ConfigurationType: smithy_client_1.expectString(output.ConfigurationType),
|
|
3448
|
-
MinPauseBetweenCheckpoints: smithy_client_1.expectLong(output.MinPauseBetweenCheckpoints),
|
|
3445
|
+
CheckpointInterval: (0, smithy_client_1.expectLong)(output.CheckpointInterval),
|
|
3446
|
+
CheckpointingEnabled: (0, smithy_client_1.expectBoolean)(output.CheckpointingEnabled),
|
|
3447
|
+
ConfigurationType: (0, smithy_client_1.expectString)(output.ConfigurationType),
|
|
3448
|
+
MinPauseBetweenCheckpoints: (0, smithy_client_1.expectLong)(output.MinPauseBetweenCheckpoints),
|
|
3449
3449
|
};
|
|
3450
3450
|
};
|
|
3451
3451
|
const deserializeAws_json1_1CloudWatchLoggingOptionDescription = (output, context) => {
|
|
3452
3452
|
return {
|
|
3453
|
-
CloudWatchLoggingOptionId: smithy_client_1.expectString(output.CloudWatchLoggingOptionId),
|
|
3454
|
-
LogStreamARN: smithy_client_1.expectString(output.LogStreamARN),
|
|
3455
|
-
RoleARN: smithy_client_1.expectString(output.RoleARN),
|
|
3453
|
+
CloudWatchLoggingOptionId: (0, smithy_client_1.expectString)(output.CloudWatchLoggingOptionId),
|
|
3454
|
+
LogStreamARN: (0, smithy_client_1.expectString)(output.LogStreamARN),
|
|
3455
|
+
RoleARN: (0, smithy_client_1.expectString)(output.RoleARN),
|
|
3456
3456
|
};
|
|
3457
3457
|
};
|
|
3458
3458
|
const deserializeAws_json1_1CloudWatchLoggingOptionDescriptions = (output, context) => {
|
|
@@ -3468,27 +3468,27 @@ const deserializeAws_json1_1CloudWatchLoggingOptionDescriptions = (output, conte
|
|
|
3468
3468
|
};
|
|
3469
3469
|
const deserializeAws_json1_1CodeContentDescription = (output, context) => {
|
|
3470
3470
|
return {
|
|
3471
|
-
CodeMD5: smithy_client_1.expectString(output.CodeMD5),
|
|
3472
|
-
CodeSize: smithy_client_1.expectLong(output.CodeSize),
|
|
3471
|
+
CodeMD5: (0, smithy_client_1.expectString)(output.CodeMD5),
|
|
3472
|
+
CodeSize: (0, smithy_client_1.expectLong)(output.CodeSize),
|
|
3473
3473
|
S3ApplicationCodeLocationDescription: output.S3ApplicationCodeLocationDescription !== undefined && output.S3ApplicationCodeLocationDescription !== null
|
|
3474
3474
|
? deserializeAws_json1_1S3ApplicationCodeLocationDescription(output.S3ApplicationCodeLocationDescription, context)
|
|
3475
3475
|
: undefined,
|
|
3476
|
-
TextContent: smithy_client_1.expectString(output.TextContent),
|
|
3476
|
+
TextContent: (0, smithy_client_1.expectString)(output.TextContent),
|
|
3477
3477
|
};
|
|
3478
3478
|
};
|
|
3479
3479
|
const deserializeAws_json1_1CodeValidationException = (output, context) => {
|
|
3480
3480
|
return {
|
|
3481
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3481
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3482
3482
|
};
|
|
3483
3483
|
};
|
|
3484
3484
|
const deserializeAws_json1_1ConcurrentModificationException = (output, context) => {
|
|
3485
3485
|
return {
|
|
3486
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3486
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3487
3487
|
};
|
|
3488
3488
|
};
|
|
3489
3489
|
const deserializeAws_json1_1CreateApplicationPresignedUrlResponse = (output, context) => {
|
|
3490
3490
|
return {
|
|
3491
|
-
AuthorizedUrl: smithy_client_1.expectString(output.AuthorizedUrl),
|
|
3491
|
+
AuthorizedUrl: (0, smithy_client_1.expectString)(output.AuthorizedUrl),
|
|
3492
3492
|
};
|
|
3493
3493
|
};
|
|
3494
3494
|
const deserializeAws_json1_1CreateApplicationResponse = (output, context) => {
|
|
@@ -3503,13 +3503,13 @@ const deserializeAws_json1_1CreateApplicationSnapshotResponse = (output, context
|
|
|
3503
3503
|
};
|
|
3504
3504
|
const deserializeAws_json1_1CSVMappingParameters = (output, context) => {
|
|
3505
3505
|
return {
|
|
3506
|
-
RecordColumnDelimiter: smithy_client_1.expectString(output.RecordColumnDelimiter),
|
|
3507
|
-
RecordRowDelimiter: smithy_client_1.expectString(output.RecordRowDelimiter),
|
|
3506
|
+
RecordColumnDelimiter: (0, smithy_client_1.expectString)(output.RecordColumnDelimiter),
|
|
3507
|
+
RecordRowDelimiter: (0, smithy_client_1.expectString)(output.RecordRowDelimiter),
|
|
3508
3508
|
};
|
|
3509
3509
|
};
|
|
3510
3510
|
const deserializeAws_json1_1CustomArtifactConfigurationDescription = (output, context) => {
|
|
3511
3511
|
return {
|
|
3512
|
-
ArtifactType: smithy_client_1.expectString(output.ArtifactType),
|
|
3512
|
+
ArtifactType: (0, smithy_client_1.expectString)(output.ArtifactType),
|
|
3513
3513
|
MavenReferenceDescription: output.MavenReferenceDescription !== undefined && output.MavenReferenceDescription !== null
|
|
3514
3514
|
? deserializeAws_json1_1MavenReference(output.MavenReferenceDescription, context)
|
|
3515
3515
|
: undefined,
|
|
@@ -3531,8 +3531,8 @@ const deserializeAws_json1_1CustomArtifactsConfigurationDescriptionList = (outpu
|
|
|
3531
3531
|
};
|
|
3532
3532
|
const deserializeAws_json1_1DeleteApplicationCloudWatchLoggingOptionResponse = (output, context) => {
|
|
3533
3533
|
return {
|
|
3534
|
-
ApplicationARN: smithy_client_1.expectString(output.ApplicationARN),
|
|
3535
|
-
ApplicationVersionId: smithy_client_1.expectLong(output.ApplicationVersionId),
|
|
3534
|
+
ApplicationARN: (0, smithy_client_1.expectString)(output.ApplicationARN),
|
|
3535
|
+
ApplicationVersionId: (0, smithy_client_1.expectLong)(output.ApplicationVersionId),
|
|
3536
3536
|
CloudWatchLoggingOptionDescriptions: output.CloudWatchLoggingOptionDescriptions !== undefined && output.CloudWatchLoggingOptionDescriptions !== null
|
|
3537
3537
|
? deserializeAws_json1_1CloudWatchLoggingOptionDescriptions(output.CloudWatchLoggingOptionDescriptions, context)
|
|
3538
3538
|
: undefined,
|
|
@@ -3540,20 +3540,20 @@ const deserializeAws_json1_1DeleteApplicationCloudWatchLoggingOptionResponse = (
|
|
|
3540
3540
|
};
|
|
3541
3541
|
const deserializeAws_json1_1DeleteApplicationInputProcessingConfigurationResponse = (output, context) => {
|
|
3542
3542
|
return {
|
|
3543
|
-
ApplicationARN: smithy_client_1.expectString(output.ApplicationARN),
|
|
3544
|
-
ApplicationVersionId: smithy_client_1.expectLong(output.ApplicationVersionId),
|
|
3543
|
+
ApplicationARN: (0, smithy_client_1.expectString)(output.ApplicationARN),
|
|
3544
|
+
ApplicationVersionId: (0, smithy_client_1.expectLong)(output.ApplicationVersionId),
|
|
3545
3545
|
};
|
|
3546
3546
|
};
|
|
3547
3547
|
const deserializeAws_json1_1DeleteApplicationOutputResponse = (output, context) => {
|
|
3548
3548
|
return {
|
|
3549
|
-
ApplicationARN: smithy_client_1.expectString(output.ApplicationARN),
|
|
3550
|
-
ApplicationVersionId: smithy_client_1.expectLong(output.ApplicationVersionId),
|
|
3549
|
+
ApplicationARN: (0, smithy_client_1.expectString)(output.ApplicationARN),
|
|
3550
|
+
ApplicationVersionId: (0, smithy_client_1.expectLong)(output.ApplicationVersionId),
|
|
3551
3551
|
};
|
|
3552
3552
|
};
|
|
3553
3553
|
const deserializeAws_json1_1DeleteApplicationReferenceDataSourceResponse = (output, context) => {
|
|
3554
3554
|
return {
|
|
3555
|
-
ApplicationARN: smithy_client_1.expectString(output.ApplicationARN),
|
|
3556
|
-
ApplicationVersionId: smithy_client_1.expectLong(output.ApplicationVersionId),
|
|
3555
|
+
ApplicationARN: (0, smithy_client_1.expectString)(output.ApplicationARN),
|
|
3556
|
+
ApplicationVersionId: (0, smithy_client_1.expectLong)(output.ApplicationVersionId),
|
|
3557
3557
|
};
|
|
3558
3558
|
};
|
|
3559
3559
|
const deserializeAws_json1_1DeleteApplicationResponse = (output, context) => {
|
|
@@ -3564,8 +3564,8 @@ const deserializeAws_json1_1DeleteApplicationSnapshotResponse = (output, context
|
|
|
3564
3564
|
};
|
|
3565
3565
|
const deserializeAws_json1_1DeleteApplicationVpcConfigurationResponse = (output, context) => {
|
|
3566
3566
|
return {
|
|
3567
|
-
ApplicationARN: smithy_client_1.expectString(output.ApplicationARN),
|
|
3568
|
-
ApplicationVersionId: smithy_client_1.expectLong(output.ApplicationVersionId),
|
|
3567
|
+
ApplicationARN: (0, smithy_client_1.expectString)(output.ApplicationARN),
|
|
3568
|
+
ApplicationVersionId: (0, smithy_client_1.expectLong)(output.ApplicationVersionId),
|
|
3569
3569
|
};
|
|
3570
3570
|
};
|
|
3571
3571
|
const deserializeAws_json1_1DeployAsApplicationConfigurationDescription = (output, context) => {
|
|
@@ -3598,7 +3598,7 @@ const deserializeAws_json1_1DescribeApplicationVersionResponse = (output, contex
|
|
|
3598
3598
|
};
|
|
3599
3599
|
const deserializeAws_json1_1DestinationSchema = (output, context) => {
|
|
3600
3600
|
return {
|
|
3601
|
-
RecordFormatType: smithy_client_1.expectString(output.RecordFormatType),
|
|
3601
|
+
RecordFormatType: (0, smithy_client_1.expectString)(output.RecordFormatType),
|
|
3602
3602
|
};
|
|
3603
3603
|
};
|
|
3604
3604
|
const deserializeAws_json1_1DiscoverInputSchemaResponse = (output, context) => {
|
|
@@ -3629,7 +3629,7 @@ const deserializeAws_json1_1FlinkApplicationConfigurationDescription = (output,
|
|
|
3629
3629
|
CheckpointConfigurationDescription: output.CheckpointConfigurationDescription !== undefined && output.CheckpointConfigurationDescription !== null
|
|
3630
3630
|
? deserializeAws_json1_1CheckpointConfigurationDescription(output.CheckpointConfigurationDescription, context)
|
|
3631
3631
|
: undefined,
|
|
3632
|
-
JobPlanDescription: smithy_client_1.expectString(output.JobPlanDescription),
|
|
3632
|
+
JobPlanDescription: (0, smithy_client_1.expectString)(output.JobPlanDescription),
|
|
3633
3633
|
MonitoringConfigurationDescription: output.MonitoringConfigurationDescription !== undefined && output.MonitoringConfigurationDescription !== null
|
|
3634
3634
|
? deserializeAws_json1_1MonitoringConfigurationDescription(output.MonitoringConfigurationDescription, context)
|
|
3635
3635
|
: undefined,
|
|
@@ -3640,12 +3640,12 @@ const deserializeAws_json1_1FlinkApplicationConfigurationDescription = (output,
|
|
|
3640
3640
|
};
|
|
3641
3641
|
const deserializeAws_json1_1FlinkRunConfiguration = (output, context) => {
|
|
3642
3642
|
return {
|
|
3643
|
-
AllowNonRestoredState: smithy_client_1.expectBoolean(output.AllowNonRestoredState),
|
|
3643
|
+
AllowNonRestoredState: (0, smithy_client_1.expectBoolean)(output.AllowNonRestoredState),
|
|
3644
3644
|
};
|
|
3645
3645
|
};
|
|
3646
3646
|
const deserializeAws_json1_1GlueDataCatalogConfigurationDescription = (output, context) => {
|
|
3647
3647
|
return {
|
|
3648
|
-
DatabaseARN: smithy_client_1.expectString(output.DatabaseARN),
|
|
3648
|
+
DatabaseARN: (0, smithy_client_1.expectString)(output.DatabaseARN),
|
|
3649
3649
|
};
|
|
3650
3650
|
};
|
|
3651
3651
|
const deserializeAws_json1_1InAppStreamNames = (output, context) => {
|
|
@@ -3655,7 +3655,7 @@ const deserializeAws_json1_1InAppStreamNames = (output, context) => {
|
|
|
3655
3655
|
if (entry === null) {
|
|
3656
3656
|
return null;
|
|
3657
3657
|
}
|
|
3658
|
-
return smithy_client_1.expectString(entry);
|
|
3658
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
3659
3659
|
});
|
|
3660
3660
|
return retVal;
|
|
3661
3661
|
};
|
|
@@ -3664,7 +3664,7 @@ const deserializeAws_json1_1InputDescription = (output, context) => {
|
|
|
3664
3664
|
InAppStreamNames: output.InAppStreamNames !== undefined && output.InAppStreamNames !== null
|
|
3665
3665
|
? deserializeAws_json1_1InAppStreamNames(output.InAppStreamNames, context)
|
|
3666
3666
|
: undefined,
|
|
3667
|
-
InputId: smithy_client_1.expectString(output.InputId),
|
|
3667
|
+
InputId: (0, smithy_client_1.expectString)(output.InputId),
|
|
3668
3668
|
InputParallelism: output.InputParallelism !== undefined && output.InputParallelism !== null
|
|
3669
3669
|
? deserializeAws_json1_1InputParallelism(output.InputParallelism, context)
|
|
3670
3670
|
: undefined,
|
|
@@ -3684,7 +3684,7 @@ const deserializeAws_json1_1InputDescription = (output, context) => {
|
|
|
3684
3684
|
KinesisStreamsInputDescription: output.KinesisStreamsInputDescription !== undefined && output.KinesisStreamsInputDescription !== null
|
|
3685
3685
|
? deserializeAws_json1_1KinesisStreamsInputDescription(output.KinesisStreamsInputDescription, context)
|
|
3686
3686
|
: undefined,
|
|
3687
|
-
NamePrefix: smithy_client_1.expectString(output.NamePrefix),
|
|
3687
|
+
NamePrefix: (0, smithy_client_1.expectString)(output.NamePrefix),
|
|
3688
3688
|
};
|
|
3689
3689
|
};
|
|
3690
3690
|
const deserializeAws_json1_1InputDescriptions = (output, context) => {
|
|
@@ -3700,13 +3700,13 @@ const deserializeAws_json1_1InputDescriptions = (output, context) => {
|
|
|
3700
3700
|
};
|
|
3701
3701
|
const deserializeAws_json1_1InputLambdaProcessorDescription = (output, context) => {
|
|
3702
3702
|
return {
|
|
3703
|
-
ResourceARN: smithy_client_1.expectString(output.ResourceARN),
|
|
3704
|
-
RoleARN: smithy_client_1.expectString(output.RoleARN),
|
|
3703
|
+
ResourceARN: (0, smithy_client_1.expectString)(output.ResourceARN),
|
|
3704
|
+
RoleARN: (0, smithy_client_1.expectString)(output.RoleARN),
|
|
3705
3705
|
};
|
|
3706
3706
|
};
|
|
3707
3707
|
const deserializeAws_json1_1InputParallelism = (output, context) => {
|
|
3708
3708
|
return {
|
|
3709
|
-
Count: smithy_client_1.expectInt32(output.Count),
|
|
3709
|
+
Count: (0, smithy_client_1.expectInt32)(output.Count),
|
|
3710
3710
|
};
|
|
3711
3711
|
};
|
|
3712
3712
|
const deserializeAws_json1_1InputProcessingConfigurationDescription = (output, context) => {
|
|
@@ -3718,67 +3718,67 @@ const deserializeAws_json1_1InputProcessingConfigurationDescription = (output, c
|
|
|
3718
3718
|
};
|
|
3719
3719
|
const deserializeAws_json1_1InputStartingPositionConfiguration = (output, context) => {
|
|
3720
3720
|
return {
|
|
3721
|
-
InputStartingPosition: smithy_client_1.expectString(output.InputStartingPosition),
|
|
3721
|
+
InputStartingPosition: (0, smithy_client_1.expectString)(output.InputStartingPosition),
|
|
3722
3722
|
};
|
|
3723
3723
|
};
|
|
3724
3724
|
const deserializeAws_json1_1InvalidApplicationConfigurationException = (output, context) => {
|
|
3725
3725
|
return {
|
|
3726
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3726
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3727
3727
|
};
|
|
3728
3728
|
};
|
|
3729
3729
|
const deserializeAws_json1_1InvalidArgumentException = (output, context) => {
|
|
3730
3730
|
return {
|
|
3731
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3731
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3732
3732
|
};
|
|
3733
3733
|
};
|
|
3734
3734
|
const deserializeAws_json1_1InvalidRequestException = (output, context) => {
|
|
3735
3735
|
return {
|
|
3736
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3736
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3737
3737
|
};
|
|
3738
3738
|
};
|
|
3739
3739
|
const deserializeAws_json1_1JSONMappingParameters = (output, context) => {
|
|
3740
3740
|
return {
|
|
3741
|
-
RecordRowPath: smithy_client_1.expectString(output.RecordRowPath),
|
|
3741
|
+
RecordRowPath: (0, smithy_client_1.expectString)(output.RecordRowPath),
|
|
3742
3742
|
};
|
|
3743
3743
|
};
|
|
3744
3744
|
const deserializeAws_json1_1KinesisFirehoseInputDescription = (output, context) => {
|
|
3745
3745
|
return {
|
|
3746
|
-
ResourceARN: smithy_client_1.expectString(output.ResourceARN),
|
|
3747
|
-
RoleARN: smithy_client_1.expectString(output.RoleARN),
|
|
3746
|
+
ResourceARN: (0, smithy_client_1.expectString)(output.ResourceARN),
|
|
3747
|
+
RoleARN: (0, smithy_client_1.expectString)(output.RoleARN),
|
|
3748
3748
|
};
|
|
3749
3749
|
};
|
|
3750
3750
|
const deserializeAws_json1_1KinesisFirehoseOutputDescription = (output, context) => {
|
|
3751
3751
|
return {
|
|
3752
|
-
ResourceARN: smithy_client_1.expectString(output.ResourceARN),
|
|
3753
|
-
RoleARN: smithy_client_1.expectString(output.RoleARN),
|
|
3752
|
+
ResourceARN: (0, smithy_client_1.expectString)(output.ResourceARN),
|
|
3753
|
+
RoleARN: (0, smithy_client_1.expectString)(output.RoleARN),
|
|
3754
3754
|
};
|
|
3755
3755
|
};
|
|
3756
3756
|
const deserializeAws_json1_1KinesisStreamsInputDescription = (output, context) => {
|
|
3757
3757
|
return {
|
|
3758
|
-
ResourceARN: smithy_client_1.expectString(output.ResourceARN),
|
|
3759
|
-
RoleARN: smithy_client_1.expectString(output.RoleARN),
|
|
3758
|
+
ResourceARN: (0, smithy_client_1.expectString)(output.ResourceARN),
|
|
3759
|
+
RoleARN: (0, smithy_client_1.expectString)(output.RoleARN),
|
|
3760
3760
|
};
|
|
3761
3761
|
};
|
|
3762
3762
|
const deserializeAws_json1_1KinesisStreamsOutputDescription = (output, context) => {
|
|
3763
3763
|
return {
|
|
3764
|
-
ResourceARN: smithy_client_1.expectString(output.ResourceARN),
|
|
3765
|
-
RoleARN: smithy_client_1.expectString(output.RoleARN),
|
|
3764
|
+
ResourceARN: (0, smithy_client_1.expectString)(output.ResourceARN),
|
|
3765
|
+
RoleARN: (0, smithy_client_1.expectString)(output.RoleARN),
|
|
3766
3766
|
};
|
|
3767
3767
|
};
|
|
3768
3768
|
const deserializeAws_json1_1LambdaOutputDescription = (output, context) => {
|
|
3769
3769
|
return {
|
|
3770
|
-
ResourceARN: smithy_client_1.expectString(output.ResourceARN),
|
|
3771
|
-
RoleARN: smithy_client_1.expectString(output.RoleARN),
|
|
3770
|
+
ResourceARN: (0, smithy_client_1.expectString)(output.ResourceARN),
|
|
3771
|
+
RoleARN: (0, smithy_client_1.expectString)(output.RoleARN),
|
|
3772
3772
|
};
|
|
3773
3773
|
};
|
|
3774
3774
|
const deserializeAws_json1_1LimitExceededException = (output, context) => {
|
|
3775
3775
|
return {
|
|
3776
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3776
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3777
3777
|
};
|
|
3778
3778
|
};
|
|
3779
3779
|
const deserializeAws_json1_1ListApplicationSnapshotsResponse = (output, context) => {
|
|
3780
3780
|
return {
|
|
3781
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
3781
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
3782
3782
|
SnapshotSummaries: output.SnapshotSummaries !== undefined && output.SnapshotSummaries !== null
|
|
3783
3783
|
? deserializeAws_json1_1SnapshotSummaries(output.SnapshotSummaries, context)
|
|
3784
3784
|
: undefined,
|
|
@@ -3789,7 +3789,7 @@ const deserializeAws_json1_1ListApplicationsResponse = (output, context) => {
|
|
|
3789
3789
|
ApplicationSummaries: output.ApplicationSummaries !== undefined && output.ApplicationSummaries !== null
|
|
3790
3790
|
? deserializeAws_json1_1ApplicationSummaries(output.ApplicationSummaries, context)
|
|
3791
3791
|
: undefined,
|
|
3792
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
3792
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
3793
3793
|
};
|
|
3794
3794
|
};
|
|
3795
3795
|
const deserializeAws_json1_1ListApplicationVersionsResponse = (output, context) => {
|
|
@@ -3797,7 +3797,7 @@ const deserializeAws_json1_1ListApplicationVersionsResponse = (output, context)
|
|
|
3797
3797
|
ApplicationVersionSummaries: output.ApplicationVersionSummaries !== undefined && output.ApplicationVersionSummaries !== null
|
|
3798
3798
|
? deserializeAws_json1_1ApplicationVersionSummaries(output.ApplicationVersionSummaries, context)
|
|
3799
3799
|
: undefined,
|
|
3800
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
3800
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
3801
3801
|
};
|
|
3802
3802
|
};
|
|
3803
3803
|
const deserializeAws_json1_1ListTagsForResourceResponse = (output, context) => {
|
|
@@ -3817,16 +3817,16 @@ const deserializeAws_json1_1MappingParameters = (output, context) => {
|
|
|
3817
3817
|
};
|
|
3818
3818
|
const deserializeAws_json1_1MavenReference = (output, context) => {
|
|
3819
3819
|
return {
|
|
3820
|
-
ArtifactId: smithy_client_1.expectString(output.ArtifactId),
|
|
3821
|
-
GroupId: smithy_client_1.expectString(output.GroupId),
|
|
3822
|
-
Version: smithy_client_1.expectString(output.Version),
|
|
3820
|
+
ArtifactId: (0, smithy_client_1.expectString)(output.ArtifactId),
|
|
3821
|
+
GroupId: (0, smithy_client_1.expectString)(output.GroupId),
|
|
3822
|
+
Version: (0, smithy_client_1.expectString)(output.Version),
|
|
3823
3823
|
};
|
|
3824
3824
|
};
|
|
3825
3825
|
const deserializeAws_json1_1MonitoringConfigurationDescription = (output, context) => {
|
|
3826
3826
|
return {
|
|
3827
|
-
ConfigurationType: smithy_client_1.expectString(output.ConfigurationType),
|
|
3828
|
-
LogLevel: smithy_client_1.expectString(output.LogLevel),
|
|
3829
|
-
MetricsLevel: smithy_client_1.expectString(output.MetricsLevel),
|
|
3827
|
+
ConfigurationType: (0, smithy_client_1.expectString)(output.ConfigurationType),
|
|
3828
|
+
LogLevel: (0, smithy_client_1.expectString)(output.LogLevel),
|
|
3829
|
+
MetricsLevel: (0, smithy_client_1.expectString)(output.MetricsLevel),
|
|
3830
3830
|
};
|
|
3831
3831
|
};
|
|
3832
3832
|
const deserializeAws_json1_1OutputDescription = (output, context) => {
|
|
@@ -3843,8 +3843,8 @@ const deserializeAws_json1_1OutputDescription = (output, context) => {
|
|
|
3843
3843
|
LambdaOutputDescription: output.LambdaOutputDescription !== undefined && output.LambdaOutputDescription !== null
|
|
3844
3844
|
? deserializeAws_json1_1LambdaOutputDescription(output.LambdaOutputDescription, context)
|
|
3845
3845
|
: undefined,
|
|
3846
|
-
Name: smithy_client_1.expectString(output.Name),
|
|
3847
|
-
OutputId: smithy_client_1.expectString(output.OutputId),
|
|
3846
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
3847
|
+
OutputId: (0, smithy_client_1.expectString)(output.OutputId),
|
|
3848
3848
|
};
|
|
3849
3849
|
};
|
|
3850
3850
|
const deserializeAws_json1_1OutputDescriptions = (output, context) => {
|
|
@@ -3860,11 +3860,11 @@ const deserializeAws_json1_1OutputDescriptions = (output, context) => {
|
|
|
3860
3860
|
};
|
|
3861
3861
|
const deserializeAws_json1_1ParallelismConfigurationDescription = (output, context) => {
|
|
3862
3862
|
return {
|
|
3863
|
-
AutoScalingEnabled: smithy_client_1.expectBoolean(output.AutoScalingEnabled),
|
|
3864
|
-
ConfigurationType: smithy_client_1.expectString(output.ConfigurationType),
|
|
3865
|
-
CurrentParallelism: smithy_client_1.expectInt32(output.CurrentParallelism),
|
|
3866
|
-
Parallelism: smithy_client_1.expectInt32(output.Parallelism),
|
|
3867
|
-
ParallelismPerKPU: smithy_client_1.expectInt32(output.ParallelismPerKPU),
|
|
3863
|
+
AutoScalingEnabled: (0, smithy_client_1.expectBoolean)(output.AutoScalingEnabled),
|
|
3864
|
+
ConfigurationType: (0, smithy_client_1.expectString)(output.ConfigurationType),
|
|
3865
|
+
CurrentParallelism: (0, smithy_client_1.expectInt32)(output.CurrentParallelism),
|
|
3866
|
+
Parallelism: (0, smithy_client_1.expectInt32)(output.Parallelism),
|
|
3867
|
+
ParallelismPerKPU: (0, smithy_client_1.expectInt32)(output.ParallelismPerKPU),
|
|
3868
3868
|
};
|
|
3869
3869
|
};
|
|
3870
3870
|
const deserializeAws_json1_1ParsedInputRecord = (output, context) => {
|
|
@@ -3874,7 +3874,7 @@ const deserializeAws_json1_1ParsedInputRecord = (output, context) => {
|
|
|
3874
3874
|
if (entry === null) {
|
|
3875
3875
|
return null;
|
|
3876
3876
|
}
|
|
3877
|
-
return smithy_client_1.expectString(entry);
|
|
3877
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
3878
3878
|
});
|
|
3879
3879
|
return retVal;
|
|
3880
3880
|
};
|
|
@@ -3896,13 +3896,13 @@ const deserializeAws_json1_1ProcessedInputRecords = (output, context) => {
|
|
|
3896
3896
|
if (entry === null) {
|
|
3897
3897
|
return null;
|
|
3898
3898
|
}
|
|
3899
|
-
return smithy_client_1.expectString(entry);
|
|
3899
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
3900
3900
|
});
|
|
3901
3901
|
return retVal;
|
|
3902
3902
|
};
|
|
3903
3903
|
const deserializeAws_json1_1PropertyGroup = (output, context) => {
|
|
3904
3904
|
return {
|
|
3905
|
-
PropertyGroupId: smithy_client_1.expectString(output.PropertyGroupId),
|
|
3905
|
+
PropertyGroupId: (0, smithy_client_1.expectString)(output.PropertyGroupId),
|
|
3906
3906
|
PropertyMap: output.PropertyMap !== undefined && output.PropertyMap !== null
|
|
3907
3907
|
? deserializeAws_json1_1PropertyMap(output.PropertyMap, context)
|
|
3908
3908
|
: undefined,
|
|
@@ -3926,7 +3926,7 @@ const deserializeAws_json1_1PropertyMap = (output, context) => {
|
|
|
3926
3926
|
}
|
|
3927
3927
|
return {
|
|
3928
3928
|
...acc,
|
|
3929
|
-
[key]: smithy_client_1.expectString(value),
|
|
3929
|
+
[key]: (0, smithy_client_1.expectString)(value),
|
|
3930
3930
|
};
|
|
3931
3931
|
}, {});
|
|
3932
3932
|
};
|
|
@@ -3937,15 +3937,15 @@ const deserializeAws_json1_1RawInputRecords = (output, context) => {
|
|
|
3937
3937
|
if (entry === null) {
|
|
3938
3938
|
return null;
|
|
3939
3939
|
}
|
|
3940
|
-
return smithy_client_1.expectString(entry);
|
|
3940
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
3941
3941
|
});
|
|
3942
3942
|
return retVal;
|
|
3943
3943
|
};
|
|
3944
3944
|
const deserializeAws_json1_1RecordColumn = (output, context) => {
|
|
3945
3945
|
return {
|
|
3946
|
-
Mapping: smithy_client_1.expectString(output.Mapping),
|
|
3947
|
-
Name: smithy_client_1.expectString(output.Name),
|
|
3948
|
-
SqlType: smithy_client_1.expectString(output.SqlType),
|
|
3946
|
+
Mapping: (0, smithy_client_1.expectString)(output.Mapping),
|
|
3947
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
3948
|
+
SqlType: (0, smithy_client_1.expectString)(output.SqlType),
|
|
3949
3949
|
};
|
|
3950
3950
|
};
|
|
3951
3951
|
const deserializeAws_json1_1RecordColumns = (output, context) => {
|
|
@@ -3964,19 +3964,19 @@ const deserializeAws_json1_1RecordFormat = (output, context) => {
|
|
|
3964
3964
|
MappingParameters: output.MappingParameters !== undefined && output.MappingParameters !== null
|
|
3965
3965
|
? deserializeAws_json1_1MappingParameters(output.MappingParameters, context)
|
|
3966
3966
|
: undefined,
|
|
3967
|
-
RecordFormatType: smithy_client_1.expectString(output.RecordFormatType),
|
|
3967
|
+
RecordFormatType: (0, smithy_client_1.expectString)(output.RecordFormatType),
|
|
3968
3968
|
};
|
|
3969
3969
|
};
|
|
3970
3970
|
const deserializeAws_json1_1ReferenceDataSourceDescription = (output, context) => {
|
|
3971
3971
|
return {
|
|
3972
|
-
ReferenceId: smithy_client_1.expectString(output.ReferenceId),
|
|
3972
|
+
ReferenceId: (0, smithy_client_1.expectString)(output.ReferenceId),
|
|
3973
3973
|
ReferenceSchema: output.ReferenceSchema !== undefined && output.ReferenceSchema !== null
|
|
3974
3974
|
? deserializeAws_json1_1SourceSchema(output.ReferenceSchema, context)
|
|
3975
3975
|
: undefined,
|
|
3976
3976
|
S3ReferenceDataSourceDescription: output.S3ReferenceDataSourceDescription !== undefined && output.S3ReferenceDataSourceDescription !== null
|
|
3977
3977
|
? deserializeAws_json1_1S3ReferenceDataSourceDescription(output.S3ReferenceDataSourceDescription, context)
|
|
3978
3978
|
: undefined,
|
|
3979
|
-
TableName: smithy_client_1.expectString(output.TableName),
|
|
3979
|
+
TableName: (0, smithy_client_1.expectString)(output.TableName),
|
|
3980
3980
|
};
|
|
3981
3981
|
};
|
|
3982
3982
|
const deserializeAws_json1_1ReferenceDataSourceDescriptions = (output, context) => {
|
|
@@ -3992,17 +3992,17 @@ const deserializeAws_json1_1ReferenceDataSourceDescriptions = (output, context)
|
|
|
3992
3992
|
};
|
|
3993
3993
|
const deserializeAws_json1_1ResourceInUseException = (output, context) => {
|
|
3994
3994
|
return {
|
|
3995
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3995
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3996
3996
|
};
|
|
3997
3997
|
};
|
|
3998
3998
|
const deserializeAws_json1_1ResourceNotFoundException = (output, context) => {
|
|
3999
3999
|
return {
|
|
4000
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4000
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4001
4001
|
};
|
|
4002
4002
|
};
|
|
4003
4003
|
const deserializeAws_json1_1ResourceProvisionedThroughputExceededException = (output, context) => {
|
|
4004
4004
|
return {
|
|
4005
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4005
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4006
4006
|
};
|
|
4007
4007
|
};
|
|
4008
4008
|
const deserializeAws_json1_1RollbackApplicationResponse = (output, context) => {
|
|
@@ -4025,29 +4025,29 @@ const deserializeAws_json1_1RunConfigurationDescription = (output, context) => {
|
|
|
4025
4025
|
};
|
|
4026
4026
|
const deserializeAws_json1_1S3ApplicationCodeLocationDescription = (output, context) => {
|
|
4027
4027
|
return {
|
|
4028
|
-
BucketARN: smithy_client_1.expectString(output.BucketARN),
|
|
4029
|
-
FileKey: smithy_client_1.expectString(output.FileKey),
|
|
4030
|
-
ObjectVersion: smithy_client_1.expectString(output.ObjectVersion),
|
|
4028
|
+
BucketARN: (0, smithy_client_1.expectString)(output.BucketARN),
|
|
4029
|
+
FileKey: (0, smithy_client_1.expectString)(output.FileKey),
|
|
4030
|
+
ObjectVersion: (0, smithy_client_1.expectString)(output.ObjectVersion),
|
|
4031
4031
|
};
|
|
4032
4032
|
};
|
|
4033
4033
|
const deserializeAws_json1_1S3ContentBaseLocationDescription = (output, context) => {
|
|
4034
4034
|
return {
|
|
4035
|
-
BasePath: smithy_client_1.expectString(output.BasePath),
|
|
4036
|
-
BucketARN: smithy_client_1.expectString(output.BucketARN),
|
|
4035
|
+
BasePath: (0, smithy_client_1.expectString)(output.BasePath),
|
|
4036
|
+
BucketARN: (0, smithy_client_1.expectString)(output.BucketARN),
|
|
4037
4037
|
};
|
|
4038
4038
|
};
|
|
4039
4039
|
const deserializeAws_json1_1S3ContentLocation = (output, context) => {
|
|
4040
4040
|
return {
|
|
4041
|
-
BucketARN: smithy_client_1.expectString(output.BucketARN),
|
|
4042
|
-
FileKey: smithy_client_1.expectString(output.FileKey),
|
|
4043
|
-
ObjectVersion: smithy_client_1.expectString(output.ObjectVersion),
|
|
4041
|
+
BucketARN: (0, smithy_client_1.expectString)(output.BucketARN),
|
|
4042
|
+
FileKey: (0, smithy_client_1.expectString)(output.FileKey),
|
|
4043
|
+
ObjectVersion: (0, smithy_client_1.expectString)(output.ObjectVersion),
|
|
4044
4044
|
};
|
|
4045
4045
|
};
|
|
4046
4046
|
const deserializeAws_json1_1S3ReferenceDataSourceDescription = (output, context) => {
|
|
4047
4047
|
return {
|
|
4048
|
-
BucketARN: smithy_client_1.expectString(output.BucketARN),
|
|
4049
|
-
FileKey: smithy_client_1.expectString(output.FileKey),
|
|
4050
|
-
ReferenceRoleARN: smithy_client_1.expectString(output.ReferenceRoleARN),
|
|
4048
|
+
BucketARN: (0, smithy_client_1.expectString)(output.BucketARN),
|
|
4049
|
+
FileKey: (0, smithy_client_1.expectString)(output.FileKey),
|
|
4050
|
+
ReferenceRoleARN: (0, smithy_client_1.expectString)(output.ReferenceRoleARN),
|
|
4051
4051
|
};
|
|
4052
4052
|
};
|
|
4053
4053
|
const deserializeAws_json1_1SecurityGroupIds = (output, context) => {
|
|
@@ -4057,23 +4057,23 @@ const deserializeAws_json1_1SecurityGroupIds = (output, context) => {
|
|
|
4057
4057
|
if (entry === null) {
|
|
4058
4058
|
return null;
|
|
4059
4059
|
}
|
|
4060
|
-
return smithy_client_1.expectString(entry);
|
|
4060
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
4061
4061
|
});
|
|
4062
4062
|
return retVal;
|
|
4063
4063
|
};
|
|
4064
4064
|
const deserializeAws_json1_1ServiceUnavailableException = (output, context) => {
|
|
4065
4065
|
return {
|
|
4066
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4066
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4067
4067
|
};
|
|
4068
4068
|
};
|
|
4069
4069
|
const deserializeAws_json1_1SnapshotDetails = (output, context) => {
|
|
4070
4070
|
return {
|
|
4071
|
-
ApplicationVersionId: smithy_client_1.expectLong(output.ApplicationVersionId),
|
|
4071
|
+
ApplicationVersionId: (0, smithy_client_1.expectLong)(output.ApplicationVersionId),
|
|
4072
4072
|
SnapshotCreationTimestamp: output.SnapshotCreationTimestamp !== undefined && output.SnapshotCreationTimestamp !== null
|
|
4073
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.SnapshotCreationTimestamp)))
|
|
4073
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.SnapshotCreationTimestamp)))
|
|
4074
4074
|
: undefined,
|
|
4075
|
-
SnapshotName: smithy_client_1.expectString(output.SnapshotName),
|
|
4076
|
-
SnapshotStatus: smithy_client_1.expectString(output.SnapshotStatus),
|
|
4075
|
+
SnapshotName: (0, smithy_client_1.expectString)(output.SnapshotName),
|
|
4076
|
+
SnapshotStatus: (0, smithy_client_1.expectString)(output.SnapshotStatus),
|
|
4077
4077
|
};
|
|
4078
4078
|
};
|
|
4079
4079
|
const deserializeAws_json1_1SnapshotSummaries = (output, context) => {
|
|
@@ -4092,7 +4092,7 @@ const deserializeAws_json1_1SourceSchema = (output, context) => {
|
|
|
4092
4092
|
RecordColumns: output.RecordColumns !== undefined && output.RecordColumns !== null
|
|
4093
4093
|
? deserializeAws_json1_1RecordColumns(output.RecordColumns, context)
|
|
4094
4094
|
: undefined,
|
|
4095
|
-
RecordEncoding: smithy_client_1.expectString(output.RecordEncoding),
|
|
4095
|
+
RecordEncoding: (0, smithy_client_1.expectString)(output.RecordEncoding),
|
|
4096
4096
|
RecordFormat: output.RecordFormat !== undefined && output.RecordFormat !== null
|
|
4097
4097
|
? deserializeAws_json1_1RecordFormat(output.RecordFormat, context)
|
|
4098
4098
|
: undefined,
|
|
@@ -4124,14 +4124,14 @@ const deserializeAws_json1_1SubnetIds = (output, context) => {
|
|
|
4124
4124
|
if (entry === null) {
|
|
4125
4125
|
return null;
|
|
4126
4126
|
}
|
|
4127
|
-
return smithy_client_1.expectString(entry);
|
|
4127
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
4128
4128
|
});
|
|
4129
4129
|
return retVal;
|
|
4130
4130
|
};
|
|
4131
4131
|
const deserializeAws_json1_1Tag = (output, context) => {
|
|
4132
4132
|
return {
|
|
4133
|
-
Key: smithy_client_1.expectString(output.Key),
|
|
4134
|
-
Value: smithy_client_1.expectString(output.Value),
|
|
4133
|
+
Key: (0, smithy_client_1.expectString)(output.Key),
|
|
4134
|
+
Value: (0, smithy_client_1.expectString)(output.Value),
|
|
4135
4135
|
};
|
|
4136
4136
|
};
|
|
4137
4137
|
const deserializeAws_json1_1TagResourceResponse = (output, context) => {
|
|
@@ -4150,12 +4150,12 @@ const deserializeAws_json1_1Tags = (output, context) => {
|
|
|
4150
4150
|
};
|
|
4151
4151
|
const deserializeAws_json1_1TooManyTagsException = (output, context) => {
|
|
4152
4152
|
return {
|
|
4153
|
-
message: smithy_client_1.expectString(output.message),
|
|
4153
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
4154
4154
|
};
|
|
4155
4155
|
};
|
|
4156
4156
|
const deserializeAws_json1_1UnableToDetectSchemaException = (output, context) => {
|
|
4157
4157
|
return {
|
|
4158
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4158
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4159
4159
|
ProcessedInputRecords: output.ProcessedInputRecords !== undefined && output.ProcessedInputRecords !== null
|
|
4160
4160
|
? deserializeAws_json1_1ProcessedInputRecords(output.ProcessedInputRecords, context)
|
|
4161
4161
|
: undefined,
|
|
@@ -4166,7 +4166,7 @@ const deserializeAws_json1_1UnableToDetectSchemaException = (output, context) =>
|
|
|
4166
4166
|
};
|
|
4167
4167
|
const deserializeAws_json1_1UnsupportedOperationException = (output, context) => {
|
|
4168
4168
|
return {
|
|
4169
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4169
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4170
4170
|
};
|
|
4171
4171
|
};
|
|
4172
4172
|
const deserializeAws_json1_1UntagResourceResponse = (output, context) => {
|
|
@@ -4174,7 +4174,7 @@ const deserializeAws_json1_1UntagResourceResponse = (output, context) => {
|
|
|
4174
4174
|
};
|
|
4175
4175
|
const deserializeAws_json1_1UpdateApplicationMaintenanceConfigurationResponse = (output, context) => {
|
|
4176
4176
|
return {
|
|
4177
|
-
ApplicationARN: smithy_client_1.expectString(output.ApplicationARN),
|
|
4177
|
+
ApplicationARN: (0, smithy_client_1.expectString)(output.ApplicationARN),
|
|
4178
4178
|
ApplicationMaintenanceConfigurationDescription: output.ApplicationMaintenanceConfigurationDescription !== undefined &&
|
|
4179
4179
|
output.ApplicationMaintenanceConfigurationDescription !== null
|
|
4180
4180
|
? deserializeAws_json1_1ApplicationMaintenanceConfigurationDescription(output.ApplicationMaintenanceConfigurationDescription, context)
|
|
@@ -4196,8 +4196,8 @@ const deserializeAws_json1_1VpcConfigurationDescription = (output, context) => {
|
|
|
4196
4196
|
SubnetIds: output.SubnetIds !== undefined && output.SubnetIds !== null
|
|
4197
4197
|
? deserializeAws_json1_1SubnetIds(output.SubnetIds, context)
|
|
4198
4198
|
: undefined,
|
|
4199
|
-
VpcConfigurationId: smithy_client_1.expectString(output.VpcConfigurationId),
|
|
4200
|
-
VpcId: smithy_client_1.expectString(output.VpcId),
|
|
4199
|
+
VpcConfigurationId: (0, smithy_client_1.expectString)(output.VpcConfigurationId),
|
|
4200
|
+
VpcId: (0, smithy_client_1.expectString)(output.VpcId),
|
|
4201
4201
|
};
|
|
4202
4202
|
};
|
|
4203
4203
|
const deserializeAws_json1_1VpcConfigurationDescriptions = (output, context) => {
|
|
@@ -4231,7 +4231,7 @@ const deserializeAws_json1_1ZeppelinApplicationConfigurationDescription = (outpu
|
|
|
4231
4231
|
};
|
|
4232
4232
|
const deserializeAws_json1_1ZeppelinMonitoringConfigurationDescription = (output, context) => {
|
|
4233
4233
|
return {
|
|
4234
|
-
LogLevel: smithy_client_1.expectString(output.LogLevel),
|
|
4234
|
+
LogLevel: (0, smithy_client_1.expectString)(output.LogLevel),
|
|
4235
4235
|
};
|
|
4236
4236
|
};
|
|
4237
4237
|
const deserializeMetadata = (output) => {
|