@aws-sdk/client-kinesis-analytics 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/KinesisAnalyticsClient.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/CreateApplicationCommand.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/DescribeApplicationCommand.js +3 -3
- package/dist-cjs/commands/DiscoverInputSchemaCommand.js +3 -3
- package/dist-cjs/commands/ListApplicationsCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.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/endpoints.js +1 -1
- package/dist-cjs/protocols/Aws_json1_1.js +97 -97
- 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/KinesisAnalytics.js +20 -20
- 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
|
@@ -250,7 +250,7 @@ const deserializeAws_json1_1AddApplicationCloudWatchLoggingOptionCommandError =
|
|
|
250
250
|
$fault: "client",
|
|
251
251
|
$metadata: deserializeMetadata(output),
|
|
252
252
|
});
|
|
253
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
253
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
254
254
|
}
|
|
255
255
|
};
|
|
256
256
|
const deserializeAws_json1_1AddApplicationInputCommand = async (output, context) => {
|
|
@@ -301,7 +301,7 @@ const deserializeAws_json1_1AddApplicationInputCommandError = async (output, con
|
|
|
301
301
|
$fault: "client",
|
|
302
302
|
$metadata: deserializeMetadata(output),
|
|
303
303
|
});
|
|
304
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
304
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
305
305
|
}
|
|
306
306
|
};
|
|
307
307
|
const deserializeAws_json1_1AddApplicationInputProcessingConfigurationCommand = async (output, context) => {
|
|
@@ -349,7 +349,7 @@ const deserializeAws_json1_1AddApplicationInputProcessingConfigurationCommandErr
|
|
|
349
349
|
$fault: "client",
|
|
350
350
|
$metadata: deserializeMetadata(output),
|
|
351
351
|
});
|
|
352
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
352
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
353
353
|
}
|
|
354
354
|
};
|
|
355
355
|
const deserializeAws_json1_1AddApplicationOutputCommand = async (output, context) => {
|
|
@@ -397,7 +397,7 @@ const deserializeAws_json1_1AddApplicationOutputCommandError = async (output, co
|
|
|
397
397
|
$fault: "client",
|
|
398
398
|
$metadata: deserializeMetadata(output),
|
|
399
399
|
});
|
|
400
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
400
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
401
401
|
}
|
|
402
402
|
};
|
|
403
403
|
const deserializeAws_json1_1AddApplicationReferenceDataSourceCommand = async (output, context) => {
|
|
@@ -445,7 +445,7 @@ const deserializeAws_json1_1AddApplicationReferenceDataSourceCommandError = asyn
|
|
|
445
445
|
$fault: "client",
|
|
446
446
|
$metadata: deserializeMetadata(output),
|
|
447
447
|
});
|
|
448
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
448
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
449
449
|
}
|
|
450
450
|
};
|
|
451
451
|
const deserializeAws_json1_1CreateApplicationCommand = async (output, context) => {
|
|
@@ -496,7 +496,7 @@ const deserializeAws_json1_1CreateApplicationCommandError = async (output, conte
|
|
|
496
496
|
$fault: "client",
|
|
497
497
|
$metadata: deserializeMetadata(output),
|
|
498
498
|
});
|
|
499
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
499
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
500
500
|
}
|
|
501
501
|
};
|
|
502
502
|
const deserializeAws_json1_1DeleteApplicationCommand = async (output, context) => {
|
|
@@ -541,7 +541,7 @@ const deserializeAws_json1_1DeleteApplicationCommandError = async (output, conte
|
|
|
541
541
|
$fault: "client",
|
|
542
542
|
$metadata: deserializeMetadata(output),
|
|
543
543
|
});
|
|
544
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
544
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
545
545
|
}
|
|
546
546
|
};
|
|
547
547
|
const deserializeAws_json1_1DeleteApplicationCloudWatchLoggingOptionCommand = async (output, context) => {
|
|
@@ -589,7 +589,7 @@ const deserializeAws_json1_1DeleteApplicationCloudWatchLoggingOptionCommandError
|
|
|
589
589
|
$fault: "client",
|
|
590
590
|
$metadata: deserializeMetadata(output),
|
|
591
591
|
});
|
|
592
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
592
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
593
593
|
}
|
|
594
594
|
};
|
|
595
595
|
const deserializeAws_json1_1DeleteApplicationInputProcessingConfigurationCommand = async (output, context) => {
|
|
@@ -637,7 +637,7 @@ const deserializeAws_json1_1DeleteApplicationInputProcessingConfigurationCommand
|
|
|
637
637
|
$fault: "client",
|
|
638
638
|
$metadata: deserializeMetadata(output),
|
|
639
639
|
});
|
|
640
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
640
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
641
641
|
}
|
|
642
642
|
};
|
|
643
643
|
const deserializeAws_json1_1DeleteApplicationOutputCommand = async (output, context) => {
|
|
@@ -685,7 +685,7 @@ const deserializeAws_json1_1DeleteApplicationOutputCommandError = async (output,
|
|
|
685
685
|
$fault: "client",
|
|
686
686
|
$metadata: deserializeMetadata(output),
|
|
687
687
|
});
|
|
688
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
688
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
689
689
|
}
|
|
690
690
|
};
|
|
691
691
|
const deserializeAws_json1_1DeleteApplicationReferenceDataSourceCommand = async (output, context) => {
|
|
@@ -733,7 +733,7 @@ const deserializeAws_json1_1DeleteApplicationReferenceDataSourceCommandError = a
|
|
|
733
733
|
$fault: "client",
|
|
734
734
|
$metadata: deserializeMetadata(output),
|
|
735
735
|
});
|
|
736
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
736
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
737
737
|
}
|
|
738
738
|
};
|
|
739
739
|
const deserializeAws_json1_1DescribeApplicationCommand = async (output, context) => {
|
|
@@ -772,7 +772,7 @@ const deserializeAws_json1_1DescribeApplicationCommandError = async (output, con
|
|
|
772
772
|
$fault: "client",
|
|
773
773
|
$metadata: deserializeMetadata(output),
|
|
774
774
|
});
|
|
775
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
775
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
776
776
|
}
|
|
777
777
|
};
|
|
778
778
|
const deserializeAws_json1_1DiscoverInputSchemaCommand = async (output, context) => {
|
|
@@ -817,7 +817,7 @@ const deserializeAws_json1_1DiscoverInputSchemaCommandError = async (output, con
|
|
|
817
817
|
$fault: "client",
|
|
818
818
|
$metadata: deserializeMetadata(output),
|
|
819
819
|
});
|
|
820
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
820
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
821
821
|
}
|
|
822
822
|
};
|
|
823
823
|
const deserializeAws_json1_1ListApplicationsCommand = async (output, context) => {
|
|
@@ -850,7 +850,7 @@ const deserializeAws_json1_1ListApplicationsCommandError = async (output, contex
|
|
|
850
850
|
$fault: "client",
|
|
851
851
|
$metadata: deserializeMetadata(output),
|
|
852
852
|
});
|
|
853
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
853
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
854
854
|
}
|
|
855
855
|
};
|
|
856
856
|
const deserializeAws_json1_1ListTagsForResourceCommand = async (output, context) => {
|
|
@@ -892,7 +892,7 @@ const deserializeAws_json1_1ListTagsForResourceCommandError = async (output, con
|
|
|
892
892
|
$fault: "client",
|
|
893
893
|
$metadata: deserializeMetadata(output),
|
|
894
894
|
});
|
|
895
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
895
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
896
896
|
}
|
|
897
897
|
};
|
|
898
898
|
const deserializeAws_json1_1StartApplicationCommand = async (output, context) => {
|
|
@@ -940,7 +940,7 @@ const deserializeAws_json1_1StartApplicationCommandError = async (output, contex
|
|
|
940
940
|
$fault: "client",
|
|
941
941
|
$metadata: deserializeMetadata(output),
|
|
942
942
|
});
|
|
943
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
943
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
944
944
|
}
|
|
945
945
|
};
|
|
946
946
|
const deserializeAws_json1_1StopApplicationCommand = async (output, context) => {
|
|
@@ -982,7 +982,7 @@ const deserializeAws_json1_1StopApplicationCommandError = async (output, context
|
|
|
982
982
|
$fault: "client",
|
|
983
983
|
$metadata: deserializeMetadata(output),
|
|
984
984
|
});
|
|
985
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
985
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
986
986
|
}
|
|
987
987
|
};
|
|
988
988
|
const deserializeAws_json1_1TagResourceCommand = async (output, context) => {
|
|
@@ -1030,7 +1030,7 @@ const deserializeAws_json1_1TagResourceCommandError = async (output, context) =>
|
|
|
1030
1030
|
$fault: "client",
|
|
1031
1031
|
$metadata: deserializeMetadata(output),
|
|
1032
1032
|
});
|
|
1033
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1033
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1034
1034
|
}
|
|
1035
1035
|
};
|
|
1036
1036
|
const deserializeAws_json1_1UntagResourceCommand = async (output, context) => {
|
|
@@ -1078,7 +1078,7 @@ const deserializeAws_json1_1UntagResourceCommandError = async (output, context)
|
|
|
1078
1078
|
$fault: "client",
|
|
1079
1079
|
$metadata: deserializeMetadata(output),
|
|
1080
1080
|
});
|
|
1081
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1081
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1082
1082
|
}
|
|
1083
1083
|
};
|
|
1084
1084
|
const deserializeAws_json1_1UpdateApplicationCommand = async (output, context) => {
|
|
@@ -1129,7 +1129,7 @@ const deserializeAws_json1_1UpdateApplicationCommandError = async (output, conte
|
|
|
1129
1129
|
$fault: "client",
|
|
1130
1130
|
$metadata: deserializeMetadata(output),
|
|
1131
1131
|
});
|
|
1132
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1132
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1133
1133
|
}
|
|
1134
1134
|
};
|
|
1135
1135
|
const deserializeAws_json1_1CodeValidationExceptionResponse = async (parsedOutput, context) => {
|
|
@@ -1139,7 +1139,7 @@ const deserializeAws_json1_1CodeValidationExceptionResponse = async (parsedOutpu
|
|
|
1139
1139
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1140
1140
|
...deserialized,
|
|
1141
1141
|
});
|
|
1142
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1142
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1143
1143
|
};
|
|
1144
1144
|
const deserializeAws_json1_1ConcurrentModificationExceptionResponse = async (parsedOutput, context) => {
|
|
1145
1145
|
const body = parsedOutput.body;
|
|
@@ -1148,7 +1148,7 @@ const deserializeAws_json1_1ConcurrentModificationExceptionResponse = async (par
|
|
|
1148
1148
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1149
1149
|
...deserialized,
|
|
1150
1150
|
});
|
|
1151
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1151
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1152
1152
|
};
|
|
1153
1153
|
const deserializeAws_json1_1InvalidApplicationConfigurationExceptionResponse = async (parsedOutput, context) => {
|
|
1154
1154
|
const body = parsedOutput.body;
|
|
@@ -1157,7 +1157,7 @@ const deserializeAws_json1_1InvalidApplicationConfigurationExceptionResponse = a
|
|
|
1157
1157
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1158
1158
|
...deserialized,
|
|
1159
1159
|
});
|
|
1160
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1160
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1161
1161
|
};
|
|
1162
1162
|
const deserializeAws_json1_1InvalidArgumentExceptionResponse = async (parsedOutput, context) => {
|
|
1163
1163
|
const body = parsedOutput.body;
|
|
@@ -1166,7 +1166,7 @@ const deserializeAws_json1_1InvalidArgumentExceptionResponse = async (parsedOutp
|
|
|
1166
1166
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1167
1167
|
...deserialized,
|
|
1168
1168
|
});
|
|
1169
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1169
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1170
1170
|
};
|
|
1171
1171
|
const deserializeAws_json1_1LimitExceededExceptionResponse = async (parsedOutput, context) => {
|
|
1172
1172
|
const body = parsedOutput.body;
|
|
@@ -1175,7 +1175,7 @@ const deserializeAws_json1_1LimitExceededExceptionResponse = async (parsedOutput
|
|
|
1175
1175
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1176
1176
|
...deserialized,
|
|
1177
1177
|
});
|
|
1178
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1178
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1179
1179
|
};
|
|
1180
1180
|
const deserializeAws_json1_1ResourceInUseExceptionResponse = async (parsedOutput, context) => {
|
|
1181
1181
|
const body = parsedOutput.body;
|
|
@@ -1184,7 +1184,7 @@ const deserializeAws_json1_1ResourceInUseExceptionResponse = async (parsedOutput
|
|
|
1184
1184
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1185
1185
|
...deserialized,
|
|
1186
1186
|
});
|
|
1187
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1187
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1188
1188
|
};
|
|
1189
1189
|
const deserializeAws_json1_1ResourceNotFoundExceptionResponse = async (parsedOutput, context) => {
|
|
1190
1190
|
const body = parsedOutput.body;
|
|
@@ -1193,7 +1193,7 @@ const deserializeAws_json1_1ResourceNotFoundExceptionResponse = async (parsedOut
|
|
|
1193
1193
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1194
1194
|
...deserialized,
|
|
1195
1195
|
});
|
|
1196
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1196
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1197
1197
|
};
|
|
1198
1198
|
const deserializeAws_json1_1ResourceProvisionedThroughputExceededExceptionResponse = async (parsedOutput, context) => {
|
|
1199
1199
|
const body = parsedOutput.body;
|
|
@@ -1202,7 +1202,7 @@ const deserializeAws_json1_1ResourceProvisionedThroughputExceededExceptionRespon
|
|
|
1202
1202
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1203
1203
|
...deserialized,
|
|
1204
1204
|
});
|
|
1205
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1205
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1206
1206
|
};
|
|
1207
1207
|
const deserializeAws_json1_1ServiceUnavailableExceptionResponse = async (parsedOutput, context) => {
|
|
1208
1208
|
const body = parsedOutput.body;
|
|
@@ -1211,7 +1211,7 @@ const deserializeAws_json1_1ServiceUnavailableExceptionResponse = async (parsedO
|
|
|
1211
1211
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1212
1212
|
...deserialized,
|
|
1213
1213
|
});
|
|
1214
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1214
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1215
1215
|
};
|
|
1216
1216
|
const deserializeAws_json1_1TooManyTagsExceptionResponse = async (parsedOutput, context) => {
|
|
1217
1217
|
const body = parsedOutput.body;
|
|
@@ -1220,7 +1220,7 @@ const deserializeAws_json1_1TooManyTagsExceptionResponse = async (parsedOutput,
|
|
|
1220
1220
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1221
1221
|
...deserialized,
|
|
1222
1222
|
});
|
|
1223
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1223
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1224
1224
|
};
|
|
1225
1225
|
const deserializeAws_json1_1UnableToDetectSchemaExceptionResponse = async (parsedOutput, context) => {
|
|
1226
1226
|
const body = parsedOutput.body;
|
|
@@ -1229,7 +1229,7 @@ const deserializeAws_json1_1UnableToDetectSchemaExceptionResponse = async (parse
|
|
|
1229
1229
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1230
1230
|
...deserialized,
|
|
1231
1231
|
});
|
|
1232
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1232
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1233
1233
|
};
|
|
1234
1234
|
const deserializeAws_json1_1UnsupportedOperationExceptionResponse = async (parsedOutput, context) => {
|
|
1235
1235
|
const body = parsedOutput.body;
|
|
@@ -1238,7 +1238,7 @@ const deserializeAws_json1_1UnsupportedOperationExceptionResponse = async (parse
|
|
|
1238
1238
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1239
1239
|
...deserialized,
|
|
1240
1240
|
});
|
|
1241
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1241
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1242
1242
|
};
|
|
1243
1243
|
const serializeAws_json1_1AddApplicationCloudWatchLoggingOptionRequest = (input, context) => {
|
|
1244
1244
|
return {
|
|
@@ -1944,23 +1944,23 @@ const deserializeAws_json1_1AddApplicationReferenceDataSourceResponse = (output,
|
|
|
1944
1944
|
};
|
|
1945
1945
|
const deserializeAws_json1_1ApplicationDetail = (output, context) => {
|
|
1946
1946
|
return {
|
|
1947
|
-
ApplicationARN: smithy_client_1.expectString(output.ApplicationARN),
|
|
1948
|
-
ApplicationCode: smithy_client_1.expectString(output.ApplicationCode),
|
|
1949
|
-
ApplicationDescription: smithy_client_1.expectString(output.ApplicationDescription),
|
|
1950
|
-
ApplicationName: smithy_client_1.expectString(output.ApplicationName),
|
|
1951
|
-
ApplicationStatus: smithy_client_1.expectString(output.ApplicationStatus),
|
|
1952
|
-
ApplicationVersionId: smithy_client_1.expectLong(output.ApplicationVersionId),
|
|
1947
|
+
ApplicationARN: (0, smithy_client_1.expectString)(output.ApplicationARN),
|
|
1948
|
+
ApplicationCode: (0, smithy_client_1.expectString)(output.ApplicationCode),
|
|
1949
|
+
ApplicationDescription: (0, smithy_client_1.expectString)(output.ApplicationDescription),
|
|
1950
|
+
ApplicationName: (0, smithy_client_1.expectString)(output.ApplicationName),
|
|
1951
|
+
ApplicationStatus: (0, smithy_client_1.expectString)(output.ApplicationStatus),
|
|
1952
|
+
ApplicationVersionId: (0, smithy_client_1.expectLong)(output.ApplicationVersionId),
|
|
1953
1953
|
CloudWatchLoggingOptionDescriptions: output.CloudWatchLoggingOptionDescriptions !== undefined && output.CloudWatchLoggingOptionDescriptions !== null
|
|
1954
1954
|
? deserializeAws_json1_1CloudWatchLoggingOptionDescriptions(output.CloudWatchLoggingOptionDescriptions, context)
|
|
1955
1955
|
: undefined,
|
|
1956
1956
|
CreateTimestamp: output.CreateTimestamp !== undefined && output.CreateTimestamp !== null
|
|
1957
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreateTimestamp)))
|
|
1957
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreateTimestamp)))
|
|
1958
1958
|
: undefined,
|
|
1959
1959
|
InputDescriptions: output.InputDescriptions !== undefined && output.InputDescriptions !== null
|
|
1960
1960
|
? deserializeAws_json1_1InputDescriptions(output.InputDescriptions, context)
|
|
1961
1961
|
: undefined,
|
|
1962
1962
|
LastUpdateTimestamp: output.LastUpdateTimestamp !== undefined && output.LastUpdateTimestamp !== null
|
|
1963
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastUpdateTimestamp)))
|
|
1963
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastUpdateTimestamp)))
|
|
1964
1964
|
: undefined,
|
|
1965
1965
|
OutputDescriptions: output.OutputDescriptions !== undefined && output.OutputDescriptions !== null
|
|
1966
1966
|
? deserializeAws_json1_1OutputDescriptions(output.OutputDescriptions, context)
|
|
@@ -1983,16 +1983,16 @@ const deserializeAws_json1_1ApplicationSummaries = (output, context) => {
|
|
|
1983
1983
|
};
|
|
1984
1984
|
const deserializeAws_json1_1ApplicationSummary = (output, context) => {
|
|
1985
1985
|
return {
|
|
1986
|
-
ApplicationARN: smithy_client_1.expectString(output.ApplicationARN),
|
|
1987
|
-
ApplicationName: smithy_client_1.expectString(output.ApplicationName),
|
|
1988
|
-
ApplicationStatus: smithy_client_1.expectString(output.ApplicationStatus),
|
|
1986
|
+
ApplicationARN: (0, smithy_client_1.expectString)(output.ApplicationARN),
|
|
1987
|
+
ApplicationName: (0, smithy_client_1.expectString)(output.ApplicationName),
|
|
1988
|
+
ApplicationStatus: (0, smithy_client_1.expectString)(output.ApplicationStatus),
|
|
1989
1989
|
};
|
|
1990
1990
|
};
|
|
1991
1991
|
const deserializeAws_json1_1CloudWatchLoggingOptionDescription = (output, context) => {
|
|
1992
1992
|
return {
|
|
1993
|
-
CloudWatchLoggingOptionId: smithy_client_1.expectString(output.CloudWatchLoggingOptionId),
|
|
1994
|
-
LogStreamARN: smithy_client_1.expectString(output.LogStreamARN),
|
|
1995
|
-
RoleARN: smithy_client_1.expectString(output.RoleARN),
|
|
1993
|
+
CloudWatchLoggingOptionId: (0, smithy_client_1.expectString)(output.CloudWatchLoggingOptionId),
|
|
1994
|
+
LogStreamARN: (0, smithy_client_1.expectString)(output.LogStreamARN),
|
|
1995
|
+
RoleARN: (0, smithy_client_1.expectString)(output.RoleARN),
|
|
1996
1996
|
};
|
|
1997
1997
|
};
|
|
1998
1998
|
const deserializeAws_json1_1CloudWatchLoggingOptionDescriptions = (output, context) => {
|
|
@@ -2008,12 +2008,12 @@ const deserializeAws_json1_1CloudWatchLoggingOptionDescriptions = (output, conte
|
|
|
2008
2008
|
};
|
|
2009
2009
|
const deserializeAws_json1_1CodeValidationException = (output, context) => {
|
|
2010
2010
|
return {
|
|
2011
|
-
message: smithy_client_1.expectString(output.message),
|
|
2011
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
2012
2012
|
};
|
|
2013
2013
|
};
|
|
2014
2014
|
const deserializeAws_json1_1ConcurrentModificationException = (output, context) => {
|
|
2015
2015
|
return {
|
|
2016
|
-
message: smithy_client_1.expectString(output.message),
|
|
2016
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
2017
2017
|
};
|
|
2018
2018
|
};
|
|
2019
2019
|
const deserializeAws_json1_1CreateApplicationResponse = (output, context) => {
|
|
@@ -2025,8 +2025,8 @@ const deserializeAws_json1_1CreateApplicationResponse = (output, context) => {
|
|
|
2025
2025
|
};
|
|
2026
2026
|
const deserializeAws_json1_1CSVMappingParameters = (output, context) => {
|
|
2027
2027
|
return {
|
|
2028
|
-
RecordColumnDelimiter: smithy_client_1.expectString(output.RecordColumnDelimiter),
|
|
2029
|
-
RecordRowDelimiter: smithy_client_1.expectString(output.RecordRowDelimiter),
|
|
2028
|
+
RecordColumnDelimiter: (0, smithy_client_1.expectString)(output.RecordColumnDelimiter),
|
|
2029
|
+
RecordRowDelimiter: (0, smithy_client_1.expectString)(output.RecordRowDelimiter),
|
|
2030
2030
|
};
|
|
2031
2031
|
};
|
|
2032
2032
|
const deserializeAws_json1_1DeleteApplicationCloudWatchLoggingOptionResponse = (output, context) => {
|
|
@@ -2053,7 +2053,7 @@ const deserializeAws_json1_1DescribeApplicationResponse = (output, context) => {
|
|
|
2053
2053
|
};
|
|
2054
2054
|
const deserializeAws_json1_1DestinationSchema = (output, context) => {
|
|
2055
2055
|
return {
|
|
2056
|
-
RecordFormatType: smithy_client_1.expectString(output.RecordFormatType),
|
|
2056
|
+
RecordFormatType: (0, smithy_client_1.expectString)(output.RecordFormatType),
|
|
2057
2057
|
};
|
|
2058
2058
|
};
|
|
2059
2059
|
const deserializeAws_json1_1DiscoverInputSchemaResponse = (output, context) => {
|
|
@@ -2079,7 +2079,7 @@ const deserializeAws_json1_1InAppStreamNames = (output, context) => {
|
|
|
2079
2079
|
if (entry === null) {
|
|
2080
2080
|
return null;
|
|
2081
2081
|
}
|
|
2082
|
-
return smithy_client_1.expectString(entry);
|
|
2082
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
2083
2083
|
});
|
|
2084
2084
|
return retVal;
|
|
2085
2085
|
};
|
|
@@ -2088,7 +2088,7 @@ const deserializeAws_json1_1InputDescription = (output, context) => {
|
|
|
2088
2088
|
InAppStreamNames: output.InAppStreamNames !== undefined && output.InAppStreamNames !== null
|
|
2089
2089
|
? deserializeAws_json1_1InAppStreamNames(output.InAppStreamNames, context)
|
|
2090
2090
|
: undefined,
|
|
2091
|
-
InputId: smithy_client_1.expectString(output.InputId),
|
|
2091
|
+
InputId: (0, smithy_client_1.expectString)(output.InputId),
|
|
2092
2092
|
InputParallelism: output.InputParallelism !== undefined && output.InputParallelism !== null
|
|
2093
2093
|
? deserializeAws_json1_1InputParallelism(output.InputParallelism, context)
|
|
2094
2094
|
: undefined,
|
|
@@ -2108,7 +2108,7 @@ const deserializeAws_json1_1InputDescription = (output, context) => {
|
|
|
2108
2108
|
KinesisStreamsInputDescription: output.KinesisStreamsInputDescription !== undefined && output.KinesisStreamsInputDescription !== null
|
|
2109
2109
|
? deserializeAws_json1_1KinesisStreamsInputDescription(output.KinesisStreamsInputDescription, context)
|
|
2110
2110
|
: undefined,
|
|
2111
|
-
NamePrefix: smithy_client_1.expectString(output.NamePrefix),
|
|
2111
|
+
NamePrefix: (0, smithy_client_1.expectString)(output.NamePrefix),
|
|
2112
2112
|
};
|
|
2113
2113
|
};
|
|
2114
2114
|
const deserializeAws_json1_1InputDescriptions = (output, context) => {
|
|
@@ -2124,13 +2124,13 @@ const deserializeAws_json1_1InputDescriptions = (output, context) => {
|
|
|
2124
2124
|
};
|
|
2125
2125
|
const deserializeAws_json1_1InputLambdaProcessorDescription = (output, context) => {
|
|
2126
2126
|
return {
|
|
2127
|
-
ResourceARN: smithy_client_1.expectString(output.ResourceARN),
|
|
2128
|
-
RoleARN: smithy_client_1.expectString(output.RoleARN),
|
|
2127
|
+
ResourceARN: (0, smithy_client_1.expectString)(output.ResourceARN),
|
|
2128
|
+
RoleARN: (0, smithy_client_1.expectString)(output.RoleARN),
|
|
2129
2129
|
};
|
|
2130
2130
|
};
|
|
2131
2131
|
const deserializeAws_json1_1InputParallelism = (output, context) => {
|
|
2132
2132
|
return {
|
|
2133
|
-
Count: smithy_client_1.expectInt32(output.Count),
|
|
2133
|
+
Count: (0, smithy_client_1.expectInt32)(output.Count),
|
|
2134
2134
|
};
|
|
2135
2135
|
};
|
|
2136
2136
|
const deserializeAws_json1_1InputProcessingConfigurationDescription = (output, context) => {
|
|
@@ -2142,57 +2142,57 @@ const deserializeAws_json1_1InputProcessingConfigurationDescription = (output, c
|
|
|
2142
2142
|
};
|
|
2143
2143
|
const deserializeAws_json1_1InputStartingPositionConfiguration = (output, context) => {
|
|
2144
2144
|
return {
|
|
2145
|
-
InputStartingPosition: smithy_client_1.expectString(output.InputStartingPosition),
|
|
2145
|
+
InputStartingPosition: (0, smithy_client_1.expectString)(output.InputStartingPosition),
|
|
2146
2146
|
};
|
|
2147
2147
|
};
|
|
2148
2148
|
const deserializeAws_json1_1InvalidApplicationConfigurationException = (output, context) => {
|
|
2149
2149
|
return {
|
|
2150
|
-
message: smithy_client_1.expectString(output.message),
|
|
2150
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
2151
2151
|
};
|
|
2152
2152
|
};
|
|
2153
2153
|
const deserializeAws_json1_1InvalidArgumentException = (output, context) => {
|
|
2154
2154
|
return {
|
|
2155
|
-
message: smithy_client_1.expectString(output.message),
|
|
2155
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
2156
2156
|
};
|
|
2157
2157
|
};
|
|
2158
2158
|
const deserializeAws_json1_1JSONMappingParameters = (output, context) => {
|
|
2159
2159
|
return {
|
|
2160
|
-
RecordRowPath: smithy_client_1.expectString(output.RecordRowPath),
|
|
2160
|
+
RecordRowPath: (0, smithy_client_1.expectString)(output.RecordRowPath),
|
|
2161
2161
|
};
|
|
2162
2162
|
};
|
|
2163
2163
|
const deserializeAws_json1_1KinesisFirehoseInputDescription = (output, context) => {
|
|
2164
2164
|
return {
|
|
2165
|
-
ResourceARN: smithy_client_1.expectString(output.ResourceARN),
|
|
2166
|
-
RoleARN: smithy_client_1.expectString(output.RoleARN),
|
|
2165
|
+
ResourceARN: (0, smithy_client_1.expectString)(output.ResourceARN),
|
|
2166
|
+
RoleARN: (0, smithy_client_1.expectString)(output.RoleARN),
|
|
2167
2167
|
};
|
|
2168
2168
|
};
|
|
2169
2169
|
const deserializeAws_json1_1KinesisFirehoseOutputDescription = (output, context) => {
|
|
2170
2170
|
return {
|
|
2171
|
-
ResourceARN: smithy_client_1.expectString(output.ResourceARN),
|
|
2172
|
-
RoleARN: smithy_client_1.expectString(output.RoleARN),
|
|
2171
|
+
ResourceARN: (0, smithy_client_1.expectString)(output.ResourceARN),
|
|
2172
|
+
RoleARN: (0, smithy_client_1.expectString)(output.RoleARN),
|
|
2173
2173
|
};
|
|
2174
2174
|
};
|
|
2175
2175
|
const deserializeAws_json1_1KinesisStreamsInputDescription = (output, context) => {
|
|
2176
2176
|
return {
|
|
2177
|
-
ResourceARN: smithy_client_1.expectString(output.ResourceARN),
|
|
2178
|
-
RoleARN: smithy_client_1.expectString(output.RoleARN),
|
|
2177
|
+
ResourceARN: (0, smithy_client_1.expectString)(output.ResourceARN),
|
|
2178
|
+
RoleARN: (0, smithy_client_1.expectString)(output.RoleARN),
|
|
2179
2179
|
};
|
|
2180
2180
|
};
|
|
2181
2181
|
const deserializeAws_json1_1KinesisStreamsOutputDescription = (output, context) => {
|
|
2182
2182
|
return {
|
|
2183
|
-
ResourceARN: smithy_client_1.expectString(output.ResourceARN),
|
|
2184
|
-
RoleARN: smithy_client_1.expectString(output.RoleARN),
|
|
2183
|
+
ResourceARN: (0, smithy_client_1.expectString)(output.ResourceARN),
|
|
2184
|
+
RoleARN: (0, smithy_client_1.expectString)(output.RoleARN),
|
|
2185
2185
|
};
|
|
2186
2186
|
};
|
|
2187
2187
|
const deserializeAws_json1_1LambdaOutputDescription = (output, context) => {
|
|
2188
2188
|
return {
|
|
2189
|
-
ResourceARN: smithy_client_1.expectString(output.ResourceARN),
|
|
2190
|
-
RoleARN: smithy_client_1.expectString(output.RoleARN),
|
|
2189
|
+
ResourceARN: (0, smithy_client_1.expectString)(output.ResourceARN),
|
|
2190
|
+
RoleARN: (0, smithy_client_1.expectString)(output.RoleARN),
|
|
2191
2191
|
};
|
|
2192
2192
|
};
|
|
2193
2193
|
const deserializeAws_json1_1LimitExceededException = (output, context) => {
|
|
2194
2194
|
return {
|
|
2195
|
-
message: smithy_client_1.expectString(output.message),
|
|
2195
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
2196
2196
|
};
|
|
2197
2197
|
};
|
|
2198
2198
|
const deserializeAws_json1_1ListApplicationsResponse = (output, context) => {
|
|
@@ -2200,7 +2200,7 @@ const deserializeAws_json1_1ListApplicationsResponse = (output, context) => {
|
|
|
2200
2200
|
ApplicationSummaries: output.ApplicationSummaries !== undefined && output.ApplicationSummaries !== null
|
|
2201
2201
|
? deserializeAws_json1_1ApplicationSummaries(output.ApplicationSummaries, context)
|
|
2202
2202
|
: undefined,
|
|
2203
|
-
HasMoreApplications: smithy_client_1.expectBoolean(output.HasMoreApplications),
|
|
2203
|
+
HasMoreApplications: (0, smithy_client_1.expectBoolean)(output.HasMoreApplications),
|
|
2204
2204
|
};
|
|
2205
2205
|
};
|
|
2206
2206
|
const deserializeAws_json1_1ListTagsForResourceResponse = (output, context) => {
|
|
@@ -2232,8 +2232,8 @@ const deserializeAws_json1_1OutputDescription = (output, context) => {
|
|
|
2232
2232
|
LambdaOutputDescription: output.LambdaOutputDescription !== undefined && output.LambdaOutputDescription !== null
|
|
2233
2233
|
? deserializeAws_json1_1LambdaOutputDescription(output.LambdaOutputDescription, context)
|
|
2234
2234
|
: undefined,
|
|
2235
|
-
Name: smithy_client_1.expectString(output.Name),
|
|
2236
|
-
OutputId: smithy_client_1.expectString(output.OutputId),
|
|
2235
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
2236
|
+
OutputId: (0, smithy_client_1.expectString)(output.OutputId),
|
|
2237
2237
|
};
|
|
2238
2238
|
};
|
|
2239
2239
|
const deserializeAws_json1_1OutputDescriptions = (output, context) => {
|
|
@@ -2254,7 +2254,7 @@ const deserializeAws_json1_1ParsedInputRecord = (output, context) => {
|
|
|
2254
2254
|
if (entry === null) {
|
|
2255
2255
|
return null;
|
|
2256
2256
|
}
|
|
2257
|
-
return smithy_client_1.expectString(entry);
|
|
2257
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
2258
2258
|
});
|
|
2259
2259
|
return retVal;
|
|
2260
2260
|
};
|
|
@@ -2276,7 +2276,7 @@ const deserializeAws_json1_1ProcessedInputRecords = (output, context) => {
|
|
|
2276
2276
|
if (entry === null) {
|
|
2277
2277
|
return null;
|
|
2278
2278
|
}
|
|
2279
|
-
return smithy_client_1.expectString(entry);
|
|
2279
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
2280
2280
|
});
|
|
2281
2281
|
return retVal;
|
|
2282
2282
|
};
|
|
@@ -2287,15 +2287,15 @@ const deserializeAws_json1_1RawInputRecords = (output, context) => {
|
|
|
2287
2287
|
if (entry === null) {
|
|
2288
2288
|
return null;
|
|
2289
2289
|
}
|
|
2290
|
-
return smithy_client_1.expectString(entry);
|
|
2290
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
2291
2291
|
});
|
|
2292
2292
|
return retVal;
|
|
2293
2293
|
};
|
|
2294
2294
|
const deserializeAws_json1_1RecordColumn = (output, context) => {
|
|
2295
2295
|
return {
|
|
2296
|
-
Mapping: smithy_client_1.expectString(output.Mapping),
|
|
2297
|
-
Name: smithy_client_1.expectString(output.Name),
|
|
2298
|
-
SqlType: smithy_client_1.expectString(output.SqlType),
|
|
2296
|
+
Mapping: (0, smithy_client_1.expectString)(output.Mapping),
|
|
2297
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
2298
|
+
SqlType: (0, smithy_client_1.expectString)(output.SqlType),
|
|
2299
2299
|
};
|
|
2300
2300
|
};
|
|
2301
2301
|
const deserializeAws_json1_1RecordColumns = (output, context) => {
|
|
@@ -2314,19 +2314,19 @@ const deserializeAws_json1_1RecordFormat = (output, context) => {
|
|
|
2314
2314
|
MappingParameters: output.MappingParameters !== undefined && output.MappingParameters !== null
|
|
2315
2315
|
? deserializeAws_json1_1MappingParameters(output.MappingParameters, context)
|
|
2316
2316
|
: undefined,
|
|
2317
|
-
RecordFormatType: smithy_client_1.expectString(output.RecordFormatType),
|
|
2317
|
+
RecordFormatType: (0, smithy_client_1.expectString)(output.RecordFormatType),
|
|
2318
2318
|
};
|
|
2319
2319
|
};
|
|
2320
2320
|
const deserializeAws_json1_1ReferenceDataSourceDescription = (output, context) => {
|
|
2321
2321
|
return {
|
|
2322
|
-
ReferenceId: smithy_client_1.expectString(output.ReferenceId),
|
|
2322
|
+
ReferenceId: (0, smithy_client_1.expectString)(output.ReferenceId),
|
|
2323
2323
|
ReferenceSchema: output.ReferenceSchema !== undefined && output.ReferenceSchema !== null
|
|
2324
2324
|
? deserializeAws_json1_1SourceSchema(output.ReferenceSchema, context)
|
|
2325
2325
|
: undefined,
|
|
2326
2326
|
S3ReferenceDataSourceDescription: output.S3ReferenceDataSourceDescription !== undefined && output.S3ReferenceDataSourceDescription !== null
|
|
2327
2327
|
? deserializeAws_json1_1S3ReferenceDataSourceDescription(output.S3ReferenceDataSourceDescription, context)
|
|
2328
2328
|
: undefined,
|
|
2329
|
-
TableName: smithy_client_1.expectString(output.TableName),
|
|
2329
|
+
TableName: (0, smithy_client_1.expectString)(output.TableName),
|
|
2330
2330
|
};
|
|
2331
2331
|
};
|
|
2332
2332
|
const deserializeAws_json1_1ReferenceDataSourceDescriptions = (output, context) => {
|
|
@@ -2342,29 +2342,29 @@ const deserializeAws_json1_1ReferenceDataSourceDescriptions = (output, context)
|
|
|
2342
2342
|
};
|
|
2343
2343
|
const deserializeAws_json1_1ResourceInUseException = (output, context) => {
|
|
2344
2344
|
return {
|
|
2345
|
-
message: smithy_client_1.expectString(output.message),
|
|
2345
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
2346
2346
|
};
|
|
2347
2347
|
};
|
|
2348
2348
|
const deserializeAws_json1_1ResourceNotFoundException = (output, context) => {
|
|
2349
2349
|
return {
|
|
2350
|
-
message: smithy_client_1.expectString(output.message),
|
|
2350
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
2351
2351
|
};
|
|
2352
2352
|
};
|
|
2353
2353
|
const deserializeAws_json1_1ResourceProvisionedThroughputExceededException = (output, context) => {
|
|
2354
2354
|
return {
|
|
2355
|
-
message: smithy_client_1.expectString(output.message),
|
|
2355
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
2356
2356
|
};
|
|
2357
2357
|
};
|
|
2358
2358
|
const deserializeAws_json1_1S3ReferenceDataSourceDescription = (output, context) => {
|
|
2359
2359
|
return {
|
|
2360
|
-
BucketARN: smithy_client_1.expectString(output.BucketARN),
|
|
2361
|
-
FileKey: smithy_client_1.expectString(output.FileKey),
|
|
2362
|
-
ReferenceRoleARN: smithy_client_1.expectString(output.ReferenceRoleARN),
|
|
2360
|
+
BucketARN: (0, smithy_client_1.expectString)(output.BucketARN),
|
|
2361
|
+
FileKey: (0, smithy_client_1.expectString)(output.FileKey),
|
|
2362
|
+
ReferenceRoleARN: (0, smithy_client_1.expectString)(output.ReferenceRoleARN),
|
|
2363
2363
|
};
|
|
2364
2364
|
};
|
|
2365
2365
|
const deserializeAws_json1_1ServiceUnavailableException = (output, context) => {
|
|
2366
2366
|
return {
|
|
2367
|
-
message: smithy_client_1.expectString(output.message),
|
|
2367
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
2368
2368
|
};
|
|
2369
2369
|
};
|
|
2370
2370
|
const deserializeAws_json1_1SourceSchema = (output, context) => {
|
|
@@ -2372,7 +2372,7 @@ const deserializeAws_json1_1SourceSchema = (output, context) => {
|
|
|
2372
2372
|
RecordColumns: output.RecordColumns !== undefined && output.RecordColumns !== null
|
|
2373
2373
|
? deserializeAws_json1_1RecordColumns(output.RecordColumns, context)
|
|
2374
2374
|
: undefined,
|
|
2375
|
-
RecordEncoding: smithy_client_1.expectString(output.RecordEncoding),
|
|
2375
|
+
RecordEncoding: (0, smithy_client_1.expectString)(output.RecordEncoding),
|
|
2376
2376
|
RecordFormat: output.RecordFormat !== undefined && output.RecordFormat !== null
|
|
2377
2377
|
? deserializeAws_json1_1RecordFormat(output.RecordFormat, context)
|
|
2378
2378
|
: undefined,
|
|
@@ -2386,8 +2386,8 @@ const deserializeAws_json1_1StopApplicationResponse = (output, context) => {
|
|
|
2386
2386
|
};
|
|
2387
2387
|
const deserializeAws_json1_1Tag = (output, context) => {
|
|
2388
2388
|
return {
|
|
2389
|
-
Key: smithy_client_1.expectString(output.Key),
|
|
2390
|
-
Value: smithy_client_1.expectString(output.Value),
|
|
2389
|
+
Key: (0, smithy_client_1.expectString)(output.Key),
|
|
2390
|
+
Value: (0, smithy_client_1.expectString)(output.Value),
|
|
2391
2391
|
};
|
|
2392
2392
|
};
|
|
2393
2393
|
const deserializeAws_json1_1TagResourceResponse = (output, context) => {
|
|
@@ -2406,7 +2406,7 @@ const deserializeAws_json1_1Tags = (output, context) => {
|
|
|
2406
2406
|
};
|
|
2407
2407
|
const deserializeAws_json1_1TooManyTagsException = (output, context) => {
|
|
2408
2408
|
return {
|
|
2409
|
-
message: smithy_client_1.expectString(output.message),
|
|
2409
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
2410
2410
|
};
|
|
2411
2411
|
};
|
|
2412
2412
|
const deserializeAws_json1_1UnableToDetectSchemaException = (output, context) => {
|
|
@@ -2417,12 +2417,12 @@ const deserializeAws_json1_1UnableToDetectSchemaException = (output, context) =>
|
|
|
2417
2417
|
RawInputRecords: output.RawInputRecords !== undefined && output.RawInputRecords !== null
|
|
2418
2418
|
? deserializeAws_json1_1RawInputRecords(output.RawInputRecords, context)
|
|
2419
2419
|
: undefined,
|
|
2420
|
-
message: smithy_client_1.expectString(output.message),
|
|
2420
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
2421
2421
|
};
|
|
2422
2422
|
};
|
|
2423
2423
|
const deserializeAws_json1_1UnsupportedOperationException = (output, context) => {
|
|
2424
2424
|
return {
|
|
2425
|
-
message: smithy_client_1.expectString(output.message),
|
|
2425
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
2426
2426
|
};
|
|
2427
2427
|
};
|
|
2428
2428
|
const deserializeAws_json1_1UntagResourceResponse = (output, context) => {
|