@aws-sdk/client-fsx 3.53.0 → 3.55.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +27 -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/models/models_0.js +15 -10
- package/dist-cjs/protocols/Aws_json1_1.js +366 -345
- 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/models/models_0.js +9 -4
- 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-es/protocols/Aws_json1_1.js +25 -8
- package/dist-types/FSx.d.ts +9 -10
- package/dist-types/FSxClient.d.ts +2 -2
- package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +2 -2
- package/dist-types/commands/CreateSnapshotCommand.d.ts +3 -3
- package/dist-types/commands/CreateVolumeCommand.d.ts +1 -2
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSnapshotCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +193 -81
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/FSxClient.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +25 -9
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +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 &&
|
|
@@ -2817,6 +2817,7 @@ const serializeAws_json1_1CreateOpenZFSVolumeConfiguration = (input, context) =>
|
|
|
2817
2817
|
...(input.ParentVolumeId !== undefined &&
|
|
2818
2818
|
input.ParentVolumeId !== null && { ParentVolumeId: input.ParentVolumeId }),
|
|
2819
2819
|
...(input.ReadOnly !== undefined && input.ReadOnly !== null && { ReadOnly: input.ReadOnly }),
|
|
2820
|
+
...(input.RecordSizeKiB !== undefined && input.RecordSizeKiB !== null && { RecordSizeKiB: input.RecordSizeKiB }),
|
|
2820
2821
|
...(input.StorageCapacityQuotaGiB !== undefined &&
|
|
2821
2822
|
input.StorageCapacityQuotaGiB !== null && { StorageCapacityQuotaGiB: input.StorageCapacityQuotaGiB }),
|
|
2822
2823
|
...(input.StorageCapacityReservationGiB !== undefined &&
|
|
@@ -2832,7 +2833,7 @@ const serializeAws_json1_1CreateOpenZFSVolumeConfiguration = (input, context) =>
|
|
|
2832
2833
|
const serializeAws_json1_1CreateSnapshotRequest = (input, context) => {
|
|
2833
2834
|
var _a;
|
|
2834
2835
|
return {
|
|
2835
|
-
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)(),
|
|
2836
2837
|
...(input.Name !== undefined && input.Name !== null && { Name: input.Name }),
|
|
2837
2838
|
...(input.Tags !== undefined && input.Tags !== null && { Tags: serializeAws_json1_1Tags(input.Tags, context) }),
|
|
2838
2839
|
...(input.VolumeId !== undefined && input.VolumeId !== null && { VolumeId: input.VolumeId }),
|
|
@@ -2845,7 +2846,7 @@ const serializeAws_json1_1CreateStorageVirtualMachineRequest = (input, context)
|
|
|
2845
2846
|
input.ActiveDirectoryConfiguration !== null && {
|
|
2846
2847
|
ActiveDirectoryConfiguration: serializeAws_json1_1CreateSvmActiveDirectoryConfiguration(input.ActiveDirectoryConfiguration, context),
|
|
2847
2848
|
}),
|
|
2848
|
-
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)(),
|
|
2849
2850
|
...(input.FileSystemId !== undefined && input.FileSystemId !== null && { FileSystemId: input.FileSystemId }),
|
|
2850
2851
|
...(input.Name !== undefined && input.Name !== null && { Name: input.Name }),
|
|
2851
2852
|
...(input.RootVolumeSecurityStyle !== undefined &&
|
|
@@ -2868,7 +2869,7 @@ const serializeAws_json1_1CreateVolumeFromBackupRequest = (input, context) => {
|
|
|
2868
2869
|
var _a;
|
|
2869
2870
|
return {
|
|
2870
2871
|
...(input.BackupId !== undefined && input.BackupId !== null && { BackupId: input.BackupId }),
|
|
2871
|
-
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)(),
|
|
2872
2873
|
...(input.Name !== undefined && input.Name !== null && { Name: input.Name }),
|
|
2873
2874
|
...(input.OntapConfiguration !== undefined &&
|
|
2874
2875
|
input.OntapConfiguration !== null && {
|
|
@@ -2880,7 +2881,7 @@ const serializeAws_json1_1CreateVolumeFromBackupRequest = (input, context) => {
|
|
|
2880
2881
|
const serializeAws_json1_1CreateVolumeRequest = (input, context) => {
|
|
2881
2882
|
var _a;
|
|
2882
2883
|
return {
|
|
2883
|
-
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)(),
|
|
2884
2885
|
...(input.Name !== undefined && input.Name !== null && { Name: input.Name }),
|
|
2885
2886
|
...(input.OntapConfiguration !== undefined &&
|
|
2886
2887
|
input.OntapConfiguration !== null && {
|
|
@@ -2945,14 +2946,14 @@ const serializeAws_json1_1DeleteBackupRequest = (input, context) => {
|
|
|
2945
2946
|
var _a;
|
|
2946
2947
|
return {
|
|
2947
2948
|
...(input.BackupId !== undefined && input.BackupId !== null && { BackupId: input.BackupId }),
|
|
2948
|
-
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)(),
|
|
2949
2950
|
};
|
|
2950
2951
|
};
|
|
2951
2952
|
const serializeAws_json1_1DeleteDataRepositoryAssociationRequest = (input, context) => {
|
|
2952
2953
|
var _a;
|
|
2953
2954
|
return {
|
|
2954
2955
|
...(input.AssociationId !== undefined && input.AssociationId !== null && { AssociationId: input.AssociationId }),
|
|
2955
|
-
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)(),
|
|
2956
2957
|
...(input.DeleteDataInFileSystem !== undefined &&
|
|
2957
2958
|
input.DeleteDataInFileSystem !== null && { DeleteDataInFileSystem: input.DeleteDataInFileSystem }),
|
|
2958
2959
|
};
|
|
@@ -2969,14 +2970,28 @@ const serializeAws_json1_1DeleteFileSystemOpenZFSConfiguration = (input, context
|
|
|
2969
2970
|
return {
|
|
2970
2971
|
...(input.FinalBackupTags !== undefined &&
|
|
2971
2972
|
input.FinalBackupTags !== null && { FinalBackupTags: serializeAws_json1_1Tags(input.FinalBackupTags, context) }),
|
|
2973
|
+
...(input.Options !== undefined &&
|
|
2974
|
+
input.Options !== null && {
|
|
2975
|
+
Options: serializeAws_json1_1DeleteFileSystemOpenZFSOptions(input.Options, context),
|
|
2976
|
+
}),
|
|
2972
2977
|
...(input.SkipFinalBackup !== undefined &&
|
|
2973
2978
|
input.SkipFinalBackup !== null && { SkipFinalBackup: input.SkipFinalBackup }),
|
|
2974
2979
|
};
|
|
2975
2980
|
};
|
|
2981
|
+
const serializeAws_json1_1DeleteFileSystemOpenZFSOptions = (input, context) => {
|
|
2982
|
+
return input
|
|
2983
|
+
.filter((e) => e != null)
|
|
2984
|
+
.map((entry) => {
|
|
2985
|
+
if (entry === null) {
|
|
2986
|
+
return null;
|
|
2987
|
+
}
|
|
2988
|
+
return entry;
|
|
2989
|
+
});
|
|
2990
|
+
};
|
|
2976
2991
|
const serializeAws_json1_1DeleteFileSystemRequest = (input, context) => {
|
|
2977
2992
|
var _a;
|
|
2978
2993
|
return {
|
|
2979
|
-
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)(),
|
|
2980
2995
|
...(input.FileSystemId !== undefined && input.FileSystemId !== null && { FileSystemId: input.FileSystemId }),
|
|
2981
2996
|
...(input.LustreConfiguration !== undefined &&
|
|
2982
2997
|
input.LustreConfiguration !== null && {
|
|
@@ -3013,14 +3028,14 @@ const serializeAws_json1_1DeleteOpenZFSVolumeOptions = (input, context) => {
|
|
|
3013
3028
|
const serializeAws_json1_1DeleteSnapshotRequest = (input, context) => {
|
|
3014
3029
|
var _a;
|
|
3015
3030
|
return {
|
|
3016
|
-
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)(),
|
|
3017
3032
|
...(input.SnapshotId !== undefined && input.SnapshotId !== null && { SnapshotId: input.SnapshotId }),
|
|
3018
3033
|
};
|
|
3019
3034
|
};
|
|
3020
3035
|
const serializeAws_json1_1DeleteStorageVirtualMachineRequest = (input, context) => {
|
|
3021
3036
|
var _a;
|
|
3022
3037
|
return {
|
|
3023
|
-
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)(),
|
|
3024
3039
|
...(input.StorageVirtualMachineId !== undefined &&
|
|
3025
3040
|
input.StorageVirtualMachineId !== null && { StorageVirtualMachineId: input.StorageVirtualMachineId }),
|
|
3026
3041
|
};
|
|
@@ -3042,7 +3057,7 @@ const serializeAws_json1_1DeleteVolumeOpenZFSConfiguration = (input, context) =>
|
|
|
3042
3057
|
const serializeAws_json1_1DeleteVolumeRequest = (input, context) => {
|
|
3043
3058
|
var _a;
|
|
3044
3059
|
return {
|
|
3045
|
-
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)(),
|
|
3046
3061
|
...(input.OntapConfiguration !== undefined &&
|
|
3047
3062
|
input.OntapConfiguration !== null && {
|
|
3048
3063
|
OntapConfiguration: serializeAws_json1_1DeleteVolumeOntapConfiguration(input.OntapConfiguration, context),
|
|
@@ -3089,7 +3104,7 @@ const serializeAws_json1_1DescribeDataRepositoryTasksRequest = (input, context)
|
|
|
3089
3104
|
const serializeAws_json1_1DescribeFileSystemAliasesRequest = (input, context) => {
|
|
3090
3105
|
var _a;
|
|
3091
3106
|
return {
|
|
3092
|
-
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)(),
|
|
3093
3108
|
...(input.FileSystemId !== undefined && input.FileSystemId !== null && { FileSystemId: input.FileSystemId }),
|
|
3094
3109
|
...(input.MaxResults !== undefined && input.MaxResults !== null && { MaxResults: input.MaxResults }),
|
|
3095
3110
|
...(input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken }),
|
|
@@ -3142,7 +3157,7 @@ const serializeAws_json1_1DisassociateFileSystemAliasesRequest = (input, context
|
|
|
3142
3157
|
return {
|
|
3143
3158
|
...(input.Aliases !== undefined &&
|
|
3144
3159
|
input.Aliases !== null && { Aliases: serializeAws_json1_1AlternateDNSNames(input.Aliases, context) }),
|
|
3145
|
-
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)(),
|
|
3146
3161
|
...(input.FileSystemId !== undefined && input.FileSystemId !== null && { FileSystemId: input.FileSystemId }),
|
|
3147
3162
|
};
|
|
3148
3163
|
};
|
|
@@ -3248,6 +3263,7 @@ const serializeAws_json1_1OpenZFSCreateRootVolumeConfiguration = (input, context
|
|
|
3248
3263
|
...(input.NfsExports !== undefined &&
|
|
3249
3264
|
input.NfsExports !== null && { NfsExports: serializeAws_json1_1OpenZFSNfsExports(input.NfsExports, context) }),
|
|
3250
3265
|
...(input.ReadOnly !== undefined && input.ReadOnly !== null && { ReadOnly: input.ReadOnly }),
|
|
3266
|
+
...(input.RecordSizeKiB !== undefined && input.RecordSizeKiB !== null && { RecordSizeKiB: input.RecordSizeKiB }),
|
|
3251
3267
|
...(input.UserAndGroupQuotas !== undefined &&
|
|
3252
3268
|
input.UserAndGroupQuotas !== null && {
|
|
3253
3269
|
UserAndGroupQuotas: serializeAws_json1_1OpenZFSUserAndGroupQuotas(input.UserAndGroupQuotas, context),
|
|
@@ -3303,7 +3319,7 @@ const serializeAws_json1_1OpenZFSUserOrGroupQuota = (input, context) => {
|
|
|
3303
3319
|
const serializeAws_json1_1ReleaseFileSystemNfsV3LocksRequest = (input, context) => {
|
|
3304
3320
|
var _a;
|
|
3305
3321
|
return {
|
|
3306
|
-
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)(),
|
|
3307
3323
|
...(input.FileSystemId !== undefined && input.FileSystemId !== null && { FileSystemId: input.FileSystemId }),
|
|
3308
3324
|
};
|
|
3309
3325
|
};
|
|
@@ -3320,7 +3336,7 @@ const serializeAws_json1_1RestoreOpenZFSVolumeOptions = (input, context) => {
|
|
|
3320
3336
|
const serializeAws_json1_1RestoreVolumeFromSnapshotRequest = (input, context) => {
|
|
3321
3337
|
var _a;
|
|
3322
3338
|
return {
|
|
3323
|
-
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)(),
|
|
3324
3340
|
...(input.Options !== undefined &&
|
|
3325
3341
|
input.Options !== null && { Options: serializeAws_json1_1RestoreOpenZFSVolumeOptions(input.Options, context) }),
|
|
3326
3342
|
...(input.SnapshotId !== undefined && input.SnapshotId !== null && { SnapshotId: input.SnapshotId }),
|
|
@@ -3529,7 +3545,7 @@ const serializeAws_json1_1UpdateDataRepositoryAssociationRequest = (input, conte
|
|
|
3529
3545
|
var _a;
|
|
3530
3546
|
return {
|
|
3531
3547
|
...(input.AssociationId !== undefined && input.AssociationId !== null && { AssociationId: input.AssociationId }),
|
|
3532
|
-
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)(),
|
|
3533
3549
|
...(input.ImportedFileChunkSize !== undefined &&
|
|
3534
3550
|
input.ImportedFileChunkSize !== null && { ImportedFileChunkSize: input.ImportedFileChunkSize }),
|
|
3535
3551
|
...(input.S3 !== undefined &&
|
|
@@ -3605,7 +3621,7 @@ const serializeAws_json1_1UpdateFileSystemOpenZFSConfiguration = (input, context
|
|
|
3605
3621
|
const serializeAws_json1_1UpdateFileSystemRequest = (input, context) => {
|
|
3606
3622
|
var _a;
|
|
3607
3623
|
return {
|
|
3608
|
-
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)(),
|
|
3609
3625
|
...(input.FileSystemId !== undefined && input.FileSystemId !== null && { FileSystemId: input.FileSystemId }),
|
|
3610
3626
|
...(input.LustreConfiguration !== undefined &&
|
|
3611
3627
|
input.LustreConfiguration !== null && {
|
|
@@ -3672,6 +3688,7 @@ const serializeAws_json1_1UpdateOpenZFSVolumeConfiguration = (input, context) =>
|
|
|
3672
3688
|
...(input.NfsExports !== undefined &&
|
|
3673
3689
|
input.NfsExports !== null && { NfsExports: serializeAws_json1_1OpenZFSNfsExports(input.NfsExports, context) }),
|
|
3674
3690
|
...(input.ReadOnly !== undefined && input.ReadOnly !== null && { ReadOnly: input.ReadOnly }),
|
|
3691
|
+
...(input.RecordSizeKiB !== undefined && input.RecordSizeKiB !== null && { RecordSizeKiB: input.RecordSizeKiB }),
|
|
3675
3692
|
...(input.StorageCapacityQuotaGiB !== undefined &&
|
|
3676
3693
|
input.StorageCapacityQuotaGiB !== null && { StorageCapacityQuotaGiB: input.StorageCapacityQuotaGiB }),
|
|
3677
3694
|
...(input.StorageCapacityReservationGiB !== undefined &&
|
|
@@ -3687,7 +3704,7 @@ const serializeAws_json1_1UpdateOpenZFSVolumeConfiguration = (input, context) =>
|
|
|
3687
3704
|
const serializeAws_json1_1UpdateSnapshotRequest = (input, context) => {
|
|
3688
3705
|
var _a;
|
|
3689
3706
|
return {
|
|
3690
|
-
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)(),
|
|
3691
3708
|
...(input.Name !== undefined && input.Name !== null && { Name: input.Name }),
|
|
3692
3709
|
...(input.SnapshotId !== undefined && input.SnapshotId !== null && { SnapshotId: input.SnapshotId }),
|
|
3693
3710
|
};
|
|
@@ -3699,7 +3716,7 @@ const serializeAws_json1_1UpdateStorageVirtualMachineRequest = (input, context)
|
|
|
3699
3716
|
input.ActiveDirectoryConfiguration !== null && {
|
|
3700
3717
|
ActiveDirectoryConfiguration: serializeAws_json1_1UpdateSvmActiveDirectoryConfiguration(input.ActiveDirectoryConfiguration, context),
|
|
3701
3718
|
}),
|
|
3702
|
-
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)(),
|
|
3703
3720
|
...(input.StorageVirtualMachineId !== undefined &&
|
|
3704
3721
|
input.StorageVirtualMachineId !== null && { StorageVirtualMachineId: input.StorageVirtualMachineId }),
|
|
3705
3722
|
...(input.SvmAdminPassword !== undefined &&
|
|
@@ -3717,7 +3734,7 @@ const serializeAws_json1_1UpdateSvmActiveDirectoryConfiguration = (input, contex
|
|
|
3717
3734
|
const serializeAws_json1_1UpdateVolumeRequest = (input, context) => {
|
|
3718
3735
|
var _a;
|
|
3719
3736
|
return {
|
|
3720
|
-
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)(),
|
|
3721
3738
|
...(input.Name !== undefined && input.Name !== null && { Name: input.Name }),
|
|
3722
3739
|
...(input.OntapConfiguration !== undefined &&
|
|
3723
3740
|
input.OntapConfiguration !== null && {
|
|
@@ -3781,29 +3798,29 @@ const serializeAws_json1_1WindowsAuditLogCreateConfiguration = (input, context)
|
|
|
3781
3798
|
};
|
|
3782
3799
|
const deserializeAws_json1_1ActiveDirectoryBackupAttributes = (output, context) => {
|
|
3783
3800
|
return {
|
|
3784
|
-
ActiveDirectoryId: smithy_client_1.expectString(output.ActiveDirectoryId),
|
|
3785
|
-
DomainName: smithy_client_1.expectString(output.DomainName),
|
|
3786
|
-
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),
|
|
3787
3804
|
};
|
|
3788
3805
|
};
|
|
3789
3806
|
const deserializeAws_json1_1ActiveDirectoryError = (output, context) => {
|
|
3790
3807
|
return {
|
|
3791
|
-
ActiveDirectoryId: smithy_client_1.expectString(output.ActiveDirectoryId),
|
|
3792
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3793
|
-
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),
|
|
3794
3811
|
};
|
|
3795
3812
|
};
|
|
3796
3813
|
const deserializeAws_json1_1AdministrativeAction = (output, context) => {
|
|
3797
3814
|
return {
|
|
3798
|
-
AdministrativeActionType: smithy_client_1.expectString(output.AdministrativeActionType),
|
|
3815
|
+
AdministrativeActionType: (0, smithy_client_1.expectString)(output.AdministrativeActionType),
|
|
3799
3816
|
FailureDetails: output.FailureDetails !== undefined && output.FailureDetails !== null
|
|
3800
3817
|
? deserializeAws_json1_1AdministrativeActionFailureDetails(output.FailureDetails, context)
|
|
3801
3818
|
: undefined,
|
|
3802
|
-
ProgressPercent: smithy_client_1.expectInt32(output.ProgressPercent),
|
|
3819
|
+
ProgressPercent: (0, smithy_client_1.expectInt32)(output.ProgressPercent),
|
|
3803
3820
|
RequestTime: output.RequestTime !== undefined && output.RequestTime !== null
|
|
3804
|
-
? 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)))
|
|
3805
3822
|
: undefined,
|
|
3806
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
3823
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
3807
3824
|
TargetFileSystemValues: output.TargetFileSystemValues !== undefined && output.TargetFileSystemValues !== null
|
|
3808
3825
|
? deserializeAws_json1_1FileSystem(output.TargetFileSystemValues, context)
|
|
3809
3826
|
: undefined,
|
|
@@ -3817,7 +3834,7 @@ const deserializeAws_json1_1AdministrativeAction = (output, context) => {
|
|
|
3817
3834
|
};
|
|
3818
3835
|
const deserializeAws_json1_1AdministrativeActionFailureDetails = (output, context) => {
|
|
3819
3836
|
return {
|
|
3820
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3837
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3821
3838
|
};
|
|
3822
3839
|
};
|
|
3823
3840
|
const deserializeAws_json1_1AdministrativeActions = (output, context) => {
|
|
@@ -3833,8 +3850,8 @@ const deserializeAws_json1_1AdministrativeActions = (output, context) => {
|
|
|
3833
3850
|
};
|
|
3834
3851
|
const deserializeAws_json1_1Alias = (output, context) => {
|
|
3835
3852
|
return {
|
|
3836
|
-
Lifecycle: smithy_client_1.expectString(output.Lifecycle),
|
|
3837
|
-
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),
|
|
3838
3855
|
};
|
|
3839
3856
|
};
|
|
3840
3857
|
const deserializeAws_json1_1Aliases = (output, context) => {
|
|
@@ -3871,9 +3888,9 @@ const deserializeAws_json1_1AutoImportPolicy = (output, context) => {
|
|
|
3871
3888
|
};
|
|
3872
3889
|
const deserializeAws_json1_1Backup = (output, context) => {
|
|
3873
3890
|
return {
|
|
3874
|
-
BackupId: smithy_client_1.expectString(output.BackupId),
|
|
3891
|
+
BackupId: (0, smithy_client_1.expectString)(output.BackupId),
|
|
3875
3892
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
3876
|
-
? 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)))
|
|
3877
3894
|
: undefined,
|
|
3878
3895
|
DirectoryInformation: output.DirectoryInformation !== undefined && output.DirectoryInformation !== null
|
|
3879
3896
|
? deserializeAws_json1_1ActiveDirectoryBackupAttributes(output.DirectoryInformation, context)
|
|
@@ -3884,16 +3901,16 @@ const deserializeAws_json1_1Backup = (output, context) => {
|
|
|
3884
3901
|
FileSystem: output.FileSystem !== undefined && output.FileSystem !== null
|
|
3885
3902
|
? deserializeAws_json1_1FileSystem(output.FileSystem, context)
|
|
3886
3903
|
: undefined,
|
|
3887
|
-
KmsKeyId: smithy_client_1.expectString(output.KmsKeyId),
|
|
3888
|
-
Lifecycle: smithy_client_1.expectString(output.Lifecycle),
|
|
3889
|
-
OwnerId: smithy_client_1.expectString(output.OwnerId),
|
|
3890
|
-
ProgressPercent: smithy_client_1.expectInt32(output.ProgressPercent),
|
|
3891
|
-
ResourceARN: smithy_client_1.expectString(output.ResourceARN),
|
|
3892
|
-
ResourceType: smithy_client_1.expectString(output.ResourceType),
|
|
3893
|
-
SourceBackupId: smithy_client_1.expectString(output.SourceBackupId),
|
|
3894
|
-
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),
|
|
3895
3912
|
Tags: output.Tags !== undefined && output.Tags !== null ? deserializeAws_json1_1Tags(output.Tags, context) : undefined,
|
|
3896
|
-
Type: smithy_client_1.expectString(output.Type),
|
|
3913
|
+
Type: (0, smithy_client_1.expectString)(output.Type),
|
|
3897
3914
|
Volume: output.Volume !== undefined && output.Volume !== null
|
|
3898
3915
|
? deserializeAws_json1_1Volume(output.Volume, context)
|
|
3899
3916
|
: undefined,
|
|
@@ -3901,29 +3918,29 @@ const deserializeAws_json1_1Backup = (output, context) => {
|
|
|
3901
3918
|
};
|
|
3902
3919
|
const deserializeAws_json1_1BackupBeingCopied = (output, context) => {
|
|
3903
3920
|
return {
|
|
3904
|
-
BackupId: smithy_client_1.expectString(output.BackupId),
|
|
3905
|
-
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),
|
|
3906
3923
|
};
|
|
3907
3924
|
};
|
|
3908
3925
|
const deserializeAws_json1_1BackupFailureDetails = (output, context) => {
|
|
3909
3926
|
return {
|
|
3910
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3927
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3911
3928
|
};
|
|
3912
3929
|
};
|
|
3913
3930
|
const deserializeAws_json1_1BackupInProgress = (output, context) => {
|
|
3914
3931
|
return {
|
|
3915
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3932
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3916
3933
|
};
|
|
3917
3934
|
};
|
|
3918
3935
|
const deserializeAws_json1_1BackupNotFound = (output, context) => {
|
|
3919
3936
|
return {
|
|
3920
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3937
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3921
3938
|
};
|
|
3922
3939
|
};
|
|
3923
3940
|
const deserializeAws_json1_1BackupRestoring = (output, context) => {
|
|
3924
3941
|
return {
|
|
3925
|
-
FileSystemId: smithy_client_1.expectString(output.FileSystemId),
|
|
3926
|
-
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),
|
|
3927
3944
|
};
|
|
3928
3945
|
};
|
|
3929
3946
|
const deserializeAws_json1_1Backups = (output, context) => {
|
|
@@ -3939,21 +3956,21 @@ const deserializeAws_json1_1Backups = (output, context) => {
|
|
|
3939
3956
|
};
|
|
3940
3957
|
const deserializeAws_json1_1BadRequest = (output, context) => {
|
|
3941
3958
|
return {
|
|
3942
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3959
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3943
3960
|
};
|
|
3944
3961
|
};
|
|
3945
3962
|
const deserializeAws_json1_1CancelDataRepositoryTaskResponse = (output, context) => {
|
|
3946
3963
|
return {
|
|
3947
|
-
Lifecycle: smithy_client_1.expectString(output.Lifecycle),
|
|
3948
|
-
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),
|
|
3949
3966
|
};
|
|
3950
3967
|
};
|
|
3951
3968
|
const deserializeAws_json1_1CompletionReport = (output, context) => {
|
|
3952
3969
|
return {
|
|
3953
|
-
Enabled: smithy_client_1.expectBoolean(output.Enabled),
|
|
3954
|
-
Format: smithy_client_1.expectString(output.Format),
|
|
3955
|
-
Path: smithy_client_1.expectString(output.Path),
|
|
3956
|
-
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),
|
|
3957
3974
|
};
|
|
3958
3975
|
};
|
|
3959
3976
|
const deserializeAws_json1_1CopyBackupResponse = (output, context) => {
|
|
@@ -4028,20 +4045,20 @@ const deserializeAws_json1_1CreateVolumeResponse = (output, context) => {
|
|
|
4028
4045
|
};
|
|
4029
4046
|
const deserializeAws_json1_1DataRepositoryAssociation = (output, context) => {
|
|
4030
4047
|
return {
|
|
4031
|
-
AssociationId: smithy_client_1.expectString(output.AssociationId),
|
|
4032
|
-
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),
|
|
4033
4050
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
4034
|
-
? 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)))
|
|
4035
4052
|
: undefined,
|
|
4036
|
-
DataRepositoryPath: smithy_client_1.expectString(output.DataRepositoryPath),
|
|
4053
|
+
DataRepositoryPath: (0, smithy_client_1.expectString)(output.DataRepositoryPath),
|
|
4037
4054
|
FailureDetails: output.FailureDetails !== undefined && output.FailureDetails !== null
|
|
4038
4055
|
? deserializeAws_json1_1DataRepositoryFailureDetails(output.FailureDetails, context)
|
|
4039
4056
|
: undefined,
|
|
4040
|
-
FileSystemId: smithy_client_1.expectString(output.FileSystemId),
|
|
4041
|
-
FileSystemPath: smithy_client_1.expectString(output.FileSystemPath),
|
|
4042
|
-
ImportedFileChunkSize: smithy_client_1.expectInt32(output.ImportedFileChunkSize),
|
|
4043
|
-
Lifecycle: smithy_client_1.expectString(output.Lifecycle),
|
|
4044
|
-
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),
|
|
4045
4062
|
S3: output.S3 !== undefined && output.S3 !== null
|
|
4046
4063
|
? deserializeAws_json1_1S3DataRepositoryConfiguration(output.S3, context)
|
|
4047
4064
|
: undefined,
|
|
@@ -4050,7 +4067,7 @@ const deserializeAws_json1_1DataRepositoryAssociation = (output, context) => {
|
|
|
4050
4067
|
};
|
|
4051
4068
|
const deserializeAws_json1_1DataRepositoryAssociationNotFound = (output, context) => {
|
|
4052
4069
|
return {
|
|
4053
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4070
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4054
4071
|
};
|
|
4055
4072
|
};
|
|
4056
4073
|
const deserializeAws_json1_1DataRepositoryAssociations = (output, context) => {
|
|
@@ -4066,70 +4083,70 @@ const deserializeAws_json1_1DataRepositoryAssociations = (output, context) => {
|
|
|
4066
4083
|
};
|
|
4067
4084
|
const deserializeAws_json1_1DataRepositoryConfiguration = (output, context) => {
|
|
4068
4085
|
return {
|
|
4069
|
-
AutoImportPolicy: smithy_client_1.expectString(output.AutoImportPolicy),
|
|
4070
|
-
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),
|
|
4071
4088
|
FailureDetails: output.FailureDetails !== undefined && output.FailureDetails !== null
|
|
4072
4089
|
? deserializeAws_json1_1DataRepositoryFailureDetails(output.FailureDetails, context)
|
|
4073
4090
|
: undefined,
|
|
4074
|
-
ImportPath: smithy_client_1.expectString(output.ImportPath),
|
|
4075
|
-
ImportedFileChunkSize: smithy_client_1.expectInt32(output.ImportedFileChunkSize),
|
|
4076
|
-
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),
|
|
4077
4094
|
};
|
|
4078
4095
|
};
|
|
4079
4096
|
const deserializeAws_json1_1DataRepositoryFailureDetails = (output, context) => {
|
|
4080
4097
|
return {
|
|
4081
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4098
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4082
4099
|
};
|
|
4083
4100
|
};
|
|
4084
4101
|
const deserializeAws_json1_1DataRepositoryTask = (output, context) => {
|
|
4085
4102
|
return {
|
|
4086
4103
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
4087
|
-
? 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)))
|
|
4088
4105
|
: undefined,
|
|
4089
4106
|
EndTime: output.EndTime !== undefined && output.EndTime !== null
|
|
4090
|
-
? 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)))
|
|
4091
4108
|
: undefined,
|
|
4092
4109
|
FailureDetails: output.FailureDetails !== undefined && output.FailureDetails !== null
|
|
4093
4110
|
? deserializeAws_json1_1DataRepositoryTaskFailureDetails(output.FailureDetails, context)
|
|
4094
4111
|
: undefined,
|
|
4095
|
-
FileSystemId: smithy_client_1.expectString(output.FileSystemId),
|
|
4096
|
-
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),
|
|
4097
4114
|
Paths: output.Paths !== undefined && output.Paths !== null
|
|
4098
4115
|
? deserializeAws_json1_1DataRepositoryTaskPaths(output.Paths, context)
|
|
4099
4116
|
: undefined,
|
|
4100
4117
|
Report: output.Report !== undefined && output.Report !== null
|
|
4101
4118
|
? deserializeAws_json1_1CompletionReport(output.Report, context)
|
|
4102
4119
|
: undefined,
|
|
4103
|
-
ResourceARN: smithy_client_1.expectString(output.ResourceARN),
|
|
4120
|
+
ResourceARN: (0, smithy_client_1.expectString)(output.ResourceARN),
|
|
4104
4121
|
StartTime: output.StartTime !== undefined && output.StartTime !== null
|
|
4105
|
-
? 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)))
|
|
4106
4123
|
: undefined,
|
|
4107
4124
|
Status: output.Status !== undefined && output.Status !== null
|
|
4108
4125
|
? deserializeAws_json1_1DataRepositoryTaskStatus(output.Status, context)
|
|
4109
4126
|
: undefined,
|
|
4110
4127
|
Tags: output.Tags !== undefined && output.Tags !== null ? deserializeAws_json1_1Tags(output.Tags, context) : undefined,
|
|
4111
|
-
TaskId: smithy_client_1.expectString(output.TaskId),
|
|
4112
|
-
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),
|
|
4113
4130
|
};
|
|
4114
4131
|
};
|
|
4115
4132
|
const deserializeAws_json1_1DataRepositoryTaskEnded = (output, context) => {
|
|
4116
4133
|
return {
|
|
4117
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4134
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4118
4135
|
};
|
|
4119
4136
|
};
|
|
4120
4137
|
const deserializeAws_json1_1DataRepositoryTaskExecuting = (output, context) => {
|
|
4121
4138
|
return {
|
|
4122
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4139
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4123
4140
|
};
|
|
4124
4141
|
};
|
|
4125
4142
|
const deserializeAws_json1_1DataRepositoryTaskFailureDetails = (output, context) => {
|
|
4126
4143
|
return {
|
|
4127
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4144
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4128
4145
|
};
|
|
4129
4146
|
};
|
|
4130
4147
|
const deserializeAws_json1_1DataRepositoryTaskNotFound = (output, context) => {
|
|
4131
4148
|
return {
|
|
4132
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4149
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4133
4150
|
};
|
|
4134
4151
|
};
|
|
4135
4152
|
const deserializeAws_json1_1DataRepositoryTaskPaths = (output, context) => {
|
|
@@ -4139,7 +4156,7 @@ const deserializeAws_json1_1DataRepositoryTaskPaths = (output, context) => {
|
|
|
4139
4156
|
if (entry === null) {
|
|
4140
4157
|
return null;
|
|
4141
4158
|
}
|
|
4142
|
-
return smithy_client_1.expectString(entry);
|
|
4159
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
4143
4160
|
});
|
|
4144
4161
|
return retVal;
|
|
4145
4162
|
};
|
|
@@ -4156,30 +4173,30 @@ const deserializeAws_json1_1DataRepositoryTasks = (output, context) => {
|
|
|
4156
4173
|
};
|
|
4157
4174
|
const deserializeAws_json1_1DataRepositoryTaskStatus = (output, context) => {
|
|
4158
4175
|
return {
|
|
4159
|
-
FailedCount: smithy_client_1.expectLong(output.FailedCount),
|
|
4176
|
+
FailedCount: (0, smithy_client_1.expectLong)(output.FailedCount),
|
|
4160
4177
|
LastUpdatedTime: output.LastUpdatedTime !== undefined && output.LastUpdatedTime !== null
|
|
4161
|
-
? 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)))
|
|
4162
4179
|
: undefined,
|
|
4163
|
-
SucceededCount: smithy_client_1.expectLong(output.SucceededCount),
|
|
4164
|
-
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),
|
|
4165
4182
|
};
|
|
4166
4183
|
};
|
|
4167
4184
|
const deserializeAws_json1_1DeleteBackupResponse = (output, context) => {
|
|
4168
4185
|
return {
|
|
4169
|
-
BackupId: smithy_client_1.expectString(output.BackupId),
|
|
4170
|
-
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),
|
|
4171
4188
|
};
|
|
4172
4189
|
};
|
|
4173
4190
|
const deserializeAws_json1_1DeleteDataRepositoryAssociationResponse = (output, context) => {
|
|
4174
4191
|
return {
|
|
4175
|
-
AssociationId: smithy_client_1.expectString(output.AssociationId),
|
|
4176
|
-
DeleteDataInFileSystem: smithy_client_1.expectBoolean(output.DeleteDataInFileSystem),
|
|
4177
|
-
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),
|
|
4178
4195
|
};
|
|
4179
4196
|
};
|
|
4180
4197
|
const deserializeAws_json1_1DeleteFileSystemLustreResponse = (output, context) => {
|
|
4181
4198
|
return {
|
|
4182
|
-
FinalBackupId: smithy_client_1.expectString(output.FinalBackupId),
|
|
4199
|
+
FinalBackupId: (0, smithy_client_1.expectString)(output.FinalBackupId),
|
|
4183
4200
|
FinalBackupTags: output.FinalBackupTags !== undefined && output.FinalBackupTags !== null
|
|
4184
4201
|
? deserializeAws_json1_1Tags(output.FinalBackupTags, context)
|
|
4185
4202
|
: undefined,
|
|
@@ -4187,7 +4204,7 @@ const deserializeAws_json1_1DeleteFileSystemLustreResponse = (output, context) =
|
|
|
4187
4204
|
};
|
|
4188
4205
|
const deserializeAws_json1_1DeleteFileSystemOpenZFSResponse = (output, context) => {
|
|
4189
4206
|
return {
|
|
4190
|
-
FinalBackupId: smithy_client_1.expectString(output.FinalBackupId),
|
|
4207
|
+
FinalBackupId: (0, smithy_client_1.expectString)(output.FinalBackupId),
|
|
4191
4208
|
FinalBackupTags: output.FinalBackupTags !== undefined && output.FinalBackupTags !== null
|
|
4192
4209
|
? deserializeAws_json1_1Tags(output.FinalBackupTags, context)
|
|
4193
4210
|
: undefined,
|
|
@@ -4195,8 +4212,8 @@ const deserializeAws_json1_1DeleteFileSystemOpenZFSResponse = (output, context)
|
|
|
4195
4212
|
};
|
|
4196
4213
|
const deserializeAws_json1_1DeleteFileSystemResponse = (output, context) => {
|
|
4197
4214
|
return {
|
|
4198
|
-
FileSystemId: smithy_client_1.expectString(output.FileSystemId),
|
|
4199
|
-
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),
|
|
4200
4217
|
LustreResponse: output.LustreResponse !== undefined && output.LustreResponse !== null
|
|
4201
4218
|
? deserializeAws_json1_1DeleteFileSystemLustreResponse(output.LustreResponse, context)
|
|
4202
4219
|
: undefined,
|
|
@@ -4210,7 +4227,7 @@ const deserializeAws_json1_1DeleteFileSystemResponse = (output, context) => {
|
|
|
4210
4227
|
};
|
|
4211
4228
|
const deserializeAws_json1_1DeleteFileSystemWindowsResponse = (output, context) => {
|
|
4212
4229
|
return {
|
|
4213
|
-
FinalBackupId: smithy_client_1.expectString(output.FinalBackupId),
|
|
4230
|
+
FinalBackupId: (0, smithy_client_1.expectString)(output.FinalBackupId),
|
|
4214
4231
|
FinalBackupTags: output.FinalBackupTags !== undefined && output.FinalBackupTags !== null
|
|
4215
4232
|
? deserializeAws_json1_1Tags(output.FinalBackupTags, context)
|
|
4216
4233
|
: undefined,
|
|
@@ -4218,19 +4235,19 @@ const deserializeAws_json1_1DeleteFileSystemWindowsResponse = (output, context)
|
|
|
4218
4235
|
};
|
|
4219
4236
|
const deserializeAws_json1_1DeleteSnapshotResponse = (output, context) => {
|
|
4220
4237
|
return {
|
|
4221
|
-
Lifecycle: smithy_client_1.expectString(output.Lifecycle),
|
|
4222
|
-
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),
|
|
4223
4240
|
};
|
|
4224
4241
|
};
|
|
4225
4242
|
const deserializeAws_json1_1DeleteStorageVirtualMachineResponse = (output, context) => {
|
|
4226
4243
|
return {
|
|
4227
|
-
Lifecycle: smithy_client_1.expectString(output.Lifecycle),
|
|
4228
|
-
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),
|
|
4229
4246
|
};
|
|
4230
4247
|
};
|
|
4231
4248
|
const deserializeAws_json1_1DeleteVolumeOntapResponse = (output, context) => {
|
|
4232
4249
|
return {
|
|
4233
|
-
FinalBackupId: smithy_client_1.expectString(output.FinalBackupId),
|
|
4250
|
+
FinalBackupId: (0, smithy_client_1.expectString)(output.FinalBackupId),
|
|
4234
4251
|
FinalBackupTags: output.FinalBackupTags !== undefined && output.FinalBackupTags !== null
|
|
4235
4252
|
? deserializeAws_json1_1Tags(output.FinalBackupTags, context)
|
|
4236
4253
|
: undefined,
|
|
@@ -4238,11 +4255,11 @@ const deserializeAws_json1_1DeleteVolumeOntapResponse = (output, context) => {
|
|
|
4238
4255
|
};
|
|
4239
4256
|
const deserializeAws_json1_1DeleteVolumeResponse = (output, context) => {
|
|
4240
4257
|
return {
|
|
4241
|
-
Lifecycle: smithy_client_1.expectString(output.Lifecycle),
|
|
4258
|
+
Lifecycle: (0, smithy_client_1.expectString)(output.Lifecycle),
|
|
4242
4259
|
OntapResponse: output.OntapResponse !== undefined && output.OntapResponse !== null
|
|
4243
4260
|
? deserializeAws_json1_1DeleteVolumeOntapResponse(output.OntapResponse, context)
|
|
4244
4261
|
: undefined,
|
|
4245
|
-
VolumeId: smithy_client_1.expectString(output.VolumeId),
|
|
4262
|
+
VolumeId: (0, smithy_client_1.expectString)(output.VolumeId),
|
|
4246
4263
|
};
|
|
4247
4264
|
};
|
|
4248
4265
|
const deserializeAws_json1_1DescribeBackupsResponse = (output, context) => {
|
|
@@ -4250,7 +4267,7 @@ const deserializeAws_json1_1DescribeBackupsResponse = (output, context) => {
|
|
|
4250
4267
|
Backups: output.Backups !== undefined && output.Backups !== null
|
|
4251
4268
|
? deserializeAws_json1_1Backups(output.Backups, context)
|
|
4252
4269
|
: undefined,
|
|
4253
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
4270
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
4254
4271
|
};
|
|
4255
4272
|
};
|
|
4256
4273
|
const deserializeAws_json1_1DescribeDataRepositoryAssociationsResponse = (output, context) => {
|
|
@@ -4258,7 +4275,7 @@ const deserializeAws_json1_1DescribeDataRepositoryAssociationsResponse = (output
|
|
|
4258
4275
|
Associations: output.Associations !== undefined && output.Associations !== null
|
|
4259
4276
|
? deserializeAws_json1_1DataRepositoryAssociations(output.Associations, context)
|
|
4260
4277
|
: undefined,
|
|
4261
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
4278
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
4262
4279
|
};
|
|
4263
4280
|
};
|
|
4264
4281
|
const deserializeAws_json1_1DescribeDataRepositoryTasksResponse = (output, context) => {
|
|
@@ -4266,7 +4283,7 @@ const deserializeAws_json1_1DescribeDataRepositoryTasksResponse = (output, conte
|
|
|
4266
4283
|
DataRepositoryTasks: output.DataRepositoryTasks !== undefined && output.DataRepositoryTasks !== null
|
|
4267
4284
|
? deserializeAws_json1_1DataRepositoryTasks(output.DataRepositoryTasks, context)
|
|
4268
4285
|
: undefined,
|
|
4269
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
4286
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
4270
4287
|
};
|
|
4271
4288
|
};
|
|
4272
4289
|
const deserializeAws_json1_1DescribeFileSystemAliasesResponse = (output, context) => {
|
|
@@ -4274,7 +4291,7 @@ const deserializeAws_json1_1DescribeFileSystemAliasesResponse = (output, context
|
|
|
4274
4291
|
Aliases: output.Aliases !== undefined && output.Aliases !== null
|
|
4275
4292
|
? deserializeAws_json1_1Aliases(output.Aliases, context)
|
|
4276
4293
|
: undefined,
|
|
4277
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
4294
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
4278
4295
|
};
|
|
4279
4296
|
};
|
|
4280
4297
|
const deserializeAws_json1_1DescribeFileSystemsResponse = (output, context) => {
|
|
@@ -4282,12 +4299,12 @@ const deserializeAws_json1_1DescribeFileSystemsResponse = (output, context) => {
|
|
|
4282
4299
|
FileSystems: output.FileSystems !== undefined && output.FileSystems !== null
|
|
4283
4300
|
? deserializeAws_json1_1FileSystems(output.FileSystems, context)
|
|
4284
4301
|
: undefined,
|
|
4285
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
4302
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
4286
4303
|
};
|
|
4287
4304
|
};
|
|
4288
4305
|
const deserializeAws_json1_1DescribeSnapshotsResponse = (output, context) => {
|
|
4289
4306
|
return {
|
|
4290
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
4307
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
4291
4308
|
Snapshots: output.Snapshots !== undefined && output.Snapshots !== null
|
|
4292
4309
|
? deserializeAws_json1_1Snapshots(output.Snapshots, context)
|
|
4293
4310
|
: undefined,
|
|
@@ -4295,7 +4312,7 @@ const deserializeAws_json1_1DescribeSnapshotsResponse = (output, context) => {
|
|
|
4295
4312
|
};
|
|
4296
4313
|
const deserializeAws_json1_1DescribeStorageVirtualMachinesResponse = (output, context) => {
|
|
4297
4314
|
return {
|
|
4298
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
4315
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
4299
4316
|
StorageVirtualMachines: output.StorageVirtualMachines !== undefined && output.StorageVirtualMachines !== null
|
|
4300
4317
|
? deserializeAws_json1_1StorageVirtualMachines(output.StorageVirtualMachines, context)
|
|
4301
4318
|
: undefined,
|
|
@@ -4303,7 +4320,7 @@ const deserializeAws_json1_1DescribeStorageVirtualMachinesResponse = (output, co
|
|
|
4303
4320
|
};
|
|
4304
4321
|
const deserializeAws_json1_1DescribeVolumesResponse = (output, context) => {
|
|
4305
4322
|
return {
|
|
4306
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
4323
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
4307
4324
|
Volumes: output.Volumes !== undefined && output.Volumes !== null
|
|
4308
4325
|
? deserializeAws_json1_1Volumes(output.Volumes, context)
|
|
4309
4326
|
: undefined,
|
|
@@ -4318,8 +4335,8 @@ const deserializeAws_json1_1DisassociateFileSystemAliasesResponse = (output, con
|
|
|
4318
4335
|
};
|
|
4319
4336
|
const deserializeAws_json1_1DiskIopsConfiguration = (output, context) => {
|
|
4320
4337
|
return {
|
|
4321
|
-
Iops: smithy_client_1.expectLong(output.Iops),
|
|
4322
|
-
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),
|
|
4323
4340
|
};
|
|
4324
4341
|
};
|
|
4325
4342
|
const deserializeAws_json1_1DnsIps = (output, context) => {
|
|
@@ -4329,7 +4346,7 @@ const deserializeAws_json1_1DnsIps = (output, context) => {
|
|
|
4329
4346
|
if (entry === null) {
|
|
4330
4347
|
return null;
|
|
4331
4348
|
}
|
|
4332
|
-
return smithy_client_1.expectString(entry);
|
|
4349
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
4333
4350
|
});
|
|
4334
4351
|
return retVal;
|
|
4335
4352
|
};
|
|
@@ -4340,7 +4357,7 @@ const deserializeAws_json1_1EventTypes = (output, context) => {
|
|
|
4340
4357
|
if (entry === null) {
|
|
4341
4358
|
return null;
|
|
4342
4359
|
}
|
|
4343
|
-
return smithy_client_1.expectString(entry);
|
|
4360
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
4344
4361
|
});
|
|
4345
4362
|
return retVal;
|
|
4346
4363
|
};
|
|
@@ -4350,17 +4367,17 @@ const deserializeAws_json1_1FileSystem = (output, context) => {
|
|
|
4350
4367
|
? deserializeAws_json1_1AdministrativeActions(output.AdministrativeActions, context)
|
|
4351
4368
|
: undefined,
|
|
4352
4369
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
4353
|
-
? 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)))
|
|
4354
4371
|
: undefined,
|
|
4355
|
-
DNSName: smithy_client_1.expectString(output.DNSName),
|
|
4372
|
+
DNSName: (0, smithy_client_1.expectString)(output.DNSName),
|
|
4356
4373
|
FailureDetails: output.FailureDetails !== undefined && output.FailureDetails !== null
|
|
4357
4374
|
? deserializeAws_json1_1FileSystemFailureDetails(output.FailureDetails, context)
|
|
4358
4375
|
: undefined,
|
|
4359
|
-
FileSystemId: smithy_client_1.expectString(output.FileSystemId),
|
|
4360
|
-
FileSystemType: smithy_client_1.expectString(output.FileSystemType),
|
|
4361
|
-
FileSystemTypeVersion: smithy_client_1.expectString(output.FileSystemTypeVersion),
|
|
4362
|
-
KmsKeyId: smithy_client_1.expectString(output.KmsKeyId),
|
|
4363
|
-
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),
|
|
4364
4381
|
LustreConfiguration: output.LustreConfiguration !== undefined && output.LustreConfiguration !== null
|
|
4365
4382
|
? deserializeAws_json1_1LustreFileSystemConfiguration(output.LustreConfiguration, context)
|
|
4366
4383
|
: undefined,
|
|
@@ -4373,15 +4390,15 @@ const deserializeAws_json1_1FileSystem = (output, context) => {
|
|
|
4373
4390
|
OpenZFSConfiguration: output.OpenZFSConfiguration !== undefined && output.OpenZFSConfiguration !== null
|
|
4374
4391
|
? deserializeAws_json1_1OpenZFSFileSystemConfiguration(output.OpenZFSConfiguration, context)
|
|
4375
4392
|
: undefined,
|
|
4376
|
-
OwnerId: smithy_client_1.expectString(output.OwnerId),
|
|
4377
|
-
ResourceARN: smithy_client_1.expectString(output.ResourceARN),
|
|
4378
|
-
StorageCapacity: smithy_client_1.expectInt32(output.StorageCapacity),
|
|
4379
|
-
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),
|
|
4380
4397
|
SubnetIds: output.SubnetIds !== undefined && output.SubnetIds !== null
|
|
4381
4398
|
? deserializeAws_json1_1SubnetIds(output.SubnetIds, context)
|
|
4382
4399
|
: undefined,
|
|
4383
4400
|
Tags: output.Tags !== undefined && output.Tags !== null ? deserializeAws_json1_1Tags(output.Tags, context) : undefined,
|
|
4384
|
-
VpcId: smithy_client_1.expectString(output.VpcId),
|
|
4401
|
+
VpcId: (0, smithy_client_1.expectString)(output.VpcId),
|
|
4385
4402
|
WindowsConfiguration: output.WindowsConfiguration !== undefined && output.WindowsConfiguration !== null
|
|
4386
4403
|
? deserializeAws_json1_1WindowsFileSystemConfiguration(output.WindowsConfiguration, context)
|
|
4387
4404
|
: undefined,
|
|
@@ -4389,7 +4406,7 @@ const deserializeAws_json1_1FileSystem = (output, context) => {
|
|
|
4389
4406
|
};
|
|
4390
4407
|
const deserializeAws_json1_1FileSystemEndpoint = (output, context) => {
|
|
4391
4408
|
return {
|
|
4392
|
-
DNSName: smithy_client_1.expectString(output.DNSName),
|
|
4409
|
+
DNSName: (0, smithy_client_1.expectString)(output.DNSName),
|
|
4393
4410
|
IpAddresses: output.IpAddresses !== undefined && output.IpAddresses !== null
|
|
4394
4411
|
? deserializeAws_json1_1OntapEndpointIpAddresses(output.IpAddresses, context)
|
|
4395
4412
|
: undefined,
|
|
@@ -4407,7 +4424,7 @@ const deserializeAws_json1_1FileSystemEndpoints = (output, context) => {
|
|
|
4407
4424
|
};
|
|
4408
4425
|
const deserializeAws_json1_1FileSystemFailureDetails = (output, context) => {
|
|
4409
4426
|
return {
|
|
4410
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4427
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4411
4428
|
};
|
|
4412
4429
|
};
|
|
4413
4430
|
const deserializeAws_json1_1FileSystemMaintenanceOperations = (output, context) => {
|
|
@@ -4417,13 +4434,13 @@ const deserializeAws_json1_1FileSystemMaintenanceOperations = (output, context)
|
|
|
4417
4434
|
if (entry === null) {
|
|
4418
4435
|
return null;
|
|
4419
4436
|
}
|
|
4420
|
-
return smithy_client_1.expectString(entry);
|
|
4437
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
4421
4438
|
});
|
|
4422
4439
|
return retVal;
|
|
4423
4440
|
};
|
|
4424
4441
|
const deserializeAws_json1_1FileSystemNotFound = (output, context) => {
|
|
4425
4442
|
return {
|
|
4426
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4443
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4427
4444
|
};
|
|
4428
4445
|
};
|
|
4429
4446
|
const deserializeAws_json1_1FileSystems = (output, context) => {
|
|
@@ -4439,107 +4456,107 @@ const deserializeAws_json1_1FileSystems = (output, context) => {
|
|
|
4439
4456
|
};
|
|
4440
4457
|
const deserializeAws_json1_1IncompatibleParameterError = (output, context) => {
|
|
4441
4458
|
return {
|
|
4442
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4443
|
-
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),
|
|
4444
4461
|
};
|
|
4445
4462
|
};
|
|
4446
4463
|
const deserializeAws_json1_1IncompatibleRegionForMultiAZ = (output, context) => {
|
|
4447
4464
|
return {
|
|
4448
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4465
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4449
4466
|
};
|
|
4450
4467
|
};
|
|
4451
4468
|
const deserializeAws_json1_1InternalServerError = (output, context) => {
|
|
4452
4469
|
return {
|
|
4453
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4470
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4454
4471
|
};
|
|
4455
4472
|
};
|
|
4456
4473
|
const deserializeAws_json1_1InvalidDataRepositoryType = (output, context) => {
|
|
4457
4474
|
return {
|
|
4458
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4475
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4459
4476
|
};
|
|
4460
4477
|
};
|
|
4461
4478
|
const deserializeAws_json1_1InvalidDestinationKmsKey = (output, context) => {
|
|
4462
4479
|
return {
|
|
4463
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4480
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4464
4481
|
};
|
|
4465
4482
|
};
|
|
4466
4483
|
const deserializeAws_json1_1InvalidExportPath = (output, context) => {
|
|
4467
4484
|
return {
|
|
4468
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4485
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4469
4486
|
};
|
|
4470
4487
|
};
|
|
4471
4488
|
const deserializeAws_json1_1InvalidImportPath = (output, context) => {
|
|
4472
4489
|
return {
|
|
4473
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4490
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4474
4491
|
};
|
|
4475
4492
|
};
|
|
4476
4493
|
const deserializeAws_json1_1InvalidNetworkSettings = (output, context) => {
|
|
4477
4494
|
return {
|
|
4478
|
-
InvalidRouteTableId: smithy_client_1.expectString(output.InvalidRouteTableId),
|
|
4479
|
-
InvalidSecurityGroupId: smithy_client_1.expectString(output.InvalidSecurityGroupId),
|
|
4480
|
-
InvalidSubnetId: smithy_client_1.expectString(output.InvalidSubnetId),
|
|
4481
|
-
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),
|
|
4482
4499
|
};
|
|
4483
4500
|
};
|
|
4484
4501
|
const deserializeAws_json1_1InvalidPerUnitStorageThroughput = (output, context) => {
|
|
4485
4502
|
return {
|
|
4486
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4503
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4487
4504
|
};
|
|
4488
4505
|
};
|
|
4489
4506
|
const deserializeAws_json1_1InvalidRegion = (output, context) => {
|
|
4490
4507
|
return {
|
|
4491
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4508
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4492
4509
|
};
|
|
4493
4510
|
};
|
|
4494
4511
|
const deserializeAws_json1_1InvalidSourceKmsKey = (output, context) => {
|
|
4495
4512
|
return {
|
|
4496
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4513
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4497
4514
|
};
|
|
4498
4515
|
};
|
|
4499
4516
|
const deserializeAws_json1_1LifecycleTransitionReason = (output, context) => {
|
|
4500
4517
|
return {
|
|
4501
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4518
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4502
4519
|
};
|
|
4503
4520
|
};
|
|
4504
4521
|
const deserializeAws_json1_1ListTagsForResourceResponse = (output, context) => {
|
|
4505
4522
|
return {
|
|
4506
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
4523
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
4507
4524
|
Tags: output.Tags !== undefined && output.Tags !== null ? deserializeAws_json1_1Tags(output.Tags, context) : undefined,
|
|
4508
4525
|
};
|
|
4509
4526
|
};
|
|
4510
4527
|
const deserializeAws_json1_1LustreFileSystemConfiguration = (output, context) => {
|
|
4511
4528
|
return {
|
|
4512
|
-
AutomaticBackupRetentionDays: smithy_client_1.expectInt32(output.AutomaticBackupRetentionDays),
|
|
4513
|
-
CopyTagsToBackups: smithy_client_1.expectBoolean(output.CopyTagsToBackups),
|
|
4514
|
-
DailyAutomaticBackupStartTime: smithy_client_1.expectString(output.DailyAutomaticBackupStartTime),
|
|
4515
|
-
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),
|
|
4516
4533
|
DataRepositoryConfiguration: output.DataRepositoryConfiguration !== undefined && output.DataRepositoryConfiguration !== null
|
|
4517
4534
|
? deserializeAws_json1_1DataRepositoryConfiguration(output.DataRepositoryConfiguration, context)
|
|
4518
4535
|
: undefined,
|
|
4519
|
-
DeploymentType: smithy_client_1.expectString(output.DeploymentType),
|
|
4520
|
-
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),
|
|
4521
4538
|
LogConfiguration: output.LogConfiguration !== undefined && output.LogConfiguration !== null
|
|
4522
4539
|
? deserializeAws_json1_1LustreLogConfiguration(output.LogConfiguration, context)
|
|
4523
4540
|
: undefined,
|
|
4524
|
-
MountName: smithy_client_1.expectString(output.MountName),
|
|
4525
|
-
PerUnitStorageThroughput: smithy_client_1.expectInt32(output.PerUnitStorageThroughput),
|
|
4526
|
-
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),
|
|
4527
4544
|
};
|
|
4528
4545
|
};
|
|
4529
4546
|
const deserializeAws_json1_1LustreLogConfiguration = (output, context) => {
|
|
4530
4547
|
return {
|
|
4531
|
-
Destination: smithy_client_1.expectString(output.Destination),
|
|
4532
|
-
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),
|
|
4533
4550
|
};
|
|
4534
4551
|
};
|
|
4535
4552
|
const deserializeAws_json1_1MissingFileSystemConfiguration = (output, context) => {
|
|
4536
4553
|
return {
|
|
4537
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4554
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4538
4555
|
};
|
|
4539
4556
|
};
|
|
4540
4557
|
const deserializeAws_json1_1MissingVolumeConfiguration = (output, context) => {
|
|
4541
4558
|
return {
|
|
4542
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4559
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4543
4560
|
};
|
|
4544
4561
|
};
|
|
4545
4562
|
const deserializeAws_json1_1NetworkInterfaceIds = (output, context) => {
|
|
@@ -4549,14 +4566,14 @@ const deserializeAws_json1_1NetworkInterfaceIds = (output, context) => {
|
|
|
4549
4566
|
if (entry === null) {
|
|
4550
4567
|
return null;
|
|
4551
4568
|
}
|
|
4552
|
-
return smithy_client_1.expectString(entry);
|
|
4569
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
4553
4570
|
});
|
|
4554
4571
|
return retVal;
|
|
4555
4572
|
};
|
|
4556
4573
|
const deserializeAws_json1_1NotServiceResourceError = (output, context) => {
|
|
4557
4574
|
return {
|
|
4558
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4559
|
-
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),
|
|
4560
4577
|
};
|
|
4561
4578
|
};
|
|
4562
4579
|
const deserializeAws_json1_1OntapEndpointIpAddresses = (output, context) => {
|
|
@@ -4566,49 +4583,49 @@ const deserializeAws_json1_1OntapEndpointIpAddresses = (output, context) => {
|
|
|
4566
4583
|
if (entry === null) {
|
|
4567
4584
|
return null;
|
|
4568
4585
|
}
|
|
4569
|
-
return smithy_client_1.expectString(entry);
|
|
4586
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
4570
4587
|
});
|
|
4571
4588
|
return retVal;
|
|
4572
4589
|
};
|
|
4573
4590
|
const deserializeAws_json1_1OntapFileSystemConfiguration = (output, context) => {
|
|
4574
4591
|
return {
|
|
4575
|
-
AutomaticBackupRetentionDays: smithy_client_1.expectInt32(output.AutomaticBackupRetentionDays),
|
|
4576
|
-
DailyAutomaticBackupStartTime: smithy_client_1.expectString(output.DailyAutomaticBackupStartTime),
|
|
4577
|
-
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),
|
|
4578
4595
|
DiskIopsConfiguration: output.DiskIopsConfiguration !== undefined && output.DiskIopsConfiguration !== null
|
|
4579
4596
|
? deserializeAws_json1_1DiskIopsConfiguration(output.DiskIopsConfiguration, context)
|
|
4580
4597
|
: undefined,
|
|
4581
|
-
EndpointIpAddressRange: smithy_client_1.expectString(output.EndpointIpAddressRange),
|
|
4598
|
+
EndpointIpAddressRange: (0, smithy_client_1.expectString)(output.EndpointIpAddressRange),
|
|
4582
4599
|
Endpoints: output.Endpoints !== undefined && output.Endpoints !== null
|
|
4583
4600
|
? deserializeAws_json1_1FileSystemEndpoints(output.Endpoints, context)
|
|
4584
4601
|
: undefined,
|
|
4585
|
-
PreferredSubnetId: smithy_client_1.expectString(output.PreferredSubnetId),
|
|
4602
|
+
PreferredSubnetId: (0, smithy_client_1.expectString)(output.PreferredSubnetId),
|
|
4586
4603
|
RouteTableIds: output.RouteTableIds !== undefined && output.RouteTableIds !== null
|
|
4587
4604
|
? deserializeAws_json1_1RouteTableIds(output.RouteTableIds, context)
|
|
4588
4605
|
: undefined,
|
|
4589
|
-
ThroughputCapacity: smithy_client_1.expectInt32(output.ThroughputCapacity),
|
|
4590
|
-
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),
|
|
4591
4608
|
};
|
|
4592
4609
|
};
|
|
4593
4610
|
const deserializeAws_json1_1OntapVolumeConfiguration = (output, context) => {
|
|
4594
4611
|
return {
|
|
4595
|
-
FlexCacheEndpointType: smithy_client_1.expectString(output.FlexCacheEndpointType),
|
|
4596
|
-
JunctionPath: smithy_client_1.expectString(output.JunctionPath),
|
|
4597
|
-
OntapVolumeType: smithy_client_1.expectString(output.OntapVolumeType),
|
|
4598
|
-
SecurityStyle: smithy_client_1.expectString(output.SecurityStyle),
|
|
4599
|
-
SizeInMegabytes: smithy_client_1.expectInt32(output.SizeInMegabytes),
|
|
4600
|
-
StorageEfficiencyEnabled: smithy_client_1.expectBoolean(output.StorageEfficiencyEnabled),
|
|
4601
|
-
StorageVirtualMachineId: smithy_client_1.expectString(output.StorageVirtualMachineId),
|
|
4602
|
-
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),
|
|
4603
4620
|
TieringPolicy: output.TieringPolicy !== undefined && output.TieringPolicy !== null
|
|
4604
4621
|
? deserializeAws_json1_1TieringPolicy(output.TieringPolicy, context)
|
|
4605
4622
|
: undefined,
|
|
4606
|
-
UUID: smithy_client_1.expectString(output.UUID),
|
|
4623
|
+
UUID: (0, smithy_client_1.expectString)(output.UUID),
|
|
4607
4624
|
};
|
|
4608
4625
|
};
|
|
4609
4626
|
const deserializeAws_json1_1OpenZFSClientConfiguration = (output, context) => {
|
|
4610
4627
|
return {
|
|
4611
|
-
Clients: smithy_client_1.expectString(output.Clients),
|
|
4628
|
+
Clients: (0, smithy_client_1.expectString)(output.Clients),
|
|
4612
4629
|
Options: output.Options !== undefined && output.Options !== null
|
|
4613
4630
|
? deserializeAws_json1_1OpenZFSNfsExportOptions(output.Options, context)
|
|
4614
4631
|
: undefined,
|
|
@@ -4627,17 +4644,17 @@ const deserializeAws_json1_1OpenZFSClientConfigurations = (output, context) => {
|
|
|
4627
4644
|
};
|
|
4628
4645
|
const deserializeAws_json1_1OpenZFSFileSystemConfiguration = (output, context) => {
|
|
4629
4646
|
return {
|
|
4630
|
-
AutomaticBackupRetentionDays: smithy_client_1.expectInt32(output.AutomaticBackupRetentionDays),
|
|
4631
|
-
CopyTagsToBackups: smithy_client_1.expectBoolean(output.CopyTagsToBackups),
|
|
4632
|
-
CopyTagsToVolumes: smithy_client_1.expectBoolean(output.CopyTagsToVolumes),
|
|
4633
|
-
DailyAutomaticBackupStartTime: smithy_client_1.expectString(output.DailyAutomaticBackupStartTime),
|
|
4634
|
-
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),
|
|
4635
4652
|
DiskIopsConfiguration: output.DiskIopsConfiguration !== undefined && output.DiskIopsConfiguration !== null
|
|
4636
4653
|
? deserializeAws_json1_1DiskIopsConfiguration(output.DiskIopsConfiguration, context)
|
|
4637
4654
|
: undefined,
|
|
4638
|
-
RootVolumeId: smithy_client_1.expectString(output.RootVolumeId),
|
|
4639
|
-
ThroughputCapacity: smithy_client_1.expectInt32(output.ThroughputCapacity),
|
|
4640
|
-
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),
|
|
4641
4658
|
};
|
|
4642
4659
|
};
|
|
4643
4660
|
const deserializeAws_json1_1OpenZFSNfsExport = (output, context) => {
|
|
@@ -4654,7 +4671,7 @@ const deserializeAws_json1_1OpenZFSNfsExportOptions = (output, context) => {
|
|
|
4654
4671
|
if (entry === null) {
|
|
4655
4672
|
return null;
|
|
4656
4673
|
}
|
|
4657
|
-
return smithy_client_1.expectString(entry);
|
|
4674
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
4658
4675
|
});
|
|
4659
4676
|
return retVal;
|
|
4660
4677
|
};
|
|
@@ -4671,8 +4688,8 @@ const deserializeAws_json1_1OpenZFSNfsExports = (output, context) => {
|
|
|
4671
4688
|
};
|
|
4672
4689
|
const deserializeAws_json1_1OpenZFSOriginSnapshotConfiguration = (output, context) => {
|
|
4673
4690
|
return {
|
|
4674
|
-
CopyStrategy: smithy_client_1.expectString(output.CopyStrategy),
|
|
4675
|
-
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),
|
|
4676
4693
|
};
|
|
4677
4694
|
};
|
|
4678
4695
|
const deserializeAws_json1_1OpenZFSUserAndGroupQuotas = (output, context) => {
|
|
@@ -4688,29 +4705,30 @@ const deserializeAws_json1_1OpenZFSUserAndGroupQuotas = (output, context) => {
|
|
|
4688
4705
|
};
|
|
4689
4706
|
const deserializeAws_json1_1OpenZFSUserOrGroupQuota = (output, context) => {
|
|
4690
4707
|
return {
|
|
4691
|
-
Id: smithy_client_1.expectInt32(output.Id),
|
|
4692
|
-
StorageCapacityQuotaGiB: smithy_client_1.expectInt32(output.StorageCapacityQuotaGiB),
|
|
4693
|
-
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),
|
|
4694
4711
|
};
|
|
4695
4712
|
};
|
|
4696
4713
|
const deserializeAws_json1_1OpenZFSVolumeConfiguration = (output, context) => {
|
|
4697
4714
|
return {
|
|
4698
|
-
CopyTagsToSnapshots: smithy_client_1.expectBoolean(output.CopyTagsToSnapshots),
|
|
4699
|
-
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),
|
|
4700
4717
|
NfsExports: output.NfsExports !== undefined && output.NfsExports !== null
|
|
4701
4718
|
? deserializeAws_json1_1OpenZFSNfsExports(output.NfsExports, context)
|
|
4702
4719
|
: undefined,
|
|
4703
4720
|
OriginSnapshot: output.OriginSnapshot !== undefined && output.OriginSnapshot !== null
|
|
4704
4721
|
? deserializeAws_json1_1OpenZFSOriginSnapshotConfiguration(output.OriginSnapshot, context)
|
|
4705
4722
|
: undefined,
|
|
4706
|
-
ParentVolumeId: smithy_client_1.expectString(output.ParentVolumeId),
|
|
4707
|
-
ReadOnly: smithy_client_1.expectBoolean(output.ReadOnly),
|
|
4708
|
-
|
|
4709
|
-
|
|
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),
|
|
4710
4728
|
UserAndGroupQuotas: output.UserAndGroupQuotas !== undefined && output.UserAndGroupQuotas !== null
|
|
4711
4729
|
? deserializeAws_json1_1OpenZFSUserAndGroupQuotas(output.UserAndGroupQuotas, context)
|
|
4712
4730
|
: undefined,
|
|
4713
|
-
VolumePath: smithy_client_1.expectString(output.VolumePath),
|
|
4731
|
+
VolumePath: (0, smithy_client_1.expectString)(output.VolumePath),
|
|
4714
4732
|
};
|
|
4715
4733
|
};
|
|
4716
4734
|
const deserializeAws_json1_1ReleaseFileSystemNfsV3LocksResponse = (output, context) => {
|
|
@@ -4722,20 +4740,20 @@ const deserializeAws_json1_1ReleaseFileSystemNfsV3LocksResponse = (output, conte
|
|
|
4722
4740
|
};
|
|
4723
4741
|
const deserializeAws_json1_1ResourceDoesNotSupportTagging = (output, context) => {
|
|
4724
4742
|
return {
|
|
4725
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4726
|
-
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),
|
|
4727
4745
|
};
|
|
4728
4746
|
};
|
|
4729
4747
|
const deserializeAws_json1_1ResourceNotFound = (output, context) => {
|
|
4730
4748
|
return {
|
|
4731
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4732
|
-
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),
|
|
4733
4751
|
};
|
|
4734
4752
|
};
|
|
4735
4753
|
const deserializeAws_json1_1RestoreVolumeFromSnapshotResponse = (output, context) => {
|
|
4736
4754
|
return {
|
|
4737
|
-
Lifecycle: smithy_client_1.expectString(output.Lifecycle),
|
|
4738
|
-
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),
|
|
4739
4757
|
};
|
|
4740
4758
|
};
|
|
4741
4759
|
const deserializeAws_json1_1RouteTableIds = (output, context) => {
|
|
@@ -4745,7 +4763,7 @@ const deserializeAws_json1_1RouteTableIds = (output, context) => {
|
|
|
4745
4763
|
if (entry === null) {
|
|
4746
4764
|
return null;
|
|
4747
4765
|
}
|
|
4748
|
-
return smithy_client_1.expectString(entry);
|
|
4766
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
4749
4767
|
});
|
|
4750
4768
|
return retVal;
|
|
4751
4769
|
};
|
|
@@ -4764,16 +4782,16 @@ const deserializeAws_json1_1SelfManagedActiveDirectoryAttributes = (output, cont
|
|
|
4764
4782
|
DnsIps: output.DnsIps !== undefined && output.DnsIps !== null
|
|
4765
4783
|
? deserializeAws_json1_1DnsIps(output.DnsIps, context)
|
|
4766
4784
|
: undefined,
|
|
4767
|
-
DomainName: smithy_client_1.expectString(output.DomainName),
|
|
4768
|
-
FileSystemAdministratorsGroup: smithy_client_1.expectString(output.FileSystemAdministratorsGroup),
|
|
4769
|
-
OrganizationalUnitDistinguishedName: smithy_client_1.expectString(output.OrganizationalUnitDistinguishedName),
|
|
4770
|
-
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),
|
|
4771
4789
|
};
|
|
4772
4790
|
};
|
|
4773
4791
|
const deserializeAws_json1_1ServiceLimitExceeded = (output, context) => {
|
|
4774
4792
|
return {
|
|
4775
|
-
Limit: smithy_client_1.expectString(output.Limit),
|
|
4776
|
-
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),
|
|
4777
4795
|
};
|
|
4778
4796
|
};
|
|
4779
4797
|
const deserializeAws_json1_1Snapshot = (output, context) => {
|
|
@@ -4782,19 +4800,22 @@ const deserializeAws_json1_1Snapshot = (output, context) => {
|
|
|
4782
4800
|
? deserializeAws_json1_1AdministrativeActions(output.AdministrativeActions, context)
|
|
4783
4801
|
: undefined,
|
|
4784
4802
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
4785
|
-
? 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
|
+
: undefined,
|
|
4805
|
+
Lifecycle: (0, smithy_client_1.expectString)(output.Lifecycle),
|
|
4806
|
+
LifecycleTransitionReason: output.LifecycleTransitionReason !== undefined && output.LifecycleTransitionReason !== null
|
|
4807
|
+
? deserializeAws_json1_1LifecycleTransitionReason(output.LifecycleTransitionReason, context)
|
|
4786
4808
|
: undefined,
|
|
4787
|
-
|
|
4788
|
-
|
|
4789
|
-
|
|
4790
|
-
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),
|
|
4791
4812
|
Tags: output.Tags !== undefined && output.Tags !== null ? deserializeAws_json1_1Tags(output.Tags, context) : undefined,
|
|
4792
|
-
VolumeId: smithy_client_1.expectString(output.VolumeId),
|
|
4813
|
+
VolumeId: (0, smithy_client_1.expectString)(output.VolumeId),
|
|
4793
4814
|
};
|
|
4794
4815
|
};
|
|
4795
4816
|
const deserializeAws_json1_1SnapshotNotFound = (output, context) => {
|
|
4796
4817
|
return {
|
|
4797
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4818
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4798
4819
|
};
|
|
4799
4820
|
};
|
|
4800
4821
|
const deserializeAws_json1_1Snapshots = (output, context) => {
|
|
@@ -4810,8 +4831,8 @@ const deserializeAws_json1_1Snapshots = (output, context) => {
|
|
|
4810
4831
|
};
|
|
4811
4832
|
const deserializeAws_json1_1SourceBackupUnavailable = (output, context) => {
|
|
4812
4833
|
return {
|
|
4813
|
-
BackupId: smithy_client_1.expectString(output.BackupId),
|
|
4814
|
-
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),
|
|
4815
4836
|
};
|
|
4816
4837
|
};
|
|
4817
4838
|
const deserializeAws_json1_1StorageVirtualMachine = (output, context) => {
|
|
@@ -4820,28 +4841,28 @@ const deserializeAws_json1_1StorageVirtualMachine = (output, context) => {
|
|
|
4820
4841
|
? deserializeAws_json1_1SvmActiveDirectoryConfiguration(output.ActiveDirectoryConfiguration, context)
|
|
4821
4842
|
: undefined,
|
|
4822
4843
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
4823
|
-
? 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)))
|
|
4824
4845
|
: undefined,
|
|
4825
4846
|
Endpoints: output.Endpoints !== undefined && output.Endpoints !== null
|
|
4826
4847
|
? deserializeAws_json1_1SvmEndpoints(output.Endpoints, context)
|
|
4827
4848
|
: undefined,
|
|
4828
|
-
FileSystemId: smithy_client_1.expectString(output.FileSystemId),
|
|
4829
|
-
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),
|
|
4830
4851
|
LifecycleTransitionReason: output.LifecycleTransitionReason !== undefined && output.LifecycleTransitionReason !== null
|
|
4831
4852
|
? deserializeAws_json1_1LifecycleTransitionReason(output.LifecycleTransitionReason, context)
|
|
4832
4853
|
: undefined,
|
|
4833
|
-
Name: smithy_client_1.expectString(output.Name),
|
|
4834
|
-
ResourceARN: smithy_client_1.expectString(output.ResourceARN),
|
|
4835
|
-
RootVolumeSecurityStyle: smithy_client_1.expectString(output.RootVolumeSecurityStyle),
|
|
4836
|
-
StorageVirtualMachineId: smithy_client_1.expectString(output.StorageVirtualMachineId),
|
|
4837
|
-
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),
|
|
4838
4859
|
Tags: output.Tags !== undefined && output.Tags !== null ? deserializeAws_json1_1Tags(output.Tags, context) : undefined,
|
|
4839
|
-
UUID: smithy_client_1.expectString(output.UUID),
|
|
4860
|
+
UUID: (0, smithy_client_1.expectString)(output.UUID),
|
|
4840
4861
|
};
|
|
4841
4862
|
};
|
|
4842
4863
|
const deserializeAws_json1_1StorageVirtualMachineNotFound = (output, context) => {
|
|
4843
4864
|
return {
|
|
4844
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4865
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4845
4866
|
};
|
|
4846
4867
|
};
|
|
4847
4868
|
const deserializeAws_json1_1StorageVirtualMachines = (output, context) => {
|
|
@@ -4862,13 +4883,13 @@ const deserializeAws_json1_1SubnetIds = (output, context) => {
|
|
|
4862
4883
|
if (entry === null) {
|
|
4863
4884
|
return null;
|
|
4864
4885
|
}
|
|
4865
|
-
return smithy_client_1.expectString(entry);
|
|
4886
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
4866
4887
|
});
|
|
4867
4888
|
return retVal;
|
|
4868
4889
|
};
|
|
4869
4890
|
const deserializeAws_json1_1SvmActiveDirectoryConfiguration = (output, context) => {
|
|
4870
4891
|
return {
|
|
4871
|
-
NetBiosName: smithy_client_1.expectString(output.NetBiosName),
|
|
4892
|
+
NetBiosName: (0, smithy_client_1.expectString)(output.NetBiosName),
|
|
4872
4893
|
SelfManagedActiveDirectoryConfiguration: output.SelfManagedActiveDirectoryConfiguration !== undefined &&
|
|
4873
4894
|
output.SelfManagedActiveDirectoryConfiguration !== null
|
|
4874
4895
|
? deserializeAws_json1_1SelfManagedActiveDirectoryAttributes(output.SelfManagedActiveDirectoryConfiguration, context)
|
|
@@ -4877,7 +4898,7 @@ const deserializeAws_json1_1SvmActiveDirectoryConfiguration = (output, context)
|
|
|
4877
4898
|
};
|
|
4878
4899
|
const deserializeAws_json1_1SvmEndpoint = (output, context) => {
|
|
4879
4900
|
return {
|
|
4880
|
-
DNSName: smithy_client_1.expectString(output.DNSName),
|
|
4901
|
+
DNSName: (0, smithy_client_1.expectString)(output.DNSName),
|
|
4881
4902
|
IpAddresses: output.IpAddresses !== undefined && output.IpAddresses !== null
|
|
4882
4903
|
? deserializeAws_json1_1OntapEndpointIpAddresses(output.IpAddresses, context)
|
|
4883
4904
|
: undefined,
|
|
@@ -4901,8 +4922,8 @@ const deserializeAws_json1_1SvmEndpoints = (output, context) => {
|
|
|
4901
4922
|
};
|
|
4902
4923
|
const deserializeAws_json1_1Tag = (output, context) => {
|
|
4903
4924
|
return {
|
|
4904
|
-
Key: smithy_client_1.expectString(output.Key),
|
|
4905
|
-
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),
|
|
4906
4927
|
};
|
|
4907
4928
|
};
|
|
4908
4929
|
const deserializeAws_json1_1TagResourceResponse = (output, context) => {
|
|
@@ -4921,13 +4942,13 @@ const deserializeAws_json1_1Tags = (output, context) => {
|
|
|
4921
4942
|
};
|
|
4922
4943
|
const deserializeAws_json1_1TieringPolicy = (output, context) => {
|
|
4923
4944
|
return {
|
|
4924
|
-
CoolingPeriod: smithy_client_1.expectInt32(output.CoolingPeriod),
|
|
4925
|
-
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),
|
|
4926
4947
|
};
|
|
4927
4948
|
};
|
|
4928
4949
|
const deserializeAws_json1_1UnsupportedOperation = (output, context) => {
|
|
4929
4950
|
return {
|
|
4930
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4951
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4931
4952
|
};
|
|
4932
4953
|
};
|
|
4933
4954
|
const deserializeAws_json1_1UntagResourceResponse = (output, context) => {
|
|
@@ -4974,29 +4995,29 @@ const deserializeAws_json1_1Volume = (output, context) => {
|
|
|
4974
4995
|
? deserializeAws_json1_1AdministrativeActions(output.AdministrativeActions, context)
|
|
4975
4996
|
: undefined,
|
|
4976
4997
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
4977
|
-
? 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)))
|
|
4978
4999
|
: undefined,
|
|
4979
|
-
FileSystemId: smithy_client_1.expectString(output.FileSystemId),
|
|
4980
|
-
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),
|
|
4981
5002
|
LifecycleTransitionReason: output.LifecycleTransitionReason !== undefined && output.LifecycleTransitionReason !== null
|
|
4982
5003
|
? deserializeAws_json1_1LifecycleTransitionReason(output.LifecycleTransitionReason, context)
|
|
4983
5004
|
: undefined,
|
|
4984
|
-
Name: smithy_client_1.expectString(output.Name),
|
|
5005
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
4985
5006
|
OntapConfiguration: output.OntapConfiguration !== undefined && output.OntapConfiguration !== null
|
|
4986
5007
|
? deserializeAws_json1_1OntapVolumeConfiguration(output.OntapConfiguration, context)
|
|
4987
5008
|
: undefined,
|
|
4988
5009
|
OpenZFSConfiguration: output.OpenZFSConfiguration !== undefined && output.OpenZFSConfiguration !== null
|
|
4989
5010
|
? deserializeAws_json1_1OpenZFSVolumeConfiguration(output.OpenZFSConfiguration, context)
|
|
4990
5011
|
: undefined,
|
|
4991
|
-
ResourceARN: smithy_client_1.expectString(output.ResourceARN),
|
|
5012
|
+
ResourceARN: (0, smithy_client_1.expectString)(output.ResourceARN),
|
|
4992
5013
|
Tags: output.Tags !== undefined && output.Tags !== null ? deserializeAws_json1_1Tags(output.Tags, context) : undefined,
|
|
4993
|
-
VolumeId: smithy_client_1.expectString(output.VolumeId),
|
|
4994
|
-
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),
|
|
4995
5016
|
};
|
|
4996
5017
|
};
|
|
4997
5018
|
const deserializeAws_json1_1VolumeNotFound = (output, context) => {
|
|
4998
5019
|
return {
|
|
4999
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
5020
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
5000
5021
|
};
|
|
5001
5022
|
};
|
|
5002
5023
|
const deserializeAws_json1_1Volumes = (output, context) => {
|
|
@@ -5012,36 +5033,36 @@ const deserializeAws_json1_1Volumes = (output, context) => {
|
|
|
5012
5033
|
};
|
|
5013
5034
|
const deserializeAws_json1_1WindowsAuditLogConfiguration = (output, context) => {
|
|
5014
5035
|
return {
|
|
5015
|
-
AuditLogDestination: smithy_client_1.expectString(output.AuditLogDestination),
|
|
5016
|
-
FileAccessAuditLogLevel: smithy_client_1.expectString(output.FileAccessAuditLogLevel),
|
|
5017
|
-
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),
|
|
5018
5039
|
};
|
|
5019
5040
|
};
|
|
5020
5041
|
const deserializeAws_json1_1WindowsFileSystemConfiguration = (output, context) => {
|
|
5021
5042
|
return {
|
|
5022
|
-
ActiveDirectoryId: smithy_client_1.expectString(output.ActiveDirectoryId),
|
|
5043
|
+
ActiveDirectoryId: (0, smithy_client_1.expectString)(output.ActiveDirectoryId),
|
|
5023
5044
|
Aliases: output.Aliases !== undefined && output.Aliases !== null
|
|
5024
5045
|
? deserializeAws_json1_1Aliases(output.Aliases, context)
|
|
5025
5046
|
: undefined,
|
|
5026
5047
|
AuditLogConfiguration: output.AuditLogConfiguration !== undefined && output.AuditLogConfiguration !== null
|
|
5027
5048
|
? deserializeAws_json1_1WindowsAuditLogConfiguration(output.AuditLogConfiguration, context)
|
|
5028
5049
|
: undefined,
|
|
5029
|
-
AutomaticBackupRetentionDays: smithy_client_1.expectInt32(output.AutomaticBackupRetentionDays),
|
|
5030
|
-
CopyTagsToBackups: smithy_client_1.expectBoolean(output.CopyTagsToBackups),
|
|
5031
|
-
DailyAutomaticBackupStartTime: smithy_client_1.expectString(output.DailyAutomaticBackupStartTime),
|
|
5032
|
-
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),
|
|
5033
5054
|
MaintenanceOperationsInProgress: output.MaintenanceOperationsInProgress !== undefined && output.MaintenanceOperationsInProgress !== null
|
|
5034
5055
|
? deserializeAws_json1_1FileSystemMaintenanceOperations(output.MaintenanceOperationsInProgress, context)
|
|
5035
5056
|
: undefined,
|
|
5036
|
-
PreferredFileServerIp: smithy_client_1.expectString(output.PreferredFileServerIp),
|
|
5037
|
-
PreferredSubnetId: smithy_client_1.expectString(output.PreferredSubnetId),
|
|
5038
|
-
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),
|
|
5039
5060
|
SelfManagedActiveDirectoryConfiguration: output.SelfManagedActiveDirectoryConfiguration !== undefined &&
|
|
5040
5061
|
output.SelfManagedActiveDirectoryConfiguration !== null
|
|
5041
5062
|
? deserializeAws_json1_1SelfManagedActiveDirectoryAttributes(output.SelfManagedActiveDirectoryConfiguration, context)
|
|
5042
5063
|
: undefined,
|
|
5043
|
-
ThroughputCapacity: smithy_client_1.expectInt32(output.ThroughputCapacity),
|
|
5044
|
-
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),
|
|
5045
5066
|
};
|
|
5046
5067
|
};
|
|
5047
5068
|
const deserializeMetadata = (output) => {
|