@aws-sdk/client-database-migration-service 3.53.0 → 3.55.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -0
- package/dist-cjs/DatabaseMigrationServiceClient.js +13 -13
- package/dist-cjs/commands/AddTagsToResourceCommand.js +3 -3
- package/dist-cjs/commands/ApplyPendingMaintenanceActionCommand.js +3 -3
- package/dist-cjs/commands/CancelReplicationTaskAssessmentRunCommand.js +3 -3
- package/dist-cjs/commands/CreateEndpointCommand.js +3 -3
- package/dist-cjs/commands/CreateEventSubscriptionCommand.js +3 -3
- package/dist-cjs/commands/CreateReplicationInstanceCommand.js +3 -3
- package/dist-cjs/commands/CreateReplicationSubnetGroupCommand.js +3 -3
- package/dist-cjs/commands/CreateReplicationTaskCommand.js +3 -3
- package/dist-cjs/commands/DeleteCertificateCommand.js +3 -3
- package/dist-cjs/commands/DeleteConnectionCommand.js +3 -3
- package/dist-cjs/commands/DeleteEndpointCommand.js +3 -3
- package/dist-cjs/commands/DeleteEventSubscriptionCommand.js +3 -3
- package/dist-cjs/commands/DeleteReplicationInstanceCommand.js +3 -3
- package/dist-cjs/commands/DeleteReplicationSubnetGroupCommand.js +3 -3
- package/dist-cjs/commands/DeleteReplicationTaskAssessmentRunCommand.js +3 -3
- package/dist-cjs/commands/DeleteReplicationTaskCommand.js +3 -3
- package/dist-cjs/commands/DescribeAccountAttributesCommand.js +3 -3
- package/dist-cjs/commands/DescribeApplicableIndividualAssessmentsCommand.js +3 -3
- package/dist-cjs/commands/DescribeCertificatesCommand.js +3 -3
- package/dist-cjs/commands/DescribeConnectionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeEndpointSettingsCommand.js +3 -3
- package/dist-cjs/commands/DescribeEndpointTypesCommand.js +3 -3
- package/dist-cjs/commands/DescribeEndpointsCommand.js +3 -3
- package/dist-cjs/commands/DescribeEventCategoriesCommand.js +3 -3
- package/dist-cjs/commands/DescribeEventSubscriptionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeEventsCommand.js +3 -3
- package/dist-cjs/commands/DescribeOrderableReplicationInstancesCommand.js +3 -3
- package/dist-cjs/commands/DescribePendingMaintenanceActionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeRefreshSchemasStatusCommand.js +3 -3
- package/dist-cjs/commands/DescribeReplicationInstanceTaskLogsCommand.js +3 -3
- package/dist-cjs/commands/DescribeReplicationInstancesCommand.js +3 -3
- package/dist-cjs/commands/DescribeReplicationSubnetGroupsCommand.js +3 -3
- package/dist-cjs/commands/DescribeReplicationTaskAssessmentResultsCommand.js +3 -3
- package/dist-cjs/commands/DescribeReplicationTaskAssessmentRunsCommand.js +3 -3
- package/dist-cjs/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js +3 -3
- package/dist-cjs/commands/DescribeReplicationTasksCommand.js +3 -3
- package/dist-cjs/commands/DescribeSchemasCommand.js +3 -3
- package/dist-cjs/commands/DescribeTableStatisticsCommand.js +3 -3
- package/dist-cjs/commands/ImportCertificateCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/ModifyEndpointCommand.js +3 -3
- package/dist-cjs/commands/ModifyEventSubscriptionCommand.js +3 -3
- package/dist-cjs/commands/ModifyReplicationInstanceCommand.js +3 -3
- package/dist-cjs/commands/ModifyReplicationSubnetGroupCommand.js +3 -3
- package/dist-cjs/commands/ModifyReplicationTaskCommand.js +3 -3
- package/dist-cjs/commands/MoveReplicationTaskCommand.js +3 -3
- package/dist-cjs/commands/RebootReplicationInstanceCommand.js +3 -3
- package/dist-cjs/commands/RefreshSchemasCommand.js +3 -3
- package/dist-cjs/commands/ReloadTablesCommand.js +3 -3
- package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +3 -3
- package/dist-cjs/commands/StartReplicationTaskAssessmentCommand.js +3 -3
- package/dist-cjs/commands/StartReplicationTaskAssessmentRunCommand.js +3 -3
- package/dist-cjs/commands/StartReplicationTaskCommand.js +3 -3
- package/dist-cjs/commands/StopReplicationTaskCommand.js +3 -3
- package/dist-cjs/commands/TestConnectionCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/protocols/Aws_json1_1.js +583 -583
- 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-cjs/waiters/waitForEndpointDeleted.js +3 -3
- package/dist-cjs/waiters/waitForReplicationInstanceAvailable.js +3 -3
- package/dist-cjs/waiters/waitForReplicationInstanceDeleted.js +3 -3
- package/dist-cjs/waiters/waitForReplicationTaskDeleted.js +3 -3
- package/dist-cjs/waiters/waitForReplicationTaskReady.js +3 -3
- package/dist-cjs/waiters/waitForReplicationTaskRunning.js +3 -3
- package/dist-cjs/waiters/waitForReplicationTaskStopped.js +3 -3
- package/dist-cjs/waiters/waitForTestConnectionSucceeds.js +3 -3
- package/dist-es/DatabaseMigrationService.js +55 -55
- package/dist-es/pagination/DescribeApplicableIndividualAssessmentsPaginator.js +4 -4
- package/dist-es/pagination/DescribeCertificatesPaginator.js +4 -4
- package/dist-es/pagination/DescribeConnectionsPaginator.js +4 -4
- package/dist-es/pagination/DescribeEndpointSettingsPaginator.js +4 -4
- package/dist-es/pagination/DescribeEndpointTypesPaginator.js +4 -4
- package/dist-es/pagination/DescribeEndpointsPaginator.js +4 -4
- package/dist-es/pagination/DescribeEventSubscriptionsPaginator.js +4 -4
- package/dist-es/pagination/DescribeEventsPaginator.js +4 -4
- package/dist-es/pagination/DescribeOrderableReplicationInstancesPaginator.js +4 -4
- package/dist-es/pagination/DescribePendingMaintenanceActionsPaginator.js +4 -4
- package/dist-es/pagination/DescribeReplicationInstanceTaskLogsPaginator.js +4 -4
- package/dist-es/pagination/DescribeReplicationInstancesPaginator.js +4 -4
- package/dist-es/pagination/DescribeReplicationSubnetGroupsPaginator.js +4 -4
- package/dist-es/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js +4 -4
- package/dist-es/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js +4 -4
- package/dist-es/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js +4 -4
- package/dist-es/pagination/DescribeReplicationTasksPaginator.js +4 -4
- package/dist-es/pagination/DescribeSchemasPaginator.js +4 -4
- package/dist-es/pagination/DescribeTableStatisticsPaginator.js +4 -4
- package/dist-es/waiters/waitForEndpointDeleted.js +2 -2
- package/dist-es/waiters/waitForReplicationInstanceAvailable.js +5 -5
- package/dist-es/waiters/waitForReplicationInstanceDeleted.js +1 -1
- package/dist-es/waiters/waitForReplicationTaskDeleted.js +5 -5
- package/dist-es/waiters/waitForReplicationTaskReady.js +9 -9
- package/dist-es/waiters/waitForReplicationTaskRunning.js +9 -9
- package/dist-es/waiters/waitForReplicationTaskStopped.js +8 -8
- package/dist-es/waiters/waitForTestConnectionSucceeds.js +2 -2
- package/dist-types/DatabaseMigrationServiceClient.d.ts +2 -2
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/DatabaseMigrationServiceClient.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +35 -35
|
@@ -590,7 +590,7 @@ const deserializeAws_json1_1AddTagsToResourceCommandError = async (output, conte
|
|
|
590
590
|
$fault: "client",
|
|
591
591
|
$metadata: deserializeMetadata(output),
|
|
592
592
|
});
|
|
593
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
593
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
594
594
|
}
|
|
595
595
|
};
|
|
596
596
|
const deserializeAws_json1_1ApplyPendingMaintenanceActionCommand = async (output, context) => {
|
|
@@ -626,7 +626,7 @@ const deserializeAws_json1_1ApplyPendingMaintenanceActionCommandError = async (o
|
|
|
626
626
|
$fault: "client",
|
|
627
627
|
$metadata: deserializeMetadata(output),
|
|
628
628
|
});
|
|
629
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
629
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
630
630
|
}
|
|
631
631
|
};
|
|
632
632
|
const deserializeAws_json1_1CancelReplicationTaskAssessmentRunCommand = async (output, context) => {
|
|
@@ -668,7 +668,7 @@ const deserializeAws_json1_1CancelReplicationTaskAssessmentRunCommandError = asy
|
|
|
668
668
|
$fault: "client",
|
|
669
669
|
$metadata: deserializeMetadata(output),
|
|
670
670
|
});
|
|
671
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
671
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
672
672
|
}
|
|
673
673
|
};
|
|
674
674
|
const deserializeAws_json1_1CreateEndpointCommand = async (output, context) => {
|
|
@@ -722,7 +722,7 @@ const deserializeAws_json1_1CreateEndpointCommandError = async (output, context)
|
|
|
722
722
|
$fault: "client",
|
|
723
723
|
$metadata: deserializeMetadata(output),
|
|
724
724
|
});
|
|
725
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
725
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
726
726
|
}
|
|
727
727
|
};
|
|
728
728
|
const deserializeAws_json1_1CreateEventSubscriptionCommand = async (output, context) => {
|
|
@@ -785,7 +785,7 @@ const deserializeAws_json1_1CreateEventSubscriptionCommandError = async (output,
|
|
|
785
785
|
$fault: "client",
|
|
786
786
|
$metadata: deserializeMetadata(output),
|
|
787
787
|
});
|
|
788
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
788
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
789
789
|
}
|
|
790
790
|
};
|
|
791
791
|
const deserializeAws_json1_1CreateReplicationInstanceCommand = async (output, context) => {
|
|
@@ -848,7 +848,7 @@ const deserializeAws_json1_1CreateReplicationInstanceCommandError = async (outpu
|
|
|
848
848
|
$fault: "client",
|
|
849
849
|
$metadata: deserializeMetadata(output),
|
|
850
850
|
});
|
|
851
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
851
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
852
852
|
}
|
|
853
853
|
};
|
|
854
854
|
const deserializeAws_json1_1CreateReplicationSubnetGroupCommand = async (output, context) => {
|
|
@@ -899,7 +899,7 @@ const deserializeAws_json1_1CreateReplicationSubnetGroupCommandError = async (ou
|
|
|
899
899
|
$fault: "client",
|
|
900
900
|
$metadata: deserializeMetadata(output),
|
|
901
901
|
});
|
|
902
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
902
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
903
903
|
}
|
|
904
904
|
};
|
|
905
905
|
const deserializeAws_json1_1CreateReplicationTaskCommand = async (output, context) => {
|
|
@@ -950,7 +950,7 @@ const deserializeAws_json1_1CreateReplicationTaskCommandError = async (output, c
|
|
|
950
950
|
$fault: "client",
|
|
951
951
|
$metadata: deserializeMetadata(output),
|
|
952
952
|
});
|
|
953
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
953
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
954
954
|
}
|
|
955
955
|
};
|
|
956
956
|
const deserializeAws_json1_1DeleteCertificateCommand = async (output, context) => {
|
|
@@ -989,7 +989,7 @@ const deserializeAws_json1_1DeleteCertificateCommandError = async (output, conte
|
|
|
989
989
|
$fault: "client",
|
|
990
990
|
$metadata: deserializeMetadata(output),
|
|
991
991
|
});
|
|
992
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
992
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
993
993
|
}
|
|
994
994
|
};
|
|
995
995
|
const deserializeAws_json1_1DeleteConnectionCommand = async (output, context) => {
|
|
@@ -1031,7 +1031,7 @@ const deserializeAws_json1_1DeleteConnectionCommandError = async (output, contex
|
|
|
1031
1031
|
$fault: "client",
|
|
1032
1032
|
$metadata: deserializeMetadata(output),
|
|
1033
1033
|
});
|
|
1034
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1034
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1035
1035
|
}
|
|
1036
1036
|
};
|
|
1037
1037
|
const deserializeAws_json1_1DeleteEndpointCommand = async (output, context) => {
|
|
@@ -1070,7 +1070,7 @@ const deserializeAws_json1_1DeleteEndpointCommandError = async (output, context)
|
|
|
1070
1070
|
$fault: "client",
|
|
1071
1071
|
$metadata: deserializeMetadata(output),
|
|
1072
1072
|
});
|
|
1073
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1073
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1074
1074
|
}
|
|
1075
1075
|
};
|
|
1076
1076
|
const deserializeAws_json1_1DeleteEventSubscriptionCommand = async (output, context) => {
|
|
@@ -1109,7 +1109,7 @@ const deserializeAws_json1_1DeleteEventSubscriptionCommandError = async (output,
|
|
|
1109
1109
|
$fault: "client",
|
|
1110
1110
|
$metadata: deserializeMetadata(output),
|
|
1111
1111
|
});
|
|
1112
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1112
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1113
1113
|
}
|
|
1114
1114
|
};
|
|
1115
1115
|
const deserializeAws_json1_1DeleteReplicationInstanceCommand = async (output, context) => {
|
|
@@ -1148,7 +1148,7 @@ const deserializeAws_json1_1DeleteReplicationInstanceCommandError = async (outpu
|
|
|
1148
1148
|
$fault: "client",
|
|
1149
1149
|
$metadata: deserializeMetadata(output),
|
|
1150
1150
|
});
|
|
1151
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1151
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1152
1152
|
}
|
|
1153
1153
|
};
|
|
1154
1154
|
const deserializeAws_json1_1DeleteReplicationSubnetGroupCommand = async (output, context) => {
|
|
@@ -1187,7 +1187,7 @@ const deserializeAws_json1_1DeleteReplicationSubnetGroupCommandError = async (ou
|
|
|
1187
1187
|
$fault: "client",
|
|
1188
1188
|
$metadata: deserializeMetadata(output),
|
|
1189
1189
|
});
|
|
1190
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1190
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1191
1191
|
}
|
|
1192
1192
|
};
|
|
1193
1193
|
const deserializeAws_json1_1DeleteReplicationTaskCommand = async (output, context) => {
|
|
@@ -1226,7 +1226,7 @@ const deserializeAws_json1_1DeleteReplicationTaskCommandError = async (output, c
|
|
|
1226
1226
|
$fault: "client",
|
|
1227
1227
|
$metadata: deserializeMetadata(output),
|
|
1228
1228
|
});
|
|
1229
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1229
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1230
1230
|
}
|
|
1231
1231
|
};
|
|
1232
1232
|
const deserializeAws_json1_1DeleteReplicationTaskAssessmentRunCommand = async (output, context) => {
|
|
@@ -1268,7 +1268,7 @@ const deserializeAws_json1_1DeleteReplicationTaskAssessmentRunCommandError = asy
|
|
|
1268
1268
|
$fault: "client",
|
|
1269
1269
|
$metadata: deserializeMetadata(output),
|
|
1270
1270
|
});
|
|
1271
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1271
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1272
1272
|
}
|
|
1273
1273
|
};
|
|
1274
1274
|
const deserializeAws_json1_1DescribeAccountAttributesCommand = async (output, context) => {
|
|
@@ -1301,7 +1301,7 @@ const deserializeAws_json1_1DescribeAccountAttributesCommandError = async (outpu
|
|
|
1301
1301
|
$fault: "client",
|
|
1302
1302
|
$metadata: deserializeMetadata(output),
|
|
1303
1303
|
});
|
|
1304
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1304
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1305
1305
|
}
|
|
1306
1306
|
};
|
|
1307
1307
|
const deserializeAws_json1_1DescribeApplicableIndividualAssessmentsCommand = async (output, context) => {
|
|
@@ -1343,7 +1343,7 @@ const deserializeAws_json1_1DescribeApplicableIndividualAssessmentsCommandError
|
|
|
1343
1343
|
$fault: "client",
|
|
1344
1344
|
$metadata: deserializeMetadata(output),
|
|
1345
1345
|
});
|
|
1346
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1346
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1347
1347
|
}
|
|
1348
1348
|
};
|
|
1349
1349
|
const deserializeAws_json1_1DescribeCertificatesCommand = async (output, context) => {
|
|
@@ -1379,7 +1379,7 @@ const deserializeAws_json1_1DescribeCertificatesCommandError = async (output, co
|
|
|
1379
1379
|
$fault: "client",
|
|
1380
1380
|
$metadata: deserializeMetadata(output),
|
|
1381
1381
|
});
|
|
1382
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1382
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1383
1383
|
}
|
|
1384
1384
|
};
|
|
1385
1385
|
const deserializeAws_json1_1DescribeConnectionsCommand = async (output, context) => {
|
|
@@ -1415,7 +1415,7 @@ const deserializeAws_json1_1DescribeConnectionsCommandError = async (output, con
|
|
|
1415
1415
|
$fault: "client",
|
|
1416
1416
|
$metadata: deserializeMetadata(output),
|
|
1417
1417
|
});
|
|
1418
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1418
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1419
1419
|
}
|
|
1420
1420
|
};
|
|
1421
1421
|
const deserializeAws_json1_1DescribeEndpointsCommand = async (output, context) => {
|
|
@@ -1451,7 +1451,7 @@ const deserializeAws_json1_1DescribeEndpointsCommandError = async (output, conte
|
|
|
1451
1451
|
$fault: "client",
|
|
1452
1452
|
$metadata: deserializeMetadata(output),
|
|
1453
1453
|
});
|
|
1454
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1454
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1455
1455
|
}
|
|
1456
1456
|
};
|
|
1457
1457
|
const deserializeAws_json1_1DescribeEndpointSettingsCommand = async (output, context) => {
|
|
@@ -1484,7 +1484,7 @@ const deserializeAws_json1_1DescribeEndpointSettingsCommandError = async (output
|
|
|
1484
1484
|
$fault: "client",
|
|
1485
1485
|
$metadata: deserializeMetadata(output),
|
|
1486
1486
|
});
|
|
1487
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1487
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1488
1488
|
}
|
|
1489
1489
|
};
|
|
1490
1490
|
const deserializeAws_json1_1DescribeEndpointTypesCommand = async (output, context) => {
|
|
@@ -1517,7 +1517,7 @@ const deserializeAws_json1_1DescribeEndpointTypesCommandError = async (output, c
|
|
|
1517
1517
|
$fault: "client",
|
|
1518
1518
|
$metadata: deserializeMetadata(output),
|
|
1519
1519
|
});
|
|
1520
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1520
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1521
1521
|
}
|
|
1522
1522
|
};
|
|
1523
1523
|
const deserializeAws_json1_1DescribeEventCategoriesCommand = async (output, context) => {
|
|
@@ -1550,7 +1550,7 @@ const deserializeAws_json1_1DescribeEventCategoriesCommandError = async (output,
|
|
|
1550
1550
|
$fault: "client",
|
|
1551
1551
|
$metadata: deserializeMetadata(output),
|
|
1552
1552
|
});
|
|
1553
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1553
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1554
1554
|
}
|
|
1555
1555
|
};
|
|
1556
1556
|
const deserializeAws_json1_1DescribeEventsCommand = async (output, context) => {
|
|
@@ -1583,7 +1583,7 @@ const deserializeAws_json1_1DescribeEventsCommandError = async (output, context)
|
|
|
1583
1583
|
$fault: "client",
|
|
1584
1584
|
$metadata: deserializeMetadata(output),
|
|
1585
1585
|
});
|
|
1586
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1586
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1587
1587
|
}
|
|
1588
1588
|
};
|
|
1589
1589
|
const deserializeAws_json1_1DescribeEventSubscriptionsCommand = async (output, context) => {
|
|
@@ -1619,7 +1619,7 @@ const deserializeAws_json1_1DescribeEventSubscriptionsCommandError = async (outp
|
|
|
1619
1619
|
$fault: "client",
|
|
1620
1620
|
$metadata: deserializeMetadata(output),
|
|
1621
1621
|
});
|
|
1622
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1622
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1623
1623
|
}
|
|
1624
1624
|
};
|
|
1625
1625
|
const deserializeAws_json1_1DescribeOrderableReplicationInstancesCommand = async (output, context) => {
|
|
@@ -1652,7 +1652,7 @@ const deserializeAws_json1_1DescribeOrderableReplicationInstancesCommandError =
|
|
|
1652
1652
|
$fault: "client",
|
|
1653
1653
|
$metadata: deserializeMetadata(output),
|
|
1654
1654
|
});
|
|
1655
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1655
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1656
1656
|
}
|
|
1657
1657
|
};
|
|
1658
1658
|
const deserializeAws_json1_1DescribePendingMaintenanceActionsCommand = async (output, context) => {
|
|
@@ -1688,7 +1688,7 @@ const deserializeAws_json1_1DescribePendingMaintenanceActionsCommandError = asyn
|
|
|
1688
1688
|
$fault: "client",
|
|
1689
1689
|
$metadata: deserializeMetadata(output),
|
|
1690
1690
|
});
|
|
1691
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1691
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1692
1692
|
}
|
|
1693
1693
|
};
|
|
1694
1694
|
const deserializeAws_json1_1DescribeRefreshSchemasStatusCommand = async (output, context) => {
|
|
@@ -1727,7 +1727,7 @@ const deserializeAws_json1_1DescribeRefreshSchemasStatusCommandError = async (ou
|
|
|
1727
1727
|
$fault: "client",
|
|
1728
1728
|
$metadata: deserializeMetadata(output),
|
|
1729
1729
|
});
|
|
1730
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1730
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1731
1731
|
}
|
|
1732
1732
|
};
|
|
1733
1733
|
const deserializeAws_json1_1DescribeReplicationInstancesCommand = async (output, context) => {
|
|
@@ -1763,7 +1763,7 @@ const deserializeAws_json1_1DescribeReplicationInstancesCommandError = async (ou
|
|
|
1763
1763
|
$fault: "client",
|
|
1764
1764
|
$metadata: deserializeMetadata(output),
|
|
1765
1765
|
});
|
|
1766
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1766
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1767
1767
|
}
|
|
1768
1768
|
};
|
|
1769
1769
|
const deserializeAws_json1_1DescribeReplicationInstanceTaskLogsCommand = async (output, context) => {
|
|
@@ -1802,7 +1802,7 @@ const deserializeAws_json1_1DescribeReplicationInstanceTaskLogsCommandError = as
|
|
|
1802
1802
|
$fault: "client",
|
|
1803
1803
|
$metadata: deserializeMetadata(output),
|
|
1804
1804
|
});
|
|
1805
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1805
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1806
1806
|
}
|
|
1807
1807
|
};
|
|
1808
1808
|
const deserializeAws_json1_1DescribeReplicationSubnetGroupsCommand = async (output, context) => {
|
|
@@ -1838,7 +1838,7 @@ const deserializeAws_json1_1DescribeReplicationSubnetGroupsCommandError = async
|
|
|
1838
1838
|
$fault: "client",
|
|
1839
1839
|
$metadata: deserializeMetadata(output),
|
|
1840
1840
|
});
|
|
1841
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1841
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1842
1842
|
}
|
|
1843
1843
|
};
|
|
1844
1844
|
const deserializeAws_json1_1DescribeReplicationTaskAssessmentResultsCommand = async (output, context) => {
|
|
@@ -1874,7 +1874,7 @@ const deserializeAws_json1_1DescribeReplicationTaskAssessmentResultsCommandError
|
|
|
1874
1874
|
$fault: "client",
|
|
1875
1875
|
$metadata: deserializeMetadata(output),
|
|
1876
1876
|
});
|
|
1877
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1877
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1878
1878
|
}
|
|
1879
1879
|
};
|
|
1880
1880
|
const deserializeAws_json1_1DescribeReplicationTaskAssessmentRunsCommand = async (output, context) => {
|
|
@@ -1910,7 +1910,7 @@ const deserializeAws_json1_1DescribeReplicationTaskAssessmentRunsCommandError =
|
|
|
1910
1910
|
$fault: "client",
|
|
1911
1911
|
$metadata: deserializeMetadata(output),
|
|
1912
1912
|
});
|
|
1913
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1913
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1914
1914
|
}
|
|
1915
1915
|
};
|
|
1916
1916
|
const deserializeAws_json1_1DescribeReplicationTaskIndividualAssessmentsCommand = async (output, context) => {
|
|
@@ -1946,7 +1946,7 @@ const deserializeAws_json1_1DescribeReplicationTaskIndividualAssessmentsCommandE
|
|
|
1946
1946
|
$fault: "client",
|
|
1947
1947
|
$metadata: deserializeMetadata(output),
|
|
1948
1948
|
});
|
|
1949
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1949
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1950
1950
|
}
|
|
1951
1951
|
};
|
|
1952
1952
|
const deserializeAws_json1_1DescribeReplicationTasksCommand = async (output, context) => {
|
|
@@ -1982,7 +1982,7 @@ const deserializeAws_json1_1DescribeReplicationTasksCommandError = async (output
|
|
|
1982
1982
|
$fault: "client",
|
|
1983
1983
|
$metadata: deserializeMetadata(output),
|
|
1984
1984
|
});
|
|
1985
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1985
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1986
1986
|
}
|
|
1987
1987
|
};
|
|
1988
1988
|
const deserializeAws_json1_1DescribeSchemasCommand = async (output, context) => {
|
|
@@ -2021,7 +2021,7 @@ const deserializeAws_json1_1DescribeSchemasCommandError = async (output, context
|
|
|
2021
2021
|
$fault: "client",
|
|
2022
2022
|
$metadata: deserializeMetadata(output),
|
|
2023
2023
|
});
|
|
2024
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2024
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2025
2025
|
}
|
|
2026
2026
|
};
|
|
2027
2027
|
const deserializeAws_json1_1DescribeTableStatisticsCommand = async (output, context) => {
|
|
@@ -2060,7 +2060,7 @@ const deserializeAws_json1_1DescribeTableStatisticsCommandError = async (output,
|
|
|
2060
2060
|
$fault: "client",
|
|
2061
2061
|
$metadata: deserializeMetadata(output),
|
|
2062
2062
|
});
|
|
2063
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2063
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2064
2064
|
}
|
|
2065
2065
|
};
|
|
2066
2066
|
const deserializeAws_json1_1ImportCertificateCommand = async (output, context) => {
|
|
@@ -2102,7 +2102,7 @@ const deserializeAws_json1_1ImportCertificateCommandError = async (output, conte
|
|
|
2102
2102
|
$fault: "client",
|
|
2103
2103
|
$metadata: deserializeMetadata(output),
|
|
2104
2104
|
});
|
|
2105
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2105
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2106
2106
|
}
|
|
2107
2107
|
};
|
|
2108
2108
|
const deserializeAws_json1_1ListTagsForResourceCommand = async (output, context) => {
|
|
@@ -2138,7 +2138,7 @@ const deserializeAws_json1_1ListTagsForResourceCommandError = async (output, con
|
|
|
2138
2138
|
$fault: "client",
|
|
2139
2139
|
$metadata: deserializeMetadata(output),
|
|
2140
2140
|
});
|
|
2141
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2141
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2142
2142
|
}
|
|
2143
2143
|
};
|
|
2144
2144
|
const deserializeAws_json1_1ModifyEndpointCommand = async (output, context) => {
|
|
@@ -2186,7 +2186,7 @@ const deserializeAws_json1_1ModifyEndpointCommandError = async (output, context)
|
|
|
2186
2186
|
$fault: "client",
|
|
2187
2187
|
$metadata: deserializeMetadata(output),
|
|
2188
2188
|
});
|
|
2189
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2189
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2190
2190
|
}
|
|
2191
2191
|
};
|
|
2192
2192
|
const deserializeAws_json1_1ModifyEventSubscriptionCommand = async (output, context) => {
|
|
@@ -2246,7 +2246,7 @@ const deserializeAws_json1_1ModifyEventSubscriptionCommandError = async (output,
|
|
|
2246
2246
|
$fault: "client",
|
|
2247
2247
|
$metadata: deserializeMetadata(output),
|
|
2248
2248
|
});
|
|
2249
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2249
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2250
2250
|
}
|
|
2251
2251
|
};
|
|
2252
2252
|
const deserializeAws_json1_1ModifyReplicationInstanceCommand = async (output, context) => {
|
|
@@ -2300,7 +2300,7 @@ const deserializeAws_json1_1ModifyReplicationInstanceCommandError = async (outpu
|
|
|
2300
2300
|
$fault: "client",
|
|
2301
2301
|
$metadata: deserializeMetadata(output),
|
|
2302
2302
|
});
|
|
2303
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2303
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2304
2304
|
}
|
|
2305
2305
|
};
|
|
2306
2306
|
const deserializeAws_json1_1ModifyReplicationSubnetGroupCommand = async (output, context) => {
|
|
@@ -2351,7 +2351,7 @@ const deserializeAws_json1_1ModifyReplicationSubnetGroupCommandError = async (ou
|
|
|
2351
2351
|
$fault: "client",
|
|
2352
2352
|
$metadata: deserializeMetadata(output),
|
|
2353
2353
|
});
|
|
2354
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2354
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2355
2355
|
}
|
|
2356
2356
|
};
|
|
2357
2357
|
const deserializeAws_json1_1ModifyReplicationTaskCommand = async (output, context) => {
|
|
@@ -2396,7 +2396,7 @@ const deserializeAws_json1_1ModifyReplicationTaskCommandError = async (output, c
|
|
|
2396
2396
|
$fault: "client",
|
|
2397
2397
|
$metadata: deserializeMetadata(output),
|
|
2398
2398
|
});
|
|
2399
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2399
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2400
2400
|
}
|
|
2401
2401
|
};
|
|
2402
2402
|
const deserializeAws_json1_1MoveReplicationTaskCommand = async (output, context) => {
|
|
@@ -2444,7 +2444,7 @@ const deserializeAws_json1_1MoveReplicationTaskCommandError = async (output, con
|
|
|
2444
2444
|
$fault: "client",
|
|
2445
2445
|
$metadata: deserializeMetadata(output),
|
|
2446
2446
|
});
|
|
2447
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2447
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2448
2448
|
}
|
|
2449
2449
|
};
|
|
2450
2450
|
const deserializeAws_json1_1RebootReplicationInstanceCommand = async (output, context) => {
|
|
@@ -2483,7 +2483,7 @@ const deserializeAws_json1_1RebootReplicationInstanceCommandError = async (outpu
|
|
|
2483
2483
|
$fault: "client",
|
|
2484
2484
|
$metadata: deserializeMetadata(output),
|
|
2485
2485
|
});
|
|
2486
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2486
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2487
2487
|
}
|
|
2488
2488
|
};
|
|
2489
2489
|
const deserializeAws_json1_1RefreshSchemasCommand = async (output, context) => {
|
|
@@ -2528,7 +2528,7 @@ const deserializeAws_json1_1RefreshSchemasCommandError = async (output, context)
|
|
|
2528
2528
|
$fault: "client",
|
|
2529
2529
|
$metadata: deserializeMetadata(output),
|
|
2530
2530
|
});
|
|
2531
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2531
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2532
2532
|
}
|
|
2533
2533
|
};
|
|
2534
2534
|
const deserializeAws_json1_1ReloadTablesCommand = async (output, context) => {
|
|
@@ -2567,7 +2567,7 @@ const deserializeAws_json1_1ReloadTablesCommandError = async (output, context) =
|
|
|
2567
2567
|
$fault: "client",
|
|
2568
2568
|
$metadata: deserializeMetadata(output),
|
|
2569
2569
|
});
|
|
2570
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2570
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2571
2571
|
}
|
|
2572
2572
|
};
|
|
2573
2573
|
const deserializeAws_json1_1RemoveTagsFromResourceCommand = async (output, context) => {
|
|
@@ -2603,7 +2603,7 @@ const deserializeAws_json1_1RemoveTagsFromResourceCommandError = async (output,
|
|
|
2603
2603
|
$fault: "client",
|
|
2604
2604
|
$metadata: deserializeMetadata(output),
|
|
2605
2605
|
});
|
|
2606
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2606
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2607
2607
|
}
|
|
2608
2608
|
};
|
|
2609
2609
|
const deserializeAws_json1_1StartReplicationTaskCommand = async (output, context) => {
|
|
@@ -2645,7 +2645,7 @@ const deserializeAws_json1_1StartReplicationTaskCommandError = async (output, co
|
|
|
2645
2645
|
$fault: "client",
|
|
2646
2646
|
$metadata: deserializeMetadata(output),
|
|
2647
2647
|
});
|
|
2648
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2648
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2649
2649
|
}
|
|
2650
2650
|
};
|
|
2651
2651
|
const deserializeAws_json1_1StartReplicationTaskAssessmentCommand = async (output, context) => {
|
|
@@ -2684,7 +2684,7 @@ const deserializeAws_json1_1StartReplicationTaskAssessmentCommandError = async (
|
|
|
2684
2684
|
$fault: "client",
|
|
2685
2685
|
$metadata: deserializeMetadata(output),
|
|
2686
2686
|
});
|
|
2687
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2687
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2688
2688
|
}
|
|
2689
2689
|
};
|
|
2690
2690
|
const deserializeAws_json1_1StartReplicationTaskAssessmentRunCommand = async (output, context) => {
|
|
@@ -2753,7 +2753,7 @@ const deserializeAws_json1_1StartReplicationTaskAssessmentRunCommandError = asyn
|
|
|
2753
2753
|
$fault: "client",
|
|
2754
2754
|
$metadata: deserializeMetadata(output),
|
|
2755
2755
|
});
|
|
2756
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2756
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2757
2757
|
}
|
|
2758
2758
|
};
|
|
2759
2759
|
const deserializeAws_json1_1StopReplicationTaskCommand = async (output, context) => {
|
|
@@ -2792,7 +2792,7 @@ const deserializeAws_json1_1StopReplicationTaskCommandError = async (output, con
|
|
|
2792
2792
|
$fault: "client",
|
|
2793
2793
|
$metadata: deserializeMetadata(output),
|
|
2794
2794
|
});
|
|
2795
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2795
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2796
2796
|
}
|
|
2797
2797
|
};
|
|
2798
2798
|
const deserializeAws_json1_1TestConnectionCommand = async (output, context) => {
|
|
@@ -2840,7 +2840,7 @@ const deserializeAws_json1_1TestConnectionCommandError = async (output, context)
|
|
|
2840
2840
|
$fault: "client",
|
|
2841
2841
|
$metadata: deserializeMetadata(output),
|
|
2842
2842
|
});
|
|
2843
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2843
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2844
2844
|
}
|
|
2845
2845
|
};
|
|
2846
2846
|
const deserializeAws_json1_1AccessDeniedFaultResponse = async (parsedOutput, context) => {
|
|
@@ -2850,7 +2850,7 @@ const deserializeAws_json1_1AccessDeniedFaultResponse = async (parsedOutput, con
|
|
|
2850
2850
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2851
2851
|
...deserialized,
|
|
2852
2852
|
});
|
|
2853
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2853
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2854
2854
|
};
|
|
2855
2855
|
const deserializeAws_json1_1InsufficientResourceCapacityFaultResponse = async (parsedOutput, context) => {
|
|
2856
2856
|
const body = parsedOutput.body;
|
|
@@ -2859,7 +2859,7 @@ const deserializeAws_json1_1InsufficientResourceCapacityFaultResponse = async (p
|
|
|
2859
2859
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2860
2860
|
...deserialized,
|
|
2861
2861
|
});
|
|
2862
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2862
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2863
2863
|
};
|
|
2864
2864
|
const deserializeAws_json1_1InvalidCertificateFaultResponse = async (parsedOutput, context) => {
|
|
2865
2865
|
const body = parsedOutput.body;
|
|
@@ -2868,7 +2868,7 @@ const deserializeAws_json1_1InvalidCertificateFaultResponse = async (parsedOutpu
|
|
|
2868
2868
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2869
2869
|
...deserialized,
|
|
2870
2870
|
});
|
|
2871
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2871
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2872
2872
|
};
|
|
2873
2873
|
const deserializeAws_json1_1InvalidResourceStateFaultResponse = async (parsedOutput, context) => {
|
|
2874
2874
|
const body = parsedOutput.body;
|
|
@@ -2877,7 +2877,7 @@ const deserializeAws_json1_1InvalidResourceStateFaultResponse = async (parsedOut
|
|
|
2877
2877
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2878
2878
|
...deserialized,
|
|
2879
2879
|
});
|
|
2880
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2880
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2881
2881
|
};
|
|
2882
2882
|
const deserializeAws_json1_1InvalidSubnetResponse = async (parsedOutput, context) => {
|
|
2883
2883
|
const body = parsedOutput.body;
|
|
@@ -2886,7 +2886,7 @@ const deserializeAws_json1_1InvalidSubnetResponse = async (parsedOutput, context
|
|
|
2886
2886
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2887
2887
|
...deserialized,
|
|
2888
2888
|
});
|
|
2889
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2889
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2890
2890
|
};
|
|
2891
2891
|
const deserializeAws_json1_1KMSAccessDeniedFaultResponse = async (parsedOutput, context) => {
|
|
2892
2892
|
const body = parsedOutput.body;
|
|
@@ -2895,7 +2895,7 @@ const deserializeAws_json1_1KMSAccessDeniedFaultResponse = async (parsedOutput,
|
|
|
2895
2895
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2896
2896
|
...deserialized,
|
|
2897
2897
|
});
|
|
2898
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2898
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2899
2899
|
};
|
|
2900
2900
|
const deserializeAws_json1_1KMSDisabledFaultResponse = async (parsedOutput, context) => {
|
|
2901
2901
|
const body = parsedOutput.body;
|
|
@@ -2904,7 +2904,7 @@ const deserializeAws_json1_1KMSDisabledFaultResponse = async (parsedOutput, cont
|
|
|
2904
2904
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2905
2905
|
...deserialized,
|
|
2906
2906
|
});
|
|
2907
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2907
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2908
2908
|
};
|
|
2909
2909
|
const deserializeAws_json1_1KMSFaultResponse = async (parsedOutput, context) => {
|
|
2910
2910
|
const body = parsedOutput.body;
|
|
@@ -2913,7 +2913,7 @@ const deserializeAws_json1_1KMSFaultResponse = async (parsedOutput, context) =>
|
|
|
2913
2913
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2914
2914
|
...deserialized,
|
|
2915
2915
|
});
|
|
2916
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2916
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2917
2917
|
};
|
|
2918
2918
|
const deserializeAws_json1_1KMSInvalidStateFaultResponse = async (parsedOutput, context) => {
|
|
2919
2919
|
const body = parsedOutput.body;
|
|
@@ -2922,7 +2922,7 @@ const deserializeAws_json1_1KMSInvalidStateFaultResponse = async (parsedOutput,
|
|
|
2922
2922
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2923
2923
|
...deserialized,
|
|
2924
2924
|
});
|
|
2925
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2925
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2926
2926
|
};
|
|
2927
2927
|
const deserializeAws_json1_1KMSKeyNotAccessibleFaultResponse = async (parsedOutput, context) => {
|
|
2928
2928
|
const body = parsedOutput.body;
|
|
@@ -2931,7 +2931,7 @@ const deserializeAws_json1_1KMSKeyNotAccessibleFaultResponse = async (parsedOutp
|
|
|
2931
2931
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2932
2932
|
...deserialized,
|
|
2933
2933
|
});
|
|
2934
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2934
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2935
2935
|
};
|
|
2936
2936
|
const deserializeAws_json1_1KMSNotFoundFaultResponse = async (parsedOutput, context) => {
|
|
2937
2937
|
const body = parsedOutput.body;
|
|
@@ -2940,7 +2940,7 @@ const deserializeAws_json1_1KMSNotFoundFaultResponse = async (parsedOutput, cont
|
|
|
2940
2940
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2941
2941
|
...deserialized,
|
|
2942
2942
|
});
|
|
2943
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2943
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2944
2944
|
};
|
|
2945
2945
|
const deserializeAws_json1_1KMSThrottlingFaultResponse = async (parsedOutput, context) => {
|
|
2946
2946
|
const body = parsedOutput.body;
|
|
@@ -2949,7 +2949,7 @@ const deserializeAws_json1_1KMSThrottlingFaultResponse = async (parsedOutput, co
|
|
|
2949
2949
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2950
2950
|
...deserialized,
|
|
2951
2951
|
});
|
|
2952
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2952
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2953
2953
|
};
|
|
2954
2954
|
const deserializeAws_json1_1ReplicationSubnetGroupDoesNotCoverEnoughAZsResponse = async (parsedOutput, context) => {
|
|
2955
2955
|
const body = parsedOutput.body;
|
|
@@ -2958,7 +2958,7 @@ const deserializeAws_json1_1ReplicationSubnetGroupDoesNotCoverEnoughAZsResponse
|
|
|
2958
2958
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2959
2959
|
...deserialized,
|
|
2960
2960
|
});
|
|
2961
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2961
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2962
2962
|
};
|
|
2963
2963
|
const deserializeAws_json1_1ResourceAlreadyExistsFaultResponse = async (parsedOutput, context) => {
|
|
2964
2964
|
const body = parsedOutput.body;
|
|
@@ -2967,7 +2967,7 @@ const deserializeAws_json1_1ResourceAlreadyExistsFaultResponse = async (parsedOu
|
|
|
2967
2967
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2968
2968
|
...deserialized,
|
|
2969
2969
|
});
|
|
2970
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2970
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2971
2971
|
};
|
|
2972
2972
|
const deserializeAws_json1_1ResourceNotFoundFaultResponse = async (parsedOutput, context) => {
|
|
2973
2973
|
const body = parsedOutput.body;
|
|
@@ -2976,7 +2976,7 @@ const deserializeAws_json1_1ResourceNotFoundFaultResponse = async (parsedOutput,
|
|
|
2976
2976
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2977
2977
|
...deserialized,
|
|
2978
2978
|
});
|
|
2979
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2979
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2980
2980
|
};
|
|
2981
2981
|
const deserializeAws_json1_1ResourceQuotaExceededFaultResponse = async (parsedOutput, context) => {
|
|
2982
2982
|
const body = parsedOutput.body;
|
|
@@ -2985,7 +2985,7 @@ const deserializeAws_json1_1ResourceQuotaExceededFaultResponse = async (parsedOu
|
|
|
2985
2985
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2986
2986
|
...deserialized,
|
|
2987
2987
|
});
|
|
2988
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2988
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2989
2989
|
};
|
|
2990
2990
|
const deserializeAws_json1_1S3AccessDeniedFaultResponse = async (parsedOutput, context) => {
|
|
2991
2991
|
const body = parsedOutput.body;
|
|
@@ -2994,7 +2994,7 @@ const deserializeAws_json1_1S3AccessDeniedFaultResponse = async (parsedOutput, c
|
|
|
2994
2994
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2995
2995
|
...deserialized,
|
|
2996
2996
|
});
|
|
2997
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2997
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2998
2998
|
};
|
|
2999
2999
|
const deserializeAws_json1_1S3ResourceNotFoundFaultResponse = async (parsedOutput, context) => {
|
|
3000
3000
|
const body = parsedOutput.body;
|
|
@@ -3003,7 +3003,7 @@ const deserializeAws_json1_1S3ResourceNotFoundFaultResponse = async (parsedOutpu
|
|
|
3003
3003
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3004
3004
|
...deserialized,
|
|
3005
3005
|
});
|
|
3006
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3006
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3007
3007
|
};
|
|
3008
3008
|
const deserializeAws_json1_1SNSInvalidTopicFaultResponse = async (parsedOutput, context) => {
|
|
3009
3009
|
const body = parsedOutput.body;
|
|
@@ -3012,7 +3012,7 @@ const deserializeAws_json1_1SNSInvalidTopicFaultResponse = async (parsedOutput,
|
|
|
3012
3012
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3013
3013
|
...deserialized,
|
|
3014
3014
|
});
|
|
3015
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3015
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3016
3016
|
};
|
|
3017
3017
|
const deserializeAws_json1_1SNSNoAuthorizationFaultResponse = async (parsedOutput, context) => {
|
|
3018
3018
|
const body = parsedOutput.body;
|
|
@@ -3021,7 +3021,7 @@ const deserializeAws_json1_1SNSNoAuthorizationFaultResponse = async (parsedOutpu
|
|
|
3021
3021
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3022
3022
|
...deserialized,
|
|
3023
3023
|
});
|
|
3024
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3024
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3025
3025
|
};
|
|
3026
3026
|
const deserializeAws_json1_1StorageQuotaExceededFaultResponse = async (parsedOutput, context) => {
|
|
3027
3027
|
const body = parsedOutput.body;
|
|
@@ -3030,7 +3030,7 @@ const deserializeAws_json1_1StorageQuotaExceededFaultResponse = async (parsedOut
|
|
|
3030
3030
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3031
3031
|
...deserialized,
|
|
3032
3032
|
});
|
|
3033
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3033
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3034
3034
|
};
|
|
3035
3035
|
const deserializeAws_json1_1SubnetAlreadyInUseResponse = async (parsedOutput, context) => {
|
|
3036
3036
|
const body = parsedOutput.body;
|
|
@@ -3039,7 +3039,7 @@ const deserializeAws_json1_1SubnetAlreadyInUseResponse = async (parsedOutput, co
|
|
|
3039
3039
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3040
3040
|
...deserialized,
|
|
3041
3041
|
});
|
|
3042
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3042
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3043
3043
|
};
|
|
3044
3044
|
const deserializeAws_json1_1UpgradeDependencyFailureFaultResponse = async (parsedOutput, context) => {
|
|
3045
3045
|
const body = parsedOutput.body;
|
|
@@ -3048,7 +3048,7 @@ const deserializeAws_json1_1UpgradeDependencyFailureFaultResponse = async (parse
|
|
|
3048
3048
|
$metadata: deserializeMetadata(parsedOutput),
|
|
3049
3049
|
...deserialized,
|
|
3050
3050
|
});
|
|
3051
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
3051
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
3052
3052
|
};
|
|
3053
3053
|
const serializeAws_json1_1AddTagsToResourceMessage = (input, context) => {
|
|
3054
3054
|
return {
|
|
@@ -4433,14 +4433,14 @@ const serializeAws_json1_1VpcSecurityGroupIdList = (input, context) => {
|
|
|
4433
4433
|
};
|
|
4434
4434
|
const deserializeAws_json1_1AccessDeniedFault = (output, context) => {
|
|
4435
4435
|
return {
|
|
4436
|
-
message: smithy_client_1.expectString(output.message),
|
|
4436
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
4437
4437
|
};
|
|
4438
4438
|
};
|
|
4439
4439
|
const deserializeAws_json1_1AccountQuota = (output, context) => {
|
|
4440
4440
|
return {
|
|
4441
|
-
AccountQuotaName: smithy_client_1.expectString(output.AccountQuotaName),
|
|
4442
|
-
Max: smithy_client_1.expectLong(output.Max),
|
|
4443
|
-
Used: smithy_client_1.expectLong(output.Used),
|
|
4441
|
+
AccountQuotaName: (0, smithy_client_1.expectString)(output.AccountQuotaName),
|
|
4442
|
+
Max: (0, smithy_client_1.expectLong)(output.Max),
|
|
4443
|
+
Used: (0, smithy_client_1.expectLong)(output.Used),
|
|
4444
4444
|
};
|
|
4445
4445
|
};
|
|
4446
4446
|
const deserializeAws_json1_1AccountQuotaList = (output, context) => {
|
|
@@ -4466,7 +4466,7 @@ const deserializeAws_json1_1ApplyPendingMaintenanceActionResponse = (output, con
|
|
|
4466
4466
|
};
|
|
4467
4467
|
const deserializeAws_json1_1AvailabilityZone = (output, context) => {
|
|
4468
4468
|
return {
|
|
4469
|
-
Name: smithy_client_1.expectString(output.Name),
|
|
4469
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
4470
4470
|
};
|
|
4471
4471
|
};
|
|
4472
4472
|
const deserializeAws_json1_1AvailabilityZonesList = (output, context) => {
|
|
@@ -4476,7 +4476,7 @@ const deserializeAws_json1_1AvailabilityZonesList = (output, context) => {
|
|
|
4476
4476
|
if (entry === null) {
|
|
4477
4477
|
return null;
|
|
4478
4478
|
}
|
|
4479
|
-
return smithy_client_1.expectString(entry);
|
|
4479
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
4480
4480
|
});
|
|
4481
4481
|
return retVal;
|
|
4482
4482
|
};
|
|
@@ -4489,23 +4489,23 @@ const deserializeAws_json1_1CancelReplicationTaskAssessmentRunResponse = (output
|
|
|
4489
4489
|
};
|
|
4490
4490
|
const deserializeAws_json1_1Certificate = (output, context) => {
|
|
4491
4491
|
return {
|
|
4492
|
-
CertificateArn: smithy_client_1.expectString(output.CertificateArn),
|
|
4492
|
+
CertificateArn: (0, smithy_client_1.expectString)(output.CertificateArn),
|
|
4493
4493
|
CertificateCreationDate: output.CertificateCreationDate !== undefined && output.CertificateCreationDate !== null
|
|
4494
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CertificateCreationDate)))
|
|
4494
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CertificateCreationDate)))
|
|
4495
4495
|
: undefined,
|
|
4496
|
-
CertificateIdentifier: smithy_client_1.expectString(output.CertificateIdentifier),
|
|
4497
|
-
CertificateOwner: smithy_client_1.expectString(output.CertificateOwner),
|
|
4498
|
-
CertificatePem: smithy_client_1.expectString(output.CertificatePem),
|
|
4496
|
+
CertificateIdentifier: (0, smithy_client_1.expectString)(output.CertificateIdentifier),
|
|
4497
|
+
CertificateOwner: (0, smithy_client_1.expectString)(output.CertificateOwner),
|
|
4498
|
+
CertificatePem: (0, smithy_client_1.expectString)(output.CertificatePem),
|
|
4499
4499
|
CertificateWallet: output.CertificateWallet !== undefined && output.CertificateWallet !== null
|
|
4500
4500
|
? context.base64Decoder(output.CertificateWallet)
|
|
4501
4501
|
: undefined,
|
|
4502
|
-
KeyLength: smithy_client_1.expectInt32(output.KeyLength),
|
|
4503
|
-
SigningAlgorithm: smithy_client_1.expectString(output.SigningAlgorithm),
|
|
4502
|
+
KeyLength: (0, smithy_client_1.expectInt32)(output.KeyLength),
|
|
4503
|
+
SigningAlgorithm: (0, smithy_client_1.expectString)(output.SigningAlgorithm),
|
|
4504
4504
|
ValidFromDate: output.ValidFromDate !== undefined && output.ValidFromDate !== null
|
|
4505
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.ValidFromDate)))
|
|
4505
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.ValidFromDate)))
|
|
4506
4506
|
: undefined,
|
|
4507
4507
|
ValidToDate: output.ValidToDate !== undefined && output.ValidToDate !== null
|
|
4508
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.ValidToDate)))
|
|
4508
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.ValidToDate)))
|
|
4509
4509
|
: undefined,
|
|
4510
4510
|
};
|
|
4511
4511
|
};
|
|
@@ -4522,12 +4522,12 @@ const deserializeAws_json1_1CertificateList = (output, context) => {
|
|
|
4522
4522
|
};
|
|
4523
4523
|
const deserializeAws_json1_1Connection = (output, context) => {
|
|
4524
4524
|
return {
|
|
4525
|
-
EndpointArn: smithy_client_1.expectString(output.EndpointArn),
|
|
4526
|
-
EndpointIdentifier: smithy_client_1.expectString(output.EndpointIdentifier),
|
|
4527
|
-
LastFailureMessage: smithy_client_1.expectString(output.LastFailureMessage),
|
|
4528
|
-
ReplicationInstanceArn: smithy_client_1.expectString(output.ReplicationInstanceArn),
|
|
4529
|
-
ReplicationInstanceIdentifier: smithy_client_1.expectString(output.ReplicationInstanceIdentifier),
|
|
4530
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
4525
|
+
EndpointArn: (0, smithy_client_1.expectString)(output.EndpointArn),
|
|
4526
|
+
EndpointIdentifier: (0, smithy_client_1.expectString)(output.EndpointIdentifier),
|
|
4527
|
+
LastFailureMessage: (0, smithy_client_1.expectString)(output.LastFailureMessage),
|
|
4528
|
+
ReplicationInstanceArn: (0, smithy_client_1.expectString)(output.ReplicationInstanceArn),
|
|
4529
|
+
ReplicationInstanceIdentifier: (0, smithy_client_1.expectString)(output.ReplicationInstanceIdentifier),
|
|
4530
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
4531
4531
|
};
|
|
4532
4532
|
};
|
|
4533
4533
|
const deserializeAws_json1_1ConnectionList = (output, context) => {
|
|
@@ -4633,7 +4633,7 @@ const deserializeAws_json1_1DescribeAccountAttributesResponse = (output, context
|
|
|
4633
4633
|
AccountQuotas: output.AccountQuotas !== undefined && output.AccountQuotas !== null
|
|
4634
4634
|
? deserializeAws_json1_1AccountQuotaList(output.AccountQuotas, context)
|
|
4635
4635
|
: undefined,
|
|
4636
|
-
UniqueAccountIdentifier: smithy_client_1.expectString(output.UniqueAccountIdentifier),
|
|
4636
|
+
UniqueAccountIdentifier: (0, smithy_client_1.expectString)(output.UniqueAccountIdentifier),
|
|
4637
4637
|
};
|
|
4638
4638
|
};
|
|
4639
4639
|
const deserializeAws_json1_1DescribeApplicableIndividualAssessmentsResponse = (output, context) => {
|
|
@@ -4641,7 +4641,7 @@ const deserializeAws_json1_1DescribeApplicableIndividualAssessmentsResponse = (o
|
|
|
4641
4641
|
IndividualAssessmentNames: output.IndividualAssessmentNames !== undefined && output.IndividualAssessmentNames !== null
|
|
4642
4642
|
? deserializeAws_json1_1IndividualAssessmentNameList(output.IndividualAssessmentNames, context)
|
|
4643
4643
|
: undefined,
|
|
4644
|
-
Marker: smithy_client_1.expectString(output.Marker),
|
|
4644
|
+
Marker: (0, smithy_client_1.expectString)(output.Marker),
|
|
4645
4645
|
};
|
|
4646
4646
|
};
|
|
4647
4647
|
const deserializeAws_json1_1DescribeCertificatesResponse = (output, context) => {
|
|
@@ -4649,7 +4649,7 @@ const deserializeAws_json1_1DescribeCertificatesResponse = (output, context) =>
|
|
|
4649
4649
|
Certificates: output.Certificates !== undefined && output.Certificates !== null
|
|
4650
4650
|
? deserializeAws_json1_1CertificateList(output.Certificates, context)
|
|
4651
4651
|
: undefined,
|
|
4652
|
-
Marker: smithy_client_1.expectString(output.Marker),
|
|
4652
|
+
Marker: (0, smithy_client_1.expectString)(output.Marker),
|
|
4653
4653
|
};
|
|
4654
4654
|
};
|
|
4655
4655
|
const deserializeAws_json1_1DescribeConnectionsResponse = (output, context) => {
|
|
@@ -4657,7 +4657,7 @@ const deserializeAws_json1_1DescribeConnectionsResponse = (output, context) => {
|
|
|
4657
4657
|
Connections: output.Connections !== undefined && output.Connections !== null
|
|
4658
4658
|
? deserializeAws_json1_1ConnectionList(output.Connections, context)
|
|
4659
4659
|
: undefined,
|
|
4660
|
-
Marker: smithy_client_1.expectString(output.Marker),
|
|
4660
|
+
Marker: (0, smithy_client_1.expectString)(output.Marker),
|
|
4661
4661
|
};
|
|
4662
4662
|
};
|
|
4663
4663
|
const deserializeAws_json1_1DescribeEndpointSettingsResponse = (output, context) => {
|
|
@@ -4665,7 +4665,7 @@ const deserializeAws_json1_1DescribeEndpointSettingsResponse = (output, context)
|
|
|
4665
4665
|
EndpointSettings: output.EndpointSettings !== undefined && output.EndpointSettings !== null
|
|
4666
4666
|
? deserializeAws_json1_1EndpointSettingsList(output.EndpointSettings, context)
|
|
4667
4667
|
: undefined,
|
|
4668
|
-
Marker: smithy_client_1.expectString(output.Marker),
|
|
4668
|
+
Marker: (0, smithy_client_1.expectString)(output.Marker),
|
|
4669
4669
|
};
|
|
4670
4670
|
};
|
|
4671
4671
|
const deserializeAws_json1_1DescribeEndpointsResponse = (output, context) => {
|
|
@@ -4673,12 +4673,12 @@ const deserializeAws_json1_1DescribeEndpointsResponse = (output, context) => {
|
|
|
4673
4673
|
Endpoints: output.Endpoints !== undefined && output.Endpoints !== null
|
|
4674
4674
|
? deserializeAws_json1_1EndpointList(output.Endpoints, context)
|
|
4675
4675
|
: undefined,
|
|
4676
|
-
Marker: smithy_client_1.expectString(output.Marker),
|
|
4676
|
+
Marker: (0, smithy_client_1.expectString)(output.Marker),
|
|
4677
4677
|
};
|
|
4678
4678
|
};
|
|
4679
4679
|
const deserializeAws_json1_1DescribeEndpointTypesResponse = (output, context) => {
|
|
4680
4680
|
return {
|
|
4681
|
-
Marker: smithy_client_1.expectString(output.Marker),
|
|
4681
|
+
Marker: (0, smithy_client_1.expectString)(output.Marker),
|
|
4682
4682
|
SupportedEndpointTypes: output.SupportedEndpointTypes !== undefined && output.SupportedEndpointTypes !== null
|
|
4683
4683
|
? deserializeAws_json1_1SupportedEndpointTypeList(output.SupportedEndpointTypes, context)
|
|
4684
4684
|
: undefined,
|
|
@@ -4696,7 +4696,7 @@ const deserializeAws_json1_1DescribeEventsResponse = (output, context) => {
|
|
|
4696
4696
|
Events: output.Events !== undefined && output.Events !== null
|
|
4697
4697
|
? deserializeAws_json1_1EventList(output.Events, context)
|
|
4698
4698
|
: undefined,
|
|
4699
|
-
Marker: smithy_client_1.expectString(output.Marker),
|
|
4699
|
+
Marker: (0, smithy_client_1.expectString)(output.Marker),
|
|
4700
4700
|
};
|
|
4701
4701
|
};
|
|
4702
4702
|
const deserializeAws_json1_1DescribeEventSubscriptionsResponse = (output, context) => {
|
|
@@ -4704,12 +4704,12 @@ const deserializeAws_json1_1DescribeEventSubscriptionsResponse = (output, contex
|
|
|
4704
4704
|
EventSubscriptionsList: output.EventSubscriptionsList !== undefined && output.EventSubscriptionsList !== null
|
|
4705
4705
|
? deserializeAws_json1_1EventSubscriptionsList(output.EventSubscriptionsList, context)
|
|
4706
4706
|
: undefined,
|
|
4707
|
-
Marker: smithy_client_1.expectString(output.Marker),
|
|
4707
|
+
Marker: (0, smithy_client_1.expectString)(output.Marker),
|
|
4708
4708
|
};
|
|
4709
4709
|
};
|
|
4710
4710
|
const deserializeAws_json1_1DescribeOrderableReplicationInstancesResponse = (output, context) => {
|
|
4711
4711
|
return {
|
|
4712
|
-
Marker: smithy_client_1.expectString(output.Marker),
|
|
4712
|
+
Marker: (0, smithy_client_1.expectString)(output.Marker),
|
|
4713
4713
|
OrderableReplicationInstances: output.OrderableReplicationInstances !== undefined && output.OrderableReplicationInstances !== null
|
|
4714
4714
|
? deserializeAws_json1_1OrderableReplicationInstanceList(output.OrderableReplicationInstances, context)
|
|
4715
4715
|
: undefined,
|
|
@@ -4717,7 +4717,7 @@ const deserializeAws_json1_1DescribeOrderableReplicationInstancesResponse = (out
|
|
|
4717
4717
|
};
|
|
4718
4718
|
const deserializeAws_json1_1DescribePendingMaintenanceActionsResponse = (output, context) => {
|
|
4719
4719
|
return {
|
|
4720
|
-
Marker: smithy_client_1.expectString(output.Marker),
|
|
4720
|
+
Marker: (0, smithy_client_1.expectString)(output.Marker),
|
|
4721
4721
|
PendingMaintenanceActions: output.PendingMaintenanceActions !== undefined && output.PendingMaintenanceActions !== null
|
|
4722
4722
|
? deserializeAws_json1_1PendingMaintenanceActions(output.PendingMaintenanceActions, context)
|
|
4723
4723
|
: undefined,
|
|
@@ -4732,7 +4732,7 @@ const deserializeAws_json1_1DescribeRefreshSchemasStatusResponse = (output, cont
|
|
|
4732
4732
|
};
|
|
4733
4733
|
const deserializeAws_json1_1DescribeReplicationInstancesResponse = (output, context) => {
|
|
4734
4734
|
return {
|
|
4735
|
-
Marker: smithy_client_1.expectString(output.Marker),
|
|
4735
|
+
Marker: (0, smithy_client_1.expectString)(output.Marker),
|
|
4736
4736
|
ReplicationInstances: output.ReplicationInstances !== undefined && output.ReplicationInstances !== null
|
|
4737
4737
|
? deserializeAws_json1_1ReplicationInstanceList(output.ReplicationInstances, context)
|
|
4738
4738
|
: undefined,
|
|
@@ -4740,8 +4740,8 @@ const deserializeAws_json1_1DescribeReplicationInstancesResponse = (output, cont
|
|
|
4740
4740
|
};
|
|
4741
4741
|
const deserializeAws_json1_1DescribeReplicationInstanceTaskLogsResponse = (output, context) => {
|
|
4742
4742
|
return {
|
|
4743
|
-
Marker: smithy_client_1.expectString(output.Marker),
|
|
4744
|
-
ReplicationInstanceArn: smithy_client_1.expectString(output.ReplicationInstanceArn),
|
|
4743
|
+
Marker: (0, smithy_client_1.expectString)(output.Marker),
|
|
4744
|
+
ReplicationInstanceArn: (0, smithy_client_1.expectString)(output.ReplicationInstanceArn),
|
|
4745
4745
|
ReplicationInstanceTaskLogs: output.ReplicationInstanceTaskLogs !== undefined && output.ReplicationInstanceTaskLogs !== null
|
|
4746
4746
|
? deserializeAws_json1_1ReplicationInstanceTaskLogsList(output.ReplicationInstanceTaskLogs, context)
|
|
4747
4747
|
: undefined,
|
|
@@ -4749,7 +4749,7 @@ const deserializeAws_json1_1DescribeReplicationInstanceTaskLogsResponse = (outpu
|
|
|
4749
4749
|
};
|
|
4750
4750
|
const deserializeAws_json1_1DescribeReplicationSubnetGroupsResponse = (output, context) => {
|
|
4751
4751
|
return {
|
|
4752
|
-
Marker: smithy_client_1.expectString(output.Marker),
|
|
4752
|
+
Marker: (0, smithy_client_1.expectString)(output.Marker),
|
|
4753
4753
|
ReplicationSubnetGroups: output.ReplicationSubnetGroups !== undefined && output.ReplicationSubnetGroups !== null
|
|
4754
4754
|
? deserializeAws_json1_1ReplicationSubnetGroups(output.ReplicationSubnetGroups, context)
|
|
4755
4755
|
: undefined,
|
|
@@ -4757,8 +4757,8 @@ const deserializeAws_json1_1DescribeReplicationSubnetGroupsResponse = (output, c
|
|
|
4757
4757
|
};
|
|
4758
4758
|
const deserializeAws_json1_1DescribeReplicationTaskAssessmentResultsResponse = (output, context) => {
|
|
4759
4759
|
return {
|
|
4760
|
-
BucketName: smithy_client_1.expectString(output.BucketName),
|
|
4761
|
-
Marker: smithy_client_1.expectString(output.Marker),
|
|
4760
|
+
BucketName: (0, smithy_client_1.expectString)(output.BucketName),
|
|
4761
|
+
Marker: (0, smithy_client_1.expectString)(output.Marker),
|
|
4762
4762
|
ReplicationTaskAssessmentResults: output.ReplicationTaskAssessmentResults !== undefined && output.ReplicationTaskAssessmentResults !== null
|
|
4763
4763
|
? deserializeAws_json1_1ReplicationTaskAssessmentResultList(output.ReplicationTaskAssessmentResults, context)
|
|
4764
4764
|
: undefined,
|
|
@@ -4766,7 +4766,7 @@ const deserializeAws_json1_1DescribeReplicationTaskAssessmentResultsResponse = (
|
|
|
4766
4766
|
};
|
|
4767
4767
|
const deserializeAws_json1_1DescribeReplicationTaskAssessmentRunsResponse = (output, context) => {
|
|
4768
4768
|
return {
|
|
4769
|
-
Marker: smithy_client_1.expectString(output.Marker),
|
|
4769
|
+
Marker: (0, smithy_client_1.expectString)(output.Marker),
|
|
4770
4770
|
ReplicationTaskAssessmentRuns: output.ReplicationTaskAssessmentRuns !== undefined && output.ReplicationTaskAssessmentRuns !== null
|
|
4771
4771
|
? deserializeAws_json1_1ReplicationTaskAssessmentRunList(output.ReplicationTaskAssessmentRuns, context)
|
|
4772
4772
|
: undefined,
|
|
@@ -4774,7 +4774,7 @@ const deserializeAws_json1_1DescribeReplicationTaskAssessmentRunsResponse = (out
|
|
|
4774
4774
|
};
|
|
4775
4775
|
const deserializeAws_json1_1DescribeReplicationTaskIndividualAssessmentsResponse = (output, context) => {
|
|
4776
4776
|
return {
|
|
4777
|
-
Marker: smithy_client_1.expectString(output.Marker),
|
|
4777
|
+
Marker: (0, smithy_client_1.expectString)(output.Marker),
|
|
4778
4778
|
ReplicationTaskIndividualAssessments: output.ReplicationTaskIndividualAssessments !== undefined && output.ReplicationTaskIndividualAssessments !== null
|
|
4779
4779
|
? deserializeAws_json1_1ReplicationTaskIndividualAssessmentList(output.ReplicationTaskIndividualAssessments, context)
|
|
4780
4780
|
: undefined,
|
|
@@ -4782,7 +4782,7 @@ const deserializeAws_json1_1DescribeReplicationTaskIndividualAssessmentsResponse
|
|
|
4782
4782
|
};
|
|
4783
4783
|
const deserializeAws_json1_1DescribeReplicationTasksResponse = (output, context) => {
|
|
4784
4784
|
return {
|
|
4785
|
-
Marker: smithy_client_1.expectString(output.Marker),
|
|
4785
|
+
Marker: (0, smithy_client_1.expectString)(output.Marker),
|
|
4786
4786
|
ReplicationTasks: output.ReplicationTasks !== undefined && output.ReplicationTasks !== null
|
|
4787
4787
|
? deserializeAws_json1_1ReplicationTaskList(output.ReplicationTasks, context)
|
|
4788
4788
|
: undefined,
|
|
@@ -4790,7 +4790,7 @@ const deserializeAws_json1_1DescribeReplicationTasksResponse = (output, context)
|
|
|
4790
4790
|
};
|
|
4791
4791
|
const deserializeAws_json1_1DescribeSchemasResponse = (output, context) => {
|
|
4792
4792
|
return {
|
|
4793
|
-
Marker: smithy_client_1.expectString(output.Marker),
|
|
4793
|
+
Marker: (0, smithy_client_1.expectString)(output.Marker),
|
|
4794
4794
|
Schemas: output.Schemas !== undefined && output.Schemas !== null
|
|
4795
4795
|
? deserializeAws_json1_1SchemaList(output.Schemas, context)
|
|
4796
4796
|
: undefined,
|
|
@@ -4798,8 +4798,8 @@ const deserializeAws_json1_1DescribeSchemasResponse = (output, context) => {
|
|
|
4798
4798
|
};
|
|
4799
4799
|
const deserializeAws_json1_1DescribeTableStatisticsResponse = (output, context) => {
|
|
4800
4800
|
return {
|
|
4801
|
-
Marker: smithy_client_1.expectString(output.Marker),
|
|
4802
|
-
ReplicationTaskArn: smithy_client_1.expectString(output.ReplicationTaskArn),
|
|
4801
|
+
Marker: (0, smithy_client_1.expectString)(output.Marker),
|
|
4802
|
+
ReplicationTaskArn: (0, smithy_client_1.expectString)(output.ReplicationTaskArn),
|
|
4803
4803
|
TableStatistics: output.TableStatistics !== undefined && output.TableStatistics !== null
|
|
4804
4804
|
? deserializeAws_json1_1TableStatisticsList(output.TableStatistics, context)
|
|
4805
4805
|
: undefined,
|
|
@@ -4807,42 +4807,42 @@ const deserializeAws_json1_1DescribeTableStatisticsResponse = (output, context)
|
|
|
4807
4807
|
};
|
|
4808
4808
|
const deserializeAws_json1_1DmsTransferSettings = (output, context) => {
|
|
4809
4809
|
return {
|
|
4810
|
-
BucketName: smithy_client_1.expectString(output.BucketName),
|
|
4811
|
-
ServiceAccessRoleArn: smithy_client_1.expectString(output.ServiceAccessRoleArn),
|
|
4810
|
+
BucketName: (0, smithy_client_1.expectString)(output.BucketName),
|
|
4811
|
+
ServiceAccessRoleArn: (0, smithy_client_1.expectString)(output.ServiceAccessRoleArn),
|
|
4812
4812
|
};
|
|
4813
4813
|
};
|
|
4814
4814
|
const deserializeAws_json1_1DocDbSettings = (output, context) => {
|
|
4815
4815
|
return {
|
|
4816
|
-
DatabaseName: smithy_client_1.expectString(output.DatabaseName),
|
|
4817
|
-
DocsToInvestigate: smithy_client_1.expectInt32(output.DocsToInvestigate),
|
|
4818
|
-
ExtractDocId: smithy_client_1.expectBoolean(output.ExtractDocId),
|
|
4819
|
-
KmsKeyId: smithy_client_1.expectString(output.KmsKeyId),
|
|
4820
|
-
NestingLevel: smithy_client_1.expectString(output.NestingLevel),
|
|
4821
|
-
Password: smithy_client_1.expectString(output.Password),
|
|
4822
|
-
Port: smithy_client_1.expectInt32(output.Port),
|
|
4823
|
-
SecretsManagerAccessRoleArn: smithy_client_1.expectString(output.SecretsManagerAccessRoleArn),
|
|
4824
|
-
SecretsManagerSecretId: smithy_client_1.expectString(output.SecretsManagerSecretId),
|
|
4825
|
-
ServerName: smithy_client_1.expectString(output.ServerName),
|
|
4826
|
-
Username: smithy_client_1.expectString(output.Username),
|
|
4816
|
+
DatabaseName: (0, smithy_client_1.expectString)(output.DatabaseName),
|
|
4817
|
+
DocsToInvestigate: (0, smithy_client_1.expectInt32)(output.DocsToInvestigate),
|
|
4818
|
+
ExtractDocId: (0, smithy_client_1.expectBoolean)(output.ExtractDocId),
|
|
4819
|
+
KmsKeyId: (0, smithy_client_1.expectString)(output.KmsKeyId),
|
|
4820
|
+
NestingLevel: (0, smithy_client_1.expectString)(output.NestingLevel),
|
|
4821
|
+
Password: (0, smithy_client_1.expectString)(output.Password),
|
|
4822
|
+
Port: (0, smithy_client_1.expectInt32)(output.Port),
|
|
4823
|
+
SecretsManagerAccessRoleArn: (0, smithy_client_1.expectString)(output.SecretsManagerAccessRoleArn),
|
|
4824
|
+
SecretsManagerSecretId: (0, smithy_client_1.expectString)(output.SecretsManagerSecretId),
|
|
4825
|
+
ServerName: (0, smithy_client_1.expectString)(output.ServerName),
|
|
4826
|
+
Username: (0, smithy_client_1.expectString)(output.Username),
|
|
4827
4827
|
};
|
|
4828
4828
|
};
|
|
4829
4829
|
const deserializeAws_json1_1DynamoDbSettings = (output, context) => {
|
|
4830
4830
|
return {
|
|
4831
|
-
ServiceAccessRoleArn: smithy_client_1.expectString(output.ServiceAccessRoleArn),
|
|
4831
|
+
ServiceAccessRoleArn: (0, smithy_client_1.expectString)(output.ServiceAccessRoleArn),
|
|
4832
4832
|
};
|
|
4833
4833
|
};
|
|
4834
4834
|
const deserializeAws_json1_1ElasticsearchSettings = (output, context) => {
|
|
4835
4835
|
return {
|
|
4836
|
-
EndpointUri: smithy_client_1.expectString(output.EndpointUri),
|
|
4837
|
-
ErrorRetryDuration: smithy_client_1.expectInt32(output.ErrorRetryDuration),
|
|
4838
|
-
FullLoadErrorPercentage: smithy_client_1.expectInt32(output.FullLoadErrorPercentage),
|
|
4839
|
-
ServiceAccessRoleArn: smithy_client_1.expectString(output.ServiceAccessRoleArn),
|
|
4836
|
+
EndpointUri: (0, smithy_client_1.expectString)(output.EndpointUri),
|
|
4837
|
+
ErrorRetryDuration: (0, smithy_client_1.expectInt32)(output.ErrorRetryDuration),
|
|
4838
|
+
FullLoadErrorPercentage: (0, smithy_client_1.expectInt32)(output.FullLoadErrorPercentage),
|
|
4839
|
+
ServiceAccessRoleArn: (0, smithy_client_1.expectString)(output.ServiceAccessRoleArn),
|
|
4840
4840
|
};
|
|
4841
4841
|
};
|
|
4842
4842
|
const deserializeAws_json1_1Endpoint = (output, context) => {
|
|
4843
4843
|
return {
|
|
4844
|
-
CertificateArn: smithy_client_1.expectString(output.CertificateArn),
|
|
4845
|
-
DatabaseName: smithy_client_1.expectString(output.DatabaseName),
|
|
4844
|
+
CertificateArn: (0, smithy_client_1.expectString)(output.CertificateArn),
|
|
4845
|
+
DatabaseName: (0, smithy_client_1.expectString)(output.DatabaseName),
|
|
4846
4846
|
DmsTransferSettings: output.DmsTransferSettings !== undefined && output.DmsTransferSettings !== null
|
|
4847
4847
|
? deserializeAws_json1_1DmsTransferSettings(output.DmsTransferSettings, context)
|
|
4848
4848
|
: undefined,
|
|
@@ -4855,14 +4855,14 @@ const deserializeAws_json1_1Endpoint = (output, context) => {
|
|
|
4855
4855
|
ElasticsearchSettings: output.ElasticsearchSettings !== undefined && output.ElasticsearchSettings !== null
|
|
4856
4856
|
? deserializeAws_json1_1ElasticsearchSettings(output.ElasticsearchSettings, context)
|
|
4857
4857
|
: undefined,
|
|
4858
|
-
EndpointArn: smithy_client_1.expectString(output.EndpointArn),
|
|
4859
|
-
EndpointIdentifier: smithy_client_1.expectString(output.EndpointIdentifier),
|
|
4860
|
-
EndpointType: smithy_client_1.expectString(output.EndpointType),
|
|
4861
|
-
EngineDisplayName: smithy_client_1.expectString(output.EngineDisplayName),
|
|
4862
|
-
EngineName: smithy_client_1.expectString(output.EngineName),
|
|
4863
|
-
ExternalId: smithy_client_1.expectString(output.ExternalId),
|
|
4864
|
-
ExternalTableDefinition: smithy_client_1.expectString(output.ExternalTableDefinition),
|
|
4865
|
-
ExtraConnectionAttributes: smithy_client_1.expectString(output.ExtraConnectionAttributes),
|
|
4858
|
+
EndpointArn: (0, smithy_client_1.expectString)(output.EndpointArn),
|
|
4859
|
+
EndpointIdentifier: (0, smithy_client_1.expectString)(output.EndpointIdentifier),
|
|
4860
|
+
EndpointType: (0, smithy_client_1.expectString)(output.EndpointType),
|
|
4861
|
+
EngineDisplayName: (0, smithy_client_1.expectString)(output.EngineDisplayName),
|
|
4862
|
+
EngineName: (0, smithy_client_1.expectString)(output.EngineName),
|
|
4863
|
+
ExternalId: (0, smithy_client_1.expectString)(output.ExternalId),
|
|
4864
|
+
ExternalTableDefinition: (0, smithy_client_1.expectString)(output.ExternalTableDefinition),
|
|
4865
|
+
ExtraConnectionAttributes: (0, smithy_client_1.expectString)(output.ExtraConnectionAttributes),
|
|
4866
4866
|
GcpMySQLSettings: output.GcpMySQLSettings !== undefined && output.GcpMySQLSettings !== null
|
|
4867
4867
|
? deserializeAws_json1_1GcpMySQLSettings(output.GcpMySQLSettings, context)
|
|
4868
4868
|
: undefined,
|
|
@@ -4875,7 +4875,7 @@ const deserializeAws_json1_1Endpoint = (output, context) => {
|
|
|
4875
4875
|
KinesisSettings: output.KinesisSettings !== undefined && output.KinesisSettings !== null
|
|
4876
4876
|
? deserializeAws_json1_1KinesisSettings(output.KinesisSettings, context)
|
|
4877
4877
|
: undefined,
|
|
4878
|
-
KmsKeyId: smithy_client_1.expectString(output.KmsKeyId),
|
|
4878
|
+
KmsKeyId: (0, smithy_client_1.expectString)(output.KmsKeyId),
|
|
4879
4879
|
MicrosoftSQLServerSettings: output.MicrosoftSQLServerSettings !== undefined && output.MicrosoftSQLServerSettings !== null
|
|
4880
4880
|
? deserializeAws_json1_1MicrosoftSQLServerSettings(output.MicrosoftSQLServerSettings, context)
|
|
4881
4881
|
: undefined,
|
|
@@ -4891,7 +4891,7 @@ const deserializeAws_json1_1Endpoint = (output, context) => {
|
|
|
4891
4891
|
OracleSettings: output.OracleSettings !== undefined && output.OracleSettings !== null
|
|
4892
4892
|
? deserializeAws_json1_1OracleSettings(output.OracleSettings, context)
|
|
4893
4893
|
: undefined,
|
|
4894
|
-
Port: smithy_client_1.expectInt32(output.Port),
|
|
4894
|
+
Port: (0, smithy_client_1.expectInt32)(output.Port),
|
|
4895
4895
|
PostgreSQLSettings: output.PostgreSQLSettings !== undefined && output.PostgreSQLSettings !== null
|
|
4896
4896
|
? deserializeAws_json1_1PostgreSQLSettings(output.PostgreSQLSettings, context)
|
|
4897
4897
|
: undefined,
|
|
@@ -4904,14 +4904,14 @@ const deserializeAws_json1_1Endpoint = (output, context) => {
|
|
|
4904
4904
|
S3Settings: output.S3Settings !== undefined && output.S3Settings !== null
|
|
4905
4905
|
? deserializeAws_json1_1S3Settings(output.S3Settings, context)
|
|
4906
4906
|
: undefined,
|
|
4907
|
-
ServerName: smithy_client_1.expectString(output.ServerName),
|
|
4908
|
-
ServiceAccessRoleArn: smithy_client_1.expectString(output.ServiceAccessRoleArn),
|
|
4909
|
-
SslMode: smithy_client_1.expectString(output.SslMode),
|
|
4910
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
4907
|
+
ServerName: (0, smithy_client_1.expectString)(output.ServerName),
|
|
4908
|
+
ServiceAccessRoleArn: (0, smithy_client_1.expectString)(output.ServiceAccessRoleArn),
|
|
4909
|
+
SslMode: (0, smithy_client_1.expectString)(output.SslMode),
|
|
4910
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
4911
4911
|
SybaseSettings: output.SybaseSettings !== undefined && output.SybaseSettings !== null
|
|
4912
4912
|
? deserializeAws_json1_1SybaseSettings(output.SybaseSettings, context)
|
|
4913
4913
|
: undefined,
|
|
4914
|
-
Username: smithy_client_1.expectString(output.Username),
|
|
4914
|
+
Username: (0, smithy_client_1.expectString)(output.Username),
|
|
4915
4915
|
};
|
|
4916
4916
|
};
|
|
4917
4917
|
const deserializeAws_json1_1EndpointList = (output, context) => {
|
|
@@ -4927,17 +4927,17 @@ const deserializeAws_json1_1EndpointList = (output, context) => {
|
|
|
4927
4927
|
};
|
|
4928
4928
|
const deserializeAws_json1_1EndpointSetting = (output, context) => {
|
|
4929
4929
|
return {
|
|
4930
|
-
Applicability: smithy_client_1.expectString(output.Applicability),
|
|
4931
|
-
DefaultValue: smithy_client_1.expectString(output.DefaultValue),
|
|
4930
|
+
Applicability: (0, smithy_client_1.expectString)(output.Applicability),
|
|
4931
|
+
DefaultValue: (0, smithy_client_1.expectString)(output.DefaultValue),
|
|
4932
4932
|
EnumValues: output.EnumValues !== undefined && output.EnumValues !== null
|
|
4933
4933
|
? deserializeAws_json1_1EndpointSettingEnumValues(output.EnumValues, context)
|
|
4934
4934
|
: undefined,
|
|
4935
|
-
IntValueMax: smithy_client_1.expectInt32(output.IntValueMax),
|
|
4936
|
-
IntValueMin: smithy_client_1.expectInt32(output.IntValueMin),
|
|
4937
|
-
Name: smithy_client_1.expectString(output.Name),
|
|
4938
|
-
Sensitive: smithy_client_1.expectBoolean(output.Sensitive),
|
|
4939
|
-
Type: smithy_client_1.expectString(output.Type),
|
|
4940
|
-
Units: smithy_client_1.expectString(output.Units),
|
|
4935
|
+
IntValueMax: (0, smithy_client_1.expectInt32)(output.IntValueMax),
|
|
4936
|
+
IntValueMin: (0, smithy_client_1.expectInt32)(output.IntValueMin),
|
|
4937
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
4938
|
+
Sensitive: (0, smithy_client_1.expectBoolean)(output.Sensitive),
|
|
4939
|
+
Type: (0, smithy_client_1.expectString)(output.Type),
|
|
4940
|
+
Units: (0, smithy_client_1.expectString)(output.Units),
|
|
4941
4941
|
};
|
|
4942
4942
|
};
|
|
4943
4943
|
const deserializeAws_json1_1EndpointSettingEnumValues = (output, context) => {
|
|
@@ -4947,7 +4947,7 @@ const deserializeAws_json1_1EndpointSettingEnumValues = (output, context) => {
|
|
|
4947
4947
|
if (entry === null) {
|
|
4948
4948
|
return null;
|
|
4949
4949
|
}
|
|
4950
|
-
return smithy_client_1.expectString(entry);
|
|
4950
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
4951
4951
|
});
|
|
4952
4952
|
return retVal;
|
|
4953
4953
|
};
|
|
@@ -4965,14 +4965,14 @@ const deserializeAws_json1_1EndpointSettingsList = (output, context) => {
|
|
|
4965
4965
|
const deserializeAws_json1_1Event = (output, context) => {
|
|
4966
4966
|
return {
|
|
4967
4967
|
Date: output.Date !== undefined && output.Date !== null
|
|
4968
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.Date)))
|
|
4968
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.Date)))
|
|
4969
4969
|
: undefined,
|
|
4970
4970
|
EventCategories: output.EventCategories !== undefined && output.EventCategories !== null
|
|
4971
4971
|
? deserializeAws_json1_1EventCategoriesList(output.EventCategories, context)
|
|
4972
4972
|
: undefined,
|
|
4973
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4974
|
-
SourceIdentifier: smithy_client_1.expectString(output.SourceIdentifier),
|
|
4975
|
-
SourceType: smithy_client_1.expectString(output.SourceType),
|
|
4973
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4974
|
+
SourceIdentifier: (0, smithy_client_1.expectString)(output.SourceIdentifier),
|
|
4975
|
+
SourceType: (0, smithy_client_1.expectString)(output.SourceType),
|
|
4976
4976
|
};
|
|
4977
4977
|
};
|
|
4978
4978
|
const deserializeAws_json1_1EventCategoriesList = (output, context) => {
|
|
@@ -4982,7 +4982,7 @@ const deserializeAws_json1_1EventCategoriesList = (output, context) => {
|
|
|
4982
4982
|
if (entry === null) {
|
|
4983
4983
|
return null;
|
|
4984
4984
|
}
|
|
4985
|
-
return smithy_client_1.expectString(entry);
|
|
4985
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
4986
4986
|
});
|
|
4987
4987
|
return retVal;
|
|
4988
4988
|
};
|
|
@@ -4991,7 +4991,7 @@ const deserializeAws_json1_1EventCategoryGroup = (output, context) => {
|
|
|
4991
4991
|
EventCategories: output.EventCategories !== undefined && output.EventCategories !== null
|
|
4992
4992
|
? deserializeAws_json1_1EventCategoriesList(output.EventCategories, context)
|
|
4993
4993
|
: undefined,
|
|
4994
|
-
SourceType: smithy_client_1.expectString(output.SourceType),
|
|
4994
|
+
SourceType: (0, smithy_client_1.expectString)(output.SourceType),
|
|
4995
4995
|
};
|
|
4996
4996
|
};
|
|
4997
4997
|
const deserializeAws_json1_1EventCategoryGroupList = (output, context) => {
|
|
@@ -5018,19 +5018,19 @@ const deserializeAws_json1_1EventList = (output, context) => {
|
|
|
5018
5018
|
};
|
|
5019
5019
|
const deserializeAws_json1_1EventSubscription = (output, context) => {
|
|
5020
5020
|
return {
|
|
5021
|
-
CustSubscriptionId: smithy_client_1.expectString(output.CustSubscriptionId),
|
|
5022
|
-
CustomerAwsId: smithy_client_1.expectString(output.CustomerAwsId),
|
|
5023
|
-
Enabled: smithy_client_1.expectBoolean(output.Enabled),
|
|
5021
|
+
CustSubscriptionId: (0, smithy_client_1.expectString)(output.CustSubscriptionId),
|
|
5022
|
+
CustomerAwsId: (0, smithy_client_1.expectString)(output.CustomerAwsId),
|
|
5023
|
+
Enabled: (0, smithy_client_1.expectBoolean)(output.Enabled),
|
|
5024
5024
|
EventCategoriesList: output.EventCategoriesList !== undefined && output.EventCategoriesList !== null
|
|
5025
5025
|
? deserializeAws_json1_1EventCategoriesList(output.EventCategoriesList, context)
|
|
5026
5026
|
: undefined,
|
|
5027
|
-
SnsTopicArn: smithy_client_1.expectString(output.SnsTopicArn),
|
|
5027
|
+
SnsTopicArn: (0, smithy_client_1.expectString)(output.SnsTopicArn),
|
|
5028
5028
|
SourceIdsList: output.SourceIdsList !== undefined && output.SourceIdsList !== null
|
|
5029
5029
|
? deserializeAws_json1_1SourceIdsList(output.SourceIdsList, context)
|
|
5030
5030
|
: undefined,
|
|
5031
|
-
SourceType: smithy_client_1.expectString(output.SourceType),
|
|
5032
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
5033
|
-
SubscriptionCreationTime: smithy_client_1.expectString(output.SubscriptionCreationTime),
|
|
5031
|
+
SourceType: (0, smithy_client_1.expectString)(output.SourceType),
|
|
5032
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
5033
|
+
SubscriptionCreationTime: (0, smithy_client_1.expectString)(output.SubscriptionCreationTime),
|
|
5034
5034
|
};
|
|
5035
5035
|
};
|
|
5036
5036
|
const deserializeAws_json1_1EventSubscriptionsList = (output, context) => {
|
|
@@ -5046,34 +5046,34 @@ const deserializeAws_json1_1EventSubscriptionsList = (output, context) => {
|
|
|
5046
5046
|
};
|
|
5047
5047
|
const deserializeAws_json1_1GcpMySQLSettings = (output, context) => {
|
|
5048
5048
|
return {
|
|
5049
|
-
AfterConnectScript: smithy_client_1.expectString(output.AfterConnectScript),
|
|
5050
|
-
CleanSourceMetadataOnMismatch: smithy_client_1.expectBoolean(output.CleanSourceMetadataOnMismatch),
|
|
5051
|
-
DatabaseName: smithy_client_1.expectString(output.DatabaseName),
|
|
5052
|
-
EventsPollInterval: smithy_client_1.expectInt32(output.EventsPollInterval),
|
|
5053
|
-
MaxFileSize: smithy_client_1.expectInt32(output.MaxFileSize),
|
|
5054
|
-
ParallelLoadThreads: smithy_client_1.expectInt32(output.ParallelLoadThreads),
|
|
5055
|
-
Password: smithy_client_1.expectString(output.Password),
|
|
5056
|
-
Port: smithy_client_1.expectInt32(output.Port),
|
|
5057
|
-
SecretsManagerAccessRoleArn: smithy_client_1.expectString(output.SecretsManagerAccessRoleArn),
|
|
5058
|
-
SecretsManagerSecretId: smithy_client_1.expectString(output.SecretsManagerSecretId),
|
|
5059
|
-
ServerName: smithy_client_1.expectString(output.ServerName),
|
|
5060
|
-
ServerTimezone: smithy_client_1.expectString(output.ServerTimezone),
|
|
5061
|
-
TargetDbType: smithy_client_1.expectString(output.TargetDbType),
|
|
5062
|
-
Username: smithy_client_1.expectString(output.Username),
|
|
5049
|
+
AfterConnectScript: (0, smithy_client_1.expectString)(output.AfterConnectScript),
|
|
5050
|
+
CleanSourceMetadataOnMismatch: (0, smithy_client_1.expectBoolean)(output.CleanSourceMetadataOnMismatch),
|
|
5051
|
+
DatabaseName: (0, smithy_client_1.expectString)(output.DatabaseName),
|
|
5052
|
+
EventsPollInterval: (0, smithy_client_1.expectInt32)(output.EventsPollInterval),
|
|
5053
|
+
MaxFileSize: (0, smithy_client_1.expectInt32)(output.MaxFileSize),
|
|
5054
|
+
ParallelLoadThreads: (0, smithy_client_1.expectInt32)(output.ParallelLoadThreads),
|
|
5055
|
+
Password: (0, smithy_client_1.expectString)(output.Password),
|
|
5056
|
+
Port: (0, smithy_client_1.expectInt32)(output.Port),
|
|
5057
|
+
SecretsManagerAccessRoleArn: (0, smithy_client_1.expectString)(output.SecretsManagerAccessRoleArn),
|
|
5058
|
+
SecretsManagerSecretId: (0, smithy_client_1.expectString)(output.SecretsManagerSecretId),
|
|
5059
|
+
ServerName: (0, smithy_client_1.expectString)(output.ServerName),
|
|
5060
|
+
ServerTimezone: (0, smithy_client_1.expectString)(output.ServerTimezone),
|
|
5061
|
+
TargetDbType: (0, smithy_client_1.expectString)(output.TargetDbType),
|
|
5062
|
+
Username: (0, smithy_client_1.expectString)(output.Username),
|
|
5063
5063
|
};
|
|
5064
5064
|
};
|
|
5065
5065
|
const deserializeAws_json1_1IBMDb2Settings = (output, context) => {
|
|
5066
5066
|
return {
|
|
5067
|
-
CurrentLsn: smithy_client_1.expectString(output.CurrentLsn),
|
|
5068
|
-
DatabaseName: smithy_client_1.expectString(output.DatabaseName),
|
|
5069
|
-
MaxKBytesPerRead: smithy_client_1.expectInt32(output.MaxKBytesPerRead),
|
|
5070
|
-
Password: smithy_client_1.expectString(output.Password),
|
|
5071
|
-
Port: smithy_client_1.expectInt32(output.Port),
|
|
5072
|
-
SecretsManagerAccessRoleArn: smithy_client_1.expectString(output.SecretsManagerAccessRoleArn),
|
|
5073
|
-
SecretsManagerSecretId: smithy_client_1.expectString(output.SecretsManagerSecretId),
|
|
5074
|
-
ServerName: smithy_client_1.expectString(output.ServerName),
|
|
5075
|
-
SetDataCaptureChanges: smithy_client_1.expectBoolean(output.SetDataCaptureChanges),
|
|
5076
|
-
Username: smithy_client_1.expectString(output.Username),
|
|
5067
|
+
CurrentLsn: (0, smithy_client_1.expectString)(output.CurrentLsn),
|
|
5068
|
+
DatabaseName: (0, smithy_client_1.expectString)(output.DatabaseName),
|
|
5069
|
+
MaxKBytesPerRead: (0, smithy_client_1.expectInt32)(output.MaxKBytesPerRead),
|
|
5070
|
+
Password: (0, smithy_client_1.expectString)(output.Password),
|
|
5071
|
+
Port: (0, smithy_client_1.expectInt32)(output.Port),
|
|
5072
|
+
SecretsManagerAccessRoleArn: (0, smithy_client_1.expectString)(output.SecretsManagerAccessRoleArn),
|
|
5073
|
+
SecretsManagerSecretId: (0, smithy_client_1.expectString)(output.SecretsManagerSecretId),
|
|
5074
|
+
ServerName: (0, smithy_client_1.expectString)(output.ServerName),
|
|
5075
|
+
SetDataCaptureChanges: (0, smithy_client_1.expectBoolean)(output.SetDataCaptureChanges),
|
|
5076
|
+
Username: (0, smithy_client_1.expectString)(output.Username),
|
|
5077
5077
|
};
|
|
5078
5078
|
};
|
|
5079
5079
|
const deserializeAws_json1_1ImportCertificateResponse = (output, context) => {
|
|
@@ -5090,13 +5090,13 @@ const deserializeAws_json1_1IndividualAssessmentNameList = (output, context) =>
|
|
|
5090
5090
|
if (entry === null) {
|
|
5091
5091
|
return null;
|
|
5092
5092
|
}
|
|
5093
|
-
return smithy_client_1.expectString(entry);
|
|
5093
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
5094
5094
|
});
|
|
5095
5095
|
return retVal;
|
|
5096
5096
|
};
|
|
5097
5097
|
const deserializeAws_json1_1InsufficientResourceCapacityFault = (output, context) => {
|
|
5098
5098
|
return {
|
|
5099
|
-
message: smithy_client_1.expectString(output.message),
|
|
5099
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5100
5100
|
};
|
|
5101
5101
|
};
|
|
5102
5102
|
const deserializeAws_json1_1IntegerList = (output, context) => {
|
|
@@ -5106,94 +5106,94 @@ const deserializeAws_json1_1IntegerList = (output, context) => {
|
|
|
5106
5106
|
if (entry === null) {
|
|
5107
5107
|
return null;
|
|
5108
5108
|
}
|
|
5109
|
-
return smithy_client_1.expectInt32(entry);
|
|
5109
|
+
return (0, smithy_client_1.expectInt32)(entry);
|
|
5110
5110
|
});
|
|
5111
5111
|
return retVal;
|
|
5112
5112
|
};
|
|
5113
5113
|
const deserializeAws_json1_1InvalidCertificateFault = (output, context) => {
|
|
5114
5114
|
return {
|
|
5115
|
-
message: smithy_client_1.expectString(output.message),
|
|
5115
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5116
5116
|
};
|
|
5117
5117
|
};
|
|
5118
5118
|
const deserializeAws_json1_1InvalidResourceStateFault = (output, context) => {
|
|
5119
5119
|
return {
|
|
5120
|
-
message: smithy_client_1.expectString(output.message),
|
|
5120
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5121
5121
|
};
|
|
5122
5122
|
};
|
|
5123
5123
|
const deserializeAws_json1_1InvalidSubnet = (output, context) => {
|
|
5124
5124
|
return {
|
|
5125
|
-
message: smithy_client_1.expectString(output.message),
|
|
5125
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5126
5126
|
};
|
|
5127
5127
|
};
|
|
5128
5128
|
const deserializeAws_json1_1KafkaSettings = (output, context) => {
|
|
5129
5129
|
return {
|
|
5130
|
-
Broker: smithy_client_1.expectString(output.Broker),
|
|
5131
|
-
IncludeControlDetails: smithy_client_1.expectBoolean(output.IncludeControlDetails),
|
|
5132
|
-
IncludeNullAndEmpty: smithy_client_1.expectBoolean(output.IncludeNullAndEmpty),
|
|
5133
|
-
IncludePartitionValue: smithy_client_1.expectBoolean(output.IncludePartitionValue),
|
|
5134
|
-
IncludeTableAlterOperations: smithy_client_1.expectBoolean(output.IncludeTableAlterOperations),
|
|
5135
|
-
IncludeTransactionDetails: smithy_client_1.expectBoolean(output.IncludeTransactionDetails),
|
|
5136
|
-
MessageFormat: smithy_client_1.expectString(output.MessageFormat),
|
|
5137
|
-
MessageMaxBytes: smithy_client_1.expectInt32(output.MessageMaxBytes),
|
|
5138
|
-
NoHexPrefix: smithy_client_1.expectBoolean(output.NoHexPrefix),
|
|
5139
|
-
PartitionIncludeSchemaTable: smithy_client_1.expectBoolean(output.PartitionIncludeSchemaTable),
|
|
5140
|
-
SaslPassword: smithy_client_1.expectString(output.SaslPassword),
|
|
5141
|
-
SaslUsername: smithy_client_1.expectString(output.SaslUsername),
|
|
5142
|
-
SecurityProtocol: smithy_client_1.expectString(output.SecurityProtocol),
|
|
5143
|
-
SslCaCertificateArn: smithy_client_1.expectString(output.SslCaCertificateArn),
|
|
5144
|
-
SslClientCertificateArn: smithy_client_1.expectString(output.SslClientCertificateArn),
|
|
5145
|
-
SslClientKeyArn: smithy_client_1.expectString(output.SslClientKeyArn),
|
|
5146
|
-
SslClientKeyPassword: smithy_client_1.expectString(output.SslClientKeyPassword),
|
|
5147
|
-
Topic: smithy_client_1.expectString(output.Topic),
|
|
5130
|
+
Broker: (0, smithy_client_1.expectString)(output.Broker),
|
|
5131
|
+
IncludeControlDetails: (0, smithy_client_1.expectBoolean)(output.IncludeControlDetails),
|
|
5132
|
+
IncludeNullAndEmpty: (0, smithy_client_1.expectBoolean)(output.IncludeNullAndEmpty),
|
|
5133
|
+
IncludePartitionValue: (0, smithy_client_1.expectBoolean)(output.IncludePartitionValue),
|
|
5134
|
+
IncludeTableAlterOperations: (0, smithy_client_1.expectBoolean)(output.IncludeTableAlterOperations),
|
|
5135
|
+
IncludeTransactionDetails: (0, smithy_client_1.expectBoolean)(output.IncludeTransactionDetails),
|
|
5136
|
+
MessageFormat: (0, smithy_client_1.expectString)(output.MessageFormat),
|
|
5137
|
+
MessageMaxBytes: (0, smithy_client_1.expectInt32)(output.MessageMaxBytes),
|
|
5138
|
+
NoHexPrefix: (0, smithy_client_1.expectBoolean)(output.NoHexPrefix),
|
|
5139
|
+
PartitionIncludeSchemaTable: (0, smithy_client_1.expectBoolean)(output.PartitionIncludeSchemaTable),
|
|
5140
|
+
SaslPassword: (0, smithy_client_1.expectString)(output.SaslPassword),
|
|
5141
|
+
SaslUsername: (0, smithy_client_1.expectString)(output.SaslUsername),
|
|
5142
|
+
SecurityProtocol: (0, smithy_client_1.expectString)(output.SecurityProtocol),
|
|
5143
|
+
SslCaCertificateArn: (0, smithy_client_1.expectString)(output.SslCaCertificateArn),
|
|
5144
|
+
SslClientCertificateArn: (0, smithy_client_1.expectString)(output.SslClientCertificateArn),
|
|
5145
|
+
SslClientKeyArn: (0, smithy_client_1.expectString)(output.SslClientKeyArn),
|
|
5146
|
+
SslClientKeyPassword: (0, smithy_client_1.expectString)(output.SslClientKeyPassword),
|
|
5147
|
+
Topic: (0, smithy_client_1.expectString)(output.Topic),
|
|
5148
5148
|
};
|
|
5149
5149
|
};
|
|
5150
5150
|
const deserializeAws_json1_1KinesisSettings = (output, context) => {
|
|
5151
5151
|
return {
|
|
5152
|
-
IncludeControlDetails: smithy_client_1.expectBoolean(output.IncludeControlDetails),
|
|
5153
|
-
IncludeNullAndEmpty: smithy_client_1.expectBoolean(output.IncludeNullAndEmpty),
|
|
5154
|
-
IncludePartitionValue: smithy_client_1.expectBoolean(output.IncludePartitionValue),
|
|
5155
|
-
IncludeTableAlterOperations: smithy_client_1.expectBoolean(output.IncludeTableAlterOperations),
|
|
5156
|
-
IncludeTransactionDetails: smithy_client_1.expectBoolean(output.IncludeTransactionDetails),
|
|
5157
|
-
MessageFormat: smithy_client_1.expectString(output.MessageFormat),
|
|
5158
|
-
NoHexPrefix: smithy_client_1.expectBoolean(output.NoHexPrefix),
|
|
5159
|
-
PartitionIncludeSchemaTable: smithy_client_1.expectBoolean(output.PartitionIncludeSchemaTable),
|
|
5160
|
-
ServiceAccessRoleArn: smithy_client_1.expectString(output.ServiceAccessRoleArn),
|
|
5161
|
-
StreamArn: smithy_client_1.expectString(output.StreamArn),
|
|
5152
|
+
IncludeControlDetails: (0, smithy_client_1.expectBoolean)(output.IncludeControlDetails),
|
|
5153
|
+
IncludeNullAndEmpty: (0, smithy_client_1.expectBoolean)(output.IncludeNullAndEmpty),
|
|
5154
|
+
IncludePartitionValue: (0, smithy_client_1.expectBoolean)(output.IncludePartitionValue),
|
|
5155
|
+
IncludeTableAlterOperations: (0, smithy_client_1.expectBoolean)(output.IncludeTableAlterOperations),
|
|
5156
|
+
IncludeTransactionDetails: (0, smithy_client_1.expectBoolean)(output.IncludeTransactionDetails),
|
|
5157
|
+
MessageFormat: (0, smithy_client_1.expectString)(output.MessageFormat),
|
|
5158
|
+
NoHexPrefix: (0, smithy_client_1.expectBoolean)(output.NoHexPrefix),
|
|
5159
|
+
PartitionIncludeSchemaTable: (0, smithy_client_1.expectBoolean)(output.PartitionIncludeSchemaTable),
|
|
5160
|
+
ServiceAccessRoleArn: (0, smithy_client_1.expectString)(output.ServiceAccessRoleArn),
|
|
5161
|
+
StreamArn: (0, smithy_client_1.expectString)(output.StreamArn),
|
|
5162
5162
|
};
|
|
5163
5163
|
};
|
|
5164
5164
|
const deserializeAws_json1_1KMSAccessDeniedFault = (output, context) => {
|
|
5165
5165
|
return {
|
|
5166
|
-
message: smithy_client_1.expectString(output.message),
|
|
5166
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5167
5167
|
};
|
|
5168
5168
|
};
|
|
5169
5169
|
const deserializeAws_json1_1KMSDisabledFault = (output, context) => {
|
|
5170
5170
|
return {
|
|
5171
|
-
message: smithy_client_1.expectString(output.message),
|
|
5171
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5172
5172
|
};
|
|
5173
5173
|
};
|
|
5174
5174
|
const deserializeAws_json1_1KMSFault = (output, context) => {
|
|
5175
5175
|
return {
|
|
5176
|
-
message: smithy_client_1.expectString(output.message),
|
|
5176
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5177
5177
|
};
|
|
5178
5178
|
};
|
|
5179
5179
|
const deserializeAws_json1_1KMSInvalidStateFault = (output, context) => {
|
|
5180
5180
|
return {
|
|
5181
|
-
message: smithy_client_1.expectString(output.message),
|
|
5181
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5182
5182
|
};
|
|
5183
5183
|
};
|
|
5184
5184
|
const deserializeAws_json1_1KMSKeyNotAccessibleFault = (output, context) => {
|
|
5185
5185
|
return {
|
|
5186
|
-
message: smithy_client_1.expectString(output.message),
|
|
5186
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5187
5187
|
};
|
|
5188
5188
|
};
|
|
5189
5189
|
const deserializeAws_json1_1KMSNotFoundFault = (output, context) => {
|
|
5190
5190
|
return {
|
|
5191
|
-
message: smithy_client_1.expectString(output.message),
|
|
5191
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5192
5192
|
};
|
|
5193
5193
|
};
|
|
5194
5194
|
const deserializeAws_json1_1KMSThrottlingFault = (output, context) => {
|
|
5195
5195
|
return {
|
|
5196
|
-
message: smithy_client_1.expectString(output.message),
|
|
5196
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5197
5197
|
};
|
|
5198
5198
|
};
|
|
5199
5199
|
const deserializeAws_json1_1ListTagsForResourceResponse = (output, context) => {
|
|
@@ -5205,20 +5205,20 @@ const deserializeAws_json1_1ListTagsForResourceResponse = (output, context) => {
|
|
|
5205
5205
|
};
|
|
5206
5206
|
const deserializeAws_json1_1MicrosoftSQLServerSettings = (output, context) => {
|
|
5207
5207
|
return {
|
|
5208
|
-
BcpPacketSize: smithy_client_1.expectInt32(output.BcpPacketSize),
|
|
5209
|
-
ControlTablesFileGroup: smithy_client_1.expectString(output.ControlTablesFileGroup),
|
|
5210
|
-
DatabaseName: smithy_client_1.expectString(output.DatabaseName),
|
|
5211
|
-
Password: smithy_client_1.expectString(output.Password),
|
|
5212
|
-
Port: smithy_client_1.expectInt32(output.Port),
|
|
5213
|
-
QuerySingleAlwaysOnNode: smithy_client_1.expectBoolean(output.QuerySingleAlwaysOnNode),
|
|
5214
|
-
ReadBackupOnly: smithy_client_1.expectBoolean(output.ReadBackupOnly),
|
|
5215
|
-
SafeguardPolicy: smithy_client_1.expectString(output.SafeguardPolicy),
|
|
5216
|
-
SecretsManagerAccessRoleArn: smithy_client_1.expectString(output.SecretsManagerAccessRoleArn),
|
|
5217
|
-
SecretsManagerSecretId: smithy_client_1.expectString(output.SecretsManagerSecretId),
|
|
5218
|
-
ServerName: smithy_client_1.expectString(output.ServerName),
|
|
5219
|
-
UseBcpFullLoad: smithy_client_1.expectBoolean(output.UseBcpFullLoad),
|
|
5220
|
-
UseThirdPartyBackupDevice: smithy_client_1.expectBoolean(output.UseThirdPartyBackupDevice),
|
|
5221
|
-
Username: smithy_client_1.expectString(output.Username),
|
|
5208
|
+
BcpPacketSize: (0, smithy_client_1.expectInt32)(output.BcpPacketSize),
|
|
5209
|
+
ControlTablesFileGroup: (0, smithy_client_1.expectString)(output.ControlTablesFileGroup),
|
|
5210
|
+
DatabaseName: (0, smithy_client_1.expectString)(output.DatabaseName),
|
|
5211
|
+
Password: (0, smithy_client_1.expectString)(output.Password),
|
|
5212
|
+
Port: (0, smithy_client_1.expectInt32)(output.Port),
|
|
5213
|
+
QuerySingleAlwaysOnNode: (0, smithy_client_1.expectBoolean)(output.QuerySingleAlwaysOnNode),
|
|
5214
|
+
ReadBackupOnly: (0, smithy_client_1.expectBoolean)(output.ReadBackupOnly),
|
|
5215
|
+
SafeguardPolicy: (0, smithy_client_1.expectString)(output.SafeguardPolicy),
|
|
5216
|
+
SecretsManagerAccessRoleArn: (0, smithy_client_1.expectString)(output.SecretsManagerAccessRoleArn),
|
|
5217
|
+
SecretsManagerSecretId: (0, smithy_client_1.expectString)(output.SecretsManagerSecretId),
|
|
5218
|
+
ServerName: (0, smithy_client_1.expectString)(output.ServerName),
|
|
5219
|
+
UseBcpFullLoad: (0, smithy_client_1.expectBoolean)(output.UseBcpFullLoad),
|
|
5220
|
+
UseThirdPartyBackupDevice: (0, smithy_client_1.expectBoolean)(output.UseThirdPartyBackupDevice),
|
|
5221
|
+
Username: (0, smithy_client_1.expectString)(output.Username),
|
|
5222
5222
|
};
|
|
5223
5223
|
};
|
|
5224
5224
|
const deserializeAws_json1_1ModifyEndpointResponse = (output, context) => {
|
|
@@ -5258,20 +5258,20 @@ const deserializeAws_json1_1ModifyReplicationTaskResponse = (output, context) =>
|
|
|
5258
5258
|
};
|
|
5259
5259
|
const deserializeAws_json1_1MongoDbSettings = (output, context) => {
|
|
5260
5260
|
return {
|
|
5261
|
-
AuthMechanism: smithy_client_1.expectString(output.AuthMechanism),
|
|
5262
|
-
AuthSource: smithy_client_1.expectString(output.AuthSource),
|
|
5263
|
-
AuthType: smithy_client_1.expectString(output.AuthType),
|
|
5264
|
-
DatabaseName: smithy_client_1.expectString(output.DatabaseName),
|
|
5265
|
-
DocsToInvestigate: smithy_client_1.expectString(output.DocsToInvestigate),
|
|
5266
|
-
ExtractDocId: smithy_client_1.expectString(output.ExtractDocId),
|
|
5267
|
-
KmsKeyId: smithy_client_1.expectString(output.KmsKeyId),
|
|
5268
|
-
NestingLevel: smithy_client_1.expectString(output.NestingLevel),
|
|
5269
|
-
Password: smithy_client_1.expectString(output.Password),
|
|
5270
|
-
Port: smithy_client_1.expectInt32(output.Port),
|
|
5271
|
-
SecretsManagerAccessRoleArn: smithy_client_1.expectString(output.SecretsManagerAccessRoleArn),
|
|
5272
|
-
SecretsManagerSecretId: smithy_client_1.expectString(output.SecretsManagerSecretId),
|
|
5273
|
-
ServerName: smithy_client_1.expectString(output.ServerName),
|
|
5274
|
-
Username: smithy_client_1.expectString(output.Username),
|
|
5261
|
+
AuthMechanism: (0, smithy_client_1.expectString)(output.AuthMechanism),
|
|
5262
|
+
AuthSource: (0, smithy_client_1.expectString)(output.AuthSource),
|
|
5263
|
+
AuthType: (0, smithy_client_1.expectString)(output.AuthType),
|
|
5264
|
+
DatabaseName: (0, smithy_client_1.expectString)(output.DatabaseName),
|
|
5265
|
+
DocsToInvestigate: (0, smithy_client_1.expectString)(output.DocsToInvestigate),
|
|
5266
|
+
ExtractDocId: (0, smithy_client_1.expectString)(output.ExtractDocId),
|
|
5267
|
+
KmsKeyId: (0, smithy_client_1.expectString)(output.KmsKeyId),
|
|
5268
|
+
NestingLevel: (0, smithy_client_1.expectString)(output.NestingLevel),
|
|
5269
|
+
Password: (0, smithy_client_1.expectString)(output.Password),
|
|
5270
|
+
Port: (0, smithy_client_1.expectInt32)(output.Port),
|
|
5271
|
+
SecretsManagerAccessRoleArn: (0, smithy_client_1.expectString)(output.SecretsManagerAccessRoleArn),
|
|
5272
|
+
SecretsManagerSecretId: (0, smithy_client_1.expectString)(output.SecretsManagerSecretId),
|
|
5273
|
+
ServerName: (0, smithy_client_1.expectString)(output.ServerName),
|
|
5274
|
+
Username: (0, smithy_client_1.expectString)(output.Username),
|
|
5275
5275
|
};
|
|
5276
5276
|
};
|
|
5277
5277
|
const deserializeAws_json1_1MoveReplicationTaskResponse = (output, context) => {
|
|
@@ -5283,77 +5283,77 @@ const deserializeAws_json1_1MoveReplicationTaskResponse = (output, context) => {
|
|
|
5283
5283
|
};
|
|
5284
5284
|
const deserializeAws_json1_1MySQLSettings = (output, context) => {
|
|
5285
5285
|
return {
|
|
5286
|
-
AfterConnectScript: smithy_client_1.expectString(output.AfterConnectScript),
|
|
5287
|
-
CleanSourceMetadataOnMismatch: smithy_client_1.expectBoolean(output.CleanSourceMetadataOnMismatch),
|
|
5288
|
-
DatabaseName: smithy_client_1.expectString(output.DatabaseName),
|
|
5289
|
-
EventsPollInterval: smithy_client_1.expectInt32(output.EventsPollInterval),
|
|
5290
|
-
MaxFileSize: smithy_client_1.expectInt32(output.MaxFileSize),
|
|
5291
|
-
ParallelLoadThreads: smithy_client_1.expectInt32(output.ParallelLoadThreads),
|
|
5292
|
-
Password: smithy_client_1.expectString(output.Password),
|
|
5293
|
-
Port: smithy_client_1.expectInt32(output.Port),
|
|
5294
|
-
SecretsManagerAccessRoleArn: smithy_client_1.expectString(output.SecretsManagerAccessRoleArn),
|
|
5295
|
-
SecretsManagerSecretId: smithy_client_1.expectString(output.SecretsManagerSecretId),
|
|
5296
|
-
ServerName: smithy_client_1.expectString(output.ServerName),
|
|
5297
|
-
ServerTimezone: smithy_client_1.expectString(output.ServerTimezone),
|
|
5298
|
-
TargetDbType: smithy_client_1.expectString(output.TargetDbType),
|
|
5299
|
-
Username: smithy_client_1.expectString(output.Username),
|
|
5286
|
+
AfterConnectScript: (0, smithy_client_1.expectString)(output.AfterConnectScript),
|
|
5287
|
+
CleanSourceMetadataOnMismatch: (0, smithy_client_1.expectBoolean)(output.CleanSourceMetadataOnMismatch),
|
|
5288
|
+
DatabaseName: (0, smithy_client_1.expectString)(output.DatabaseName),
|
|
5289
|
+
EventsPollInterval: (0, smithy_client_1.expectInt32)(output.EventsPollInterval),
|
|
5290
|
+
MaxFileSize: (0, smithy_client_1.expectInt32)(output.MaxFileSize),
|
|
5291
|
+
ParallelLoadThreads: (0, smithy_client_1.expectInt32)(output.ParallelLoadThreads),
|
|
5292
|
+
Password: (0, smithy_client_1.expectString)(output.Password),
|
|
5293
|
+
Port: (0, smithy_client_1.expectInt32)(output.Port),
|
|
5294
|
+
SecretsManagerAccessRoleArn: (0, smithy_client_1.expectString)(output.SecretsManagerAccessRoleArn),
|
|
5295
|
+
SecretsManagerSecretId: (0, smithy_client_1.expectString)(output.SecretsManagerSecretId),
|
|
5296
|
+
ServerName: (0, smithy_client_1.expectString)(output.ServerName),
|
|
5297
|
+
ServerTimezone: (0, smithy_client_1.expectString)(output.ServerTimezone),
|
|
5298
|
+
TargetDbType: (0, smithy_client_1.expectString)(output.TargetDbType),
|
|
5299
|
+
Username: (0, smithy_client_1.expectString)(output.Username),
|
|
5300
5300
|
};
|
|
5301
5301
|
};
|
|
5302
5302
|
const deserializeAws_json1_1NeptuneSettings = (output, context) => {
|
|
5303
5303
|
return {
|
|
5304
|
-
ErrorRetryDuration: smithy_client_1.expectInt32(output.ErrorRetryDuration),
|
|
5305
|
-
IamAuthEnabled: smithy_client_1.expectBoolean(output.IamAuthEnabled),
|
|
5306
|
-
MaxFileSize: smithy_client_1.expectInt32(output.MaxFileSize),
|
|
5307
|
-
MaxRetryCount: smithy_client_1.expectInt32(output.MaxRetryCount),
|
|
5308
|
-
S3BucketFolder: smithy_client_1.expectString(output.S3BucketFolder),
|
|
5309
|
-
S3BucketName: smithy_client_1.expectString(output.S3BucketName),
|
|
5310
|
-
ServiceAccessRoleArn: smithy_client_1.expectString(output.ServiceAccessRoleArn),
|
|
5304
|
+
ErrorRetryDuration: (0, smithy_client_1.expectInt32)(output.ErrorRetryDuration),
|
|
5305
|
+
IamAuthEnabled: (0, smithy_client_1.expectBoolean)(output.IamAuthEnabled),
|
|
5306
|
+
MaxFileSize: (0, smithy_client_1.expectInt32)(output.MaxFileSize),
|
|
5307
|
+
MaxRetryCount: (0, smithy_client_1.expectInt32)(output.MaxRetryCount),
|
|
5308
|
+
S3BucketFolder: (0, smithy_client_1.expectString)(output.S3BucketFolder),
|
|
5309
|
+
S3BucketName: (0, smithy_client_1.expectString)(output.S3BucketName),
|
|
5310
|
+
ServiceAccessRoleArn: (0, smithy_client_1.expectString)(output.ServiceAccessRoleArn),
|
|
5311
5311
|
};
|
|
5312
5312
|
};
|
|
5313
5313
|
const deserializeAws_json1_1OracleSettings = (output, context) => {
|
|
5314
5314
|
return {
|
|
5315
|
-
AccessAlternateDirectly: smithy_client_1.expectBoolean(output.AccessAlternateDirectly),
|
|
5316
|
-
AddSupplementalLogging: smithy_client_1.expectBoolean(output.AddSupplementalLogging),
|
|
5317
|
-
AdditionalArchivedLogDestId: smithy_client_1.expectInt32(output.AdditionalArchivedLogDestId),
|
|
5318
|
-
AllowSelectNestedTables: smithy_client_1.expectBoolean(output.AllowSelectNestedTables),
|
|
5319
|
-
ArchivedLogDestId: smithy_client_1.expectInt32(output.ArchivedLogDestId),
|
|
5320
|
-
ArchivedLogsOnly: smithy_client_1.expectBoolean(output.ArchivedLogsOnly),
|
|
5321
|
-
AsmPassword: smithy_client_1.expectString(output.AsmPassword),
|
|
5322
|
-
AsmServer: smithy_client_1.expectString(output.AsmServer),
|
|
5323
|
-
AsmUser: smithy_client_1.expectString(output.AsmUser),
|
|
5324
|
-
CharLengthSemantics: smithy_client_1.expectString(output.CharLengthSemantics),
|
|
5325
|
-
DatabaseName: smithy_client_1.expectString(output.DatabaseName),
|
|
5326
|
-
DirectPathNoLog: smithy_client_1.expectBoolean(output.DirectPathNoLog),
|
|
5327
|
-
DirectPathParallelLoad: smithy_client_1.expectBoolean(output.DirectPathParallelLoad),
|
|
5328
|
-
EnableHomogenousTablespace: smithy_client_1.expectBoolean(output.EnableHomogenousTablespace),
|
|
5315
|
+
AccessAlternateDirectly: (0, smithy_client_1.expectBoolean)(output.AccessAlternateDirectly),
|
|
5316
|
+
AddSupplementalLogging: (0, smithy_client_1.expectBoolean)(output.AddSupplementalLogging),
|
|
5317
|
+
AdditionalArchivedLogDestId: (0, smithy_client_1.expectInt32)(output.AdditionalArchivedLogDestId),
|
|
5318
|
+
AllowSelectNestedTables: (0, smithy_client_1.expectBoolean)(output.AllowSelectNestedTables),
|
|
5319
|
+
ArchivedLogDestId: (0, smithy_client_1.expectInt32)(output.ArchivedLogDestId),
|
|
5320
|
+
ArchivedLogsOnly: (0, smithy_client_1.expectBoolean)(output.ArchivedLogsOnly),
|
|
5321
|
+
AsmPassword: (0, smithy_client_1.expectString)(output.AsmPassword),
|
|
5322
|
+
AsmServer: (0, smithy_client_1.expectString)(output.AsmServer),
|
|
5323
|
+
AsmUser: (0, smithy_client_1.expectString)(output.AsmUser),
|
|
5324
|
+
CharLengthSemantics: (0, smithy_client_1.expectString)(output.CharLengthSemantics),
|
|
5325
|
+
DatabaseName: (0, smithy_client_1.expectString)(output.DatabaseName),
|
|
5326
|
+
DirectPathNoLog: (0, smithy_client_1.expectBoolean)(output.DirectPathNoLog),
|
|
5327
|
+
DirectPathParallelLoad: (0, smithy_client_1.expectBoolean)(output.DirectPathParallelLoad),
|
|
5328
|
+
EnableHomogenousTablespace: (0, smithy_client_1.expectBoolean)(output.EnableHomogenousTablespace),
|
|
5329
5329
|
ExtraArchivedLogDestIds: output.ExtraArchivedLogDestIds !== undefined && output.ExtraArchivedLogDestIds !== null
|
|
5330
5330
|
? deserializeAws_json1_1IntegerList(output.ExtraArchivedLogDestIds, context)
|
|
5331
5331
|
: undefined,
|
|
5332
|
-
FailTasksOnLobTruncation: smithy_client_1.expectBoolean(output.FailTasksOnLobTruncation),
|
|
5333
|
-
NumberDatatypeScale: smithy_client_1.expectInt32(output.NumberDatatypeScale),
|
|
5334
|
-
OraclePathPrefix: smithy_client_1.expectString(output.OraclePathPrefix),
|
|
5335
|
-
ParallelAsmReadThreads: smithy_client_1.expectInt32(output.ParallelAsmReadThreads),
|
|
5336
|
-
Password: smithy_client_1.expectString(output.Password),
|
|
5337
|
-
Port: smithy_client_1.expectInt32(output.Port),
|
|
5338
|
-
ReadAheadBlocks: smithy_client_1.expectInt32(output.ReadAheadBlocks),
|
|
5339
|
-
ReadTableSpaceName: smithy_client_1.expectBoolean(output.ReadTableSpaceName),
|
|
5340
|
-
ReplacePathPrefix: smithy_client_1.expectBoolean(output.ReplacePathPrefix),
|
|
5341
|
-
RetryInterval: smithy_client_1.expectInt32(output.RetryInterval),
|
|
5342
|
-
SecretsManagerAccessRoleArn: smithy_client_1.expectString(output.SecretsManagerAccessRoleArn),
|
|
5343
|
-
SecretsManagerOracleAsmAccessRoleArn: smithy_client_1.expectString(output.SecretsManagerOracleAsmAccessRoleArn),
|
|
5344
|
-
SecretsManagerOracleAsmSecretId: smithy_client_1.expectString(output.SecretsManagerOracleAsmSecretId),
|
|
5345
|
-
SecretsManagerSecretId: smithy_client_1.expectString(output.SecretsManagerSecretId),
|
|
5346
|
-
SecurityDbEncryption: smithy_client_1.expectString(output.SecurityDbEncryption),
|
|
5347
|
-
SecurityDbEncryptionName: smithy_client_1.expectString(output.SecurityDbEncryptionName),
|
|
5348
|
-
ServerName: smithy_client_1.expectString(output.ServerName),
|
|
5349
|
-
SpatialDataOptionToGeoJsonFunctionName: smithy_client_1.expectString(output.SpatialDataOptionToGeoJsonFunctionName),
|
|
5350
|
-
StandbyDelayTime: smithy_client_1.expectInt32(output.StandbyDelayTime),
|
|
5351
|
-
UseAlternateFolderForOnline: smithy_client_1.expectBoolean(output.UseAlternateFolderForOnline),
|
|
5352
|
-
UseBFile: smithy_client_1.expectBoolean(output.UseBFile),
|
|
5353
|
-
UseDirectPathFullLoad: smithy_client_1.expectBoolean(output.UseDirectPathFullLoad),
|
|
5354
|
-
UseLogminerReader: smithy_client_1.expectBoolean(output.UseLogminerReader),
|
|
5355
|
-
UsePathPrefix: smithy_client_1.expectString(output.UsePathPrefix),
|
|
5356
|
-
Username: smithy_client_1.expectString(output.Username),
|
|
5332
|
+
FailTasksOnLobTruncation: (0, smithy_client_1.expectBoolean)(output.FailTasksOnLobTruncation),
|
|
5333
|
+
NumberDatatypeScale: (0, smithy_client_1.expectInt32)(output.NumberDatatypeScale),
|
|
5334
|
+
OraclePathPrefix: (0, smithy_client_1.expectString)(output.OraclePathPrefix),
|
|
5335
|
+
ParallelAsmReadThreads: (0, smithy_client_1.expectInt32)(output.ParallelAsmReadThreads),
|
|
5336
|
+
Password: (0, smithy_client_1.expectString)(output.Password),
|
|
5337
|
+
Port: (0, smithy_client_1.expectInt32)(output.Port),
|
|
5338
|
+
ReadAheadBlocks: (0, smithy_client_1.expectInt32)(output.ReadAheadBlocks),
|
|
5339
|
+
ReadTableSpaceName: (0, smithy_client_1.expectBoolean)(output.ReadTableSpaceName),
|
|
5340
|
+
ReplacePathPrefix: (0, smithy_client_1.expectBoolean)(output.ReplacePathPrefix),
|
|
5341
|
+
RetryInterval: (0, smithy_client_1.expectInt32)(output.RetryInterval),
|
|
5342
|
+
SecretsManagerAccessRoleArn: (0, smithy_client_1.expectString)(output.SecretsManagerAccessRoleArn),
|
|
5343
|
+
SecretsManagerOracleAsmAccessRoleArn: (0, smithy_client_1.expectString)(output.SecretsManagerOracleAsmAccessRoleArn),
|
|
5344
|
+
SecretsManagerOracleAsmSecretId: (0, smithy_client_1.expectString)(output.SecretsManagerOracleAsmSecretId),
|
|
5345
|
+
SecretsManagerSecretId: (0, smithy_client_1.expectString)(output.SecretsManagerSecretId),
|
|
5346
|
+
SecurityDbEncryption: (0, smithy_client_1.expectString)(output.SecurityDbEncryption),
|
|
5347
|
+
SecurityDbEncryptionName: (0, smithy_client_1.expectString)(output.SecurityDbEncryptionName),
|
|
5348
|
+
ServerName: (0, smithy_client_1.expectString)(output.ServerName),
|
|
5349
|
+
SpatialDataOptionToGeoJsonFunctionName: (0, smithy_client_1.expectString)(output.SpatialDataOptionToGeoJsonFunctionName),
|
|
5350
|
+
StandbyDelayTime: (0, smithy_client_1.expectInt32)(output.StandbyDelayTime),
|
|
5351
|
+
UseAlternateFolderForOnline: (0, smithy_client_1.expectBoolean)(output.UseAlternateFolderForOnline),
|
|
5352
|
+
UseBFile: (0, smithy_client_1.expectBoolean)(output.UseBFile),
|
|
5353
|
+
UseDirectPathFullLoad: (0, smithy_client_1.expectBoolean)(output.UseDirectPathFullLoad),
|
|
5354
|
+
UseLogminerReader: (0, smithy_client_1.expectBoolean)(output.UseLogminerReader),
|
|
5355
|
+
UsePathPrefix: (0, smithy_client_1.expectString)(output.UsePathPrefix),
|
|
5356
|
+
Username: (0, smithy_client_1.expectString)(output.Username),
|
|
5357
5357
|
};
|
|
5358
5358
|
};
|
|
5359
5359
|
const deserializeAws_json1_1OrderableReplicationInstance = (output, context) => {
|
|
@@ -5361,14 +5361,14 @@ const deserializeAws_json1_1OrderableReplicationInstance = (output, context) =>
|
|
|
5361
5361
|
AvailabilityZones: output.AvailabilityZones !== undefined && output.AvailabilityZones !== null
|
|
5362
5362
|
? deserializeAws_json1_1AvailabilityZonesList(output.AvailabilityZones, context)
|
|
5363
5363
|
: undefined,
|
|
5364
|
-
DefaultAllocatedStorage: smithy_client_1.expectInt32(output.DefaultAllocatedStorage),
|
|
5365
|
-
EngineVersion: smithy_client_1.expectString(output.EngineVersion),
|
|
5366
|
-
IncludedAllocatedStorage: smithy_client_1.expectInt32(output.IncludedAllocatedStorage),
|
|
5367
|
-
MaxAllocatedStorage: smithy_client_1.expectInt32(output.MaxAllocatedStorage),
|
|
5368
|
-
MinAllocatedStorage: smithy_client_1.expectInt32(output.MinAllocatedStorage),
|
|
5369
|
-
ReleaseStatus: smithy_client_1.expectString(output.ReleaseStatus),
|
|
5370
|
-
ReplicationInstanceClass: smithy_client_1.expectString(output.ReplicationInstanceClass),
|
|
5371
|
-
StorageType: smithy_client_1.expectString(output.StorageType),
|
|
5364
|
+
DefaultAllocatedStorage: (0, smithy_client_1.expectInt32)(output.DefaultAllocatedStorage),
|
|
5365
|
+
EngineVersion: (0, smithy_client_1.expectString)(output.EngineVersion),
|
|
5366
|
+
IncludedAllocatedStorage: (0, smithy_client_1.expectInt32)(output.IncludedAllocatedStorage),
|
|
5367
|
+
MaxAllocatedStorage: (0, smithy_client_1.expectInt32)(output.MaxAllocatedStorage),
|
|
5368
|
+
MinAllocatedStorage: (0, smithy_client_1.expectInt32)(output.MinAllocatedStorage),
|
|
5369
|
+
ReleaseStatus: (0, smithy_client_1.expectString)(output.ReleaseStatus),
|
|
5370
|
+
ReplicationInstanceClass: (0, smithy_client_1.expectString)(output.ReplicationInstanceClass),
|
|
5371
|
+
StorageType: (0, smithy_client_1.expectString)(output.StorageType),
|
|
5372
5372
|
};
|
|
5373
5373
|
};
|
|
5374
5374
|
const deserializeAws_json1_1OrderableReplicationInstanceList = (output, context) => {
|
|
@@ -5384,18 +5384,18 @@ const deserializeAws_json1_1OrderableReplicationInstanceList = (output, context)
|
|
|
5384
5384
|
};
|
|
5385
5385
|
const deserializeAws_json1_1PendingMaintenanceAction = (output, context) => {
|
|
5386
5386
|
return {
|
|
5387
|
-
Action: smithy_client_1.expectString(output.Action),
|
|
5387
|
+
Action: (0, smithy_client_1.expectString)(output.Action),
|
|
5388
5388
|
AutoAppliedAfterDate: output.AutoAppliedAfterDate !== undefined && output.AutoAppliedAfterDate !== null
|
|
5389
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.AutoAppliedAfterDate)))
|
|
5389
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.AutoAppliedAfterDate)))
|
|
5390
5390
|
: undefined,
|
|
5391
5391
|
CurrentApplyDate: output.CurrentApplyDate !== undefined && output.CurrentApplyDate !== null
|
|
5392
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CurrentApplyDate)))
|
|
5392
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CurrentApplyDate)))
|
|
5393
5393
|
: undefined,
|
|
5394
|
-
Description: smithy_client_1.expectString(output.Description),
|
|
5394
|
+
Description: (0, smithy_client_1.expectString)(output.Description),
|
|
5395
5395
|
ForcedApplyDate: output.ForcedApplyDate !== undefined && output.ForcedApplyDate !== null
|
|
5396
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.ForcedApplyDate)))
|
|
5396
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.ForcedApplyDate)))
|
|
5397
5397
|
: undefined,
|
|
5398
|
-
OptInStatus: smithy_client_1.expectString(output.OptInStatus),
|
|
5398
|
+
OptInStatus: (0, smithy_client_1.expectString)(output.OptInStatus),
|
|
5399
5399
|
};
|
|
5400
5400
|
};
|
|
5401
5401
|
const deserializeAws_json1_1PendingMaintenanceActionDetails = (output, context) => {
|
|
@@ -5422,24 +5422,24 @@ const deserializeAws_json1_1PendingMaintenanceActions = (output, context) => {
|
|
|
5422
5422
|
};
|
|
5423
5423
|
const deserializeAws_json1_1PostgreSQLSettings = (output, context) => {
|
|
5424
5424
|
return {
|
|
5425
|
-
AfterConnectScript: smithy_client_1.expectString(output.AfterConnectScript),
|
|
5426
|
-
CaptureDdls: smithy_client_1.expectBoolean(output.CaptureDdls),
|
|
5427
|
-
DatabaseName: smithy_client_1.expectString(output.DatabaseName),
|
|
5428
|
-
DdlArtifactsSchema: smithy_client_1.expectString(output.DdlArtifactsSchema),
|
|
5429
|
-
ExecuteTimeout: smithy_client_1.expectInt32(output.ExecuteTimeout),
|
|
5430
|
-
FailTasksOnLobTruncation: smithy_client_1.expectBoolean(output.FailTasksOnLobTruncation),
|
|
5431
|
-
HeartbeatEnable: smithy_client_1.expectBoolean(output.HeartbeatEnable),
|
|
5432
|
-
HeartbeatFrequency: smithy_client_1.expectInt32(output.HeartbeatFrequency),
|
|
5433
|
-
HeartbeatSchema: smithy_client_1.expectString(output.HeartbeatSchema),
|
|
5434
|
-
MaxFileSize: smithy_client_1.expectInt32(output.MaxFileSize),
|
|
5435
|
-
Password: smithy_client_1.expectString(output.Password),
|
|
5436
|
-
PluginName: smithy_client_1.expectString(output.PluginName),
|
|
5437
|
-
Port: smithy_client_1.expectInt32(output.Port),
|
|
5438
|
-
SecretsManagerAccessRoleArn: smithy_client_1.expectString(output.SecretsManagerAccessRoleArn),
|
|
5439
|
-
SecretsManagerSecretId: smithy_client_1.expectString(output.SecretsManagerSecretId),
|
|
5440
|
-
ServerName: smithy_client_1.expectString(output.ServerName),
|
|
5441
|
-
SlotName: smithy_client_1.expectString(output.SlotName),
|
|
5442
|
-
Username: smithy_client_1.expectString(output.Username),
|
|
5425
|
+
AfterConnectScript: (0, smithy_client_1.expectString)(output.AfterConnectScript),
|
|
5426
|
+
CaptureDdls: (0, smithy_client_1.expectBoolean)(output.CaptureDdls),
|
|
5427
|
+
DatabaseName: (0, smithy_client_1.expectString)(output.DatabaseName),
|
|
5428
|
+
DdlArtifactsSchema: (0, smithy_client_1.expectString)(output.DdlArtifactsSchema),
|
|
5429
|
+
ExecuteTimeout: (0, smithy_client_1.expectInt32)(output.ExecuteTimeout),
|
|
5430
|
+
FailTasksOnLobTruncation: (0, smithy_client_1.expectBoolean)(output.FailTasksOnLobTruncation),
|
|
5431
|
+
HeartbeatEnable: (0, smithy_client_1.expectBoolean)(output.HeartbeatEnable),
|
|
5432
|
+
HeartbeatFrequency: (0, smithy_client_1.expectInt32)(output.HeartbeatFrequency),
|
|
5433
|
+
HeartbeatSchema: (0, smithy_client_1.expectString)(output.HeartbeatSchema),
|
|
5434
|
+
MaxFileSize: (0, smithy_client_1.expectInt32)(output.MaxFileSize),
|
|
5435
|
+
Password: (0, smithy_client_1.expectString)(output.Password),
|
|
5436
|
+
PluginName: (0, smithy_client_1.expectString)(output.PluginName),
|
|
5437
|
+
Port: (0, smithy_client_1.expectInt32)(output.Port),
|
|
5438
|
+
SecretsManagerAccessRoleArn: (0, smithy_client_1.expectString)(output.SecretsManagerAccessRoleArn),
|
|
5439
|
+
SecretsManagerSecretId: (0, smithy_client_1.expectString)(output.SecretsManagerSecretId),
|
|
5440
|
+
ServerName: (0, smithy_client_1.expectString)(output.ServerName),
|
|
5441
|
+
SlotName: (0, smithy_client_1.expectString)(output.SlotName),
|
|
5442
|
+
Username: (0, smithy_client_1.expectString)(output.Username),
|
|
5443
5443
|
};
|
|
5444
5444
|
};
|
|
5445
5445
|
const deserializeAws_json1_1RebootReplicationInstanceResponse = (output, context) => {
|
|
@@ -5451,47 +5451,47 @@ const deserializeAws_json1_1RebootReplicationInstanceResponse = (output, context
|
|
|
5451
5451
|
};
|
|
5452
5452
|
const deserializeAws_json1_1RedisSettings = (output, context) => {
|
|
5453
5453
|
return {
|
|
5454
|
-
AuthPassword: smithy_client_1.expectString(output.AuthPassword),
|
|
5455
|
-
AuthType: smithy_client_1.expectString(output.AuthType),
|
|
5456
|
-
AuthUserName: smithy_client_1.expectString(output.AuthUserName),
|
|
5457
|
-
Port: smithy_client_1.expectInt32(output.Port),
|
|
5458
|
-
ServerName: smithy_client_1.expectString(output.ServerName),
|
|
5459
|
-
SslCaCertificateArn: smithy_client_1.expectString(output.SslCaCertificateArn),
|
|
5460
|
-
SslSecurityProtocol: smithy_client_1.expectString(output.SslSecurityProtocol),
|
|
5454
|
+
AuthPassword: (0, smithy_client_1.expectString)(output.AuthPassword),
|
|
5455
|
+
AuthType: (0, smithy_client_1.expectString)(output.AuthType),
|
|
5456
|
+
AuthUserName: (0, smithy_client_1.expectString)(output.AuthUserName),
|
|
5457
|
+
Port: (0, smithy_client_1.expectInt32)(output.Port),
|
|
5458
|
+
ServerName: (0, smithy_client_1.expectString)(output.ServerName),
|
|
5459
|
+
SslCaCertificateArn: (0, smithy_client_1.expectString)(output.SslCaCertificateArn),
|
|
5460
|
+
SslSecurityProtocol: (0, smithy_client_1.expectString)(output.SslSecurityProtocol),
|
|
5461
5461
|
};
|
|
5462
5462
|
};
|
|
5463
5463
|
const deserializeAws_json1_1RedshiftSettings = (output, context) => {
|
|
5464
5464
|
return {
|
|
5465
|
-
AcceptAnyDate: smithy_client_1.expectBoolean(output.AcceptAnyDate),
|
|
5466
|
-
AfterConnectScript: smithy_client_1.expectString(output.AfterConnectScript),
|
|
5467
|
-
BucketFolder: smithy_client_1.expectString(output.BucketFolder),
|
|
5468
|
-
BucketName: smithy_client_1.expectString(output.BucketName),
|
|
5469
|
-
CaseSensitiveNames: smithy_client_1.expectBoolean(output.CaseSensitiveNames),
|
|
5470
|
-
CompUpdate: smithy_client_1.expectBoolean(output.CompUpdate),
|
|
5471
|
-
ConnectionTimeout: smithy_client_1.expectInt32(output.ConnectionTimeout),
|
|
5472
|
-
DatabaseName: smithy_client_1.expectString(output.DatabaseName),
|
|
5473
|
-
DateFormat: smithy_client_1.expectString(output.DateFormat),
|
|
5474
|
-
EmptyAsNull: smithy_client_1.expectBoolean(output.EmptyAsNull),
|
|
5475
|
-
EncryptionMode: smithy_client_1.expectString(output.EncryptionMode),
|
|
5476
|
-
ExplicitIds: smithy_client_1.expectBoolean(output.ExplicitIds),
|
|
5477
|
-
FileTransferUploadStreams: smithy_client_1.expectInt32(output.FileTransferUploadStreams),
|
|
5478
|
-
LoadTimeout: smithy_client_1.expectInt32(output.LoadTimeout),
|
|
5479
|
-
MaxFileSize: smithy_client_1.expectInt32(output.MaxFileSize),
|
|
5480
|
-
Password: smithy_client_1.expectString(output.Password),
|
|
5481
|
-
Port: smithy_client_1.expectInt32(output.Port),
|
|
5482
|
-
RemoveQuotes: smithy_client_1.expectBoolean(output.RemoveQuotes),
|
|
5483
|
-
ReplaceChars: smithy_client_1.expectString(output.ReplaceChars),
|
|
5484
|
-
ReplaceInvalidChars: smithy_client_1.expectString(output.ReplaceInvalidChars),
|
|
5485
|
-
SecretsManagerAccessRoleArn: smithy_client_1.expectString(output.SecretsManagerAccessRoleArn),
|
|
5486
|
-
SecretsManagerSecretId: smithy_client_1.expectString(output.SecretsManagerSecretId),
|
|
5487
|
-
ServerName: smithy_client_1.expectString(output.ServerName),
|
|
5488
|
-
ServerSideEncryptionKmsKeyId: smithy_client_1.expectString(output.ServerSideEncryptionKmsKeyId),
|
|
5489
|
-
ServiceAccessRoleArn: smithy_client_1.expectString(output.ServiceAccessRoleArn),
|
|
5490
|
-
TimeFormat: smithy_client_1.expectString(output.TimeFormat),
|
|
5491
|
-
TrimBlanks: smithy_client_1.expectBoolean(output.TrimBlanks),
|
|
5492
|
-
TruncateColumns: smithy_client_1.expectBoolean(output.TruncateColumns),
|
|
5493
|
-
Username: smithy_client_1.expectString(output.Username),
|
|
5494
|
-
WriteBufferSize: smithy_client_1.expectInt32(output.WriteBufferSize),
|
|
5465
|
+
AcceptAnyDate: (0, smithy_client_1.expectBoolean)(output.AcceptAnyDate),
|
|
5466
|
+
AfterConnectScript: (0, smithy_client_1.expectString)(output.AfterConnectScript),
|
|
5467
|
+
BucketFolder: (0, smithy_client_1.expectString)(output.BucketFolder),
|
|
5468
|
+
BucketName: (0, smithy_client_1.expectString)(output.BucketName),
|
|
5469
|
+
CaseSensitiveNames: (0, smithy_client_1.expectBoolean)(output.CaseSensitiveNames),
|
|
5470
|
+
CompUpdate: (0, smithy_client_1.expectBoolean)(output.CompUpdate),
|
|
5471
|
+
ConnectionTimeout: (0, smithy_client_1.expectInt32)(output.ConnectionTimeout),
|
|
5472
|
+
DatabaseName: (0, smithy_client_1.expectString)(output.DatabaseName),
|
|
5473
|
+
DateFormat: (0, smithy_client_1.expectString)(output.DateFormat),
|
|
5474
|
+
EmptyAsNull: (0, smithy_client_1.expectBoolean)(output.EmptyAsNull),
|
|
5475
|
+
EncryptionMode: (0, smithy_client_1.expectString)(output.EncryptionMode),
|
|
5476
|
+
ExplicitIds: (0, smithy_client_1.expectBoolean)(output.ExplicitIds),
|
|
5477
|
+
FileTransferUploadStreams: (0, smithy_client_1.expectInt32)(output.FileTransferUploadStreams),
|
|
5478
|
+
LoadTimeout: (0, smithy_client_1.expectInt32)(output.LoadTimeout),
|
|
5479
|
+
MaxFileSize: (0, smithy_client_1.expectInt32)(output.MaxFileSize),
|
|
5480
|
+
Password: (0, smithy_client_1.expectString)(output.Password),
|
|
5481
|
+
Port: (0, smithy_client_1.expectInt32)(output.Port),
|
|
5482
|
+
RemoveQuotes: (0, smithy_client_1.expectBoolean)(output.RemoveQuotes),
|
|
5483
|
+
ReplaceChars: (0, smithy_client_1.expectString)(output.ReplaceChars),
|
|
5484
|
+
ReplaceInvalidChars: (0, smithy_client_1.expectString)(output.ReplaceInvalidChars),
|
|
5485
|
+
SecretsManagerAccessRoleArn: (0, smithy_client_1.expectString)(output.SecretsManagerAccessRoleArn),
|
|
5486
|
+
SecretsManagerSecretId: (0, smithy_client_1.expectString)(output.SecretsManagerSecretId),
|
|
5487
|
+
ServerName: (0, smithy_client_1.expectString)(output.ServerName),
|
|
5488
|
+
ServerSideEncryptionKmsKeyId: (0, smithy_client_1.expectString)(output.ServerSideEncryptionKmsKeyId),
|
|
5489
|
+
ServiceAccessRoleArn: (0, smithy_client_1.expectString)(output.ServiceAccessRoleArn),
|
|
5490
|
+
TimeFormat: (0, smithy_client_1.expectString)(output.TimeFormat),
|
|
5491
|
+
TrimBlanks: (0, smithy_client_1.expectBoolean)(output.TrimBlanks),
|
|
5492
|
+
TruncateColumns: (0, smithy_client_1.expectBoolean)(output.TruncateColumns),
|
|
5493
|
+
Username: (0, smithy_client_1.expectString)(output.Username),
|
|
5494
|
+
WriteBufferSize: (0, smithy_client_1.expectInt32)(output.WriteBufferSize),
|
|
5495
5495
|
};
|
|
5496
5496
|
};
|
|
5497
5497
|
const deserializeAws_json1_1RefreshSchemasResponse = (output, context) => {
|
|
@@ -5503,18 +5503,18 @@ const deserializeAws_json1_1RefreshSchemasResponse = (output, context) => {
|
|
|
5503
5503
|
};
|
|
5504
5504
|
const deserializeAws_json1_1RefreshSchemasStatus = (output, context) => {
|
|
5505
5505
|
return {
|
|
5506
|
-
EndpointArn: smithy_client_1.expectString(output.EndpointArn),
|
|
5507
|
-
LastFailureMessage: smithy_client_1.expectString(output.LastFailureMessage),
|
|
5506
|
+
EndpointArn: (0, smithy_client_1.expectString)(output.EndpointArn),
|
|
5507
|
+
LastFailureMessage: (0, smithy_client_1.expectString)(output.LastFailureMessage),
|
|
5508
5508
|
LastRefreshDate: output.LastRefreshDate !== undefined && output.LastRefreshDate !== null
|
|
5509
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastRefreshDate)))
|
|
5509
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastRefreshDate)))
|
|
5510
5510
|
: undefined,
|
|
5511
|
-
ReplicationInstanceArn: smithy_client_1.expectString(output.ReplicationInstanceArn),
|
|
5512
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
5511
|
+
ReplicationInstanceArn: (0, smithy_client_1.expectString)(output.ReplicationInstanceArn),
|
|
5512
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
5513
5513
|
};
|
|
5514
5514
|
};
|
|
5515
5515
|
const deserializeAws_json1_1ReloadTablesResponse = (output, context) => {
|
|
5516
5516
|
return {
|
|
5517
|
-
ReplicationTaskArn: smithy_client_1.expectString(output.ReplicationTaskArn),
|
|
5517
|
+
ReplicationTaskArn: (0, smithy_client_1.expectString)(output.ReplicationTaskArn),
|
|
5518
5518
|
};
|
|
5519
5519
|
};
|
|
5520
5520
|
const deserializeAws_json1_1RemoveTagsFromResourceResponse = (output, context) => {
|
|
@@ -5522,41 +5522,41 @@ const deserializeAws_json1_1RemoveTagsFromResourceResponse = (output, context) =
|
|
|
5522
5522
|
};
|
|
5523
5523
|
const deserializeAws_json1_1ReplicationInstance = (output, context) => {
|
|
5524
5524
|
return {
|
|
5525
|
-
AllocatedStorage: smithy_client_1.expectInt32(output.AllocatedStorage),
|
|
5526
|
-
AutoMinorVersionUpgrade: smithy_client_1.expectBoolean(output.AutoMinorVersionUpgrade),
|
|
5527
|
-
AvailabilityZone: smithy_client_1.expectString(output.AvailabilityZone),
|
|
5528
|
-
DnsNameServers: smithy_client_1.expectString(output.DnsNameServers),
|
|
5529
|
-
EngineVersion: smithy_client_1.expectString(output.EngineVersion),
|
|
5525
|
+
AllocatedStorage: (0, smithy_client_1.expectInt32)(output.AllocatedStorage),
|
|
5526
|
+
AutoMinorVersionUpgrade: (0, smithy_client_1.expectBoolean)(output.AutoMinorVersionUpgrade),
|
|
5527
|
+
AvailabilityZone: (0, smithy_client_1.expectString)(output.AvailabilityZone),
|
|
5528
|
+
DnsNameServers: (0, smithy_client_1.expectString)(output.DnsNameServers),
|
|
5529
|
+
EngineVersion: (0, smithy_client_1.expectString)(output.EngineVersion),
|
|
5530
5530
|
FreeUntil: output.FreeUntil !== undefined && output.FreeUntil !== null
|
|
5531
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.FreeUntil)))
|
|
5531
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.FreeUntil)))
|
|
5532
5532
|
: undefined,
|
|
5533
5533
|
InstanceCreateTime: output.InstanceCreateTime !== undefined && output.InstanceCreateTime !== null
|
|
5534
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.InstanceCreateTime)))
|
|
5534
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.InstanceCreateTime)))
|
|
5535
5535
|
: undefined,
|
|
5536
|
-
KmsKeyId: smithy_client_1.expectString(output.KmsKeyId),
|
|
5537
|
-
MultiAZ: smithy_client_1.expectBoolean(output.MultiAZ),
|
|
5536
|
+
KmsKeyId: (0, smithy_client_1.expectString)(output.KmsKeyId),
|
|
5537
|
+
MultiAZ: (0, smithy_client_1.expectBoolean)(output.MultiAZ),
|
|
5538
5538
|
PendingModifiedValues: output.PendingModifiedValues !== undefined && output.PendingModifiedValues !== null
|
|
5539
5539
|
? deserializeAws_json1_1ReplicationPendingModifiedValues(output.PendingModifiedValues, context)
|
|
5540
5540
|
: undefined,
|
|
5541
|
-
PreferredMaintenanceWindow: smithy_client_1.expectString(output.PreferredMaintenanceWindow),
|
|
5542
|
-
PubliclyAccessible: smithy_client_1.expectBoolean(output.PubliclyAccessible),
|
|
5543
|
-
ReplicationInstanceArn: smithy_client_1.expectString(output.ReplicationInstanceArn),
|
|
5544
|
-
ReplicationInstanceClass: smithy_client_1.expectString(output.ReplicationInstanceClass),
|
|
5545
|
-
ReplicationInstanceIdentifier: smithy_client_1.expectString(output.ReplicationInstanceIdentifier),
|
|
5546
|
-
ReplicationInstancePrivateIpAddress: smithy_client_1.expectString(output.ReplicationInstancePrivateIpAddress),
|
|
5541
|
+
PreferredMaintenanceWindow: (0, smithy_client_1.expectString)(output.PreferredMaintenanceWindow),
|
|
5542
|
+
PubliclyAccessible: (0, smithy_client_1.expectBoolean)(output.PubliclyAccessible),
|
|
5543
|
+
ReplicationInstanceArn: (0, smithy_client_1.expectString)(output.ReplicationInstanceArn),
|
|
5544
|
+
ReplicationInstanceClass: (0, smithy_client_1.expectString)(output.ReplicationInstanceClass),
|
|
5545
|
+
ReplicationInstanceIdentifier: (0, smithy_client_1.expectString)(output.ReplicationInstanceIdentifier),
|
|
5546
|
+
ReplicationInstancePrivateIpAddress: (0, smithy_client_1.expectString)(output.ReplicationInstancePrivateIpAddress),
|
|
5547
5547
|
ReplicationInstancePrivateIpAddresses: output.ReplicationInstancePrivateIpAddresses !== undefined &&
|
|
5548
5548
|
output.ReplicationInstancePrivateIpAddresses !== null
|
|
5549
5549
|
? deserializeAws_json1_1ReplicationInstancePrivateIpAddressList(output.ReplicationInstancePrivateIpAddresses, context)
|
|
5550
5550
|
: undefined,
|
|
5551
|
-
ReplicationInstancePublicIpAddress: smithy_client_1.expectString(output.ReplicationInstancePublicIpAddress),
|
|
5551
|
+
ReplicationInstancePublicIpAddress: (0, smithy_client_1.expectString)(output.ReplicationInstancePublicIpAddress),
|
|
5552
5552
|
ReplicationInstancePublicIpAddresses: output.ReplicationInstancePublicIpAddresses !== undefined && output.ReplicationInstancePublicIpAddresses !== null
|
|
5553
5553
|
? deserializeAws_json1_1ReplicationInstancePublicIpAddressList(output.ReplicationInstancePublicIpAddresses, context)
|
|
5554
5554
|
: undefined,
|
|
5555
|
-
ReplicationInstanceStatus: smithy_client_1.expectString(output.ReplicationInstanceStatus),
|
|
5555
|
+
ReplicationInstanceStatus: (0, smithy_client_1.expectString)(output.ReplicationInstanceStatus),
|
|
5556
5556
|
ReplicationSubnetGroup: output.ReplicationSubnetGroup !== undefined && output.ReplicationSubnetGroup !== null
|
|
5557
5557
|
? deserializeAws_json1_1ReplicationSubnetGroup(output.ReplicationSubnetGroup, context)
|
|
5558
5558
|
: undefined,
|
|
5559
|
-
SecondaryAvailabilityZone: smithy_client_1.expectString(output.SecondaryAvailabilityZone),
|
|
5559
|
+
SecondaryAvailabilityZone: (0, smithy_client_1.expectString)(output.SecondaryAvailabilityZone),
|
|
5560
5560
|
VpcSecurityGroups: output.VpcSecurityGroups !== undefined && output.VpcSecurityGroups !== null
|
|
5561
5561
|
? deserializeAws_json1_1VpcSecurityGroupMembershipList(output.VpcSecurityGroups, context)
|
|
5562
5562
|
: undefined,
|
|
@@ -5580,7 +5580,7 @@ const deserializeAws_json1_1ReplicationInstancePrivateIpAddressList = (output, c
|
|
|
5580
5580
|
if (entry === null) {
|
|
5581
5581
|
return null;
|
|
5582
5582
|
}
|
|
5583
|
-
return smithy_client_1.expectString(entry);
|
|
5583
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
5584
5584
|
});
|
|
5585
5585
|
return retVal;
|
|
5586
5586
|
};
|
|
@@ -5591,15 +5591,15 @@ const deserializeAws_json1_1ReplicationInstancePublicIpAddressList = (output, co
|
|
|
5591
5591
|
if (entry === null) {
|
|
5592
5592
|
return null;
|
|
5593
5593
|
}
|
|
5594
|
-
return smithy_client_1.expectString(entry);
|
|
5594
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
5595
5595
|
});
|
|
5596
5596
|
return retVal;
|
|
5597
5597
|
};
|
|
5598
5598
|
const deserializeAws_json1_1ReplicationInstanceTaskLog = (output, context) => {
|
|
5599
5599
|
return {
|
|
5600
|
-
ReplicationInstanceTaskLogSize: smithy_client_1.expectLong(output.ReplicationInstanceTaskLogSize),
|
|
5601
|
-
ReplicationTaskArn: smithy_client_1.expectString(output.ReplicationTaskArn),
|
|
5602
|
-
ReplicationTaskName: smithy_client_1.expectString(output.ReplicationTaskName),
|
|
5600
|
+
ReplicationInstanceTaskLogSize: (0, smithy_client_1.expectLong)(output.ReplicationInstanceTaskLogSize),
|
|
5601
|
+
ReplicationTaskArn: (0, smithy_client_1.expectString)(output.ReplicationTaskArn),
|
|
5602
|
+
ReplicationTaskName: (0, smithy_client_1.expectString)(output.ReplicationTaskName),
|
|
5603
5603
|
};
|
|
5604
5604
|
};
|
|
5605
5605
|
const deserializeAws_json1_1ReplicationInstanceTaskLogsList = (output, context) => {
|
|
@@ -5615,26 +5615,26 @@ const deserializeAws_json1_1ReplicationInstanceTaskLogsList = (output, context)
|
|
|
5615
5615
|
};
|
|
5616
5616
|
const deserializeAws_json1_1ReplicationPendingModifiedValues = (output, context) => {
|
|
5617
5617
|
return {
|
|
5618
|
-
AllocatedStorage: smithy_client_1.expectInt32(output.AllocatedStorage),
|
|
5619
|
-
EngineVersion: smithy_client_1.expectString(output.EngineVersion),
|
|
5620
|
-
MultiAZ: smithy_client_1.expectBoolean(output.MultiAZ),
|
|
5621
|
-
ReplicationInstanceClass: smithy_client_1.expectString(output.ReplicationInstanceClass),
|
|
5618
|
+
AllocatedStorage: (0, smithy_client_1.expectInt32)(output.AllocatedStorage),
|
|
5619
|
+
EngineVersion: (0, smithy_client_1.expectString)(output.EngineVersion),
|
|
5620
|
+
MultiAZ: (0, smithy_client_1.expectBoolean)(output.MultiAZ),
|
|
5621
|
+
ReplicationInstanceClass: (0, smithy_client_1.expectString)(output.ReplicationInstanceClass),
|
|
5622
5622
|
};
|
|
5623
5623
|
};
|
|
5624
5624
|
const deserializeAws_json1_1ReplicationSubnetGroup = (output, context) => {
|
|
5625
5625
|
return {
|
|
5626
|
-
ReplicationSubnetGroupDescription: smithy_client_1.expectString(output.ReplicationSubnetGroupDescription),
|
|
5627
|
-
ReplicationSubnetGroupIdentifier: smithy_client_1.expectString(output.ReplicationSubnetGroupIdentifier),
|
|
5628
|
-
SubnetGroupStatus: smithy_client_1.expectString(output.SubnetGroupStatus),
|
|
5626
|
+
ReplicationSubnetGroupDescription: (0, smithy_client_1.expectString)(output.ReplicationSubnetGroupDescription),
|
|
5627
|
+
ReplicationSubnetGroupIdentifier: (0, smithy_client_1.expectString)(output.ReplicationSubnetGroupIdentifier),
|
|
5628
|
+
SubnetGroupStatus: (0, smithy_client_1.expectString)(output.SubnetGroupStatus),
|
|
5629
5629
|
Subnets: output.Subnets !== undefined && output.Subnets !== null
|
|
5630
5630
|
? deserializeAws_json1_1SubnetList(output.Subnets, context)
|
|
5631
5631
|
: undefined,
|
|
5632
|
-
VpcId: smithy_client_1.expectString(output.VpcId),
|
|
5632
|
+
VpcId: (0, smithy_client_1.expectString)(output.VpcId),
|
|
5633
5633
|
};
|
|
5634
5634
|
};
|
|
5635
5635
|
const deserializeAws_json1_1ReplicationSubnetGroupDoesNotCoverEnoughAZs = (output, context) => {
|
|
5636
5636
|
return {
|
|
5637
|
-
message: smithy_client_1.expectString(output.message),
|
|
5637
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5638
5638
|
};
|
|
5639
5639
|
};
|
|
5640
5640
|
const deserializeAws_json1_1ReplicationSubnetGroups = (output, context) => {
|
|
@@ -5650,44 +5650,44 @@ const deserializeAws_json1_1ReplicationSubnetGroups = (output, context) => {
|
|
|
5650
5650
|
};
|
|
5651
5651
|
const deserializeAws_json1_1ReplicationTask = (output, context) => {
|
|
5652
5652
|
return {
|
|
5653
|
-
CdcStartPosition: smithy_client_1.expectString(output.CdcStartPosition),
|
|
5654
|
-
CdcStopPosition: smithy_client_1.expectString(output.CdcStopPosition),
|
|
5655
|
-
LastFailureMessage: smithy_client_1.expectString(output.LastFailureMessage),
|
|
5656
|
-
MigrationType: smithy_client_1.expectString(output.MigrationType),
|
|
5657
|
-
RecoveryCheckpoint: smithy_client_1.expectString(output.RecoveryCheckpoint),
|
|
5658
|
-
ReplicationInstanceArn: smithy_client_1.expectString(output.ReplicationInstanceArn),
|
|
5659
|
-
ReplicationTaskArn: smithy_client_1.expectString(output.ReplicationTaskArn),
|
|
5653
|
+
CdcStartPosition: (0, smithy_client_1.expectString)(output.CdcStartPosition),
|
|
5654
|
+
CdcStopPosition: (0, smithy_client_1.expectString)(output.CdcStopPosition),
|
|
5655
|
+
LastFailureMessage: (0, smithy_client_1.expectString)(output.LastFailureMessage),
|
|
5656
|
+
MigrationType: (0, smithy_client_1.expectString)(output.MigrationType),
|
|
5657
|
+
RecoveryCheckpoint: (0, smithy_client_1.expectString)(output.RecoveryCheckpoint),
|
|
5658
|
+
ReplicationInstanceArn: (0, smithy_client_1.expectString)(output.ReplicationInstanceArn),
|
|
5659
|
+
ReplicationTaskArn: (0, smithy_client_1.expectString)(output.ReplicationTaskArn),
|
|
5660
5660
|
ReplicationTaskCreationDate: output.ReplicationTaskCreationDate !== undefined && output.ReplicationTaskCreationDate !== null
|
|
5661
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.ReplicationTaskCreationDate)))
|
|
5661
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.ReplicationTaskCreationDate)))
|
|
5662
5662
|
: undefined,
|
|
5663
|
-
ReplicationTaskIdentifier: smithy_client_1.expectString(output.ReplicationTaskIdentifier),
|
|
5664
|
-
ReplicationTaskSettings: smithy_client_1.expectString(output.ReplicationTaskSettings),
|
|
5663
|
+
ReplicationTaskIdentifier: (0, smithy_client_1.expectString)(output.ReplicationTaskIdentifier),
|
|
5664
|
+
ReplicationTaskSettings: (0, smithy_client_1.expectString)(output.ReplicationTaskSettings),
|
|
5665
5665
|
ReplicationTaskStartDate: output.ReplicationTaskStartDate !== undefined && output.ReplicationTaskStartDate !== null
|
|
5666
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.ReplicationTaskStartDate)))
|
|
5666
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.ReplicationTaskStartDate)))
|
|
5667
5667
|
: undefined,
|
|
5668
5668
|
ReplicationTaskStats: output.ReplicationTaskStats !== undefined && output.ReplicationTaskStats !== null
|
|
5669
5669
|
? deserializeAws_json1_1ReplicationTaskStats(output.ReplicationTaskStats, context)
|
|
5670
5670
|
: undefined,
|
|
5671
|
-
SourceEndpointArn: smithy_client_1.expectString(output.SourceEndpointArn),
|
|
5672
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
5673
|
-
StopReason: smithy_client_1.expectString(output.StopReason),
|
|
5674
|
-
TableMappings: smithy_client_1.expectString(output.TableMappings),
|
|
5675
|
-
TargetEndpointArn: smithy_client_1.expectString(output.TargetEndpointArn),
|
|
5676
|
-
TargetReplicationInstanceArn: smithy_client_1.expectString(output.TargetReplicationInstanceArn),
|
|
5677
|
-
TaskData: smithy_client_1.expectString(output.TaskData),
|
|
5671
|
+
SourceEndpointArn: (0, smithy_client_1.expectString)(output.SourceEndpointArn),
|
|
5672
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
5673
|
+
StopReason: (0, smithy_client_1.expectString)(output.StopReason),
|
|
5674
|
+
TableMappings: (0, smithy_client_1.expectString)(output.TableMappings),
|
|
5675
|
+
TargetEndpointArn: (0, smithy_client_1.expectString)(output.TargetEndpointArn),
|
|
5676
|
+
TargetReplicationInstanceArn: (0, smithy_client_1.expectString)(output.TargetReplicationInstanceArn),
|
|
5677
|
+
TaskData: (0, smithy_client_1.expectString)(output.TaskData),
|
|
5678
5678
|
};
|
|
5679
5679
|
};
|
|
5680
5680
|
const deserializeAws_json1_1ReplicationTaskAssessmentResult = (output, context) => {
|
|
5681
5681
|
return {
|
|
5682
|
-
AssessmentResults: smithy_client_1.expectString(output.AssessmentResults),
|
|
5683
|
-
AssessmentResultsFile: smithy_client_1.expectString(output.AssessmentResultsFile),
|
|
5684
|
-
AssessmentStatus: smithy_client_1.expectString(output.AssessmentStatus),
|
|
5685
|
-
ReplicationTaskArn: smithy_client_1.expectString(output.ReplicationTaskArn),
|
|
5686
|
-
ReplicationTaskIdentifier: smithy_client_1.expectString(output.ReplicationTaskIdentifier),
|
|
5682
|
+
AssessmentResults: (0, smithy_client_1.expectString)(output.AssessmentResults),
|
|
5683
|
+
AssessmentResultsFile: (0, smithy_client_1.expectString)(output.AssessmentResultsFile),
|
|
5684
|
+
AssessmentStatus: (0, smithy_client_1.expectString)(output.AssessmentStatus),
|
|
5685
|
+
ReplicationTaskArn: (0, smithy_client_1.expectString)(output.ReplicationTaskArn),
|
|
5686
|
+
ReplicationTaskIdentifier: (0, smithy_client_1.expectString)(output.ReplicationTaskIdentifier),
|
|
5687
5687
|
ReplicationTaskLastAssessmentDate: output.ReplicationTaskLastAssessmentDate !== undefined && output.ReplicationTaskLastAssessmentDate !== null
|
|
5688
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.ReplicationTaskLastAssessmentDate)))
|
|
5688
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.ReplicationTaskLastAssessmentDate)))
|
|
5689
5689
|
: undefined,
|
|
5690
|
-
S3ObjectUrl: smithy_client_1.expectString(output.S3ObjectUrl),
|
|
5690
|
+
S3ObjectUrl: (0, smithy_client_1.expectString)(output.S3ObjectUrl),
|
|
5691
5691
|
};
|
|
5692
5692
|
};
|
|
5693
5693
|
const deserializeAws_json1_1ReplicationTaskAssessmentResultList = (output, context) => {
|
|
@@ -5706,20 +5706,20 @@ const deserializeAws_json1_1ReplicationTaskAssessmentRun = (output, context) =>
|
|
|
5706
5706
|
AssessmentProgress: output.AssessmentProgress !== undefined && output.AssessmentProgress !== null
|
|
5707
5707
|
? deserializeAws_json1_1ReplicationTaskAssessmentRunProgress(output.AssessmentProgress, context)
|
|
5708
5708
|
: undefined,
|
|
5709
|
-
AssessmentRunName: smithy_client_1.expectString(output.AssessmentRunName),
|
|
5710
|
-
LastFailureMessage: smithy_client_1.expectString(output.LastFailureMessage),
|
|
5711
|
-
ReplicationTaskArn: smithy_client_1.expectString(output.ReplicationTaskArn),
|
|
5712
|
-
ReplicationTaskAssessmentRunArn: smithy_client_1.expectString(output.ReplicationTaskAssessmentRunArn),
|
|
5709
|
+
AssessmentRunName: (0, smithy_client_1.expectString)(output.AssessmentRunName),
|
|
5710
|
+
LastFailureMessage: (0, smithy_client_1.expectString)(output.LastFailureMessage),
|
|
5711
|
+
ReplicationTaskArn: (0, smithy_client_1.expectString)(output.ReplicationTaskArn),
|
|
5712
|
+
ReplicationTaskAssessmentRunArn: (0, smithy_client_1.expectString)(output.ReplicationTaskAssessmentRunArn),
|
|
5713
5713
|
ReplicationTaskAssessmentRunCreationDate: output.ReplicationTaskAssessmentRunCreationDate !== undefined &&
|
|
5714
5714
|
output.ReplicationTaskAssessmentRunCreationDate !== null
|
|
5715
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.ReplicationTaskAssessmentRunCreationDate)))
|
|
5715
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.ReplicationTaskAssessmentRunCreationDate)))
|
|
5716
5716
|
: undefined,
|
|
5717
|
-
ResultEncryptionMode: smithy_client_1.expectString(output.ResultEncryptionMode),
|
|
5718
|
-
ResultKmsKeyArn: smithy_client_1.expectString(output.ResultKmsKeyArn),
|
|
5719
|
-
ResultLocationBucket: smithy_client_1.expectString(output.ResultLocationBucket),
|
|
5720
|
-
ResultLocationFolder: smithy_client_1.expectString(output.ResultLocationFolder),
|
|
5721
|
-
ServiceAccessRoleArn: smithy_client_1.expectString(output.ServiceAccessRoleArn),
|
|
5722
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
5717
|
+
ResultEncryptionMode: (0, smithy_client_1.expectString)(output.ResultEncryptionMode),
|
|
5718
|
+
ResultKmsKeyArn: (0, smithy_client_1.expectString)(output.ResultKmsKeyArn),
|
|
5719
|
+
ResultLocationBucket: (0, smithy_client_1.expectString)(output.ResultLocationBucket),
|
|
5720
|
+
ResultLocationFolder: (0, smithy_client_1.expectString)(output.ResultLocationFolder),
|
|
5721
|
+
ServiceAccessRoleArn: (0, smithy_client_1.expectString)(output.ServiceAccessRoleArn),
|
|
5722
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
5723
5723
|
};
|
|
5724
5724
|
};
|
|
5725
5725
|
const deserializeAws_json1_1ReplicationTaskAssessmentRunList = (output, context) => {
|
|
@@ -5735,20 +5735,20 @@ const deserializeAws_json1_1ReplicationTaskAssessmentRunList = (output, context)
|
|
|
5735
5735
|
};
|
|
5736
5736
|
const deserializeAws_json1_1ReplicationTaskAssessmentRunProgress = (output, context) => {
|
|
5737
5737
|
return {
|
|
5738
|
-
IndividualAssessmentCompletedCount: smithy_client_1.expectInt32(output.IndividualAssessmentCompletedCount),
|
|
5739
|
-
IndividualAssessmentCount: smithy_client_1.expectInt32(output.IndividualAssessmentCount),
|
|
5738
|
+
IndividualAssessmentCompletedCount: (0, smithy_client_1.expectInt32)(output.IndividualAssessmentCompletedCount),
|
|
5739
|
+
IndividualAssessmentCount: (0, smithy_client_1.expectInt32)(output.IndividualAssessmentCount),
|
|
5740
5740
|
};
|
|
5741
5741
|
};
|
|
5742
5742
|
const deserializeAws_json1_1ReplicationTaskIndividualAssessment = (output, context) => {
|
|
5743
5743
|
return {
|
|
5744
|
-
IndividualAssessmentName: smithy_client_1.expectString(output.IndividualAssessmentName),
|
|
5745
|
-
ReplicationTaskAssessmentRunArn: smithy_client_1.expectString(output.ReplicationTaskAssessmentRunArn),
|
|
5746
|
-
ReplicationTaskIndividualAssessmentArn: smithy_client_1.expectString(output.ReplicationTaskIndividualAssessmentArn),
|
|
5744
|
+
IndividualAssessmentName: (0, smithy_client_1.expectString)(output.IndividualAssessmentName),
|
|
5745
|
+
ReplicationTaskAssessmentRunArn: (0, smithy_client_1.expectString)(output.ReplicationTaskAssessmentRunArn),
|
|
5746
|
+
ReplicationTaskIndividualAssessmentArn: (0, smithy_client_1.expectString)(output.ReplicationTaskIndividualAssessmentArn),
|
|
5747
5747
|
ReplicationTaskIndividualAssessmentStartDate: output.ReplicationTaskIndividualAssessmentStartDate !== undefined &&
|
|
5748
5748
|
output.ReplicationTaskIndividualAssessmentStartDate !== null
|
|
5749
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.ReplicationTaskIndividualAssessmentStartDate)))
|
|
5749
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.ReplicationTaskIndividualAssessmentStartDate)))
|
|
5750
5750
|
: undefined,
|
|
5751
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
5751
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
5752
5752
|
};
|
|
5753
5753
|
};
|
|
5754
5754
|
const deserializeAws_json1_1ReplicationTaskIndividualAssessmentList = (output, context) => {
|
|
@@ -5775,38 +5775,38 @@ const deserializeAws_json1_1ReplicationTaskList = (output, context) => {
|
|
|
5775
5775
|
};
|
|
5776
5776
|
const deserializeAws_json1_1ReplicationTaskStats = (output, context) => {
|
|
5777
5777
|
return {
|
|
5778
|
-
ElapsedTimeMillis: smithy_client_1.expectLong(output.ElapsedTimeMillis),
|
|
5778
|
+
ElapsedTimeMillis: (0, smithy_client_1.expectLong)(output.ElapsedTimeMillis),
|
|
5779
5779
|
FreshStartDate: output.FreshStartDate !== undefined && output.FreshStartDate !== null
|
|
5780
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.FreshStartDate)))
|
|
5780
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.FreshStartDate)))
|
|
5781
5781
|
: undefined,
|
|
5782
5782
|
FullLoadFinishDate: output.FullLoadFinishDate !== undefined && output.FullLoadFinishDate !== null
|
|
5783
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.FullLoadFinishDate)))
|
|
5783
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.FullLoadFinishDate)))
|
|
5784
5784
|
: undefined,
|
|
5785
|
-
FullLoadProgressPercent: smithy_client_1.expectInt32(output.FullLoadProgressPercent),
|
|
5785
|
+
FullLoadProgressPercent: (0, smithy_client_1.expectInt32)(output.FullLoadProgressPercent),
|
|
5786
5786
|
FullLoadStartDate: output.FullLoadStartDate !== undefined && output.FullLoadStartDate !== null
|
|
5787
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.FullLoadStartDate)))
|
|
5787
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.FullLoadStartDate)))
|
|
5788
5788
|
: undefined,
|
|
5789
5789
|
StartDate: output.StartDate !== undefined && output.StartDate !== null
|
|
5790
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.StartDate)))
|
|
5790
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.StartDate)))
|
|
5791
5791
|
: undefined,
|
|
5792
5792
|
StopDate: output.StopDate !== undefined && output.StopDate !== null
|
|
5793
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.StopDate)))
|
|
5793
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.StopDate)))
|
|
5794
5794
|
: undefined,
|
|
5795
|
-
TablesErrored: smithy_client_1.expectInt32(output.TablesErrored),
|
|
5796
|
-
TablesLoaded: smithy_client_1.expectInt32(output.TablesLoaded),
|
|
5797
|
-
TablesLoading: smithy_client_1.expectInt32(output.TablesLoading),
|
|
5798
|
-
TablesQueued: smithy_client_1.expectInt32(output.TablesQueued),
|
|
5795
|
+
TablesErrored: (0, smithy_client_1.expectInt32)(output.TablesErrored),
|
|
5796
|
+
TablesLoaded: (0, smithy_client_1.expectInt32)(output.TablesLoaded),
|
|
5797
|
+
TablesLoading: (0, smithy_client_1.expectInt32)(output.TablesLoading),
|
|
5798
|
+
TablesQueued: (0, smithy_client_1.expectInt32)(output.TablesQueued),
|
|
5799
5799
|
};
|
|
5800
5800
|
};
|
|
5801
5801
|
const deserializeAws_json1_1ResourceAlreadyExistsFault = (output, context) => {
|
|
5802
5802
|
return {
|
|
5803
|
-
message: smithy_client_1.expectString(output.message),
|
|
5804
|
-
resourceArn: smithy_client_1.expectString(output.resourceArn),
|
|
5803
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5804
|
+
resourceArn: (0, smithy_client_1.expectString)(output.resourceArn),
|
|
5805
5805
|
};
|
|
5806
5806
|
};
|
|
5807
5807
|
const deserializeAws_json1_1ResourceNotFoundFault = (output, context) => {
|
|
5808
5808
|
return {
|
|
5809
|
-
message: smithy_client_1.expectString(output.message),
|
|
5809
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5810
5810
|
};
|
|
5811
5811
|
};
|
|
5812
5812
|
const deserializeAws_json1_1ResourcePendingMaintenanceActions = (output, context) => {
|
|
@@ -5814,64 +5814,64 @@ const deserializeAws_json1_1ResourcePendingMaintenanceActions = (output, context
|
|
|
5814
5814
|
PendingMaintenanceActionDetails: output.PendingMaintenanceActionDetails !== undefined && output.PendingMaintenanceActionDetails !== null
|
|
5815
5815
|
? deserializeAws_json1_1PendingMaintenanceActionDetails(output.PendingMaintenanceActionDetails, context)
|
|
5816
5816
|
: undefined,
|
|
5817
|
-
ResourceIdentifier: smithy_client_1.expectString(output.ResourceIdentifier),
|
|
5817
|
+
ResourceIdentifier: (0, smithy_client_1.expectString)(output.ResourceIdentifier),
|
|
5818
5818
|
};
|
|
5819
5819
|
};
|
|
5820
5820
|
const deserializeAws_json1_1ResourceQuotaExceededFault = (output, context) => {
|
|
5821
5821
|
return {
|
|
5822
|
-
message: smithy_client_1.expectString(output.message),
|
|
5822
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5823
5823
|
};
|
|
5824
5824
|
};
|
|
5825
5825
|
const deserializeAws_json1_1S3AccessDeniedFault = (output, context) => {
|
|
5826
5826
|
return {
|
|
5827
|
-
message: smithy_client_1.expectString(output.message),
|
|
5827
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5828
5828
|
};
|
|
5829
5829
|
};
|
|
5830
5830
|
const deserializeAws_json1_1S3ResourceNotFoundFault = (output, context) => {
|
|
5831
5831
|
return {
|
|
5832
|
-
message: smithy_client_1.expectString(output.message),
|
|
5832
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5833
5833
|
};
|
|
5834
5834
|
};
|
|
5835
5835
|
const deserializeAws_json1_1S3Settings = (output, context) => {
|
|
5836
5836
|
return {
|
|
5837
|
-
AddColumnName: smithy_client_1.expectBoolean(output.AddColumnName),
|
|
5838
|
-
BucketFolder: smithy_client_1.expectString(output.BucketFolder),
|
|
5839
|
-
BucketName: smithy_client_1.expectString(output.BucketName),
|
|
5840
|
-
CannedAclForObjects: smithy_client_1.expectString(output.CannedAclForObjects),
|
|
5841
|
-
CdcInsertsAndUpdates: smithy_client_1.expectBoolean(output.CdcInsertsAndUpdates),
|
|
5842
|
-
CdcInsertsOnly: smithy_client_1.expectBoolean(output.CdcInsertsOnly),
|
|
5843
|
-
CdcMaxBatchInterval: smithy_client_1.expectInt32(output.CdcMaxBatchInterval),
|
|
5844
|
-
CdcMinFileSize: smithy_client_1.expectInt32(output.CdcMinFileSize),
|
|
5845
|
-
CdcPath: smithy_client_1.expectString(output.CdcPath),
|
|
5846
|
-
CompressionType: smithy_client_1.expectString(output.CompressionType),
|
|
5847
|
-
CsvDelimiter: smithy_client_1.expectString(output.CsvDelimiter),
|
|
5848
|
-
CsvNoSupValue: smithy_client_1.expectString(output.CsvNoSupValue),
|
|
5849
|
-
CsvNullValue: smithy_client_1.expectString(output.CsvNullValue),
|
|
5850
|
-
CsvRowDelimiter: smithy_client_1.expectString(output.CsvRowDelimiter),
|
|
5851
|
-
DataFormat: smithy_client_1.expectString(output.DataFormat),
|
|
5852
|
-
DataPageSize: smithy_client_1.expectInt32(output.DataPageSize),
|
|
5853
|
-
DatePartitionDelimiter: smithy_client_1.expectString(output.DatePartitionDelimiter),
|
|
5854
|
-
DatePartitionEnabled: smithy_client_1.expectBoolean(output.DatePartitionEnabled),
|
|
5855
|
-
DatePartitionSequence: smithy_client_1.expectString(output.DatePartitionSequence),
|
|
5856
|
-
DatePartitionTimezone: smithy_client_1.expectString(output.DatePartitionTimezone),
|
|
5857
|
-
DictPageSizeLimit: smithy_client_1.expectInt32(output.DictPageSizeLimit),
|
|
5858
|
-
EnableStatistics: smithy_client_1.expectBoolean(output.EnableStatistics),
|
|
5859
|
-
EncodingType: smithy_client_1.expectString(output.EncodingType),
|
|
5860
|
-
EncryptionMode: smithy_client_1.expectString(output.EncryptionMode),
|
|
5861
|
-
ExternalTableDefinition: smithy_client_1.expectString(output.ExternalTableDefinition),
|
|
5862
|
-
IgnoreHeaderRows: smithy_client_1.expectInt32(output.IgnoreHeaderRows),
|
|
5863
|
-
IncludeOpForFullLoad: smithy_client_1.expectBoolean(output.IncludeOpForFullLoad),
|
|
5864
|
-
MaxFileSize: smithy_client_1.expectInt32(output.MaxFileSize),
|
|
5865
|
-
ParquetTimestampInMillisecond: smithy_client_1.expectBoolean(output.ParquetTimestampInMillisecond),
|
|
5866
|
-
ParquetVersion: smithy_client_1.expectString(output.ParquetVersion),
|
|
5867
|
-
PreserveTransactions: smithy_client_1.expectBoolean(output.PreserveTransactions),
|
|
5868
|
-
Rfc4180: smithy_client_1.expectBoolean(output.Rfc4180),
|
|
5869
|
-
RowGroupLength: smithy_client_1.expectInt32(output.RowGroupLength),
|
|
5870
|
-
ServerSideEncryptionKmsKeyId: smithy_client_1.expectString(output.ServerSideEncryptionKmsKeyId),
|
|
5871
|
-
ServiceAccessRoleArn: smithy_client_1.expectString(output.ServiceAccessRoleArn),
|
|
5872
|
-
TimestampColumnName: smithy_client_1.expectString(output.TimestampColumnName),
|
|
5873
|
-
UseCsvNoSupValue: smithy_client_1.expectBoolean(output.UseCsvNoSupValue),
|
|
5874
|
-
UseTaskStartTimeForFullLoadTimestamp: smithy_client_1.expectBoolean(output.UseTaskStartTimeForFullLoadTimestamp),
|
|
5837
|
+
AddColumnName: (0, smithy_client_1.expectBoolean)(output.AddColumnName),
|
|
5838
|
+
BucketFolder: (0, smithy_client_1.expectString)(output.BucketFolder),
|
|
5839
|
+
BucketName: (0, smithy_client_1.expectString)(output.BucketName),
|
|
5840
|
+
CannedAclForObjects: (0, smithy_client_1.expectString)(output.CannedAclForObjects),
|
|
5841
|
+
CdcInsertsAndUpdates: (0, smithy_client_1.expectBoolean)(output.CdcInsertsAndUpdates),
|
|
5842
|
+
CdcInsertsOnly: (0, smithy_client_1.expectBoolean)(output.CdcInsertsOnly),
|
|
5843
|
+
CdcMaxBatchInterval: (0, smithy_client_1.expectInt32)(output.CdcMaxBatchInterval),
|
|
5844
|
+
CdcMinFileSize: (0, smithy_client_1.expectInt32)(output.CdcMinFileSize),
|
|
5845
|
+
CdcPath: (0, smithy_client_1.expectString)(output.CdcPath),
|
|
5846
|
+
CompressionType: (0, smithy_client_1.expectString)(output.CompressionType),
|
|
5847
|
+
CsvDelimiter: (0, smithy_client_1.expectString)(output.CsvDelimiter),
|
|
5848
|
+
CsvNoSupValue: (0, smithy_client_1.expectString)(output.CsvNoSupValue),
|
|
5849
|
+
CsvNullValue: (0, smithy_client_1.expectString)(output.CsvNullValue),
|
|
5850
|
+
CsvRowDelimiter: (0, smithy_client_1.expectString)(output.CsvRowDelimiter),
|
|
5851
|
+
DataFormat: (0, smithy_client_1.expectString)(output.DataFormat),
|
|
5852
|
+
DataPageSize: (0, smithy_client_1.expectInt32)(output.DataPageSize),
|
|
5853
|
+
DatePartitionDelimiter: (0, smithy_client_1.expectString)(output.DatePartitionDelimiter),
|
|
5854
|
+
DatePartitionEnabled: (0, smithy_client_1.expectBoolean)(output.DatePartitionEnabled),
|
|
5855
|
+
DatePartitionSequence: (0, smithy_client_1.expectString)(output.DatePartitionSequence),
|
|
5856
|
+
DatePartitionTimezone: (0, smithy_client_1.expectString)(output.DatePartitionTimezone),
|
|
5857
|
+
DictPageSizeLimit: (0, smithy_client_1.expectInt32)(output.DictPageSizeLimit),
|
|
5858
|
+
EnableStatistics: (0, smithy_client_1.expectBoolean)(output.EnableStatistics),
|
|
5859
|
+
EncodingType: (0, smithy_client_1.expectString)(output.EncodingType),
|
|
5860
|
+
EncryptionMode: (0, smithy_client_1.expectString)(output.EncryptionMode),
|
|
5861
|
+
ExternalTableDefinition: (0, smithy_client_1.expectString)(output.ExternalTableDefinition),
|
|
5862
|
+
IgnoreHeaderRows: (0, smithy_client_1.expectInt32)(output.IgnoreHeaderRows),
|
|
5863
|
+
IncludeOpForFullLoad: (0, smithy_client_1.expectBoolean)(output.IncludeOpForFullLoad),
|
|
5864
|
+
MaxFileSize: (0, smithy_client_1.expectInt32)(output.MaxFileSize),
|
|
5865
|
+
ParquetTimestampInMillisecond: (0, smithy_client_1.expectBoolean)(output.ParquetTimestampInMillisecond),
|
|
5866
|
+
ParquetVersion: (0, smithy_client_1.expectString)(output.ParquetVersion),
|
|
5867
|
+
PreserveTransactions: (0, smithy_client_1.expectBoolean)(output.PreserveTransactions),
|
|
5868
|
+
Rfc4180: (0, smithy_client_1.expectBoolean)(output.Rfc4180),
|
|
5869
|
+
RowGroupLength: (0, smithy_client_1.expectInt32)(output.RowGroupLength),
|
|
5870
|
+
ServerSideEncryptionKmsKeyId: (0, smithy_client_1.expectString)(output.ServerSideEncryptionKmsKeyId),
|
|
5871
|
+
ServiceAccessRoleArn: (0, smithy_client_1.expectString)(output.ServiceAccessRoleArn),
|
|
5872
|
+
TimestampColumnName: (0, smithy_client_1.expectString)(output.TimestampColumnName),
|
|
5873
|
+
UseCsvNoSupValue: (0, smithy_client_1.expectBoolean)(output.UseCsvNoSupValue),
|
|
5874
|
+
UseTaskStartTimeForFullLoadTimestamp: (0, smithy_client_1.expectBoolean)(output.UseTaskStartTimeForFullLoadTimestamp),
|
|
5875
5875
|
};
|
|
5876
5876
|
};
|
|
5877
5877
|
const deserializeAws_json1_1SchemaList = (output, context) => {
|
|
@@ -5881,18 +5881,18 @@ const deserializeAws_json1_1SchemaList = (output, context) => {
|
|
|
5881
5881
|
if (entry === null) {
|
|
5882
5882
|
return null;
|
|
5883
5883
|
}
|
|
5884
|
-
return smithy_client_1.expectString(entry);
|
|
5884
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
5885
5885
|
});
|
|
5886
5886
|
return retVal;
|
|
5887
5887
|
};
|
|
5888
5888
|
const deserializeAws_json1_1SNSInvalidTopicFault = (output, context) => {
|
|
5889
5889
|
return {
|
|
5890
|
-
message: smithy_client_1.expectString(output.message),
|
|
5890
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5891
5891
|
};
|
|
5892
5892
|
};
|
|
5893
5893
|
const deserializeAws_json1_1SNSNoAuthorizationFault = (output, context) => {
|
|
5894
5894
|
return {
|
|
5895
|
-
message: smithy_client_1.expectString(output.message),
|
|
5895
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5896
5896
|
};
|
|
5897
5897
|
};
|
|
5898
5898
|
const deserializeAws_json1_1SourceIdsList = (output, context) => {
|
|
@@ -5902,7 +5902,7 @@ const deserializeAws_json1_1SourceIdsList = (output, context) => {
|
|
|
5902
5902
|
if (entry === null) {
|
|
5903
5903
|
return null;
|
|
5904
5904
|
}
|
|
5905
|
-
return smithy_client_1.expectString(entry);
|
|
5905
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
5906
5906
|
});
|
|
5907
5907
|
return retVal;
|
|
5908
5908
|
};
|
|
@@ -5936,7 +5936,7 @@ const deserializeAws_json1_1StopReplicationTaskResponse = (output, context) => {
|
|
|
5936
5936
|
};
|
|
5937
5937
|
const deserializeAws_json1_1StorageQuotaExceededFault = (output, context) => {
|
|
5938
5938
|
return {
|
|
5939
|
-
message: smithy_client_1.expectString(output.message),
|
|
5939
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5940
5940
|
};
|
|
5941
5941
|
};
|
|
5942
5942
|
const deserializeAws_json1_1Subnet = (output, context) => {
|
|
@@ -5944,13 +5944,13 @@ const deserializeAws_json1_1Subnet = (output, context) => {
|
|
|
5944
5944
|
SubnetAvailabilityZone: output.SubnetAvailabilityZone !== undefined && output.SubnetAvailabilityZone !== null
|
|
5945
5945
|
? deserializeAws_json1_1AvailabilityZone(output.SubnetAvailabilityZone, context)
|
|
5946
5946
|
: undefined,
|
|
5947
|
-
SubnetIdentifier: smithy_client_1.expectString(output.SubnetIdentifier),
|
|
5948
|
-
SubnetStatus: smithy_client_1.expectString(output.SubnetStatus),
|
|
5947
|
+
SubnetIdentifier: (0, smithy_client_1.expectString)(output.SubnetIdentifier),
|
|
5948
|
+
SubnetStatus: (0, smithy_client_1.expectString)(output.SubnetStatus),
|
|
5949
5949
|
};
|
|
5950
5950
|
};
|
|
5951
5951
|
const deserializeAws_json1_1SubnetAlreadyInUse = (output, context) => {
|
|
5952
5952
|
return {
|
|
5953
|
-
message: smithy_client_1.expectString(output.message),
|
|
5953
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
5954
5954
|
};
|
|
5955
5955
|
};
|
|
5956
5956
|
const deserializeAws_json1_1SubnetList = (output, context) => {
|
|
@@ -5966,11 +5966,11 @@ const deserializeAws_json1_1SubnetList = (output, context) => {
|
|
|
5966
5966
|
};
|
|
5967
5967
|
const deserializeAws_json1_1SupportedEndpointType = (output, context) => {
|
|
5968
5968
|
return {
|
|
5969
|
-
EndpointType: smithy_client_1.expectString(output.EndpointType),
|
|
5970
|
-
EngineDisplayName: smithy_client_1.expectString(output.EngineDisplayName),
|
|
5971
|
-
EngineName: smithy_client_1.expectString(output.EngineName),
|
|
5972
|
-
ReplicationInstanceEngineMinimumVersion: smithy_client_1.expectString(output.ReplicationInstanceEngineMinimumVersion),
|
|
5973
|
-
SupportsCDC: smithy_client_1.expectBoolean(output.SupportsCDC),
|
|
5969
|
+
EndpointType: (0, smithy_client_1.expectString)(output.EndpointType),
|
|
5970
|
+
EngineDisplayName: (0, smithy_client_1.expectString)(output.EngineDisplayName),
|
|
5971
|
+
EngineName: (0, smithy_client_1.expectString)(output.EngineName),
|
|
5972
|
+
ReplicationInstanceEngineMinimumVersion: (0, smithy_client_1.expectString)(output.ReplicationInstanceEngineMinimumVersion),
|
|
5973
|
+
SupportsCDC: (0, smithy_client_1.expectBoolean)(output.SupportsCDC),
|
|
5974
5974
|
};
|
|
5975
5975
|
};
|
|
5976
5976
|
const deserializeAws_json1_1SupportedEndpointTypeList = (output, context) => {
|
|
@@ -5986,42 +5986,42 @@ const deserializeAws_json1_1SupportedEndpointTypeList = (output, context) => {
|
|
|
5986
5986
|
};
|
|
5987
5987
|
const deserializeAws_json1_1SybaseSettings = (output, context) => {
|
|
5988
5988
|
return {
|
|
5989
|
-
DatabaseName: smithy_client_1.expectString(output.DatabaseName),
|
|
5990
|
-
Password: smithy_client_1.expectString(output.Password),
|
|
5991
|
-
Port: smithy_client_1.expectInt32(output.Port),
|
|
5992
|
-
SecretsManagerAccessRoleArn: smithy_client_1.expectString(output.SecretsManagerAccessRoleArn),
|
|
5993
|
-
SecretsManagerSecretId: smithy_client_1.expectString(output.SecretsManagerSecretId),
|
|
5994
|
-
ServerName: smithy_client_1.expectString(output.ServerName),
|
|
5995
|
-
Username: smithy_client_1.expectString(output.Username),
|
|
5989
|
+
DatabaseName: (0, smithy_client_1.expectString)(output.DatabaseName),
|
|
5990
|
+
Password: (0, smithy_client_1.expectString)(output.Password),
|
|
5991
|
+
Port: (0, smithy_client_1.expectInt32)(output.Port),
|
|
5992
|
+
SecretsManagerAccessRoleArn: (0, smithy_client_1.expectString)(output.SecretsManagerAccessRoleArn),
|
|
5993
|
+
SecretsManagerSecretId: (0, smithy_client_1.expectString)(output.SecretsManagerSecretId),
|
|
5994
|
+
ServerName: (0, smithy_client_1.expectString)(output.ServerName),
|
|
5995
|
+
Username: (0, smithy_client_1.expectString)(output.Username),
|
|
5996
5996
|
};
|
|
5997
5997
|
};
|
|
5998
5998
|
const deserializeAws_json1_1TableStatistics = (output, context) => {
|
|
5999
5999
|
return {
|
|
6000
|
-
Ddls: smithy_client_1.expectLong(output.Ddls),
|
|
6001
|
-
Deletes: smithy_client_1.expectLong(output.Deletes),
|
|
6002
|
-
FullLoadCondtnlChkFailedRows: smithy_client_1.expectLong(output.FullLoadCondtnlChkFailedRows),
|
|
6000
|
+
Ddls: (0, smithy_client_1.expectLong)(output.Ddls),
|
|
6001
|
+
Deletes: (0, smithy_client_1.expectLong)(output.Deletes),
|
|
6002
|
+
FullLoadCondtnlChkFailedRows: (0, smithy_client_1.expectLong)(output.FullLoadCondtnlChkFailedRows),
|
|
6003
6003
|
FullLoadEndTime: output.FullLoadEndTime !== undefined && output.FullLoadEndTime !== null
|
|
6004
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.FullLoadEndTime)))
|
|
6004
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.FullLoadEndTime)))
|
|
6005
6005
|
: undefined,
|
|
6006
|
-
FullLoadErrorRows: smithy_client_1.expectLong(output.FullLoadErrorRows),
|
|
6007
|
-
FullLoadReloaded: smithy_client_1.expectBoolean(output.FullLoadReloaded),
|
|
6008
|
-
FullLoadRows: smithy_client_1.expectLong(output.FullLoadRows),
|
|
6006
|
+
FullLoadErrorRows: (0, smithy_client_1.expectLong)(output.FullLoadErrorRows),
|
|
6007
|
+
FullLoadReloaded: (0, smithy_client_1.expectBoolean)(output.FullLoadReloaded),
|
|
6008
|
+
FullLoadRows: (0, smithy_client_1.expectLong)(output.FullLoadRows),
|
|
6009
6009
|
FullLoadStartTime: output.FullLoadStartTime !== undefined && output.FullLoadStartTime !== null
|
|
6010
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.FullLoadStartTime)))
|
|
6010
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.FullLoadStartTime)))
|
|
6011
6011
|
: undefined,
|
|
6012
|
-
Inserts: smithy_client_1.expectLong(output.Inserts),
|
|
6012
|
+
Inserts: (0, smithy_client_1.expectLong)(output.Inserts),
|
|
6013
6013
|
LastUpdateTime: output.LastUpdateTime !== undefined && output.LastUpdateTime !== null
|
|
6014
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastUpdateTime)))
|
|
6014
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastUpdateTime)))
|
|
6015
6015
|
: undefined,
|
|
6016
|
-
SchemaName: smithy_client_1.expectString(output.SchemaName),
|
|
6017
|
-
TableName: smithy_client_1.expectString(output.TableName),
|
|
6018
|
-
TableState: smithy_client_1.expectString(output.TableState),
|
|
6019
|
-
Updates: smithy_client_1.expectLong(output.Updates),
|
|
6020
|
-
ValidationFailedRecords: smithy_client_1.expectLong(output.ValidationFailedRecords),
|
|
6021
|
-
ValidationPendingRecords: smithy_client_1.expectLong(output.ValidationPendingRecords),
|
|
6022
|
-
ValidationState: smithy_client_1.expectString(output.ValidationState),
|
|
6023
|
-
ValidationStateDetails: smithy_client_1.expectString(output.ValidationStateDetails),
|
|
6024
|
-
ValidationSuspendedRecords: smithy_client_1.expectLong(output.ValidationSuspendedRecords),
|
|
6016
|
+
SchemaName: (0, smithy_client_1.expectString)(output.SchemaName),
|
|
6017
|
+
TableName: (0, smithy_client_1.expectString)(output.TableName),
|
|
6018
|
+
TableState: (0, smithy_client_1.expectString)(output.TableState),
|
|
6019
|
+
Updates: (0, smithy_client_1.expectLong)(output.Updates),
|
|
6020
|
+
ValidationFailedRecords: (0, smithy_client_1.expectLong)(output.ValidationFailedRecords),
|
|
6021
|
+
ValidationPendingRecords: (0, smithy_client_1.expectLong)(output.ValidationPendingRecords),
|
|
6022
|
+
ValidationState: (0, smithy_client_1.expectString)(output.ValidationState),
|
|
6023
|
+
ValidationStateDetails: (0, smithy_client_1.expectString)(output.ValidationStateDetails),
|
|
6024
|
+
ValidationSuspendedRecords: (0, smithy_client_1.expectLong)(output.ValidationSuspendedRecords),
|
|
6025
6025
|
};
|
|
6026
6026
|
};
|
|
6027
6027
|
const deserializeAws_json1_1TableStatisticsList = (output, context) => {
|
|
@@ -6037,9 +6037,9 @@ const deserializeAws_json1_1TableStatisticsList = (output, context) => {
|
|
|
6037
6037
|
};
|
|
6038
6038
|
const deserializeAws_json1_1Tag = (output, context) => {
|
|
6039
6039
|
return {
|
|
6040
|
-
Key: smithy_client_1.expectString(output.Key),
|
|
6041
|
-
ResourceArn: smithy_client_1.expectString(output.ResourceArn),
|
|
6042
|
-
Value: smithy_client_1.expectString(output.Value),
|
|
6040
|
+
Key: (0, smithy_client_1.expectString)(output.Key),
|
|
6041
|
+
ResourceArn: (0, smithy_client_1.expectString)(output.ResourceArn),
|
|
6042
|
+
Value: (0, smithy_client_1.expectString)(output.Value),
|
|
6043
6043
|
};
|
|
6044
6044
|
};
|
|
6045
6045
|
const deserializeAws_json1_1TagList = (output, context) => {
|
|
@@ -6062,13 +6062,13 @@ const deserializeAws_json1_1TestConnectionResponse = (output, context) => {
|
|
|
6062
6062
|
};
|
|
6063
6063
|
const deserializeAws_json1_1UpgradeDependencyFailureFault = (output, context) => {
|
|
6064
6064
|
return {
|
|
6065
|
-
message: smithy_client_1.expectString(output.message),
|
|
6065
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
6066
6066
|
};
|
|
6067
6067
|
};
|
|
6068
6068
|
const deserializeAws_json1_1VpcSecurityGroupMembership = (output, context) => {
|
|
6069
6069
|
return {
|
|
6070
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
6071
|
-
VpcSecurityGroupId: smithy_client_1.expectString(output.VpcSecurityGroupId),
|
|
6070
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
6071
|
+
VpcSecurityGroupId: (0, smithy_client_1.expectString)(output.VpcSecurityGroupId),
|
|
6072
6072
|
};
|
|
6073
6073
|
};
|
|
6074
6074
|
const deserializeAws_json1_1VpcSecurityGroupMembershipList = (output, context) => {
|