@aws-sdk/client-fsx 3.54.0 → 3.56.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -0
- package/dist-cjs/FSxClient.js +13 -13
- package/dist-cjs/commands/AssociateFileSystemAliasesCommand.js +3 -3
- package/dist-cjs/commands/CancelDataRepositoryTaskCommand.js +3 -3
- package/dist-cjs/commands/CopyBackupCommand.js +3 -3
- package/dist-cjs/commands/CreateBackupCommand.js +3 -3
- package/dist-cjs/commands/CreateDataRepositoryAssociationCommand.js +3 -3
- package/dist-cjs/commands/CreateDataRepositoryTaskCommand.js +3 -3
- package/dist-cjs/commands/CreateFileSystemCommand.js +3 -3
- package/dist-cjs/commands/CreateFileSystemFromBackupCommand.js +3 -3
- package/dist-cjs/commands/CreateSnapshotCommand.js +3 -3
- package/dist-cjs/commands/CreateStorageVirtualMachineCommand.js +3 -3
- package/dist-cjs/commands/CreateVolumeCommand.js +3 -3
- package/dist-cjs/commands/CreateVolumeFromBackupCommand.js +3 -3
- package/dist-cjs/commands/DeleteBackupCommand.js +3 -3
- package/dist-cjs/commands/DeleteDataRepositoryAssociationCommand.js +3 -3
- package/dist-cjs/commands/DeleteFileSystemCommand.js +3 -3
- package/dist-cjs/commands/DeleteSnapshotCommand.js +3 -3
- package/dist-cjs/commands/DeleteStorageVirtualMachineCommand.js +3 -3
- package/dist-cjs/commands/DeleteVolumeCommand.js +3 -3
- package/dist-cjs/commands/DescribeBackupsCommand.js +3 -3
- package/dist-cjs/commands/DescribeDataRepositoryAssociationsCommand.js +3 -3
- package/dist-cjs/commands/DescribeDataRepositoryTasksCommand.js +3 -3
- package/dist-cjs/commands/DescribeFileSystemAliasesCommand.js +3 -3
- package/dist-cjs/commands/DescribeFileSystemsCommand.js +3 -3
- package/dist-cjs/commands/DescribeSnapshotsCommand.js +3 -3
- package/dist-cjs/commands/DescribeStorageVirtualMachinesCommand.js +3 -3
- package/dist-cjs/commands/DescribeVolumesCommand.js +3 -3
- package/dist-cjs/commands/DisassociateFileSystemAliasesCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/ReleaseFileSystemNfsV3LocksCommand.js +3 -3
- package/dist-cjs/commands/RestoreVolumeFromSnapshotCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateDataRepositoryAssociationCommand.js +3 -3
- package/dist-cjs/commands/UpdateFileSystemCommand.js +3 -3
- package/dist-cjs/commands/UpdateSnapshotCommand.js +3 -3
- package/dist-cjs/commands/UpdateStorageVirtualMachineCommand.js +3 -3
- package/dist-cjs/commands/UpdateVolumeCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/protocols/Aws_json1_1.js +346 -346
- package/dist-cjs/runtimeConfig.browser.js +4 -4
- package/dist-cjs/runtimeConfig.js +9 -9
- package/dist-cjs/runtimeConfig.native.js +1 -1
- package/dist-es/FSx.js +37 -37
- package/dist-es/pagination/DescribeBackupsPaginator.js +4 -4
- package/dist-es/pagination/DescribeDataRepositoryAssociationsPaginator.js +4 -4
- package/dist-es/pagination/DescribeDataRepositoryTasksPaginator.js +4 -4
- package/dist-es/pagination/DescribeFileSystemAliasesPaginator.js +4 -4
- package/dist-es/pagination/DescribeFileSystemsPaginator.js +4 -4
- package/dist-es/pagination/DescribeSnapshotsPaginator.js +4 -4
- package/dist-es/pagination/DescribeStorageVirtualMachinesPaginator.js +4 -4
- package/dist-es/pagination/DescribeVolumesPaginator.js +4 -4
- package/dist-es/pagination/ListTagsForResourcePaginator.js +4 -4
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/package.json +34 -34
|
@@ -416,7 +416,7 @@ const deserializeAws_json1_1AssociateFileSystemAliasesCommandError = async (outp
|
|
|
416
416
|
$fault: "client",
|
|
417
417
|
$metadata: deserializeMetadata(output),
|
|
418
418
|
});
|
|
419
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
419
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
420
420
|
}
|
|
421
421
|
};
|
|
422
422
|
const deserializeAws_json1_1CancelDataRepositoryTaskCommand = async (output, context) => {
|
|
@@ -464,7 +464,7 @@ const deserializeAws_json1_1CancelDataRepositoryTaskCommandError = async (output
|
|
|
464
464
|
$fault: "client",
|
|
465
465
|
$metadata: deserializeMetadata(output),
|
|
466
466
|
});
|
|
467
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
467
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
468
468
|
}
|
|
469
469
|
};
|
|
470
470
|
const deserializeAws_json1_1CopyBackupCommand = async (output, context) => {
|
|
@@ -530,7 +530,7 @@ const deserializeAws_json1_1CopyBackupCommandError = async (output, context) =>
|
|
|
530
530
|
$fault: "client",
|
|
531
531
|
$metadata: deserializeMetadata(output),
|
|
532
532
|
});
|
|
533
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
533
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
534
534
|
}
|
|
535
535
|
};
|
|
536
536
|
const deserializeAws_json1_1CreateBackupCommand = async (output, context) => {
|
|
@@ -587,7 +587,7 @@ const deserializeAws_json1_1CreateBackupCommandError = async (output, context) =
|
|
|
587
587
|
$fault: "client",
|
|
588
588
|
$metadata: deserializeMetadata(output),
|
|
589
589
|
});
|
|
590
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
590
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
591
591
|
}
|
|
592
592
|
};
|
|
593
593
|
const deserializeAws_json1_1CreateDataRepositoryAssociationCommand = async (output, context) => {
|
|
@@ -638,7 +638,7 @@ const deserializeAws_json1_1CreateDataRepositoryAssociationCommandError = async
|
|
|
638
638
|
$fault: "client",
|
|
639
639
|
$metadata: deserializeMetadata(output),
|
|
640
640
|
});
|
|
641
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
641
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
642
642
|
}
|
|
643
643
|
};
|
|
644
644
|
const deserializeAws_json1_1CreateDataRepositoryTaskCommand = async (output, context) => {
|
|
@@ -692,7 +692,7 @@ const deserializeAws_json1_1CreateDataRepositoryTaskCommandError = async (output
|
|
|
692
692
|
$fault: "client",
|
|
693
693
|
$metadata: deserializeMetadata(output),
|
|
694
694
|
});
|
|
695
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
695
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
696
696
|
}
|
|
697
697
|
};
|
|
698
698
|
const deserializeAws_json1_1CreateFileSystemCommand = async (output, context) => {
|
|
@@ -755,7 +755,7 @@ const deserializeAws_json1_1CreateFileSystemCommandError = async (output, contex
|
|
|
755
755
|
$fault: "client",
|
|
756
756
|
$metadata: deserializeMetadata(output),
|
|
757
757
|
});
|
|
758
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
758
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
759
759
|
}
|
|
760
760
|
};
|
|
761
761
|
const deserializeAws_json1_1CreateFileSystemFromBackupCommand = async (output, context) => {
|
|
@@ -815,7 +815,7 @@ const deserializeAws_json1_1CreateFileSystemFromBackupCommandError = async (outp
|
|
|
815
815
|
$fault: "client",
|
|
816
816
|
$metadata: deserializeMetadata(output),
|
|
817
817
|
});
|
|
818
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
818
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
819
819
|
}
|
|
820
820
|
};
|
|
821
821
|
const deserializeAws_json1_1CreateSnapshotCommand = async (output, context) => {
|
|
@@ -860,7 +860,7 @@ const deserializeAws_json1_1CreateSnapshotCommandError = async (output, context)
|
|
|
860
860
|
$fault: "client",
|
|
861
861
|
$metadata: deserializeMetadata(output),
|
|
862
862
|
});
|
|
863
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
863
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
864
864
|
}
|
|
865
865
|
};
|
|
866
866
|
const deserializeAws_json1_1CreateStorageVirtualMachineCommand = async (output, context) => {
|
|
@@ -914,7 +914,7 @@ const deserializeAws_json1_1CreateStorageVirtualMachineCommandError = async (out
|
|
|
914
914
|
$fault: "client",
|
|
915
915
|
$metadata: deserializeMetadata(output),
|
|
916
916
|
});
|
|
917
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
917
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
918
918
|
}
|
|
919
919
|
};
|
|
920
920
|
const deserializeAws_json1_1CreateVolumeCommand = async (output, context) => {
|
|
@@ -971,7 +971,7 @@ const deserializeAws_json1_1CreateVolumeCommandError = async (output, context) =
|
|
|
971
971
|
$fault: "client",
|
|
972
972
|
$metadata: deserializeMetadata(output),
|
|
973
973
|
});
|
|
974
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
974
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
975
975
|
}
|
|
976
976
|
};
|
|
977
977
|
const deserializeAws_json1_1CreateVolumeFromBackupCommand = async (output, context) => {
|
|
@@ -1028,7 +1028,7 @@ const deserializeAws_json1_1CreateVolumeFromBackupCommandError = async (output,
|
|
|
1028
1028
|
$fault: "client",
|
|
1029
1029
|
$metadata: deserializeMetadata(output),
|
|
1030
1030
|
});
|
|
1031
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1031
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1032
1032
|
}
|
|
1033
1033
|
};
|
|
1034
1034
|
const deserializeAws_json1_1DeleteBackupCommand = async (output, context) => {
|
|
@@ -1082,7 +1082,7 @@ const deserializeAws_json1_1DeleteBackupCommandError = async (output, context) =
|
|
|
1082
1082
|
$fault: "client",
|
|
1083
1083
|
$metadata: deserializeMetadata(output),
|
|
1084
1084
|
});
|
|
1085
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1085
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1086
1086
|
}
|
|
1087
1087
|
};
|
|
1088
1088
|
const deserializeAws_json1_1DeleteDataRepositoryAssociationCommand = async (output, context) => {
|
|
@@ -1130,7 +1130,7 @@ const deserializeAws_json1_1DeleteDataRepositoryAssociationCommandError = async
|
|
|
1130
1130
|
$fault: "client",
|
|
1131
1131
|
$metadata: deserializeMetadata(output),
|
|
1132
1132
|
});
|
|
1133
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1133
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1134
1134
|
}
|
|
1135
1135
|
};
|
|
1136
1136
|
const deserializeAws_json1_1DeleteFileSystemCommand = async (output, context) => {
|
|
@@ -1178,7 +1178,7 @@ const deserializeAws_json1_1DeleteFileSystemCommandError = async (output, contex
|
|
|
1178
1178
|
$fault: "client",
|
|
1179
1179
|
$metadata: deserializeMetadata(output),
|
|
1180
1180
|
});
|
|
1181
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1181
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1182
1182
|
}
|
|
1183
1183
|
};
|
|
1184
1184
|
const deserializeAws_json1_1DeleteSnapshotCommand = async (output, context) => {
|
|
@@ -1220,7 +1220,7 @@ const deserializeAws_json1_1DeleteSnapshotCommandError = async (output, context)
|
|
|
1220
1220
|
$fault: "client",
|
|
1221
1221
|
$metadata: deserializeMetadata(output),
|
|
1222
1222
|
});
|
|
1223
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1223
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1224
1224
|
}
|
|
1225
1225
|
};
|
|
1226
1226
|
const deserializeAws_json1_1DeleteStorageVirtualMachineCommand = async (output, context) => {
|
|
@@ -1265,7 +1265,7 @@ const deserializeAws_json1_1DeleteStorageVirtualMachineCommandError = async (out
|
|
|
1265
1265
|
$fault: "client",
|
|
1266
1266
|
$metadata: deserializeMetadata(output),
|
|
1267
1267
|
});
|
|
1268
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1268
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1269
1269
|
}
|
|
1270
1270
|
};
|
|
1271
1271
|
const deserializeAws_json1_1DeleteVolumeCommand = async (output, context) => {
|
|
@@ -1310,7 +1310,7 @@ const deserializeAws_json1_1DeleteVolumeCommandError = async (output, context) =
|
|
|
1310
1310
|
$fault: "client",
|
|
1311
1311
|
$metadata: deserializeMetadata(output),
|
|
1312
1312
|
});
|
|
1313
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1313
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1314
1314
|
}
|
|
1315
1315
|
};
|
|
1316
1316
|
const deserializeAws_json1_1DescribeBackupsCommand = async (output, context) => {
|
|
@@ -1358,7 +1358,7 @@ const deserializeAws_json1_1DescribeBackupsCommandError = async (output, context
|
|
|
1358
1358
|
$fault: "client",
|
|
1359
1359
|
$metadata: deserializeMetadata(output),
|
|
1360
1360
|
});
|
|
1361
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1361
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1362
1362
|
}
|
|
1363
1363
|
};
|
|
1364
1364
|
const deserializeAws_json1_1DescribeDataRepositoryAssociationsCommand = async (output, context) => {
|
|
@@ -1406,7 +1406,7 @@ const deserializeAws_json1_1DescribeDataRepositoryAssociationsCommandError = asy
|
|
|
1406
1406
|
$fault: "client",
|
|
1407
1407
|
$metadata: deserializeMetadata(output),
|
|
1408
1408
|
});
|
|
1409
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1409
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1410
1410
|
}
|
|
1411
1411
|
};
|
|
1412
1412
|
const deserializeAws_json1_1DescribeDataRepositoryTasksCommand = async (output, context) => {
|
|
@@ -1451,7 +1451,7 @@ const deserializeAws_json1_1DescribeDataRepositoryTasksCommandError = async (out
|
|
|
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_1DescribeFileSystemAliasesCommand = async (output, context) => {
|
|
@@ -1493,7 +1493,7 @@ const deserializeAws_json1_1DescribeFileSystemAliasesCommandError = async (outpu
|
|
|
1493
1493
|
$fault: "client",
|
|
1494
1494
|
$metadata: deserializeMetadata(output),
|
|
1495
1495
|
});
|
|
1496
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1496
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1497
1497
|
}
|
|
1498
1498
|
};
|
|
1499
1499
|
const deserializeAws_json1_1DescribeFileSystemsCommand = async (output, context) => {
|
|
@@ -1535,7 +1535,7 @@ const deserializeAws_json1_1DescribeFileSystemsCommandError = async (output, con
|
|
|
1535
1535
|
$fault: "client",
|
|
1536
1536
|
$metadata: deserializeMetadata(output),
|
|
1537
1537
|
});
|
|
1538
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1538
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1539
1539
|
}
|
|
1540
1540
|
};
|
|
1541
1541
|
const deserializeAws_json1_1DescribeSnapshotsCommand = async (output, context) => {
|
|
@@ -1577,7 +1577,7 @@ const deserializeAws_json1_1DescribeSnapshotsCommandError = async (output, conte
|
|
|
1577
1577
|
$fault: "client",
|
|
1578
1578
|
$metadata: deserializeMetadata(output),
|
|
1579
1579
|
});
|
|
1580
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1580
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1581
1581
|
}
|
|
1582
1582
|
};
|
|
1583
1583
|
const deserializeAws_json1_1DescribeStorageVirtualMachinesCommand = async (output, context) => {
|
|
@@ -1619,7 +1619,7 @@ const deserializeAws_json1_1DescribeStorageVirtualMachinesCommandError = async (
|
|
|
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_1DescribeVolumesCommand = async (output, context) => {
|
|
@@ -1661,7 +1661,7 @@ const deserializeAws_json1_1DescribeVolumesCommandError = async (output, context
|
|
|
1661
1661
|
$fault: "client",
|
|
1662
1662
|
$metadata: deserializeMetadata(output),
|
|
1663
1663
|
});
|
|
1664
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1664
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1665
1665
|
}
|
|
1666
1666
|
};
|
|
1667
1667
|
const deserializeAws_json1_1DisassociateFileSystemAliasesCommand = async (output, context) => {
|
|
@@ -1703,7 +1703,7 @@ const deserializeAws_json1_1DisassociateFileSystemAliasesCommandError = async (o
|
|
|
1703
1703
|
$fault: "client",
|
|
1704
1704
|
$metadata: deserializeMetadata(output),
|
|
1705
1705
|
});
|
|
1706
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1706
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1707
1707
|
}
|
|
1708
1708
|
};
|
|
1709
1709
|
const deserializeAws_json1_1ListTagsForResourceCommand = async (output, context) => {
|
|
@@ -1751,7 +1751,7 @@ const deserializeAws_json1_1ListTagsForResourceCommandError = async (output, con
|
|
|
1751
1751
|
$fault: "client",
|
|
1752
1752
|
$metadata: deserializeMetadata(output),
|
|
1753
1753
|
});
|
|
1754
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1754
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1755
1755
|
}
|
|
1756
1756
|
};
|
|
1757
1757
|
const deserializeAws_json1_1ReleaseFileSystemNfsV3LocksCommand = async (output, context) => {
|
|
@@ -1799,7 +1799,7 @@ const deserializeAws_json1_1ReleaseFileSystemNfsV3LocksCommandError = async (out
|
|
|
1799
1799
|
$fault: "client",
|
|
1800
1800
|
$metadata: deserializeMetadata(output),
|
|
1801
1801
|
});
|
|
1802
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1802
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1803
1803
|
}
|
|
1804
1804
|
};
|
|
1805
1805
|
const deserializeAws_json1_1RestoreVolumeFromSnapshotCommand = async (output, context) => {
|
|
@@ -1841,7 +1841,7 @@ const deserializeAws_json1_1RestoreVolumeFromSnapshotCommandError = async (outpu
|
|
|
1841
1841
|
$fault: "client",
|
|
1842
1842
|
$metadata: deserializeMetadata(output),
|
|
1843
1843
|
});
|
|
1844
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1844
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1845
1845
|
}
|
|
1846
1846
|
};
|
|
1847
1847
|
const deserializeAws_json1_1TagResourceCommand = async (output, context) => {
|
|
@@ -1889,7 +1889,7 @@ const deserializeAws_json1_1TagResourceCommandError = async (output, context) =>
|
|
|
1889
1889
|
$fault: "client",
|
|
1890
1890
|
$metadata: deserializeMetadata(output),
|
|
1891
1891
|
});
|
|
1892
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1892
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1893
1893
|
}
|
|
1894
1894
|
};
|
|
1895
1895
|
const deserializeAws_json1_1UntagResourceCommand = async (output, context) => {
|
|
@@ -1937,7 +1937,7 @@ const deserializeAws_json1_1UntagResourceCommandError = async (output, context)
|
|
|
1937
1937
|
$fault: "client",
|
|
1938
1938
|
$metadata: deserializeMetadata(output),
|
|
1939
1939
|
});
|
|
1940
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1940
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1941
1941
|
}
|
|
1942
1942
|
};
|
|
1943
1943
|
const deserializeAws_json1_1UpdateDataRepositoryAssociationCommand = async (output, context) => {
|
|
@@ -1985,7 +1985,7 @@ const deserializeAws_json1_1UpdateDataRepositoryAssociationCommandError = async
|
|
|
1985
1985
|
$fault: "client",
|
|
1986
1986
|
$metadata: deserializeMetadata(output),
|
|
1987
1987
|
});
|
|
1988
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1988
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1989
1989
|
}
|
|
1990
1990
|
};
|
|
1991
1991
|
const deserializeAws_json1_1UpdateFileSystemCommand = async (output, context) => {
|
|
@@ -2039,7 +2039,7 @@ const deserializeAws_json1_1UpdateFileSystemCommandError = async (output, contex
|
|
|
2039
2039
|
$fault: "client",
|
|
2040
2040
|
$metadata: deserializeMetadata(output),
|
|
2041
2041
|
});
|
|
2042
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2042
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2043
2043
|
}
|
|
2044
2044
|
};
|
|
2045
2045
|
const deserializeAws_json1_1UpdateSnapshotCommand = async (output, context) => {
|
|
@@ -2081,7 +2081,7 @@ const deserializeAws_json1_1UpdateSnapshotCommandError = async (output, context)
|
|
|
2081
2081
|
$fault: "client",
|
|
2082
2082
|
$metadata: deserializeMetadata(output),
|
|
2083
2083
|
});
|
|
2084
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2084
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2085
2085
|
}
|
|
2086
2086
|
};
|
|
2087
2087
|
const deserializeAws_json1_1UpdateStorageVirtualMachineCommand = async (output, context) => {
|
|
@@ -2129,7 +2129,7 @@ const deserializeAws_json1_1UpdateStorageVirtualMachineCommandError = async (out
|
|
|
2129
2129
|
$fault: "client",
|
|
2130
2130
|
$metadata: deserializeMetadata(output),
|
|
2131
2131
|
});
|
|
2132
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2132
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2133
2133
|
}
|
|
2134
2134
|
};
|
|
2135
2135
|
const deserializeAws_json1_1UpdateVolumeCommand = async (output, context) => {
|
|
@@ -2177,7 +2177,7 @@ const deserializeAws_json1_1UpdateVolumeCommandError = async (output, context) =
|
|
|
2177
2177
|
$fault: "client",
|
|
2178
2178
|
$metadata: deserializeMetadata(output),
|
|
2179
2179
|
});
|
|
2180
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2180
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2181
2181
|
}
|
|
2182
2182
|
};
|
|
2183
2183
|
const deserializeAws_json1_1ActiveDirectoryErrorResponse = async (parsedOutput, context) => {
|
|
@@ -2187,7 +2187,7 @@ const deserializeAws_json1_1ActiveDirectoryErrorResponse = async (parsedOutput,
|
|
|
2187
2187
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2188
2188
|
...deserialized,
|
|
2189
2189
|
});
|
|
2190
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2190
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2191
2191
|
};
|
|
2192
2192
|
const deserializeAws_json1_1BackupBeingCopiedResponse = async (parsedOutput, context) => {
|
|
2193
2193
|
const body = parsedOutput.body;
|
|
@@ -2196,7 +2196,7 @@ const deserializeAws_json1_1BackupBeingCopiedResponse = async (parsedOutput, con
|
|
|
2196
2196
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2197
2197
|
...deserialized,
|
|
2198
2198
|
});
|
|
2199
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2199
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2200
2200
|
};
|
|
2201
2201
|
const deserializeAws_json1_1BackupInProgressResponse = async (parsedOutput, context) => {
|
|
2202
2202
|
const body = parsedOutput.body;
|
|
@@ -2205,7 +2205,7 @@ const deserializeAws_json1_1BackupInProgressResponse = async (parsedOutput, cont
|
|
|
2205
2205
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2206
2206
|
...deserialized,
|
|
2207
2207
|
});
|
|
2208
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2208
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2209
2209
|
};
|
|
2210
2210
|
const deserializeAws_json1_1BackupNotFoundResponse = async (parsedOutput, context) => {
|
|
2211
2211
|
const body = parsedOutput.body;
|
|
@@ -2214,7 +2214,7 @@ const deserializeAws_json1_1BackupNotFoundResponse = async (parsedOutput, contex
|
|
|
2214
2214
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2215
2215
|
...deserialized,
|
|
2216
2216
|
});
|
|
2217
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2217
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2218
2218
|
};
|
|
2219
2219
|
const deserializeAws_json1_1BackupRestoringResponse = async (parsedOutput, context) => {
|
|
2220
2220
|
const body = parsedOutput.body;
|
|
@@ -2223,7 +2223,7 @@ const deserializeAws_json1_1BackupRestoringResponse = async (parsedOutput, conte
|
|
|
2223
2223
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2224
2224
|
...deserialized,
|
|
2225
2225
|
});
|
|
2226
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2226
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2227
2227
|
};
|
|
2228
2228
|
const deserializeAws_json1_1BadRequestResponse = async (parsedOutput, context) => {
|
|
2229
2229
|
const body = parsedOutput.body;
|
|
@@ -2232,7 +2232,7 @@ const deserializeAws_json1_1BadRequestResponse = async (parsedOutput, context) =
|
|
|
2232
2232
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2233
2233
|
...deserialized,
|
|
2234
2234
|
});
|
|
2235
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2235
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2236
2236
|
};
|
|
2237
2237
|
const deserializeAws_json1_1DataRepositoryAssociationNotFoundResponse = async (parsedOutput, context) => {
|
|
2238
2238
|
const body = parsedOutput.body;
|
|
@@ -2241,7 +2241,7 @@ const deserializeAws_json1_1DataRepositoryAssociationNotFoundResponse = async (p
|
|
|
2241
2241
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2242
2242
|
...deserialized,
|
|
2243
2243
|
});
|
|
2244
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2244
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2245
2245
|
};
|
|
2246
2246
|
const deserializeAws_json1_1DataRepositoryTaskEndedResponse = async (parsedOutput, context) => {
|
|
2247
2247
|
const body = parsedOutput.body;
|
|
@@ -2250,7 +2250,7 @@ const deserializeAws_json1_1DataRepositoryTaskEndedResponse = async (parsedOutpu
|
|
|
2250
2250
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2251
2251
|
...deserialized,
|
|
2252
2252
|
});
|
|
2253
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2253
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2254
2254
|
};
|
|
2255
2255
|
const deserializeAws_json1_1DataRepositoryTaskExecutingResponse = async (parsedOutput, context) => {
|
|
2256
2256
|
const body = parsedOutput.body;
|
|
@@ -2259,7 +2259,7 @@ const deserializeAws_json1_1DataRepositoryTaskExecutingResponse = async (parsedO
|
|
|
2259
2259
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2260
2260
|
...deserialized,
|
|
2261
2261
|
});
|
|
2262
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2262
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2263
2263
|
};
|
|
2264
2264
|
const deserializeAws_json1_1DataRepositoryTaskNotFoundResponse = async (parsedOutput, context) => {
|
|
2265
2265
|
const body = parsedOutput.body;
|
|
@@ -2268,7 +2268,7 @@ const deserializeAws_json1_1DataRepositoryTaskNotFoundResponse = async (parsedOu
|
|
|
2268
2268
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2269
2269
|
...deserialized,
|
|
2270
2270
|
});
|
|
2271
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2271
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2272
2272
|
};
|
|
2273
2273
|
const deserializeAws_json1_1FileSystemNotFoundResponse = async (parsedOutput, context) => {
|
|
2274
2274
|
const body = parsedOutput.body;
|
|
@@ -2277,7 +2277,7 @@ const deserializeAws_json1_1FileSystemNotFoundResponse = async (parsedOutput, co
|
|
|
2277
2277
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2278
2278
|
...deserialized,
|
|
2279
2279
|
});
|
|
2280
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2280
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2281
2281
|
};
|
|
2282
2282
|
const deserializeAws_json1_1IncompatibleParameterErrorResponse = async (parsedOutput, context) => {
|
|
2283
2283
|
const body = parsedOutput.body;
|
|
@@ -2286,7 +2286,7 @@ const deserializeAws_json1_1IncompatibleParameterErrorResponse = async (parsedOu
|
|
|
2286
2286
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2287
2287
|
...deserialized,
|
|
2288
2288
|
});
|
|
2289
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2289
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2290
2290
|
};
|
|
2291
2291
|
const deserializeAws_json1_1IncompatibleRegionForMultiAZResponse = async (parsedOutput, context) => {
|
|
2292
2292
|
const body = parsedOutput.body;
|
|
@@ -2295,7 +2295,7 @@ const deserializeAws_json1_1IncompatibleRegionForMultiAZResponse = async (parsed
|
|
|
2295
2295
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2296
2296
|
...deserialized,
|
|
2297
2297
|
});
|
|
2298
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2298
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2299
2299
|
};
|
|
2300
2300
|
const deserializeAws_json1_1InternalServerErrorResponse = async (parsedOutput, context) => {
|
|
2301
2301
|
const body = parsedOutput.body;
|
|
@@ -2304,7 +2304,7 @@ const deserializeAws_json1_1InternalServerErrorResponse = async (parsedOutput, c
|
|
|
2304
2304
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2305
2305
|
...deserialized,
|
|
2306
2306
|
});
|
|
2307
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2307
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2308
2308
|
};
|
|
2309
2309
|
const deserializeAws_json1_1InvalidDataRepositoryTypeResponse = async (parsedOutput, context) => {
|
|
2310
2310
|
const body = parsedOutput.body;
|
|
@@ -2313,7 +2313,7 @@ const deserializeAws_json1_1InvalidDataRepositoryTypeResponse = async (parsedOut
|
|
|
2313
2313
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2314
2314
|
...deserialized,
|
|
2315
2315
|
});
|
|
2316
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2316
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2317
2317
|
};
|
|
2318
2318
|
const deserializeAws_json1_1InvalidDestinationKmsKeyResponse = async (parsedOutput, context) => {
|
|
2319
2319
|
const body = parsedOutput.body;
|
|
@@ -2322,7 +2322,7 @@ const deserializeAws_json1_1InvalidDestinationKmsKeyResponse = async (parsedOutp
|
|
|
2322
2322
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2323
2323
|
...deserialized,
|
|
2324
2324
|
});
|
|
2325
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2325
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2326
2326
|
};
|
|
2327
2327
|
const deserializeAws_json1_1InvalidExportPathResponse = async (parsedOutput, context) => {
|
|
2328
2328
|
const body = parsedOutput.body;
|
|
@@ -2331,7 +2331,7 @@ const deserializeAws_json1_1InvalidExportPathResponse = async (parsedOutput, con
|
|
|
2331
2331
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2332
2332
|
...deserialized,
|
|
2333
2333
|
});
|
|
2334
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2334
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2335
2335
|
};
|
|
2336
2336
|
const deserializeAws_json1_1InvalidImportPathResponse = async (parsedOutput, context) => {
|
|
2337
2337
|
const body = parsedOutput.body;
|
|
@@ -2340,7 +2340,7 @@ const deserializeAws_json1_1InvalidImportPathResponse = async (parsedOutput, con
|
|
|
2340
2340
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2341
2341
|
...deserialized,
|
|
2342
2342
|
});
|
|
2343
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2343
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2344
2344
|
};
|
|
2345
2345
|
const deserializeAws_json1_1InvalidNetworkSettingsResponse = async (parsedOutput, context) => {
|
|
2346
2346
|
const body = parsedOutput.body;
|
|
@@ -2349,7 +2349,7 @@ const deserializeAws_json1_1InvalidNetworkSettingsResponse = async (parsedOutput
|
|
|
2349
2349
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2350
2350
|
...deserialized,
|
|
2351
2351
|
});
|
|
2352
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2352
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2353
2353
|
};
|
|
2354
2354
|
const deserializeAws_json1_1InvalidPerUnitStorageThroughputResponse = async (parsedOutput, context) => {
|
|
2355
2355
|
const body = parsedOutput.body;
|
|
@@ -2358,7 +2358,7 @@ const deserializeAws_json1_1InvalidPerUnitStorageThroughputResponse = async (par
|
|
|
2358
2358
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2359
2359
|
...deserialized,
|
|
2360
2360
|
});
|
|
2361
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2361
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2362
2362
|
};
|
|
2363
2363
|
const deserializeAws_json1_1InvalidRegionResponse = async (parsedOutput, context) => {
|
|
2364
2364
|
const body = parsedOutput.body;
|
|
@@ -2367,7 +2367,7 @@ const deserializeAws_json1_1InvalidRegionResponse = async (parsedOutput, context
|
|
|
2367
2367
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2368
2368
|
...deserialized,
|
|
2369
2369
|
});
|
|
2370
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2370
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2371
2371
|
};
|
|
2372
2372
|
const deserializeAws_json1_1InvalidSourceKmsKeyResponse = async (parsedOutput, context) => {
|
|
2373
2373
|
const body = parsedOutput.body;
|
|
@@ -2376,7 +2376,7 @@ const deserializeAws_json1_1InvalidSourceKmsKeyResponse = async (parsedOutput, c
|
|
|
2376
2376
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2377
2377
|
...deserialized,
|
|
2378
2378
|
});
|
|
2379
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2379
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2380
2380
|
};
|
|
2381
2381
|
const deserializeAws_json1_1MissingFileSystemConfigurationResponse = async (parsedOutput, context) => {
|
|
2382
2382
|
const body = parsedOutput.body;
|
|
@@ -2385,7 +2385,7 @@ const deserializeAws_json1_1MissingFileSystemConfigurationResponse = async (pars
|
|
|
2385
2385
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2386
2386
|
...deserialized,
|
|
2387
2387
|
});
|
|
2388
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2388
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2389
2389
|
};
|
|
2390
2390
|
const deserializeAws_json1_1MissingVolumeConfigurationResponse = async (parsedOutput, context) => {
|
|
2391
2391
|
const body = parsedOutput.body;
|
|
@@ -2394,7 +2394,7 @@ const deserializeAws_json1_1MissingVolumeConfigurationResponse = async (parsedOu
|
|
|
2394
2394
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2395
2395
|
...deserialized,
|
|
2396
2396
|
});
|
|
2397
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2397
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2398
2398
|
};
|
|
2399
2399
|
const deserializeAws_json1_1NotServiceResourceErrorResponse = async (parsedOutput, context) => {
|
|
2400
2400
|
const body = parsedOutput.body;
|
|
@@ -2403,7 +2403,7 @@ const deserializeAws_json1_1NotServiceResourceErrorResponse = async (parsedOutpu
|
|
|
2403
2403
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2404
2404
|
...deserialized,
|
|
2405
2405
|
});
|
|
2406
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2406
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2407
2407
|
};
|
|
2408
2408
|
const deserializeAws_json1_1ResourceDoesNotSupportTaggingResponse = async (parsedOutput, context) => {
|
|
2409
2409
|
const body = parsedOutput.body;
|
|
@@ -2412,7 +2412,7 @@ const deserializeAws_json1_1ResourceDoesNotSupportTaggingResponse = async (parse
|
|
|
2412
2412
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2413
2413
|
...deserialized,
|
|
2414
2414
|
});
|
|
2415
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2415
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2416
2416
|
};
|
|
2417
2417
|
const deserializeAws_json1_1ResourceNotFoundResponse = async (parsedOutput, context) => {
|
|
2418
2418
|
const body = parsedOutput.body;
|
|
@@ -2421,7 +2421,7 @@ const deserializeAws_json1_1ResourceNotFoundResponse = async (parsedOutput, cont
|
|
|
2421
2421
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2422
2422
|
...deserialized,
|
|
2423
2423
|
});
|
|
2424
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2424
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2425
2425
|
};
|
|
2426
2426
|
const deserializeAws_json1_1ServiceLimitExceededResponse = async (parsedOutput, context) => {
|
|
2427
2427
|
const body = parsedOutput.body;
|
|
@@ -2430,7 +2430,7 @@ const deserializeAws_json1_1ServiceLimitExceededResponse = async (parsedOutput,
|
|
|
2430
2430
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2431
2431
|
...deserialized,
|
|
2432
2432
|
});
|
|
2433
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2433
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2434
2434
|
};
|
|
2435
2435
|
const deserializeAws_json1_1SnapshotNotFoundResponse = async (parsedOutput, context) => {
|
|
2436
2436
|
const body = parsedOutput.body;
|
|
@@ -2439,7 +2439,7 @@ const deserializeAws_json1_1SnapshotNotFoundResponse = async (parsedOutput, cont
|
|
|
2439
2439
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2440
2440
|
...deserialized,
|
|
2441
2441
|
});
|
|
2442
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2442
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2443
2443
|
};
|
|
2444
2444
|
const deserializeAws_json1_1SourceBackupUnavailableResponse = async (parsedOutput, context) => {
|
|
2445
2445
|
const body = parsedOutput.body;
|
|
@@ -2448,7 +2448,7 @@ const deserializeAws_json1_1SourceBackupUnavailableResponse = async (parsedOutpu
|
|
|
2448
2448
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2449
2449
|
...deserialized,
|
|
2450
2450
|
});
|
|
2451
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2451
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2452
2452
|
};
|
|
2453
2453
|
const deserializeAws_json1_1StorageVirtualMachineNotFoundResponse = async (parsedOutput, context) => {
|
|
2454
2454
|
const body = parsedOutput.body;
|
|
@@ -2457,7 +2457,7 @@ const deserializeAws_json1_1StorageVirtualMachineNotFoundResponse = async (parse
|
|
|
2457
2457
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2458
2458
|
...deserialized,
|
|
2459
2459
|
});
|
|
2460
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2460
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2461
2461
|
};
|
|
2462
2462
|
const deserializeAws_json1_1UnsupportedOperationResponse = async (parsedOutput, context) => {
|
|
2463
2463
|
const body = parsedOutput.body;
|
|
@@ -2466,7 +2466,7 @@ const deserializeAws_json1_1UnsupportedOperationResponse = async (parsedOutput,
|
|
|
2466
2466
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2467
2467
|
...deserialized,
|
|
2468
2468
|
});
|
|
2469
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2469
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2470
2470
|
};
|
|
2471
2471
|
const deserializeAws_json1_1VolumeNotFoundResponse = async (parsedOutput, context) => {
|
|
2472
2472
|
const body = parsedOutput.body;
|
|
@@ -2475,7 +2475,7 @@ const deserializeAws_json1_1VolumeNotFoundResponse = async (parsedOutput, contex
|
|
|
2475
2475
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2476
2476
|
...deserialized,
|
|
2477
2477
|
});
|
|
2478
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2478
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2479
2479
|
};
|
|
2480
2480
|
const serializeAws_json1_1AlternateDNSNames = (input, context) => {
|
|
2481
2481
|
return input
|
|
@@ -2492,7 +2492,7 @@ const serializeAws_json1_1AssociateFileSystemAliasesRequest = (input, context) =
|
|
|
2492
2492
|
return {
|
|
2493
2493
|
...(input.Aliases !== undefined &&
|
|
2494
2494
|
input.Aliases !== null && { Aliases: serializeAws_json1_1AlternateDNSNames(input.Aliases, context) }),
|
|
2495
|
-
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
|
|
2495
|
+
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
|
|
2496
2496
|
...(input.FileSystemId !== undefined && input.FileSystemId !== null && { FileSystemId: input.FileSystemId }),
|
|
2497
2497
|
};
|
|
2498
2498
|
};
|
|
@@ -2534,7 +2534,7 @@ const serializeAws_json1_1CompletionReport = (input, context) => {
|
|
|
2534
2534
|
const serializeAws_json1_1CopyBackupRequest = (input, context) => {
|
|
2535
2535
|
var _a;
|
|
2536
2536
|
return {
|
|
2537
|
-
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
|
|
2537
|
+
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
|
|
2538
2538
|
...(input.CopyTags !== undefined && input.CopyTags !== null && { CopyTags: input.CopyTags }),
|
|
2539
2539
|
...(input.KmsKeyId !== undefined && input.KmsKeyId !== null && { KmsKeyId: input.KmsKeyId }),
|
|
2540
2540
|
...(input.SourceBackupId !== undefined &&
|
|
@@ -2546,7 +2546,7 @@ const serializeAws_json1_1CopyBackupRequest = (input, context) => {
|
|
|
2546
2546
|
const serializeAws_json1_1CreateBackupRequest = (input, context) => {
|
|
2547
2547
|
var _a;
|
|
2548
2548
|
return {
|
|
2549
|
-
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
|
|
2549
|
+
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
|
|
2550
2550
|
...(input.FileSystemId !== undefined && input.FileSystemId !== null && { FileSystemId: input.FileSystemId }),
|
|
2551
2551
|
...(input.Tags !== undefined && input.Tags !== null && { Tags: serializeAws_json1_1Tags(input.Tags, context) }),
|
|
2552
2552
|
...(input.VolumeId !== undefined && input.VolumeId !== null && { VolumeId: input.VolumeId }),
|
|
@@ -2557,7 +2557,7 @@ const serializeAws_json1_1CreateDataRepositoryAssociationRequest = (input, conte
|
|
|
2557
2557
|
return {
|
|
2558
2558
|
...(input.BatchImportMetaDataOnCreate !== undefined &&
|
|
2559
2559
|
input.BatchImportMetaDataOnCreate !== null && { BatchImportMetaDataOnCreate: input.BatchImportMetaDataOnCreate }),
|
|
2560
|
-
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
|
|
2560
|
+
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
|
|
2561
2561
|
...(input.DataRepositoryPath !== undefined &&
|
|
2562
2562
|
input.DataRepositoryPath !== null && { DataRepositoryPath: input.DataRepositoryPath }),
|
|
2563
2563
|
...(input.FileSystemId !== undefined && input.FileSystemId !== null && { FileSystemId: input.FileSystemId }),
|
|
@@ -2573,7 +2573,7 @@ const serializeAws_json1_1CreateDataRepositoryAssociationRequest = (input, conte
|
|
|
2573
2573
|
const serializeAws_json1_1CreateDataRepositoryTaskRequest = (input, context) => {
|
|
2574
2574
|
var _a;
|
|
2575
2575
|
return {
|
|
2576
|
-
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
|
|
2576
|
+
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
|
|
2577
2577
|
...(input.FileSystemId !== undefined && input.FileSystemId !== null && { FileSystemId: input.FileSystemId }),
|
|
2578
2578
|
...(input.Paths !== undefined &&
|
|
2579
2579
|
input.Paths !== null && { Paths: serializeAws_json1_1DataRepositoryTaskPaths(input.Paths, context) }),
|
|
@@ -2587,7 +2587,7 @@ const serializeAws_json1_1CreateFileSystemFromBackupRequest = (input, context) =
|
|
|
2587
2587
|
var _a;
|
|
2588
2588
|
return {
|
|
2589
2589
|
...(input.BackupId !== undefined && input.BackupId !== null && { BackupId: input.BackupId }),
|
|
2590
|
-
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
|
|
2590
|
+
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
|
|
2591
2591
|
...(input.FileSystemTypeVersion !== undefined &&
|
|
2592
2592
|
input.FileSystemTypeVersion !== null && { FileSystemTypeVersion: input.FileSystemTypeVersion }),
|
|
2593
2593
|
...(input.KmsKeyId !== undefined && input.KmsKeyId !== null && { KmsKeyId: input.KmsKeyId }),
|
|
@@ -2712,7 +2712,7 @@ const serializeAws_json1_1CreateFileSystemOpenZFSConfiguration = (input, context
|
|
|
2712
2712
|
const serializeAws_json1_1CreateFileSystemRequest = (input, context) => {
|
|
2713
2713
|
var _a;
|
|
2714
2714
|
return {
|
|
2715
|
-
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
|
|
2715
|
+
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
|
|
2716
2716
|
...(input.FileSystemType !== undefined &&
|
|
2717
2717
|
input.FileSystemType !== null && { FileSystemType: input.FileSystemType }),
|
|
2718
2718
|
...(input.FileSystemTypeVersion !== undefined &&
|
|
@@ -2833,7 +2833,7 @@ const serializeAws_json1_1CreateOpenZFSVolumeConfiguration = (input, context) =>
|
|
|
2833
2833
|
const serializeAws_json1_1CreateSnapshotRequest = (input, context) => {
|
|
2834
2834
|
var _a;
|
|
2835
2835
|
return {
|
|
2836
|
-
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
|
|
2836
|
+
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
|
|
2837
2837
|
...(input.Name !== undefined && input.Name !== null && { Name: input.Name }),
|
|
2838
2838
|
...(input.Tags !== undefined && input.Tags !== null && { Tags: serializeAws_json1_1Tags(input.Tags, context) }),
|
|
2839
2839
|
...(input.VolumeId !== undefined && input.VolumeId !== null && { VolumeId: input.VolumeId }),
|
|
@@ -2846,7 +2846,7 @@ const serializeAws_json1_1CreateStorageVirtualMachineRequest = (input, context)
|
|
|
2846
2846
|
input.ActiveDirectoryConfiguration !== null && {
|
|
2847
2847
|
ActiveDirectoryConfiguration: serializeAws_json1_1CreateSvmActiveDirectoryConfiguration(input.ActiveDirectoryConfiguration, context),
|
|
2848
2848
|
}),
|
|
2849
|
-
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
|
|
2849
|
+
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
|
|
2850
2850
|
...(input.FileSystemId !== undefined && input.FileSystemId !== null && { FileSystemId: input.FileSystemId }),
|
|
2851
2851
|
...(input.Name !== undefined && input.Name !== null && { Name: input.Name }),
|
|
2852
2852
|
...(input.RootVolumeSecurityStyle !== undefined &&
|
|
@@ -2869,7 +2869,7 @@ const serializeAws_json1_1CreateVolumeFromBackupRequest = (input, context) => {
|
|
|
2869
2869
|
var _a;
|
|
2870
2870
|
return {
|
|
2871
2871
|
...(input.BackupId !== undefined && input.BackupId !== null && { BackupId: input.BackupId }),
|
|
2872
|
-
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
|
|
2872
|
+
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
|
|
2873
2873
|
...(input.Name !== undefined && input.Name !== null && { Name: input.Name }),
|
|
2874
2874
|
...(input.OntapConfiguration !== undefined &&
|
|
2875
2875
|
input.OntapConfiguration !== null && {
|
|
@@ -2881,7 +2881,7 @@ const serializeAws_json1_1CreateVolumeFromBackupRequest = (input, context) => {
|
|
|
2881
2881
|
const serializeAws_json1_1CreateVolumeRequest = (input, context) => {
|
|
2882
2882
|
var _a;
|
|
2883
2883
|
return {
|
|
2884
|
-
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
|
|
2884
|
+
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
|
|
2885
2885
|
...(input.Name !== undefined && input.Name !== null && { Name: input.Name }),
|
|
2886
2886
|
...(input.OntapConfiguration !== undefined &&
|
|
2887
2887
|
input.OntapConfiguration !== null && {
|
|
@@ -2946,14 +2946,14 @@ const serializeAws_json1_1DeleteBackupRequest = (input, context) => {
|
|
|
2946
2946
|
var _a;
|
|
2947
2947
|
return {
|
|
2948
2948
|
...(input.BackupId !== undefined && input.BackupId !== null && { BackupId: input.BackupId }),
|
|
2949
|
-
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
|
|
2949
|
+
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
|
|
2950
2950
|
};
|
|
2951
2951
|
};
|
|
2952
2952
|
const serializeAws_json1_1DeleteDataRepositoryAssociationRequest = (input, context) => {
|
|
2953
2953
|
var _a;
|
|
2954
2954
|
return {
|
|
2955
2955
|
...(input.AssociationId !== undefined && input.AssociationId !== null && { AssociationId: input.AssociationId }),
|
|
2956
|
-
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
|
|
2956
|
+
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
|
|
2957
2957
|
...(input.DeleteDataInFileSystem !== undefined &&
|
|
2958
2958
|
input.DeleteDataInFileSystem !== null && { DeleteDataInFileSystem: input.DeleteDataInFileSystem }),
|
|
2959
2959
|
};
|
|
@@ -2991,7 +2991,7 @@ const serializeAws_json1_1DeleteFileSystemOpenZFSOptions = (input, context) => {
|
|
|
2991
2991
|
const serializeAws_json1_1DeleteFileSystemRequest = (input, context) => {
|
|
2992
2992
|
var _a;
|
|
2993
2993
|
return {
|
|
2994
|
-
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
|
|
2994
|
+
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
|
|
2995
2995
|
...(input.FileSystemId !== undefined && input.FileSystemId !== null && { FileSystemId: input.FileSystemId }),
|
|
2996
2996
|
...(input.LustreConfiguration !== undefined &&
|
|
2997
2997
|
input.LustreConfiguration !== null && {
|
|
@@ -3028,14 +3028,14 @@ const serializeAws_json1_1DeleteOpenZFSVolumeOptions = (input, context) => {
|
|
|
3028
3028
|
const serializeAws_json1_1DeleteSnapshotRequest = (input, context) => {
|
|
3029
3029
|
var _a;
|
|
3030
3030
|
return {
|
|
3031
|
-
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
|
|
3031
|
+
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
|
|
3032
3032
|
...(input.SnapshotId !== undefined && input.SnapshotId !== null && { SnapshotId: input.SnapshotId }),
|
|
3033
3033
|
};
|
|
3034
3034
|
};
|
|
3035
3035
|
const serializeAws_json1_1DeleteStorageVirtualMachineRequest = (input, context) => {
|
|
3036
3036
|
var _a;
|
|
3037
3037
|
return {
|
|
3038
|
-
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
|
|
3038
|
+
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
|
|
3039
3039
|
...(input.StorageVirtualMachineId !== undefined &&
|
|
3040
3040
|
input.StorageVirtualMachineId !== null && { StorageVirtualMachineId: input.StorageVirtualMachineId }),
|
|
3041
3041
|
};
|
|
@@ -3057,7 +3057,7 @@ const serializeAws_json1_1DeleteVolumeOpenZFSConfiguration = (input, context) =>
|
|
|
3057
3057
|
const serializeAws_json1_1DeleteVolumeRequest = (input, context) => {
|
|
3058
3058
|
var _a;
|
|
3059
3059
|
return {
|
|
3060
|
-
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
|
|
3060
|
+
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
|
|
3061
3061
|
...(input.OntapConfiguration !== undefined &&
|
|
3062
3062
|
input.OntapConfiguration !== null && {
|
|
3063
3063
|
OntapConfiguration: serializeAws_json1_1DeleteVolumeOntapConfiguration(input.OntapConfiguration, context),
|
|
@@ -3104,7 +3104,7 @@ const serializeAws_json1_1DescribeDataRepositoryTasksRequest = (input, context)
|
|
|
3104
3104
|
const serializeAws_json1_1DescribeFileSystemAliasesRequest = (input, context) => {
|
|
3105
3105
|
var _a;
|
|
3106
3106
|
return {
|
|
3107
|
-
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
|
|
3107
|
+
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
|
|
3108
3108
|
...(input.FileSystemId !== undefined && input.FileSystemId !== null && { FileSystemId: input.FileSystemId }),
|
|
3109
3109
|
...(input.MaxResults !== undefined && input.MaxResults !== null && { MaxResults: input.MaxResults }),
|
|
3110
3110
|
...(input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken }),
|
|
@@ -3157,7 +3157,7 @@ const serializeAws_json1_1DisassociateFileSystemAliasesRequest = (input, context
|
|
|
3157
3157
|
return {
|
|
3158
3158
|
...(input.Aliases !== undefined &&
|
|
3159
3159
|
input.Aliases !== null && { Aliases: serializeAws_json1_1AlternateDNSNames(input.Aliases, context) }),
|
|
3160
|
-
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
|
|
3160
|
+
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
|
|
3161
3161
|
...(input.FileSystemId !== undefined && input.FileSystemId !== null && { FileSystemId: input.FileSystemId }),
|
|
3162
3162
|
};
|
|
3163
3163
|
};
|
|
@@ -3319,7 +3319,7 @@ const serializeAws_json1_1OpenZFSUserOrGroupQuota = (input, context) => {
|
|
|
3319
3319
|
const serializeAws_json1_1ReleaseFileSystemNfsV3LocksRequest = (input, context) => {
|
|
3320
3320
|
var _a;
|
|
3321
3321
|
return {
|
|
3322
|
-
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
|
|
3322
|
+
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
|
|
3323
3323
|
...(input.FileSystemId !== undefined && input.FileSystemId !== null && { FileSystemId: input.FileSystemId }),
|
|
3324
3324
|
};
|
|
3325
3325
|
};
|
|
@@ -3336,7 +3336,7 @@ const serializeAws_json1_1RestoreOpenZFSVolumeOptions = (input, context) => {
|
|
|
3336
3336
|
const serializeAws_json1_1RestoreVolumeFromSnapshotRequest = (input, context) => {
|
|
3337
3337
|
var _a;
|
|
3338
3338
|
return {
|
|
3339
|
-
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
|
|
3339
|
+
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
|
|
3340
3340
|
...(input.Options !== undefined &&
|
|
3341
3341
|
input.Options !== null && { Options: serializeAws_json1_1RestoreOpenZFSVolumeOptions(input.Options, context) }),
|
|
3342
3342
|
...(input.SnapshotId !== undefined && input.SnapshotId !== null && { SnapshotId: input.SnapshotId }),
|
|
@@ -3545,7 +3545,7 @@ const serializeAws_json1_1UpdateDataRepositoryAssociationRequest = (input, conte
|
|
|
3545
3545
|
var _a;
|
|
3546
3546
|
return {
|
|
3547
3547
|
...(input.AssociationId !== undefined && input.AssociationId !== null && { AssociationId: input.AssociationId }),
|
|
3548
|
-
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
|
|
3548
|
+
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
|
|
3549
3549
|
...(input.ImportedFileChunkSize !== undefined &&
|
|
3550
3550
|
input.ImportedFileChunkSize !== null && { ImportedFileChunkSize: input.ImportedFileChunkSize }),
|
|
3551
3551
|
...(input.S3 !== undefined &&
|
|
@@ -3621,7 +3621,7 @@ const serializeAws_json1_1UpdateFileSystemOpenZFSConfiguration = (input, context
|
|
|
3621
3621
|
const serializeAws_json1_1UpdateFileSystemRequest = (input, context) => {
|
|
3622
3622
|
var _a;
|
|
3623
3623
|
return {
|
|
3624
|
-
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
|
|
3624
|
+
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
|
|
3625
3625
|
...(input.FileSystemId !== undefined && input.FileSystemId !== null && { FileSystemId: input.FileSystemId }),
|
|
3626
3626
|
...(input.LustreConfiguration !== undefined &&
|
|
3627
3627
|
input.LustreConfiguration !== null && {
|
|
@@ -3704,7 +3704,7 @@ const serializeAws_json1_1UpdateOpenZFSVolumeConfiguration = (input, context) =>
|
|
|
3704
3704
|
const serializeAws_json1_1UpdateSnapshotRequest = (input, context) => {
|
|
3705
3705
|
var _a;
|
|
3706
3706
|
return {
|
|
3707
|
-
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
|
|
3707
|
+
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
|
|
3708
3708
|
...(input.Name !== undefined && input.Name !== null && { Name: input.Name }),
|
|
3709
3709
|
...(input.SnapshotId !== undefined && input.SnapshotId !== null && { SnapshotId: input.SnapshotId }),
|
|
3710
3710
|
};
|
|
@@ -3716,7 +3716,7 @@ const serializeAws_json1_1UpdateStorageVirtualMachineRequest = (input, context)
|
|
|
3716
3716
|
input.ActiveDirectoryConfiguration !== null && {
|
|
3717
3717
|
ActiveDirectoryConfiguration: serializeAws_json1_1UpdateSvmActiveDirectoryConfiguration(input.ActiveDirectoryConfiguration, context),
|
|
3718
3718
|
}),
|
|
3719
|
-
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
|
|
3719
|
+
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
|
|
3720
3720
|
...(input.StorageVirtualMachineId !== undefined &&
|
|
3721
3721
|
input.StorageVirtualMachineId !== null && { StorageVirtualMachineId: input.StorageVirtualMachineId }),
|
|
3722
3722
|
...(input.SvmAdminPassword !== undefined &&
|
|
@@ -3734,7 +3734,7 @@ const serializeAws_json1_1UpdateSvmActiveDirectoryConfiguration = (input, contex
|
|
|
3734
3734
|
const serializeAws_json1_1UpdateVolumeRequest = (input, context) => {
|
|
3735
3735
|
var _a;
|
|
3736
3736
|
return {
|
|
3737
|
-
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
|
|
3737
|
+
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
|
|
3738
3738
|
...(input.Name !== undefined && input.Name !== null && { Name: input.Name }),
|
|
3739
3739
|
...(input.OntapConfiguration !== undefined &&
|
|
3740
3740
|
input.OntapConfiguration !== null && {
|
|
@@ -3798,29 +3798,29 @@ const serializeAws_json1_1WindowsAuditLogCreateConfiguration = (input, context)
|
|
|
3798
3798
|
};
|
|
3799
3799
|
const deserializeAws_json1_1ActiveDirectoryBackupAttributes = (output, context) => {
|
|
3800
3800
|
return {
|
|
3801
|
-
ActiveDirectoryId: smithy_client_1.expectString(output.ActiveDirectoryId),
|
|
3802
|
-
DomainName: smithy_client_1.expectString(output.DomainName),
|
|
3803
|
-
ResourceARN: smithy_client_1.expectString(output.ResourceARN),
|
|
3801
|
+
ActiveDirectoryId: (0, smithy_client_1.expectString)(output.ActiveDirectoryId),
|
|
3802
|
+
DomainName: (0, smithy_client_1.expectString)(output.DomainName),
|
|
3803
|
+
ResourceARN: (0, smithy_client_1.expectString)(output.ResourceARN),
|
|
3804
3804
|
};
|
|
3805
3805
|
};
|
|
3806
3806
|
const deserializeAws_json1_1ActiveDirectoryError = (output, context) => {
|
|
3807
3807
|
return {
|
|
3808
|
-
ActiveDirectoryId: smithy_client_1.expectString(output.ActiveDirectoryId),
|
|
3809
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3810
|
-
Type: smithy_client_1.expectString(output.Type),
|
|
3808
|
+
ActiveDirectoryId: (0, smithy_client_1.expectString)(output.ActiveDirectoryId),
|
|
3809
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3810
|
+
Type: (0, smithy_client_1.expectString)(output.Type),
|
|
3811
3811
|
};
|
|
3812
3812
|
};
|
|
3813
3813
|
const deserializeAws_json1_1AdministrativeAction = (output, context) => {
|
|
3814
3814
|
return {
|
|
3815
|
-
AdministrativeActionType: smithy_client_1.expectString(output.AdministrativeActionType),
|
|
3815
|
+
AdministrativeActionType: (0, smithy_client_1.expectString)(output.AdministrativeActionType),
|
|
3816
3816
|
FailureDetails: output.FailureDetails !== undefined && output.FailureDetails !== null
|
|
3817
3817
|
? deserializeAws_json1_1AdministrativeActionFailureDetails(output.FailureDetails, context)
|
|
3818
3818
|
: undefined,
|
|
3819
|
-
ProgressPercent: smithy_client_1.expectInt32(output.ProgressPercent),
|
|
3819
|
+
ProgressPercent: (0, smithy_client_1.expectInt32)(output.ProgressPercent),
|
|
3820
3820
|
RequestTime: output.RequestTime !== undefined && output.RequestTime !== null
|
|
3821
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.RequestTime)))
|
|
3821
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.RequestTime)))
|
|
3822
3822
|
: undefined,
|
|
3823
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
3823
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
3824
3824
|
TargetFileSystemValues: output.TargetFileSystemValues !== undefined && output.TargetFileSystemValues !== null
|
|
3825
3825
|
? deserializeAws_json1_1FileSystem(output.TargetFileSystemValues, context)
|
|
3826
3826
|
: undefined,
|
|
@@ -3834,7 +3834,7 @@ const deserializeAws_json1_1AdministrativeAction = (output, context) => {
|
|
|
3834
3834
|
};
|
|
3835
3835
|
const deserializeAws_json1_1AdministrativeActionFailureDetails = (output, context) => {
|
|
3836
3836
|
return {
|
|
3837
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3837
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3838
3838
|
};
|
|
3839
3839
|
};
|
|
3840
3840
|
const deserializeAws_json1_1AdministrativeActions = (output, context) => {
|
|
@@ -3850,8 +3850,8 @@ const deserializeAws_json1_1AdministrativeActions = (output, context) => {
|
|
|
3850
3850
|
};
|
|
3851
3851
|
const deserializeAws_json1_1Alias = (output, context) => {
|
|
3852
3852
|
return {
|
|
3853
|
-
Lifecycle: smithy_client_1.expectString(output.Lifecycle),
|
|
3854
|
-
Name: smithy_client_1.expectString(output.Name),
|
|
3853
|
+
Lifecycle: (0, smithy_client_1.expectString)(output.Lifecycle),
|
|
3854
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
3855
3855
|
};
|
|
3856
3856
|
};
|
|
3857
3857
|
const deserializeAws_json1_1Aliases = (output, context) => {
|
|
@@ -3888,9 +3888,9 @@ const deserializeAws_json1_1AutoImportPolicy = (output, context) => {
|
|
|
3888
3888
|
};
|
|
3889
3889
|
const deserializeAws_json1_1Backup = (output, context) => {
|
|
3890
3890
|
return {
|
|
3891
|
-
BackupId: smithy_client_1.expectString(output.BackupId),
|
|
3891
|
+
BackupId: (0, smithy_client_1.expectString)(output.BackupId),
|
|
3892
3892
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
3893
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
|
|
3893
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
|
|
3894
3894
|
: undefined,
|
|
3895
3895
|
DirectoryInformation: output.DirectoryInformation !== undefined && output.DirectoryInformation !== null
|
|
3896
3896
|
? deserializeAws_json1_1ActiveDirectoryBackupAttributes(output.DirectoryInformation, context)
|
|
@@ -3901,16 +3901,16 @@ const deserializeAws_json1_1Backup = (output, context) => {
|
|
|
3901
3901
|
FileSystem: output.FileSystem !== undefined && output.FileSystem !== null
|
|
3902
3902
|
? deserializeAws_json1_1FileSystem(output.FileSystem, context)
|
|
3903
3903
|
: undefined,
|
|
3904
|
-
KmsKeyId: smithy_client_1.expectString(output.KmsKeyId),
|
|
3905
|
-
Lifecycle: smithy_client_1.expectString(output.Lifecycle),
|
|
3906
|
-
OwnerId: smithy_client_1.expectString(output.OwnerId),
|
|
3907
|
-
ProgressPercent: smithy_client_1.expectInt32(output.ProgressPercent),
|
|
3908
|
-
ResourceARN: smithy_client_1.expectString(output.ResourceARN),
|
|
3909
|
-
ResourceType: smithy_client_1.expectString(output.ResourceType),
|
|
3910
|
-
SourceBackupId: smithy_client_1.expectString(output.SourceBackupId),
|
|
3911
|
-
SourceBackupRegion: smithy_client_1.expectString(output.SourceBackupRegion),
|
|
3904
|
+
KmsKeyId: (0, smithy_client_1.expectString)(output.KmsKeyId),
|
|
3905
|
+
Lifecycle: (0, smithy_client_1.expectString)(output.Lifecycle),
|
|
3906
|
+
OwnerId: (0, smithy_client_1.expectString)(output.OwnerId),
|
|
3907
|
+
ProgressPercent: (0, smithy_client_1.expectInt32)(output.ProgressPercent),
|
|
3908
|
+
ResourceARN: (0, smithy_client_1.expectString)(output.ResourceARN),
|
|
3909
|
+
ResourceType: (0, smithy_client_1.expectString)(output.ResourceType),
|
|
3910
|
+
SourceBackupId: (0, smithy_client_1.expectString)(output.SourceBackupId),
|
|
3911
|
+
SourceBackupRegion: (0, smithy_client_1.expectString)(output.SourceBackupRegion),
|
|
3912
3912
|
Tags: output.Tags !== undefined && output.Tags !== null ? deserializeAws_json1_1Tags(output.Tags, context) : undefined,
|
|
3913
|
-
Type: smithy_client_1.expectString(output.Type),
|
|
3913
|
+
Type: (0, smithy_client_1.expectString)(output.Type),
|
|
3914
3914
|
Volume: output.Volume !== undefined && output.Volume !== null
|
|
3915
3915
|
? deserializeAws_json1_1Volume(output.Volume, context)
|
|
3916
3916
|
: undefined,
|
|
@@ -3918,29 +3918,29 @@ const deserializeAws_json1_1Backup = (output, context) => {
|
|
|
3918
3918
|
};
|
|
3919
3919
|
const deserializeAws_json1_1BackupBeingCopied = (output, context) => {
|
|
3920
3920
|
return {
|
|
3921
|
-
BackupId: smithy_client_1.expectString(output.BackupId),
|
|
3922
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3921
|
+
BackupId: (0, smithy_client_1.expectString)(output.BackupId),
|
|
3922
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3923
3923
|
};
|
|
3924
3924
|
};
|
|
3925
3925
|
const deserializeAws_json1_1BackupFailureDetails = (output, context) => {
|
|
3926
3926
|
return {
|
|
3927
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3927
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3928
3928
|
};
|
|
3929
3929
|
};
|
|
3930
3930
|
const deserializeAws_json1_1BackupInProgress = (output, context) => {
|
|
3931
3931
|
return {
|
|
3932
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3932
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3933
3933
|
};
|
|
3934
3934
|
};
|
|
3935
3935
|
const deserializeAws_json1_1BackupNotFound = (output, context) => {
|
|
3936
3936
|
return {
|
|
3937
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3937
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3938
3938
|
};
|
|
3939
3939
|
};
|
|
3940
3940
|
const deserializeAws_json1_1BackupRestoring = (output, context) => {
|
|
3941
3941
|
return {
|
|
3942
|
-
FileSystemId: smithy_client_1.expectString(output.FileSystemId),
|
|
3943
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3942
|
+
FileSystemId: (0, smithy_client_1.expectString)(output.FileSystemId),
|
|
3943
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3944
3944
|
};
|
|
3945
3945
|
};
|
|
3946
3946
|
const deserializeAws_json1_1Backups = (output, context) => {
|
|
@@ -3956,21 +3956,21 @@ const deserializeAws_json1_1Backups = (output, context) => {
|
|
|
3956
3956
|
};
|
|
3957
3957
|
const deserializeAws_json1_1BadRequest = (output, context) => {
|
|
3958
3958
|
return {
|
|
3959
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3959
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3960
3960
|
};
|
|
3961
3961
|
};
|
|
3962
3962
|
const deserializeAws_json1_1CancelDataRepositoryTaskResponse = (output, context) => {
|
|
3963
3963
|
return {
|
|
3964
|
-
Lifecycle: smithy_client_1.expectString(output.Lifecycle),
|
|
3965
|
-
TaskId: smithy_client_1.expectString(output.TaskId),
|
|
3964
|
+
Lifecycle: (0, smithy_client_1.expectString)(output.Lifecycle),
|
|
3965
|
+
TaskId: (0, smithy_client_1.expectString)(output.TaskId),
|
|
3966
3966
|
};
|
|
3967
3967
|
};
|
|
3968
3968
|
const deserializeAws_json1_1CompletionReport = (output, context) => {
|
|
3969
3969
|
return {
|
|
3970
|
-
Enabled: smithy_client_1.expectBoolean(output.Enabled),
|
|
3971
|
-
Format: smithy_client_1.expectString(output.Format),
|
|
3972
|
-
Path: smithy_client_1.expectString(output.Path),
|
|
3973
|
-
Scope: smithy_client_1.expectString(output.Scope),
|
|
3970
|
+
Enabled: (0, smithy_client_1.expectBoolean)(output.Enabled),
|
|
3971
|
+
Format: (0, smithy_client_1.expectString)(output.Format),
|
|
3972
|
+
Path: (0, smithy_client_1.expectString)(output.Path),
|
|
3973
|
+
Scope: (0, smithy_client_1.expectString)(output.Scope),
|
|
3974
3974
|
};
|
|
3975
3975
|
};
|
|
3976
3976
|
const deserializeAws_json1_1CopyBackupResponse = (output, context) => {
|
|
@@ -4045,20 +4045,20 @@ const deserializeAws_json1_1CreateVolumeResponse = (output, context) => {
|
|
|
4045
4045
|
};
|
|
4046
4046
|
const deserializeAws_json1_1DataRepositoryAssociation = (output, context) => {
|
|
4047
4047
|
return {
|
|
4048
|
-
AssociationId: smithy_client_1.expectString(output.AssociationId),
|
|
4049
|
-
BatchImportMetaDataOnCreate: smithy_client_1.expectBoolean(output.BatchImportMetaDataOnCreate),
|
|
4048
|
+
AssociationId: (0, smithy_client_1.expectString)(output.AssociationId),
|
|
4049
|
+
BatchImportMetaDataOnCreate: (0, smithy_client_1.expectBoolean)(output.BatchImportMetaDataOnCreate),
|
|
4050
4050
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
4051
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
|
|
4051
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
|
|
4052
4052
|
: undefined,
|
|
4053
|
-
DataRepositoryPath: smithy_client_1.expectString(output.DataRepositoryPath),
|
|
4053
|
+
DataRepositoryPath: (0, smithy_client_1.expectString)(output.DataRepositoryPath),
|
|
4054
4054
|
FailureDetails: output.FailureDetails !== undefined && output.FailureDetails !== null
|
|
4055
4055
|
? deserializeAws_json1_1DataRepositoryFailureDetails(output.FailureDetails, context)
|
|
4056
4056
|
: undefined,
|
|
4057
|
-
FileSystemId: smithy_client_1.expectString(output.FileSystemId),
|
|
4058
|
-
FileSystemPath: smithy_client_1.expectString(output.FileSystemPath),
|
|
4059
|
-
ImportedFileChunkSize: smithy_client_1.expectInt32(output.ImportedFileChunkSize),
|
|
4060
|
-
Lifecycle: smithy_client_1.expectString(output.Lifecycle),
|
|
4061
|
-
ResourceARN: smithy_client_1.expectString(output.ResourceARN),
|
|
4057
|
+
FileSystemId: (0, smithy_client_1.expectString)(output.FileSystemId),
|
|
4058
|
+
FileSystemPath: (0, smithy_client_1.expectString)(output.FileSystemPath),
|
|
4059
|
+
ImportedFileChunkSize: (0, smithy_client_1.expectInt32)(output.ImportedFileChunkSize),
|
|
4060
|
+
Lifecycle: (0, smithy_client_1.expectString)(output.Lifecycle),
|
|
4061
|
+
ResourceARN: (0, smithy_client_1.expectString)(output.ResourceARN),
|
|
4062
4062
|
S3: output.S3 !== undefined && output.S3 !== null
|
|
4063
4063
|
? deserializeAws_json1_1S3DataRepositoryConfiguration(output.S3, context)
|
|
4064
4064
|
: undefined,
|
|
@@ -4067,7 +4067,7 @@ const deserializeAws_json1_1DataRepositoryAssociation = (output, context) => {
|
|
|
4067
4067
|
};
|
|
4068
4068
|
const deserializeAws_json1_1DataRepositoryAssociationNotFound = (output, context) => {
|
|
4069
4069
|
return {
|
|
4070
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4070
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4071
4071
|
};
|
|
4072
4072
|
};
|
|
4073
4073
|
const deserializeAws_json1_1DataRepositoryAssociations = (output, context) => {
|
|
@@ -4083,70 +4083,70 @@ const deserializeAws_json1_1DataRepositoryAssociations = (output, context) => {
|
|
|
4083
4083
|
};
|
|
4084
4084
|
const deserializeAws_json1_1DataRepositoryConfiguration = (output, context) => {
|
|
4085
4085
|
return {
|
|
4086
|
-
AutoImportPolicy: smithy_client_1.expectString(output.AutoImportPolicy),
|
|
4087
|
-
ExportPath: smithy_client_1.expectString(output.ExportPath),
|
|
4086
|
+
AutoImportPolicy: (0, smithy_client_1.expectString)(output.AutoImportPolicy),
|
|
4087
|
+
ExportPath: (0, smithy_client_1.expectString)(output.ExportPath),
|
|
4088
4088
|
FailureDetails: output.FailureDetails !== undefined && output.FailureDetails !== null
|
|
4089
4089
|
? deserializeAws_json1_1DataRepositoryFailureDetails(output.FailureDetails, context)
|
|
4090
4090
|
: undefined,
|
|
4091
|
-
ImportPath: smithy_client_1.expectString(output.ImportPath),
|
|
4092
|
-
ImportedFileChunkSize: smithy_client_1.expectInt32(output.ImportedFileChunkSize),
|
|
4093
|
-
Lifecycle: smithy_client_1.expectString(output.Lifecycle),
|
|
4091
|
+
ImportPath: (0, smithy_client_1.expectString)(output.ImportPath),
|
|
4092
|
+
ImportedFileChunkSize: (0, smithy_client_1.expectInt32)(output.ImportedFileChunkSize),
|
|
4093
|
+
Lifecycle: (0, smithy_client_1.expectString)(output.Lifecycle),
|
|
4094
4094
|
};
|
|
4095
4095
|
};
|
|
4096
4096
|
const deserializeAws_json1_1DataRepositoryFailureDetails = (output, context) => {
|
|
4097
4097
|
return {
|
|
4098
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4098
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4099
4099
|
};
|
|
4100
4100
|
};
|
|
4101
4101
|
const deserializeAws_json1_1DataRepositoryTask = (output, context) => {
|
|
4102
4102
|
return {
|
|
4103
4103
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
4104
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
|
|
4104
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
|
|
4105
4105
|
: undefined,
|
|
4106
4106
|
EndTime: output.EndTime !== undefined && output.EndTime !== null
|
|
4107
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.EndTime)))
|
|
4107
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.EndTime)))
|
|
4108
4108
|
: undefined,
|
|
4109
4109
|
FailureDetails: output.FailureDetails !== undefined && output.FailureDetails !== null
|
|
4110
4110
|
? deserializeAws_json1_1DataRepositoryTaskFailureDetails(output.FailureDetails, context)
|
|
4111
4111
|
: undefined,
|
|
4112
|
-
FileSystemId: smithy_client_1.expectString(output.FileSystemId),
|
|
4113
|
-
Lifecycle: smithy_client_1.expectString(output.Lifecycle),
|
|
4112
|
+
FileSystemId: (0, smithy_client_1.expectString)(output.FileSystemId),
|
|
4113
|
+
Lifecycle: (0, smithy_client_1.expectString)(output.Lifecycle),
|
|
4114
4114
|
Paths: output.Paths !== undefined && output.Paths !== null
|
|
4115
4115
|
? deserializeAws_json1_1DataRepositoryTaskPaths(output.Paths, context)
|
|
4116
4116
|
: undefined,
|
|
4117
4117
|
Report: output.Report !== undefined && output.Report !== null
|
|
4118
4118
|
? deserializeAws_json1_1CompletionReport(output.Report, context)
|
|
4119
4119
|
: undefined,
|
|
4120
|
-
ResourceARN: smithy_client_1.expectString(output.ResourceARN),
|
|
4120
|
+
ResourceARN: (0, smithy_client_1.expectString)(output.ResourceARN),
|
|
4121
4121
|
StartTime: output.StartTime !== undefined && output.StartTime !== null
|
|
4122
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.StartTime)))
|
|
4122
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.StartTime)))
|
|
4123
4123
|
: undefined,
|
|
4124
4124
|
Status: output.Status !== undefined && output.Status !== null
|
|
4125
4125
|
? deserializeAws_json1_1DataRepositoryTaskStatus(output.Status, context)
|
|
4126
4126
|
: undefined,
|
|
4127
4127
|
Tags: output.Tags !== undefined && output.Tags !== null ? deserializeAws_json1_1Tags(output.Tags, context) : undefined,
|
|
4128
|
-
TaskId: smithy_client_1.expectString(output.TaskId),
|
|
4129
|
-
Type: smithy_client_1.expectString(output.Type),
|
|
4128
|
+
TaskId: (0, smithy_client_1.expectString)(output.TaskId),
|
|
4129
|
+
Type: (0, smithy_client_1.expectString)(output.Type),
|
|
4130
4130
|
};
|
|
4131
4131
|
};
|
|
4132
4132
|
const deserializeAws_json1_1DataRepositoryTaskEnded = (output, context) => {
|
|
4133
4133
|
return {
|
|
4134
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4134
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4135
4135
|
};
|
|
4136
4136
|
};
|
|
4137
4137
|
const deserializeAws_json1_1DataRepositoryTaskExecuting = (output, context) => {
|
|
4138
4138
|
return {
|
|
4139
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4139
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4140
4140
|
};
|
|
4141
4141
|
};
|
|
4142
4142
|
const deserializeAws_json1_1DataRepositoryTaskFailureDetails = (output, context) => {
|
|
4143
4143
|
return {
|
|
4144
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4144
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4145
4145
|
};
|
|
4146
4146
|
};
|
|
4147
4147
|
const deserializeAws_json1_1DataRepositoryTaskNotFound = (output, context) => {
|
|
4148
4148
|
return {
|
|
4149
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4149
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4150
4150
|
};
|
|
4151
4151
|
};
|
|
4152
4152
|
const deserializeAws_json1_1DataRepositoryTaskPaths = (output, context) => {
|
|
@@ -4156,7 +4156,7 @@ const deserializeAws_json1_1DataRepositoryTaskPaths = (output, context) => {
|
|
|
4156
4156
|
if (entry === null) {
|
|
4157
4157
|
return null;
|
|
4158
4158
|
}
|
|
4159
|
-
return smithy_client_1.expectString(entry);
|
|
4159
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
4160
4160
|
});
|
|
4161
4161
|
return retVal;
|
|
4162
4162
|
};
|
|
@@ -4173,30 +4173,30 @@ const deserializeAws_json1_1DataRepositoryTasks = (output, context) => {
|
|
|
4173
4173
|
};
|
|
4174
4174
|
const deserializeAws_json1_1DataRepositoryTaskStatus = (output, context) => {
|
|
4175
4175
|
return {
|
|
4176
|
-
FailedCount: smithy_client_1.expectLong(output.FailedCount),
|
|
4176
|
+
FailedCount: (0, smithy_client_1.expectLong)(output.FailedCount),
|
|
4177
4177
|
LastUpdatedTime: output.LastUpdatedTime !== undefined && output.LastUpdatedTime !== null
|
|
4178
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastUpdatedTime)))
|
|
4178
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastUpdatedTime)))
|
|
4179
4179
|
: undefined,
|
|
4180
|
-
SucceededCount: smithy_client_1.expectLong(output.SucceededCount),
|
|
4181
|
-
TotalCount: smithy_client_1.expectLong(output.TotalCount),
|
|
4180
|
+
SucceededCount: (0, smithy_client_1.expectLong)(output.SucceededCount),
|
|
4181
|
+
TotalCount: (0, smithy_client_1.expectLong)(output.TotalCount),
|
|
4182
4182
|
};
|
|
4183
4183
|
};
|
|
4184
4184
|
const deserializeAws_json1_1DeleteBackupResponse = (output, context) => {
|
|
4185
4185
|
return {
|
|
4186
|
-
BackupId: smithy_client_1.expectString(output.BackupId),
|
|
4187
|
-
Lifecycle: smithy_client_1.expectString(output.Lifecycle),
|
|
4186
|
+
BackupId: (0, smithy_client_1.expectString)(output.BackupId),
|
|
4187
|
+
Lifecycle: (0, smithy_client_1.expectString)(output.Lifecycle),
|
|
4188
4188
|
};
|
|
4189
4189
|
};
|
|
4190
4190
|
const deserializeAws_json1_1DeleteDataRepositoryAssociationResponse = (output, context) => {
|
|
4191
4191
|
return {
|
|
4192
|
-
AssociationId: smithy_client_1.expectString(output.AssociationId),
|
|
4193
|
-
DeleteDataInFileSystem: smithy_client_1.expectBoolean(output.DeleteDataInFileSystem),
|
|
4194
|
-
Lifecycle: smithy_client_1.expectString(output.Lifecycle),
|
|
4192
|
+
AssociationId: (0, smithy_client_1.expectString)(output.AssociationId),
|
|
4193
|
+
DeleteDataInFileSystem: (0, smithy_client_1.expectBoolean)(output.DeleteDataInFileSystem),
|
|
4194
|
+
Lifecycle: (0, smithy_client_1.expectString)(output.Lifecycle),
|
|
4195
4195
|
};
|
|
4196
4196
|
};
|
|
4197
4197
|
const deserializeAws_json1_1DeleteFileSystemLustreResponse = (output, context) => {
|
|
4198
4198
|
return {
|
|
4199
|
-
FinalBackupId: smithy_client_1.expectString(output.FinalBackupId),
|
|
4199
|
+
FinalBackupId: (0, smithy_client_1.expectString)(output.FinalBackupId),
|
|
4200
4200
|
FinalBackupTags: output.FinalBackupTags !== undefined && output.FinalBackupTags !== null
|
|
4201
4201
|
? deserializeAws_json1_1Tags(output.FinalBackupTags, context)
|
|
4202
4202
|
: undefined,
|
|
@@ -4204,7 +4204,7 @@ const deserializeAws_json1_1DeleteFileSystemLustreResponse = (output, context) =
|
|
|
4204
4204
|
};
|
|
4205
4205
|
const deserializeAws_json1_1DeleteFileSystemOpenZFSResponse = (output, context) => {
|
|
4206
4206
|
return {
|
|
4207
|
-
FinalBackupId: smithy_client_1.expectString(output.FinalBackupId),
|
|
4207
|
+
FinalBackupId: (0, smithy_client_1.expectString)(output.FinalBackupId),
|
|
4208
4208
|
FinalBackupTags: output.FinalBackupTags !== undefined && output.FinalBackupTags !== null
|
|
4209
4209
|
? deserializeAws_json1_1Tags(output.FinalBackupTags, context)
|
|
4210
4210
|
: undefined,
|
|
@@ -4212,8 +4212,8 @@ const deserializeAws_json1_1DeleteFileSystemOpenZFSResponse = (output, context)
|
|
|
4212
4212
|
};
|
|
4213
4213
|
const deserializeAws_json1_1DeleteFileSystemResponse = (output, context) => {
|
|
4214
4214
|
return {
|
|
4215
|
-
FileSystemId: smithy_client_1.expectString(output.FileSystemId),
|
|
4216
|
-
Lifecycle: smithy_client_1.expectString(output.Lifecycle),
|
|
4215
|
+
FileSystemId: (0, smithy_client_1.expectString)(output.FileSystemId),
|
|
4216
|
+
Lifecycle: (0, smithy_client_1.expectString)(output.Lifecycle),
|
|
4217
4217
|
LustreResponse: output.LustreResponse !== undefined && output.LustreResponse !== null
|
|
4218
4218
|
? deserializeAws_json1_1DeleteFileSystemLustreResponse(output.LustreResponse, context)
|
|
4219
4219
|
: undefined,
|
|
@@ -4227,7 +4227,7 @@ const deserializeAws_json1_1DeleteFileSystemResponse = (output, context) => {
|
|
|
4227
4227
|
};
|
|
4228
4228
|
const deserializeAws_json1_1DeleteFileSystemWindowsResponse = (output, context) => {
|
|
4229
4229
|
return {
|
|
4230
|
-
FinalBackupId: smithy_client_1.expectString(output.FinalBackupId),
|
|
4230
|
+
FinalBackupId: (0, smithy_client_1.expectString)(output.FinalBackupId),
|
|
4231
4231
|
FinalBackupTags: output.FinalBackupTags !== undefined && output.FinalBackupTags !== null
|
|
4232
4232
|
? deserializeAws_json1_1Tags(output.FinalBackupTags, context)
|
|
4233
4233
|
: undefined,
|
|
@@ -4235,19 +4235,19 @@ const deserializeAws_json1_1DeleteFileSystemWindowsResponse = (output, context)
|
|
|
4235
4235
|
};
|
|
4236
4236
|
const deserializeAws_json1_1DeleteSnapshotResponse = (output, context) => {
|
|
4237
4237
|
return {
|
|
4238
|
-
Lifecycle: smithy_client_1.expectString(output.Lifecycle),
|
|
4239
|
-
SnapshotId: smithy_client_1.expectString(output.SnapshotId),
|
|
4238
|
+
Lifecycle: (0, smithy_client_1.expectString)(output.Lifecycle),
|
|
4239
|
+
SnapshotId: (0, smithy_client_1.expectString)(output.SnapshotId),
|
|
4240
4240
|
};
|
|
4241
4241
|
};
|
|
4242
4242
|
const deserializeAws_json1_1DeleteStorageVirtualMachineResponse = (output, context) => {
|
|
4243
4243
|
return {
|
|
4244
|
-
Lifecycle: smithy_client_1.expectString(output.Lifecycle),
|
|
4245
|
-
StorageVirtualMachineId: smithy_client_1.expectString(output.StorageVirtualMachineId),
|
|
4244
|
+
Lifecycle: (0, smithy_client_1.expectString)(output.Lifecycle),
|
|
4245
|
+
StorageVirtualMachineId: (0, smithy_client_1.expectString)(output.StorageVirtualMachineId),
|
|
4246
4246
|
};
|
|
4247
4247
|
};
|
|
4248
4248
|
const deserializeAws_json1_1DeleteVolumeOntapResponse = (output, context) => {
|
|
4249
4249
|
return {
|
|
4250
|
-
FinalBackupId: smithy_client_1.expectString(output.FinalBackupId),
|
|
4250
|
+
FinalBackupId: (0, smithy_client_1.expectString)(output.FinalBackupId),
|
|
4251
4251
|
FinalBackupTags: output.FinalBackupTags !== undefined && output.FinalBackupTags !== null
|
|
4252
4252
|
? deserializeAws_json1_1Tags(output.FinalBackupTags, context)
|
|
4253
4253
|
: undefined,
|
|
@@ -4255,11 +4255,11 @@ const deserializeAws_json1_1DeleteVolumeOntapResponse = (output, context) => {
|
|
|
4255
4255
|
};
|
|
4256
4256
|
const deserializeAws_json1_1DeleteVolumeResponse = (output, context) => {
|
|
4257
4257
|
return {
|
|
4258
|
-
Lifecycle: smithy_client_1.expectString(output.Lifecycle),
|
|
4258
|
+
Lifecycle: (0, smithy_client_1.expectString)(output.Lifecycle),
|
|
4259
4259
|
OntapResponse: output.OntapResponse !== undefined && output.OntapResponse !== null
|
|
4260
4260
|
? deserializeAws_json1_1DeleteVolumeOntapResponse(output.OntapResponse, context)
|
|
4261
4261
|
: undefined,
|
|
4262
|
-
VolumeId: smithy_client_1.expectString(output.VolumeId),
|
|
4262
|
+
VolumeId: (0, smithy_client_1.expectString)(output.VolumeId),
|
|
4263
4263
|
};
|
|
4264
4264
|
};
|
|
4265
4265
|
const deserializeAws_json1_1DescribeBackupsResponse = (output, context) => {
|
|
@@ -4267,7 +4267,7 @@ const deserializeAws_json1_1DescribeBackupsResponse = (output, context) => {
|
|
|
4267
4267
|
Backups: output.Backups !== undefined && output.Backups !== null
|
|
4268
4268
|
? deserializeAws_json1_1Backups(output.Backups, context)
|
|
4269
4269
|
: undefined,
|
|
4270
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
4270
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
4271
4271
|
};
|
|
4272
4272
|
};
|
|
4273
4273
|
const deserializeAws_json1_1DescribeDataRepositoryAssociationsResponse = (output, context) => {
|
|
@@ -4275,7 +4275,7 @@ const deserializeAws_json1_1DescribeDataRepositoryAssociationsResponse = (output
|
|
|
4275
4275
|
Associations: output.Associations !== undefined && output.Associations !== null
|
|
4276
4276
|
? deserializeAws_json1_1DataRepositoryAssociations(output.Associations, context)
|
|
4277
4277
|
: undefined,
|
|
4278
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
4278
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
4279
4279
|
};
|
|
4280
4280
|
};
|
|
4281
4281
|
const deserializeAws_json1_1DescribeDataRepositoryTasksResponse = (output, context) => {
|
|
@@ -4283,7 +4283,7 @@ const deserializeAws_json1_1DescribeDataRepositoryTasksResponse = (output, conte
|
|
|
4283
4283
|
DataRepositoryTasks: output.DataRepositoryTasks !== undefined && output.DataRepositoryTasks !== null
|
|
4284
4284
|
? deserializeAws_json1_1DataRepositoryTasks(output.DataRepositoryTasks, context)
|
|
4285
4285
|
: undefined,
|
|
4286
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
4286
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
4287
4287
|
};
|
|
4288
4288
|
};
|
|
4289
4289
|
const deserializeAws_json1_1DescribeFileSystemAliasesResponse = (output, context) => {
|
|
@@ -4291,7 +4291,7 @@ const deserializeAws_json1_1DescribeFileSystemAliasesResponse = (output, context
|
|
|
4291
4291
|
Aliases: output.Aliases !== undefined && output.Aliases !== null
|
|
4292
4292
|
? deserializeAws_json1_1Aliases(output.Aliases, context)
|
|
4293
4293
|
: undefined,
|
|
4294
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
4294
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
4295
4295
|
};
|
|
4296
4296
|
};
|
|
4297
4297
|
const deserializeAws_json1_1DescribeFileSystemsResponse = (output, context) => {
|
|
@@ -4299,12 +4299,12 @@ const deserializeAws_json1_1DescribeFileSystemsResponse = (output, context) => {
|
|
|
4299
4299
|
FileSystems: output.FileSystems !== undefined && output.FileSystems !== null
|
|
4300
4300
|
? deserializeAws_json1_1FileSystems(output.FileSystems, context)
|
|
4301
4301
|
: undefined,
|
|
4302
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
4302
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
4303
4303
|
};
|
|
4304
4304
|
};
|
|
4305
4305
|
const deserializeAws_json1_1DescribeSnapshotsResponse = (output, context) => {
|
|
4306
4306
|
return {
|
|
4307
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
4307
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
4308
4308
|
Snapshots: output.Snapshots !== undefined && output.Snapshots !== null
|
|
4309
4309
|
? deserializeAws_json1_1Snapshots(output.Snapshots, context)
|
|
4310
4310
|
: undefined,
|
|
@@ -4312,7 +4312,7 @@ const deserializeAws_json1_1DescribeSnapshotsResponse = (output, context) => {
|
|
|
4312
4312
|
};
|
|
4313
4313
|
const deserializeAws_json1_1DescribeStorageVirtualMachinesResponse = (output, context) => {
|
|
4314
4314
|
return {
|
|
4315
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
4315
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
4316
4316
|
StorageVirtualMachines: output.StorageVirtualMachines !== undefined && output.StorageVirtualMachines !== null
|
|
4317
4317
|
? deserializeAws_json1_1StorageVirtualMachines(output.StorageVirtualMachines, context)
|
|
4318
4318
|
: undefined,
|
|
@@ -4320,7 +4320,7 @@ const deserializeAws_json1_1DescribeStorageVirtualMachinesResponse = (output, co
|
|
|
4320
4320
|
};
|
|
4321
4321
|
const deserializeAws_json1_1DescribeVolumesResponse = (output, context) => {
|
|
4322
4322
|
return {
|
|
4323
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
4323
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
4324
4324
|
Volumes: output.Volumes !== undefined && output.Volumes !== null
|
|
4325
4325
|
? deserializeAws_json1_1Volumes(output.Volumes, context)
|
|
4326
4326
|
: undefined,
|
|
@@ -4335,8 +4335,8 @@ const deserializeAws_json1_1DisassociateFileSystemAliasesResponse = (output, con
|
|
|
4335
4335
|
};
|
|
4336
4336
|
const deserializeAws_json1_1DiskIopsConfiguration = (output, context) => {
|
|
4337
4337
|
return {
|
|
4338
|
-
Iops: smithy_client_1.expectLong(output.Iops),
|
|
4339
|
-
Mode: smithy_client_1.expectString(output.Mode),
|
|
4338
|
+
Iops: (0, smithy_client_1.expectLong)(output.Iops),
|
|
4339
|
+
Mode: (0, smithy_client_1.expectString)(output.Mode),
|
|
4340
4340
|
};
|
|
4341
4341
|
};
|
|
4342
4342
|
const deserializeAws_json1_1DnsIps = (output, context) => {
|
|
@@ -4346,7 +4346,7 @@ const deserializeAws_json1_1DnsIps = (output, context) => {
|
|
|
4346
4346
|
if (entry === null) {
|
|
4347
4347
|
return null;
|
|
4348
4348
|
}
|
|
4349
|
-
return smithy_client_1.expectString(entry);
|
|
4349
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
4350
4350
|
});
|
|
4351
4351
|
return retVal;
|
|
4352
4352
|
};
|
|
@@ -4357,7 +4357,7 @@ const deserializeAws_json1_1EventTypes = (output, context) => {
|
|
|
4357
4357
|
if (entry === null) {
|
|
4358
4358
|
return null;
|
|
4359
4359
|
}
|
|
4360
|
-
return smithy_client_1.expectString(entry);
|
|
4360
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
4361
4361
|
});
|
|
4362
4362
|
return retVal;
|
|
4363
4363
|
};
|
|
@@ -4367,17 +4367,17 @@ const deserializeAws_json1_1FileSystem = (output, context) => {
|
|
|
4367
4367
|
? deserializeAws_json1_1AdministrativeActions(output.AdministrativeActions, context)
|
|
4368
4368
|
: undefined,
|
|
4369
4369
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
4370
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
|
|
4370
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
|
|
4371
4371
|
: undefined,
|
|
4372
|
-
DNSName: smithy_client_1.expectString(output.DNSName),
|
|
4372
|
+
DNSName: (0, smithy_client_1.expectString)(output.DNSName),
|
|
4373
4373
|
FailureDetails: output.FailureDetails !== undefined && output.FailureDetails !== null
|
|
4374
4374
|
? deserializeAws_json1_1FileSystemFailureDetails(output.FailureDetails, context)
|
|
4375
4375
|
: undefined,
|
|
4376
|
-
FileSystemId: smithy_client_1.expectString(output.FileSystemId),
|
|
4377
|
-
FileSystemType: smithy_client_1.expectString(output.FileSystemType),
|
|
4378
|
-
FileSystemTypeVersion: smithy_client_1.expectString(output.FileSystemTypeVersion),
|
|
4379
|
-
KmsKeyId: smithy_client_1.expectString(output.KmsKeyId),
|
|
4380
|
-
Lifecycle: smithy_client_1.expectString(output.Lifecycle),
|
|
4376
|
+
FileSystemId: (0, smithy_client_1.expectString)(output.FileSystemId),
|
|
4377
|
+
FileSystemType: (0, smithy_client_1.expectString)(output.FileSystemType),
|
|
4378
|
+
FileSystemTypeVersion: (0, smithy_client_1.expectString)(output.FileSystemTypeVersion),
|
|
4379
|
+
KmsKeyId: (0, smithy_client_1.expectString)(output.KmsKeyId),
|
|
4380
|
+
Lifecycle: (0, smithy_client_1.expectString)(output.Lifecycle),
|
|
4381
4381
|
LustreConfiguration: output.LustreConfiguration !== undefined && output.LustreConfiguration !== null
|
|
4382
4382
|
? deserializeAws_json1_1LustreFileSystemConfiguration(output.LustreConfiguration, context)
|
|
4383
4383
|
: undefined,
|
|
@@ -4390,15 +4390,15 @@ const deserializeAws_json1_1FileSystem = (output, context) => {
|
|
|
4390
4390
|
OpenZFSConfiguration: output.OpenZFSConfiguration !== undefined && output.OpenZFSConfiguration !== null
|
|
4391
4391
|
? deserializeAws_json1_1OpenZFSFileSystemConfiguration(output.OpenZFSConfiguration, context)
|
|
4392
4392
|
: undefined,
|
|
4393
|
-
OwnerId: smithy_client_1.expectString(output.OwnerId),
|
|
4394
|
-
ResourceARN: smithy_client_1.expectString(output.ResourceARN),
|
|
4395
|
-
StorageCapacity: smithy_client_1.expectInt32(output.StorageCapacity),
|
|
4396
|
-
StorageType: smithy_client_1.expectString(output.StorageType),
|
|
4393
|
+
OwnerId: (0, smithy_client_1.expectString)(output.OwnerId),
|
|
4394
|
+
ResourceARN: (0, smithy_client_1.expectString)(output.ResourceARN),
|
|
4395
|
+
StorageCapacity: (0, smithy_client_1.expectInt32)(output.StorageCapacity),
|
|
4396
|
+
StorageType: (0, smithy_client_1.expectString)(output.StorageType),
|
|
4397
4397
|
SubnetIds: output.SubnetIds !== undefined && output.SubnetIds !== null
|
|
4398
4398
|
? deserializeAws_json1_1SubnetIds(output.SubnetIds, context)
|
|
4399
4399
|
: undefined,
|
|
4400
4400
|
Tags: output.Tags !== undefined && output.Tags !== null ? deserializeAws_json1_1Tags(output.Tags, context) : undefined,
|
|
4401
|
-
VpcId: smithy_client_1.expectString(output.VpcId),
|
|
4401
|
+
VpcId: (0, smithy_client_1.expectString)(output.VpcId),
|
|
4402
4402
|
WindowsConfiguration: output.WindowsConfiguration !== undefined && output.WindowsConfiguration !== null
|
|
4403
4403
|
? deserializeAws_json1_1WindowsFileSystemConfiguration(output.WindowsConfiguration, context)
|
|
4404
4404
|
: undefined,
|
|
@@ -4406,7 +4406,7 @@ const deserializeAws_json1_1FileSystem = (output, context) => {
|
|
|
4406
4406
|
};
|
|
4407
4407
|
const deserializeAws_json1_1FileSystemEndpoint = (output, context) => {
|
|
4408
4408
|
return {
|
|
4409
|
-
DNSName: smithy_client_1.expectString(output.DNSName),
|
|
4409
|
+
DNSName: (0, smithy_client_1.expectString)(output.DNSName),
|
|
4410
4410
|
IpAddresses: output.IpAddresses !== undefined && output.IpAddresses !== null
|
|
4411
4411
|
? deserializeAws_json1_1OntapEndpointIpAddresses(output.IpAddresses, context)
|
|
4412
4412
|
: undefined,
|
|
@@ -4424,7 +4424,7 @@ const deserializeAws_json1_1FileSystemEndpoints = (output, context) => {
|
|
|
4424
4424
|
};
|
|
4425
4425
|
const deserializeAws_json1_1FileSystemFailureDetails = (output, context) => {
|
|
4426
4426
|
return {
|
|
4427
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4427
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4428
4428
|
};
|
|
4429
4429
|
};
|
|
4430
4430
|
const deserializeAws_json1_1FileSystemMaintenanceOperations = (output, context) => {
|
|
@@ -4434,13 +4434,13 @@ const deserializeAws_json1_1FileSystemMaintenanceOperations = (output, context)
|
|
|
4434
4434
|
if (entry === null) {
|
|
4435
4435
|
return null;
|
|
4436
4436
|
}
|
|
4437
|
-
return smithy_client_1.expectString(entry);
|
|
4437
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
4438
4438
|
});
|
|
4439
4439
|
return retVal;
|
|
4440
4440
|
};
|
|
4441
4441
|
const deserializeAws_json1_1FileSystemNotFound = (output, context) => {
|
|
4442
4442
|
return {
|
|
4443
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4443
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4444
4444
|
};
|
|
4445
4445
|
};
|
|
4446
4446
|
const deserializeAws_json1_1FileSystems = (output, context) => {
|
|
@@ -4456,107 +4456,107 @@ const deserializeAws_json1_1FileSystems = (output, context) => {
|
|
|
4456
4456
|
};
|
|
4457
4457
|
const deserializeAws_json1_1IncompatibleParameterError = (output, context) => {
|
|
4458
4458
|
return {
|
|
4459
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4460
|
-
Parameter: smithy_client_1.expectString(output.Parameter),
|
|
4459
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4460
|
+
Parameter: (0, smithy_client_1.expectString)(output.Parameter),
|
|
4461
4461
|
};
|
|
4462
4462
|
};
|
|
4463
4463
|
const deserializeAws_json1_1IncompatibleRegionForMultiAZ = (output, context) => {
|
|
4464
4464
|
return {
|
|
4465
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4465
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4466
4466
|
};
|
|
4467
4467
|
};
|
|
4468
4468
|
const deserializeAws_json1_1InternalServerError = (output, context) => {
|
|
4469
4469
|
return {
|
|
4470
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4470
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4471
4471
|
};
|
|
4472
4472
|
};
|
|
4473
4473
|
const deserializeAws_json1_1InvalidDataRepositoryType = (output, context) => {
|
|
4474
4474
|
return {
|
|
4475
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4475
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4476
4476
|
};
|
|
4477
4477
|
};
|
|
4478
4478
|
const deserializeAws_json1_1InvalidDestinationKmsKey = (output, context) => {
|
|
4479
4479
|
return {
|
|
4480
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4480
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4481
4481
|
};
|
|
4482
4482
|
};
|
|
4483
4483
|
const deserializeAws_json1_1InvalidExportPath = (output, context) => {
|
|
4484
4484
|
return {
|
|
4485
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4485
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4486
4486
|
};
|
|
4487
4487
|
};
|
|
4488
4488
|
const deserializeAws_json1_1InvalidImportPath = (output, context) => {
|
|
4489
4489
|
return {
|
|
4490
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4490
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4491
4491
|
};
|
|
4492
4492
|
};
|
|
4493
4493
|
const deserializeAws_json1_1InvalidNetworkSettings = (output, context) => {
|
|
4494
4494
|
return {
|
|
4495
|
-
InvalidRouteTableId: smithy_client_1.expectString(output.InvalidRouteTableId),
|
|
4496
|
-
InvalidSecurityGroupId: smithy_client_1.expectString(output.InvalidSecurityGroupId),
|
|
4497
|
-
InvalidSubnetId: smithy_client_1.expectString(output.InvalidSubnetId),
|
|
4498
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4495
|
+
InvalidRouteTableId: (0, smithy_client_1.expectString)(output.InvalidRouteTableId),
|
|
4496
|
+
InvalidSecurityGroupId: (0, smithy_client_1.expectString)(output.InvalidSecurityGroupId),
|
|
4497
|
+
InvalidSubnetId: (0, smithy_client_1.expectString)(output.InvalidSubnetId),
|
|
4498
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4499
4499
|
};
|
|
4500
4500
|
};
|
|
4501
4501
|
const deserializeAws_json1_1InvalidPerUnitStorageThroughput = (output, context) => {
|
|
4502
4502
|
return {
|
|
4503
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4503
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4504
4504
|
};
|
|
4505
4505
|
};
|
|
4506
4506
|
const deserializeAws_json1_1InvalidRegion = (output, context) => {
|
|
4507
4507
|
return {
|
|
4508
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4508
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4509
4509
|
};
|
|
4510
4510
|
};
|
|
4511
4511
|
const deserializeAws_json1_1InvalidSourceKmsKey = (output, context) => {
|
|
4512
4512
|
return {
|
|
4513
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4513
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4514
4514
|
};
|
|
4515
4515
|
};
|
|
4516
4516
|
const deserializeAws_json1_1LifecycleTransitionReason = (output, context) => {
|
|
4517
4517
|
return {
|
|
4518
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4518
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4519
4519
|
};
|
|
4520
4520
|
};
|
|
4521
4521
|
const deserializeAws_json1_1ListTagsForResourceResponse = (output, context) => {
|
|
4522
4522
|
return {
|
|
4523
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
4523
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
4524
4524
|
Tags: output.Tags !== undefined && output.Tags !== null ? deserializeAws_json1_1Tags(output.Tags, context) : undefined,
|
|
4525
4525
|
};
|
|
4526
4526
|
};
|
|
4527
4527
|
const deserializeAws_json1_1LustreFileSystemConfiguration = (output, context) => {
|
|
4528
4528
|
return {
|
|
4529
|
-
AutomaticBackupRetentionDays: smithy_client_1.expectInt32(output.AutomaticBackupRetentionDays),
|
|
4530
|
-
CopyTagsToBackups: smithy_client_1.expectBoolean(output.CopyTagsToBackups),
|
|
4531
|
-
DailyAutomaticBackupStartTime: smithy_client_1.expectString(output.DailyAutomaticBackupStartTime),
|
|
4532
|
-
DataCompressionType: smithy_client_1.expectString(output.DataCompressionType),
|
|
4529
|
+
AutomaticBackupRetentionDays: (0, smithy_client_1.expectInt32)(output.AutomaticBackupRetentionDays),
|
|
4530
|
+
CopyTagsToBackups: (0, smithy_client_1.expectBoolean)(output.CopyTagsToBackups),
|
|
4531
|
+
DailyAutomaticBackupStartTime: (0, smithy_client_1.expectString)(output.DailyAutomaticBackupStartTime),
|
|
4532
|
+
DataCompressionType: (0, smithy_client_1.expectString)(output.DataCompressionType),
|
|
4533
4533
|
DataRepositoryConfiguration: output.DataRepositoryConfiguration !== undefined && output.DataRepositoryConfiguration !== null
|
|
4534
4534
|
? deserializeAws_json1_1DataRepositoryConfiguration(output.DataRepositoryConfiguration, context)
|
|
4535
4535
|
: undefined,
|
|
4536
|
-
DeploymentType: smithy_client_1.expectString(output.DeploymentType),
|
|
4537
|
-
DriveCacheType: smithy_client_1.expectString(output.DriveCacheType),
|
|
4536
|
+
DeploymentType: (0, smithy_client_1.expectString)(output.DeploymentType),
|
|
4537
|
+
DriveCacheType: (0, smithy_client_1.expectString)(output.DriveCacheType),
|
|
4538
4538
|
LogConfiguration: output.LogConfiguration !== undefined && output.LogConfiguration !== null
|
|
4539
4539
|
? deserializeAws_json1_1LustreLogConfiguration(output.LogConfiguration, context)
|
|
4540
4540
|
: undefined,
|
|
4541
|
-
MountName: smithy_client_1.expectString(output.MountName),
|
|
4542
|
-
PerUnitStorageThroughput: smithy_client_1.expectInt32(output.PerUnitStorageThroughput),
|
|
4543
|
-
WeeklyMaintenanceStartTime: smithy_client_1.expectString(output.WeeklyMaintenanceStartTime),
|
|
4541
|
+
MountName: (0, smithy_client_1.expectString)(output.MountName),
|
|
4542
|
+
PerUnitStorageThroughput: (0, smithy_client_1.expectInt32)(output.PerUnitStorageThroughput),
|
|
4543
|
+
WeeklyMaintenanceStartTime: (0, smithy_client_1.expectString)(output.WeeklyMaintenanceStartTime),
|
|
4544
4544
|
};
|
|
4545
4545
|
};
|
|
4546
4546
|
const deserializeAws_json1_1LustreLogConfiguration = (output, context) => {
|
|
4547
4547
|
return {
|
|
4548
|
-
Destination: smithy_client_1.expectString(output.Destination),
|
|
4549
|
-
Level: smithy_client_1.expectString(output.Level),
|
|
4548
|
+
Destination: (0, smithy_client_1.expectString)(output.Destination),
|
|
4549
|
+
Level: (0, smithy_client_1.expectString)(output.Level),
|
|
4550
4550
|
};
|
|
4551
4551
|
};
|
|
4552
4552
|
const deserializeAws_json1_1MissingFileSystemConfiguration = (output, context) => {
|
|
4553
4553
|
return {
|
|
4554
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4554
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4555
4555
|
};
|
|
4556
4556
|
};
|
|
4557
4557
|
const deserializeAws_json1_1MissingVolumeConfiguration = (output, context) => {
|
|
4558
4558
|
return {
|
|
4559
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4559
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4560
4560
|
};
|
|
4561
4561
|
};
|
|
4562
4562
|
const deserializeAws_json1_1NetworkInterfaceIds = (output, context) => {
|
|
@@ -4566,14 +4566,14 @@ const deserializeAws_json1_1NetworkInterfaceIds = (output, context) => {
|
|
|
4566
4566
|
if (entry === null) {
|
|
4567
4567
|
return null;
|
|
4568
4568
|
}
|
|
4569
|
-
return smithy_client_1.expectString(entry);
|
|
4569
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
4570
4570
|
});
|
|
4571
4571
|
return retVal;
|
|
4572
4572
|
};
|
|
4573
4573
|
const deserializeAws_json1_1NotServiceResourceError = (output, context) => {
|
|
4574
4574
|
return {
|
|
4575
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4576
|
-
ResourceARN: smithy_client_1.expectString(output.ResourceARN),
|
|
4575
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4576
|
+
ResourceARN: (0, smithy_client_1.expectString)(output.ResourceARN),
|
|
4577
4577
|
};
|
|
4578
4578
|
};
|
|
4579
4579
|
const deserializeAws_json1_1OntapEndpointIpAddresses = (output, context) => {
|
|
@@ -4583,49 +4583,49 @@ const deserializeAws_json1_1OntapEndpointIpAddresses = (output, context) => {
|
|
|
4583
4583
|
if (entry === null) {
|
|
4584
4584
|
return null;
|
|
4585
4585
|
}
|
|
4586
|
-
return smithy_client_1.expectString(entry);
|
|
4586
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
4587
4587
|
});
|
|
4588
4588
|
return retVal;
|
|
4589
4589
|
};
|
|
4590
4590
|
const deserializeAws_json1_1OntapFileSystemConfiguration = (output, context) => {
|
|
4591
4591
|
return {
|
|
4592
|
-
AutomaticBackupRetentionDays: smithy_client_1.expectInt32(output.AutomaticBackupRetentionDays),
|
|
4593
|
-
DailyAutomaticBackupStartTime: smithy_client_1.expectString(output.DailyAutomaticBackupStartTime),
|
|
4594
|
-
DeploymentType: smithy_client_1.expectString(output.DeploymentType),
|
|
4592
|
+
AutomaticBackupRetentionDays: (0, smithy_client_1.expectInt32)(output.AutomaticBackupRetentionDays),
|
|
4593
|
+
DailyAutomaticBackupStartTime: (0, smithy_client_1.expectString)(output.DailyAutomaticBackupStartTime),
|
|
4594
|
+
DeploymentType: (0, smithy_client_1.expectString)(output.DeploymentType),
|
|
4595
4595
|
DiskIopsConfiguration: output.DiskIopsConfiguration !== undefined && output.DiskIopsConfiguration !== null
|
|
4596
4596
|
? deserializeAws_json1_1DiskIopsConfiguration(output.DiskIopsConfiguration, context)
|
|
4597
4597
|
: undefined,
|
|
4598
|
-
EndpointIpAddressRange: smithy_client_1.expectString(output.EndpointIpAddressRange),
|
|
4598
|
+
EndpointIpAddressRange: (0, smithy_client_1.expectString)(output.EndpointIpAddressRange),
|
|
4599
4599
|
Endpoints: output.Endpoints !== undefined && output.Endpoints !== null
|
|
4600
4600
|
? deserializeAws_json1_1FileSystemEndpoints(output.Endpoints, context)
|
|
4601
4601
|
: undefined,
|
|
4602
|
-
PreferredSubnetId: smithy_client_1.expectString(output.PreferredSubnetId),
|
|
4602
|
+
PreferredSubnetId: (0, smithy_client_1.expectString)(output.PreferredSubnetId),
|
|
4603
4603
|
RouteTableIds: output.RouteTableIds !== undefined && output.RouteTableIds !== null
|
|
4604
4604
|
? deserializeAws_json1_1RouteTableIds(output.RouteTableIds, context)
|
|
4605
4605
|
: undefined,
|
|
4606
|
-
ThroughputCapacity: smithy_client_1.expectInt32(output.ThroughputCapacity),
|
|
4607
|
-
WeeklyMaintenanceStartTime: smithy_client_1.expectString(output.WeeklyMaintenanceStartTime),
|
|
4606
|
+
ThroughputCapacity: (0, smithy_client_1.expectInt32)(output.ThroughputCapacity),
|
|
4607
|
+
WeeklyMaintenanceStartTime: (0, smithy_client_1.expectString)(output.WeeklyMaintenanceStartTime),
|
|
4608
4608
|
};
|
|
4609
4609
|
};
|
|
4610
4610
|
const deserializeAws_json1_1OntapVolumeConfiguration = (output, context) => {
|
|
4611
4611
|
return {
|
|
4612
|
-
FlexCacheEndpointType: smithy_client_1.expectString(output.FlexCacheEndpointType),
|
|
4613
|
-
JunctionPath: smithy_client_1.expectString(output.JunctionPath),
|
|
4614
|
-
OntapVolumeType: smithy_client_1.expectString(output.OntapVolumeType),
|
|
4615
|
-
SecurityStyle: smithy_client_1.expectString(output.SecurityStyle),
|
|
4616
|
-
SizeInMegabytes: smithy_client_1.expectInt32(output.SizeInMegabytes),
|
|
4617
|
-
StorageEfficiencyEnabled: smithy_client_1.expectBoolean(output.StorageEfficiencyEnabled),
|
|
4618
|
-
StorageVirtualMachineId: smithy_client_1.expectString(output.StorageVirtualMachineId),
|
|
4619
|
-
StorageVirtualMachineRoot: smithy_client_1.expectBoolean(output.StorageVirtualMachineRoot),
|
|
4612
|
+
FlexCacheEndpointType: (0, smithy_client_1.expectString)(output.FlexCacheEndpointType),
|
|
4613
|
+
JunctionPath: (0, smithy_client_1.expectString)(output.JunctionPath),
|
|
4614
|
+
OntapVolumeType: (0, smithy_client_1.expectString)(output.OntapVolumeType),
|
|
4615
|
+
SecurityStyle: (0, smithy_client_1.expectString)(output.SecurityStyle),
|
|
4616
|
+
SizeInMegabytes: (0, smithy_client_1.expectInt32)(output.SizeInMegabytes),
|
|
4617
|
+
StorageEfficiencyEnabled: (0, smithy_client_1.expectBoolean)(output.StorageEfficiencyEnabled),
|
|
4618
|
+
StorageVirtualMachineId: (0, smithy_client_1.expectString)(output.StorageVirtualMachineId),
|
|
4619
|
+
StorageVirtualMachineRoot: (0, smithy_client_1.expectBoolean)(output.StorageVirtualMachineRoot),
|
|
4620
4620
|
TieringPolicy: output.TieringPolicy !== undefined && output.TieringPolicy !== null
|
|
4621
4621
|
? deserializeAws_json1_1TieringPolicy(output.TieringPolicy, context)
|
|
4622
4622
|
: undefined,
|
|
4623
|
-
UUID: smithy_client_1.expectString(output.UUID),
|
|
4623
|
+
UUID: (0, smithy_client_1.expectString)(output.UUID),
|
|
4624
4624
|
};
|
|
4625
4625
|
};
|
|
4626
4626
|
const deserializeAws_json1_1OpenZFSClientConfiguration = (output, context) => {
|
|
4627
4627
|
return {
|
|
4628
|
-
Clients: smithy_client_1.expectString(output.Clients),
|
|
4628
|
+
Clients: (0, smithy_client_1.expectString)(output.Clients),
|
|
4629
4629
|
Options: output.Options !== undefined && output.Options !== null
|
|
4630
4630
|
? deserializeAws_json1_1OpenZFSNfsExportOptions(output.Options, context)
|
|
4631
4631
|
: undefined,
|
|
@@ -4644,17 +4644,17 @@ const deserializeAws_json1_1OpenZFSClientConfigurations = (output, context) => {
|
|
|
4644
4644
|
};
|
|
4645
4645
|
const deserializeAws_json1_1OpenZFSFileSystemConfiguration = (output, context) => {
|
|
4646
4646
|
return {
|
|
4647
|
-
AutomaticBackupRetentionDays: smithy_client_1.expectInt32(output.AutomaticBackupRetentionDays),
|
|
4648
|
-
CopyTagsToBackups: smithy_client_1.expectBoolean(output.CopyTagsToBackups),
|
|
4649
|
-
CopyTagsToVolumes: smithy_client_1.expectBoolean(output.CopyTagsToVolumes),
|
|
4650
|
-
DailyAutomaticBackupStartTime: smithy_client_1.expectString(output.DailyAutomaticBackupStartTime),
|
|
4651
|
-
DeploymentType: smithy_client_1.expectString(output.DeploymentType),
|
|
4647
|
+
AutomaticBackupRetentionDays: (0, smithy_client_1.expectInt32)(output.AutomaticBackupRetentionDays),
|
|
4648
|
+
CopyTagsToBackups: (0, smithy_client_1.expectBoolean)(output.CopyTagsToBackups),
|
|
4649
|
+
CopyTagsToVolumes: (0, smithy_client_1.expectBoolean)(output.CopyTagsToVolumes),
|
|
4650
|
+
DailyAutomaticBackupStartTime: (0, smithy_client_1.expectString)(output.DailyAutomaticBackupStartTime),
|
|
4651
|
+
DeploymentType: (0, smithy_client_1.expectString)(output.DeploymentType),
|
|
4652
4652
|
DiskIopsConfiguration: output.DiskIopsConfiguration !== undefined && output.DiskIopsConfiguration !== null
|
|
4653
4653
|
? deserializeAws_json1_1DiskIopsConfiguration(output.DiskIopsConfiguration, context)
|
|
4654
4654
|
: undefined,
|
|
4655
|
-
RootVolumeId: smithy_client_1.expectString(output.RootVolumeId),
|
|
4656
|
-
ThroughputCapacity: smithy_client_1.expectInt32(output.ThroughputCapacity),
|
|
4657
|
-
WeeklyMaintenanceStartTime: smithy_client_1.expectString(output.WeeklyMaintenanceStartTime),
|
|
4655
|
+
RootVolumeId: (0, smithy_client_1.expectString)(output.RootVolumeId),
|
|
4656
|
+
ThroughputCapacity: (0, smithy_client_1.expectInt32)(output.ThroughputCapacity),
|
|
4657
|
+
WeeklyMaintenanceStartTime: (0, smithy_client_1.expectString)(output.WeeklyMaintenanceStartTime),
|
|
4658
4658
|
};
|
|
4659
4659
|
};
|
|
4660
4660
|
const deserializeAws_json1_1OpenZFSNfsExport = (output, context) => {
|
|
@@ -4671,7 +4671,7 @@ const deserializeAws_json1_1OpenZFSNfsExportOptions = (output, context) => {
|
|
|
4671
4671
|
if (entry === null) {
|
|
4672
4672
|
return null;
|
|
4673
4673
|
}
|
|
4674
|
-
return smithy_client_1.expectString(entry);
|
|
4674
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
4675
4675
|
});
|
|
4676
4676
|
return retVal;
|
|
4677
4677
|
};
|
|
@@ -4688,8 +4688,8 @@ const deserializeAws_json1_1OpenZFSNfsExports = (output, context) => {
|
|
|
4688
4688
|
};
|
|
4689
4689
|
const deserializeAws_json1_1OpenZFSOriginSnapshotConfiguration = (output, context) => {
|
|
4690
4690
|
return {
|
|
4691
|
-
CopyStrategy: smithy_client_1.expectString(output.CopyStrategy),
|
|
4692
|
-
SnapshotARN: smithy_client_1.expectString(output.SnapshotARN),
|
|
4691
|
+
CopyStrategy: (0, smithy_client_1.expectString)(output.CopyStrategy),
|
|
4692
|
+
SnapshotARN: (0, smithy_client_1.expectString)(output.SnapshotARN),
|
|
4693
4693
|
};
|
|
4694
4694
|
};
|
|
4695
4695
|
const deserializeAws_json1_1OpenZFSUserAndGroupQuotas = (output, context) => {
|
|
@@ -4705,30 +4705,30 @@ const deserializeAws_json1_1OpenZFSUserAndGroupQuotas = (output, context) => {
|
|
|
4705
4705
|
};
|
|
4706
4706
|
const deserializeAws_json1_1OpenZFSUserOrGroupQuota = (output, context) => {
|
|
4707
4707
|
return {
|
|
4708
|
-
Id: smithy_client_1.expectInt32(output.Id),
|
|
4709
|
-
StorageCapacityQuotaGiB: smithy_client_1.expectInt32(output.StorageCapacityQuotaGiB),
|
|
4710
|
-
Type: smithy_client_1.expectString(output.Type),
|
|
4708
|
+
Id: (0, smithy_client_1.expectInt32)(output.Id),
|
|
4709
|
+
StorageCapacityQuotaGiB: (0, smithy_client_1.expectInt32)(output.StorageCapacityQuotaGiB),
|
|
4710
|
+
Type: (0, smithy_client_1.expectString)(output.Type),
|
|
4711
4711
|
};
|
|
4712
4712
|
};
|
|
4713
4713
|
const deserializeAws_json1_1OpenZFSVolumeConfiguration = (output, context) => {
|
|
4714
4714
|
return {
|
|
4715
|
-
CopyTagsToSnapshots: smithy_client_1.expectBoolean(output.CopyTagsToSnapshots),
|
|
4716
|
-
DataCompressionType: smithy_client_1.expectString(output.DataCompressionType),
|
|
4715
|
+
CopyTagsToSnapshots: (0, smithy_client_1.expectBoolean)(output.CopyTagsToSnapshots),
|
|
4716
|
+
DataCompressionType: (0, smithy_client_1.expectString)(output.DataCompressionType),
|
|
4717
4717
|
NfsExports: output.NfsExports !== undefined && output.NfsExports !== null
|
|
4718
4718
|
? deserializeAws_json1_1OpenZFSNfsExports(output.NfsExports, context)
|
|
4719
4719
|
: undefined,
|
|
4720
4720
|
OriginSnapshot: output.OriginSnapshot !== undefined && output.OriginSnapshot !== null
|
|
4721
4721
|
? deserializeAws_json1_1OpenZFSOriginSnapshotConfiguration(output.OriginSnapshot, context)
|
|
4722
4722
|
: undefined,
|
|
4723
|
-
ParentVolumeId: smithy_client_1.expectString(output.ParentVolumeId),
|
|
4724
|
-
ReadOnly: smithy_client_1.expectBoolean(output.ReadOnly),
|
|
4725
|
-
RecordSizeKiB: smithy_client_1.expectInt32(output.RecordSizeKiB),
|
|
4726
|
-
StorageCapacityQuotaGiB: smithy_client_1.expectInt32(output.StorageCapacityQuotaGiB),
|
|
4727
|
-
StorageCapacityReservationGiB: smithy_client_1.expectInt32(output.StorageCapacityReservationGiB),
|
|
4723
|
+
ParentVolumeId: (0, smithy_client_1.expectString)(output.ParentVolumeId),
|
|
4724
|
+
ReadOnly: (0, smithy_client_1.expectBoolean)(output.ReadOnly),
|
|
4725
|
+
RecordSizeKiB: (0, smithy_client_1.expectInt32)(output.RecordSizeKiB),
|
|
4726
|
+
StorageCapacityQuotaGiB: (0, smithy_client_1.expectInt32)(output.StorageCapacityQuotaGiB),
|
|
4727
|
+
StorageCapacityReservationGiB: (0, smithy_client_1.expectInt32)(output.StorageCapacityReservationGiB),
|
|
4728
4728
|
UserAndGroupQuotas: output.UserAndGroupQuotas !== undefined && output.UserAndGroupQuotas !== null
|
|
4729
4729
|
? deserializeAws_json1_1OpenZFSUserAndGroupQuotas(output.UserAndGroupQuotas, context)
|
|
4730
4730
|
: undefined,
|
|
4731
|
-
VolumePath: smithy_client_1.expectString(output.VolumePath),
|
|
4731
|
+
VolumePath: (0, smithy_client_1.expectString)(output.VolumePath),
|
|
4732
4732
|
};
|
|
4733
4733
|
};
|
|
4734
4734
|
const deserializeAws_json1_1ReleaseFileSystemNfsV3LocksResponse = (output, context) => {
|
|
@@ -4740,20 +4740,20 @@ const deserializeAws_json1_1ReleaseFileSystemNfsV3LocksResponse = (output, conte
|
|
|
4740
4740
|
};
|
|
4741
4741
|
const deserializeAws_json1_1ResourceDoesNotSupportTagging = (output, context) => {
|
|
4742
4742
|
return {
|
|
4743
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4744
|
-
ResourceARN: smithy_client_1.expectString(output.ResourceARN),
|
|
4743
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4744
|
+
ResourceARN: (0, smithy_client_1.expectString)(output.ResourceARN),
|
|
4745
4745
|
};
|
|
4746
4746
|
};
|
|
4747
4747
|
const deserializeAws_json1_1ResourceNotFound = (output, context) => {
|
|
4748
4748
|
return {
|
|
4749
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4750
|
-
ResourceARN: smithy_client_1.expectString(output.ResourceARN),
|
|
4749
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4750
|
+
ResourceARN: (0, smithy_client_1.expectString)(output.ResourceARN),
|
|
4751
4751
|
};
|
|
4752
4752
|
};
|
|
4753
4753
|
const deserializeAws_json1_1RestoreVolumeFromSnapshotResponse = (output, context) => {
|
|
4754
4754
|
return {
|
|
4755
|
-
Lifecycle: smithy_client_1.expectString(output.Lifecycle),
|
|
4756
|
-
VolumeId: smithy_client_1.expectString(output.VolumeId),
|
|
4755
|
+
Lifecycle: (0, smithy_client_1.expectString)(output.Lifecycle),
|
|
4756
|
+
VolumeId: (0, smithy_client_1.expectString)(output.VolumeId),
|
|
4757
4757
|
};
|
|
4758
4758
|
};
|
|
4759
4759
|
const deserializeAws_json1_1RouteTableIds = (output, context) => {
|
|
@@ -4763,7 +4763,7 @@ const deserializeAws_json1_1RouteTableIds = (output, context) => {
|
|
|
4763
4763
|
if (entry === null) {
|
|
4764
4764
|
return null;
|
|
4765
4765
|
}
|
|
4766
|
-
return smithy_client_1.expectString(entry);
|
|
4766
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
4767
4767
|
});
|
|
4768
4768
|
return retVal;
|
|
4769
4769
|
};
|
|
@@ -4782,16 +4782,16 @@ const deserializeAws_json1_1SelfManagedActiveDirectoryAttributes = (output, cont
|
|
|
4782
4782
|
DnsIps: output.DnsIps !== undefined && output.DnsIps !== null
|
|
4783
4783
|
? deserializeAws_json1_1DnsIps(output.DnsIps, context)
|
|
4784
4784
|
: undefined,
|
|
4785
|
-
DomainName: smithy_client_1.expectString(output.DomainName),
|
|
4786
|
-
FileSystemAdministratorsGroup: smithy_client_1.expectString(output.FileSystemAdministratorsGroup),
|
|
4787
|
-
OrganizationalUnitDistinguishedName: smithy_client_1.expectString(output.OrganizationalUnitDistinguishedName),
|
|
4788
|
-
UserName: smithy_client_1.expectString(output.UserName),
|
|
4785
|
+
DomainName: (0, smithy_client_1.expectString)(output.DomainName),
|
|
4786
|
+
FileSystemAdministratorsGroup: (0, smithy_client_1.expectString)(output.FileSystemAdministratorsGroup),
|
|
4787
|
+
OrganizationalUnitDistinguishedName: (0, smithy_client_1.expectString)(output.OrganizationalUnitDistinguishedName),
|
|
4788
|
+
UserName: (0, smithy_client_1.expectString)(output.UserName),
|
|
4789
4789
|
};
|
|
4790
4790
|
};
|
|
4791
4791
|
const deserializeAws_json1_1ServiceLimitExceeded = (output, context) => {
|
|
4792
4792
|
return {
|
|
4793
|
-
Limit: smithy_client_1.expectString(output.Limit),
|
|
4794
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4793
|
+
Limit: (0, smithy_client_1.expectString)(output.Limit),
|
|
4794
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4795
4795
|
};
|
|
4796
4796
|
};
|
|
4797
4797
|
const deserializeAws_json1_1Snapshot = (output, context) => {
|
|
@@ -4800,22 +4800,22 @@ const deserializeAws_json1_1Snapshot = (output, context) => {
|
|
|
4800
4800
|
? deserializeAws_json1_1AdministrativeActions(output.AdministrativeActions, context)
|
|
4801
4801
|
: undefined,
|
|
4802
4802
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
4803
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
|
|
4803
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
|
|
4804
4804
|
: undefined,
|
|
4805
|
-
Lifecycle: smithy_client_1.expectString(output.Lifecycle),
|
|
4805
|
+
Lifecycle: (0, smithy_client_1.expectString)(output.Lifecycle),
|
|
4806
4806
|
LifecycleTransitionReason: output.LifecycleTransitionReason !== undefined && output.LifecycleTransitionReason !== null
|
|
4807
4807
|
? deserializeAws_json1_1LifecycleTransitionReason(output.LifecycleTransitionReason, context)
|
|
4808
4808
|
: undefined,
|
|
4809
|
-
Name: smithy_client_1.expectString(output.Name),
|
|
4810
|
-
ResourceARN: smithy_client_1.expectString(output.ResourceARN),
|
|
4811
|
-
SnapshotId: smithy_client_1.expectString(output.SnapshotId),
|
|
4809
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
4810
|
+
ResourceARN: (0, smithy_client_1.expectString)(output.ResourceARN),
|
|
4811
|
+
SnapshotId: (0, smithy_client_1.expectString)(output.SnapshotId),
|
|
4812
4812
|
Tags: output.Tags !== undefined && output.Tags !== null ? deserializeAws_json1_1Tags(output.Tags, context) : undefined,
|
|
4813
|
-
VolumeId: smithy_client_1.expectString(output.VolumeId),
|
|
4813
|
+
VolumeId: (0, smithy_client_1.expectString)(output.VolumeId),
|
|
4814
4814
|
};
|
|
4815
4815
|
};
|
|
4816
4816
|
const deserializeAws_json1_1SnapshotNotFound = (output, context) => {
|
|
4817
4817
|
return {
|
|
4818
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4818
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4819
4819
|
};
|
|
4820
4820
|
};
|
|
4821
4821
|
const deserializeAws_json1_1Snapshots = (output, context) => {
|
|
@@ -4831,8 +4831,8 @@ const deserializeAws_json1_1Snapshots = (output, context) => {
|
|
|
4831
4831
|
};
|
|
4832
4832
|
const deserializeAws_json1_1SourceBackupUnavailable = (output, context) => {
|
|
4833
4833
|
return {
|
|
4834
|
-
BackupId: smithy_client_1.expectString(output.BackupId),
|
|
4835
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4834
|
+
BackupId: (0, smithy_client_1.expectString)(output.BackupId),
|
|
4835
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4836
4836
|
};
|
|
4837
4837
|
};
|
|
4838
4838
|
const deserializeAws_json1_1StorageVirtualMachine = (output, context) => {
|
|
@@ -4841,28 +4841,28 @@ const deserializeAws_json1_1StorageVirtualMachine = (output, context) => {
|
|
|
4841
4841
|
? deserializeAws_json1_1SvmActiveDirectoryConfiguration(output.ActiveDirectoryConfiguration, context)
|
|
4842
4842
|
: undefined,
|
|
4843
4843
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
4844
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
|
|
4844
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
|
|
4845
4845
|
: undefined,
|
|
4846
4846
|
Endpoints: output.Endpoints !== undefined && output.Endpoints !== null
|
|
4847
4847
|
? deserializeAws_json1_1SvmEndpoints(output.Endpoints, context)
|
|
4848
4848
|
: undefined,
|
|
4849
|
-
FileSystemId: smithy_client_1.expectString(output.FileSystemId),
|
|
4850
|
-
Lifecycle: smithy_client_1.expectString(output.Lifecycle),
|
|
4849
|
+
FileSystemId: (0, smithy_client_1.expectString)(output.FileSystemId),
|
|
4850
|
+
Lifecycle: (0, smithy_client_1.expectString)(output.Lifecycle),
|
|
4851
4851
|
LifecycleTransitionReason: output.LifecycleTransitionReason !== undefined && output.LifecycleTransitionReason !== null
|
|
4852
4852
|
? deserializeAws_json1_1LifecycleTransitionReason(output.LifecycleTransitionReason, context)
|
|
4853
4853
|
: undefined,
|
|
4854
|
-
Name: smithy_client_1.expectString(output.Name),
|
|
4855
|
-
ResourceARN: smithy_client_1.expectString(output.ResourceARN),
|
|
4856
|
-
RootVolumeSecurityStyle: smithy_client_1.expectString(output.RootVolumeSecurityStyle),
|
|
4857
|
-
StorageVirtualMachineId: smithy_client_1.expectString(output.StorageVirtualMachineId),
|
|
4858
|
-
Subtype: smithy_client_1.expectString(output.Subtype),
|
|
4854
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
4855
|
+
ResourceARN: (0, smithy_client_1.expectString)(output.ResourceARN),
|
|
4856
|
+
RootVolumeSecurityStyle: (0, smithy_client_1.expectString)(output.RootVolumeSecurityStyle),
|
|
4857
|
+
StorageVirtualMachineId: (0, smithy_client_1.expectString)(output.StorageVirtualMachineId),
|
|
4858
|
+
Subtype: (0, smithy_client_1.expectString)(output.Subtype),
|
|
4859
4859
|
Tags: output.Tags !== undefined && output.Tags !== null ? deserializeAws_json1_1Tags(output.Tags, context) : undefined,
|
|
4860
|
-
UUID: smithy_client_1.expectString(output.UUID),
|
|
4860
|
+
UUID: (0, smithy_client_1.expectString)(output.UUID),
|
|
4861
4861
|
};
|
|
4862
4862
|
};
|
|
4863
4863
|
const deserializeAws_json1_1StorageVirtualMachineNotFound = (output, context) => {
|
|
4864
4864
|
return {
|
|
4865
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4865
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4866
4866
|
};
|
|
4867
4867
|
};
|
|
4868
4868
|
const deserializeAws_json1_1StorageVirtualMachines = (output, context) => {
|
|
@@ -4883,13 +4883,13 @@ const deserializeAws_json1_1SubnetIds = (output, context) => {
|
|
|
4883
4883
|
if (entry === null) {
|
|
4884
4884
|
return null;
|
|
4885
4885
|
}
|
|
4886
|
-
return smithy_client_1.expectString(entry);
|
|
4886
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
4887
4887
|
});
|
|
4888
4888
|
return retVal;
|
|
4889
4889
|
};
|
|
4890
4890
|
const deserializeAws_json1_1SvmActiveDirectoryConfiguration = (output, context) => {
|
|
4891
4891
|
return {
|
|
4892
|
-
NetBiosName: smithy_client_1.expectString(output.NetBiosName),
|
|
4892
|
+
NetBiosName: (0, smithy_client_1.expectString)(output.NetBiosName),
|
|
4893
4893
|
SelfManagedActiveDirectoryConfiguration: output.SelfManagedActiveDirectoryConfiguration !== undefined &&
|
|
4894
4894
|
output.SelfManagedActiveDirectoryConfiguration !== null
|
|
4895
4895
|
? deserializeAws_json1_1SelfManagedActiveDirectoryAttributes(output.SelfManagedActiveDirectoryConfiguration, context)
|
|
@@ -4898,7 +4898,7 @@ const deserializeAws_json1_1SvmActiveDirectoryConfiguration = (output, context)
|
|
|
4898
4898
|
};
|
|
4899
4899
|
const deserializeAws_json1_1SvmEndpoint = (output, context) => {
|
|
4900
4900
|
return {
|
|
4901
|
-
DNSName: smithy_client_1.expectString(output.DNSName),
|
|
4901
|
+
DNSName: (0, smithy_client_1.expectString)(output.DNSName),
|
|
4902
4902
|
IpAddresses: output.IpAddresses !== undefined && output.IpAddresses !== null
|
|
4903
4903
|
? deserializeAws_json1_1OntapEndpointIpAddresses(output.IpAddresses, context)
|
|
4904
4904
|
: undefined,
|
|
@@ -4922,8 +4922,8 @@ const deserializeAws_json1_1SvmEndpoints = (output, context) => {
|
|
|
4922
4922
|
};
|
|
4923
4923
|
const deserializeAws_json1_1Tag = (output, context) => {
|
|
4924
4924
|
return {
|
|
4925
|
-
Key: smithy_client_1.expectString(output.Key),
|
|
4926
|
-
Value: smithy_client_1.expectString(output.Value),
|
|
4925
|
+
Key: (0, smithy_client_1.expectString)(output.Key),
|
|
4926
|
+
Value: (0, smithy_client_1.expectString)(output.Value),
|
|
4927
4927
|
};
|
|
4928
4928
|
};
|
|
4929
4929
|
const deserializeAws_json1_1TagResourceResponse = (output, context) => {
|
|
@@ -4942,13 +4942,13 @@ const deserializeAws_json1_1Tags = (output, context) => {
|
|
|
4942
4942
|
};
|
|
4943
4943
|
const deserializeAws_json1_1TieringPolicy = (output, context) => {
|
|
4944
4944
|
return {
|
|
4945
|
-
CoolingPeriod: smithy_client_1.expectInt32(output.CoolingPeriod),
|
|
4946
|
-
Name: smithy_client_1.expectString(output.Name),
|
|
4945
|
+
CoolingPeriod: (0, smithy_client_1.expectInt32)(output.CoolingPeriod),
|
|
4946
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
4947
4947
|
};
|
|
4948
4948
|
};
|
|
4949
4949
|
const deserializeAws_json1_1UnsupportedOperation = (output, context) => {
|
|
4950
4950
|
return {
|
|
4951
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4951
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4952
4952
|
};
|
|
4953
4953
|
};
|
|
4954
4954
|
const deserializeAws_json1_1UntagResourceResponse = (output, context) => {
|
|
@@ -4995,29 +4995,29 @@ const deserializeAws_json1_1Volume = (output, context) => {
|
|
|
4995
4995
|
? deserializeAws_json1_1AdministrativeActions(output.AdministrativeActions, context)
|
|
4996
4996
|
: undefined,
|
|
4997
4997
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
4998
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
|
|
4998
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
|
|
4999
4999
|
: undefined,
|
|
5000
|
-
FileSystemId: smithy_client_1.expectString(output.FileSystemId),
|
|
5001
|
-
Lifecycle: smithy_client_1.expectString(output.Lifecycle),
|
|
5000
|
+
FileSystemId: (0, smithy_client_1.expectString)(output.FileSystemId),
|
|
5001
|
+
Lifecycle: (0, smithy_client_1.expectString)(output.Lifecycle),
|
|
5002
5002
|
LifecycleTransitionReason: output.LifecycleTransitionReason !== undefined && output.LifecycleTransitionReason !== null
|
|
5003
5003
|
? deserializeAws_json1_1LifecycleTransitionReason(output.LifecycleTransitionReason, context)
|
|
5004
5004
|
: undefined,
|
|
5005
|
-
Name: smithy_client_1.expectString(output.Name),
|
|
5005
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
5006
5006
|
OntapConfiguration: output.OntapConfiguration !== undefined && output.OntapConfiguration !== null
|
|
5007
5007
|
? deserializeAws_json1_1OntapVolumeConfiguration(output.OntapConfiguration, context)
|
|
5008
5008
|
: undefined,
|
|
5009
5009
|
OpenZFSConfiguration: output.OpenZFSConfiguration !== undefined && output.OpenZFSConfiguration !== null
|
|
5010
5010
|
? deserializeAws_json1_1OpenZFSVolumeConfiguration(output.OpenZFSConfiguration, context)
|
|
5011
5011
|
: undefined,
|
|
5012
|
-
ResourceARN: smithy_client_1.expectString(output.ResourceARN),
|
|
5012
|
+
ResourceARN: (0, smithy_client_1.expectString)(output.ResourceARN),
|
|
5013
5013
|
Tags: output.Tags !== undefined && output.Tags !== null ? deserializeAws_json1_1Tags(output.Tags, context) : undefined,
|
|
5014
|
-
VolumeId: smithy_client_1.expectString(output.VolumeId),
|
|
5015
|
-
VolumeType: smithy_client_1.expectString(output.VolumeType),
|
|
5014
|
+
VolumeId: (0, smithy_client_1.expectString)(output.VolumeId),
|
|
5015
|
+
VolumeType: (0, smithy_client_1.expectString)(output.VolumeType),
|
|
5016
5016
|
};
|
|
5017
5017
|
};
|
|
5018
5018
|
const deserializeAws_json1_1VolumeNotFound = (output, context) => {
|
|
5019
5019
|
return {
|
|
5020
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
5020
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
5021
5021
|
};
|
|
5022
5022
|
};
|
|
5023
5023
|
const deserializeAws_json1_1Volumes = (output, context) => {
|
|
@@ -5033,36 +5033,36 @@ const deserializeAws_json1_1Volumes = (output, context) => {
|
|
|
5033
5033
|
};
|
|
5034
5034
|
const deserializeAws_json1_1WindowsAuditLogConfiguration = (output, context) => {
|
|
5035
5035
|
return {
|
|
5036
|
-
AuditLogDestination: smithy_client_1.expectString(output.AuditLogDestination),
|
|
5037
|
-
FileAccessAuditLogLevel: smithy_client_1.expectString(output.FileAccessAuditLogLevel),
|
|
5038
|
-
FileShareAccessAuditLogLevel: smithy_client_1.expectString(output.FileShareAccessAuditLogLevel),
|
|
5036
|
+
AuditLogDestination: (0, smithy_client_1.expectString)(output.AuditLogDestination),
|
|
5037
|
+
FileAccessAuditLogLevel: (0, smithy_client_1.expectString)(output.FileAccessAuditLogLevel),
|
|
5038
|
+
FileShareAccessAuditLogLevel: (0, smithy_client_1.expectString)(output.FileShareAccessAuditLogLevel),
|
|
5039
5039
|
};
|
|
5040
5040
|
};
|
|
5041
5041
|
const deserializeAws_json1_1WindowsFileSystemConfiguration = (output, context) => {
|
|
5042
5042
|
return {
|
|
5043
|
-
ActiveDirectoryId: smithy_client_1.expectString(output.ActiveDirectoryId),
|
|
5043
|
+
ActiveDirectoryId: (0, smithy_client_1.expectString)(output.ActiveDirectoryId),
|
|
5044
5044
|
Aliases: output.Aliases !== undefined && output.Aliases !== null
|
|
5045
5045
|
? deserializeAws_json1_1Aliases(output.Aliases, context)
|
|
5046
5046
|
: undefined,
|
|
5047
5047
|
AuditLogConfiguration: output.AuditLogConfiguration !== undefined && output.AuditLogConfiguration !== null
|
|
5048
5048
|
? deserializeAws_json1_1WindowsAuditLogConfiguration(output.AuditLogConfiguration, context)
|
|
5049
5049
|
: undefined,
|
|
5050
|
-
AutomaticBackupRetentionDays: smithy_client_1.expectInt32(output.AutomaticBackupRetentionDays),
|
|
5051
|
-
CopyTagsToBackups: smithy_client_1.expectBoolean(output.CopyTagsToBackups),
|
|
5052
|
-
DailyAutomaticBackupStartTime: smithy_client_1.expectString(output.DailyAutomaticBackupStartTime),
|
|
5053
|
-
DeploymentType: smithy_client_1.expectString(output.DeploymentType),
|
|
5050
|
+
AutomaticBackupRetentionDays: (0, smithy_client_1.expectInt32)(output.AutomaticBackupRetentionDays),
|
|
5051
|
+
CopyTagsToBackups: (0, smithy_client_1.expectBoolean)(output.CopyTagsToBackups),
|
|
5052
|
+
DailyAutomaticBackupStartTime: (0, smithy_client_1.expectString)(output.DailyAutomaticBackupStartTime),
|
|
5053
|
+
DeploymentType: (0, smithy_client_1.expectString)(output.DeploymentType),
|
|
5054
5054
|
MaintenanceOperationsInProgress: output.MaintenanceOperationsInProgress !== undefined && output.MaintenanceOperationsInProgress !== null
|
|
5055
5055
|
? deserializeAws_json1_1FileSystemMaintenanceOperations(output.MaintenanceOperationsInProgress, context)
|
|
5056
5056
|
: undefined,
|
|
5057
|
-
PreferredFileServerIp: smithy_client_1.expectString(output.PreferredFileServerIp),
|
|
5058
|
-
PreferredSubnetId: smithy_client_1.expectString(output.PreferredSubnetId),
|
|
5059
|
-
RemoteAdministrationEndpoint: smithy_client_1.expectString(output.RemoteAdministrationEndpoint),
|
|
5057
|
+
PreferredFileServerIp: (0, smithy_client_1.expectString)(output.PreferredFileServerIp),
|
|
5058
|
+
PreferredSubnetId: (0, smithy_client_1.expectString)(output.PreferredSubnetId),
|
|
5059
|
+
RemoteAdministrationEndpoint: (0, smithy_client_1.expectString)(output.RemoteAdministrationEndpoint),
|
|
5060
5060
|
SelfManagedActiveDirectoryConfiguration: output.SelfManagedActiveDirectoryConfiguration !== undefined &&
|
|
5061
5061
|
output.SelfManagedActiveDirectoryConfiguration !== null
|
|
5062
5062
|
? deserializeAws_json1_1SelfManagedActiveDirectoryAttributes(output.SelfManagedActiveDirectoryConfiguration, context)
|
|
5063
5063
|
: undefined,
|
|
5064
|
-
ThroughputCapacity: smithy_client_1.expectInt32(output.ThroughputCapacity),
|
|
5065
|
-
WeeklyMaintenanceStartTime: smithy_client_1.expectString(output.WeeklyMaintenanceStartTime),
|
|
5064
|
+
ThroughputCapacity: (0, smithy_client_1.expectInt32)(output.ThroughputCapacity),
|
|
5065
|
+
WeeklyMaintenanceStartTime: (0, smithy_client_1.expectString)(output.WeeklyMaintenanceStartTime),
|
|
5066
5066
|
};
|
|
5067
5067
|
};
|
|
5068
5068
|
const deserializeMetadata = (output) => {
|