File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/client-fsx/dist-cjs

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

index.js47.5 KB · 1323 lines
'use strict'; var client$1 = require('@aws-sdk/core/client');var core = require('@smithy/core');var client = require('@smithy/core/client');var config = require('@smithy/core/config');var endpoints = require('@smithy/core/endpoints');var protocols = require('@smithy/core/protocols');var retry = require('@smithy/core/retry');var schema = require('@smithy/core/schema');var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');var runtimeConfig = require('./runtimeConfig');var schemas_0 = require('./schemas/schemas_0');var errors = require('./models/errors');var FSxServiceException = require('./models/FSxServiceException'); const resolveClientEndpointParameters = (options) => {    return Object.assign(options, {        useDualstackEndpoint: options.useDualstackEndpoint ?? false,        useFipsEndpoint: options.useFipsEndpoint ?? false,        defaultSigningName: "fsx",    });};const commonParams = {    UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },    Endpoint: { type: "builtInParams", name: "endpoint" },    Region: { type: "builtInParams", name: "region" },    UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },}; const getHttpAuthExtensionConfiguration = (runtimeConfig) => {    const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;    let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;    let _credentials = runtimeConfig.credentials;    return {        setHttpAuthScheme(httpAuthScheme) {            const index = _httpAuthSchemes.findIndex((scheme) => scheme.schemeId === httpAuthScheme.schemeId);            if (index === -1) {                _httpAuthSchemes.push(httpAuthScheme);            }            else {                _httpAuthSchemes.splice(index, 1, httpAuthScheme);            }        },        httpAuthSchemes() {            return _httpAuthSchemes;        },        setHttpAuthSchemeProvider(httpAuthSchemeProvider) {            _httpAuthSchemeProvider = httpAuthSchemeProvider;        },        httpAuthSchemeProvider() {            return _httpAuthSchemeProvider;        },        setCredentials(credentials) {            _credentials = credentials;        },        credentials() {            return _credentials;        },    };};const resolveHttpAuthRuntimeConfig = (config) => {    return {        httpAuthSchemes: config.httpAuthSchemes(),        httpAuthSchemeProvider: config.httpAuthSchemeProvider(),        credentials: config.credentials(),    };}; const resolveRuntimeExtensions = (runtimeConfig, extensions) => {    const extensionConfiguration = Object.assign(client$1.getAwsRegionExtensionConfiguration(runtimeConfig), client.getDefaultExtensionConfiguration(runtimeConfig), protocols.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));    extensions.forEach((extension) => extension.configure(extensionConfiguration));    return Object.assign(runtimeConfig, client$1.resolveAwsRegionExtensionConfiguration(extensionConfiguration), client.resolveDefaultRuntimeConfig(extensionConfiguration), protocols.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));}; class FSxClient extends client.Client {    config;    constructor(...[configuration]) {        const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});        super(_config_0);        this.initConfig = _config_0;        const _config_1 = resolveClientEndpointParameters(_config_0);        const _config_2 = client$1.resolveUserAgentConfig(_config_1);        const _config_3 = retry.resolveRetryConfig(_config_2);        const _config_4 = config.resolveRegionConfig(_config_3);        const _config_5 = client$1.resolveHostHeaderConfig(_config_4);        const _config_6 = endpoints.resolveEndpointConfig(_config_5);        const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);        const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);        this.config = _config_8;        this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));        this.middlewareStack.use(client$1.getUserAgentPlugin(this.config));        this.middlewareStack.use(retry.getRetryPlugin(this.config));        this.middlewareStack.use(protocols.getContentLengthPlugin(this.config));        this.middlewareStack.use(client$1.getHostHeaderPlugin(this.config));        this.middlewareStack.use(client$1.getLoggerPlugin(this.config));        this.middlewareStack.use(client$1.getRecursionDetectionPlugin(this.config));        this.middlewareStack.use(core.getHttpAuthSchemeEndpointRuleSetPlugin(this.config, {            httpAuthSchemeParametersProvider: httpAuthSchemeProvider.defaultFSxHttpAuthSchemeParametersProvider,            identityProviderConfigProvider: async (config) => new core.DefaultIdentityProviderConfig({                "aws.auth#sigv4": config.credentials,            }),        }));        this.middlewareStack.use(core.getHttpSigningPlugin(this.config));    }    destroy() {        super.destroy();    }} class AssociateFileSystemAliasesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "AssociateFileSystemAliases", {})    .n("FSxClient", "AssociateFileSystemAliasesCommand")    .sc(schemas_0.AssociateFileSystemAliases$)    .build() {} class CancelDataRepositoryTaskCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "CancelDataRepositoryTask", {})    .n("FSxClient", "CancelDataRepositoryTaskCommand")    .sc(schemas_0.CancelDataRepositoryTask$)    .build() {} class CopyBackupCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "CopyBackup", {})    .n("FSxClient", "CopyBackupCommand")    .sc(schemas_0.CopyBackup$)    .build() {} class CopySnapshotAndUpdateVolumeCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "CopySnapshotAndUpdateVolume", {})    .n("FSxClient", "CopySnapshotAndUpdateVolumeCommand")    .sc(schemas_0.CopySnapshotAndUpdateVolume$)    .build() {} class CreateAndAttachS3AccessPointCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "CreateAndAttachS3AccessPoint", {})    .n("FSxClient", "CreateAndAttachS3AccessPointCommand")    .sc(schemas_0.CreateAndAttachS3AccessPoint$)    .build() {} class CreateBackupCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "CreateBackup", {})    .n("FSxClient", "CreateBackupCommand")    .sc(schemas_0.CreateBackup$)    .build() {} class CreateDataRepositoryAssociationCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "CreateDataRepositoryAssociation", {})    .n("FSxClient", "CreateDataRepositoryAssociationCommand")    .sc(schemas_0.CreateDataRepositoryAssociation$)    .build() {} class CreateDataRepositoryTaskCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "CreateDataRepositoryTask", {})    .n("FSxClient", "CreateDataRepositoryTaskCommand")    .sc(schemas_0.CreateDataRepositoryTask$)    .build() {} class CreateFileCacheCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "CreateFileCache", {})    .n("FSxClient", "CreateFileCacheCommand")    .sc(schemas_0.CreateFileCache$)    .build() {} class CreateFileSystemCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "CreateFileSystem", {})    .n("FSxClient", "CreateFileSystemCommand")    .sc(schemas_0.CreateFileSystem$)    .build() {} class CreateFileSystemFromBackupCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "CreateFileSystemFromBackup", {})    .n("FSxClient", "CreateFileSystemFromBackupCommand")    .sc(schemas_0.CreateFileSystemFromBackup$)    .build() {} class CreateSnapshotCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "CreateSnapshot", {})    .n("FSxClient", "CreateSnapshotCommand")    .sc(schemas_0.CreateSnapshot$)    .build() {} class CreateStorageVirtualMachineCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "CreateStorageVirtualMachine", {})    .n("FSxClient", "CreateStorageVirtualMachineCommand")    .sc(schemas_0.CreateStorageVirtualMachine$)    .build() {} class CreateVolumeCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "CreateVolume", {})    .n("FSxClient", "CreateVolumeCommand")    .sc(schemas_0.CreateVolume$)    .build() {} class CreateVolumeFromBackupCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "CreateVolumeFromBackup", {})    .n("FSxClient", "CreateVolumeFromBackupCommand")    .sc(schemas_0.CreateVolumeFromBackup$)    .build() {} class DeleteBackupCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "DeleteBackup", {})    .n("FSxClient", "DeleteBackupCommand")    .sc(schemas_0.DeleteBackup$)    .build() {} class DeleteDataRepositoryAssociationCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "DeleteDataRepositoryAssociation", {})    .n("FSxClient", "DeleteDataRepositoryAssociationCommand")    .sc(schemas_0.DeleteDataRepositoryAssociation$)    .build() {} class DeleteFileCacheCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "DeleteFileCache", {})    .n("FSxClient", "DeleteFileCacheCommand")    .sc(schemas_0.DeleteFileCache$)    .build() {} class DeleteFileSystemCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "DeleteFileSystem", {})    .n("FSxClient", "DeleteFileSystemCommand")    .sc(schemas_0.DeleteFileSystem$)    .build() {} class DeleteSnapshotCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "DeleteSnapshot", {})    .n("FSxClient", "DeleteSnapshotCommand")    .sc(schemas_0.DeleteSnapshot$)    .build() {} class DeleteStorageVirtualMachineCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "DeleteStorageVirtualMachine", {})    .n("FSxClient", "DeleteStorageVirtualMachineCommand")    .sc(schemas_0.DeleteStorageVirtualMachine$)    .build() {} class DeleteVolumeCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "DeleteVolume", {})    .n("FSxClient", "DeleteVolumeCommand")    .sc(schemas_0.DeleteVolume$)    .build() {} class DescribeBackupsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "DescribeBackups", {})    .n("FSxClient", "DescribeBackupsCommand")    .sc(schemas_0.DescribeBackups$)    .build() {} class DescribeDataRepositoryAssociationsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "DescribeDataRepositoryAssociations", {})    .n("FSxClient", "DescribeDataRepositoryAssociationsCommand")    .sc(schemas_0.DescribeDataRepositoryAssociations$)    .build() {} class DescribeDataRepositoryTasksCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "DescribeDataRepositoryTasks", {})    .n("FSxClient", "DescribeDataRepositoryTasksCommand")    .sc(schemas_0.DescribeDataRepositoryTasks$)    .build() {} class DescribeFileCachesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "DescribeFileCaches", {})    .n("FSxClient", "DescribeFileCachesCommand")    .sc(schemas_0.DescribeFileCaches$)    .build() {} class DescribeFileSystemAliasesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "DescribeFileSystemAliases", {})    .n("FSxClient", "DescribeFileSystemAliasesCommand")    .sc(schemas_0.DescribeFileSystemAliases$)    .build() {} class DescribeFileSystemsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "DescribeFileSystems", {})    .n("FSxClient", "DescribeFileSystemsCommand")    .sc(schemas_0.DescribeFileSystems$)    .build() {} class DescribeS3AccessPointAttachmentsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "DescribeS3AccessPointAttachments", {})    .n("FSxClient", "DescribeS3AccessPointAttachmentsCommand")    .sc(schemas_0.DescribeS3AccessPointAttachments$)    .build() {} class DescribeSharedVpcConfigurationCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "DescribeSharedVpcConfiguration", {})    .n("FSxClient", "DescribeSharedVpcConfigurationCommand")    .sc(schemas_0.DescribeSharedVpcConfiguration$)    .build() {} class DescribeSnapshotsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "DescribeSnapshots", {})    .n("FSxClient", "DescribeSnapshotsCommand")    .sc(schemas_0.DescribeSnapshots$)    .build() {} class DescribeStorageVirtualMachinesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "DescribeStorageVirtualMachines", {})    .n("FSxClient", "DescribeStorageVirtualMachinesCommand")    .sc(schemas_0.DescribeStorageVirtualMachines$)    .build() {} class DescribeVolumesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "DescribeVolumes", {})    .n("FSxClient", "DescribeVolumesCommand")    .sc(schemas_0.DescribeVolumes$)    .build() {} class DetachAndDeleteS3AccessPointCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "DetachAndDeleteS3AccessPoint", {})    .n("FSxClient", "DetachAndDeleteS3AccessPointCommand")    .sc(schemas_0.DetachAndDeleteS3AccessPoint$)    .build() {} class DisassociateFileSystemAliasesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "DisassociateFileSystemAliases", {})    .n("FSxClient", "DisassociateFileSystemAliasesCommand")    .sc(schemas_0.DisassociateFileSystemAliases$)    .build() {} class ListTagsForResourceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "ListTagsForResource", {})    .n("FSxClient", "ListTagsForResourceCommand")    .sc(schemas_0.ListTagsForResource$)    .build() {} class ReleaseFileSystemNfsV3LocksCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "ReleaseFileSystemNfsV3Locks", {})    .n("FSxClient", "ReleaseFileSystemNfsV3LocksCommand")    .sc(schemas_0.ReleaseFileSystemNfsV3Locks$)    .build() {} class RestoreVolumeFromSnapshotCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "RestoreVolumeFromSnapshot", {})    .n("FSxClient", "RestoreVolumeFromSnapshotCommand")    .sc(schemas_0.RestoreVolumeFromSnapshot$)    .build() {} class StartMisconfiguredStateRecoveryCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "StartMisconfiguredStateRecovery", {})    .n("FSxClient", "StartMisconfiguredStateRecoveryCommand")    .sc(schemas_0.StartMisconfiguredStateRecovery$)    .build() {} class TagResourceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "TagResource", {})    .n("FSxClient", "TagResourceCommand")    .sc(schemas_0.TagResource$)    .build() {} class UntagResourceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "UntagResource", {})    .n("FSxClient", "UntagResourceCommand")    .sc(schemas_0.UntagResource$)    .build() {} class UpdateDataRepositoryAssociationCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "UpdateDataRepositoryAssociation", {})    .n("FSxClient", "UpdateDataRepositoryAssociationCommand")    .sc(schemas_0.UpdateDataRepositoryAssociation$)    .build() {} class UpdateFileCacheCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "UpdateFileCache", {})    .n("FSxClient", "UpdateFileCacheCommand")    .sc(schemas_0.UpdateFileCache$)    .build() {} class UpdateFileSystemCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "UpdateFileSystem", {})    .n("FSxClient", "UpdateFileSystemCommand")    .sc(schemas_0.UpdateFileSystem$)    .build() {} class UpdateSharedVpcConfigurationCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "UpdateSharedVpcConfiguration", {})    .n("FSxClient", "UpdateSharedVpcConfigurationCommand")    .sc(schemas_0.UpdateSharedVpcConfiguration$)    .build() {} class UpdateSnapshotCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "UpdateSnapshot", {})    .n("FSxClient", "UpdateSnapshotCommand")    .sc(schemas_0.UpdateSnapshot$)    .build() {} class UpdateStorageVirtualMachineCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "UpdateStorageVirtualMachine", {})    .n("FSxClient", "UpdateStorageVirtualMachineCommand")    .sc(schemas_0.UpdateStorageVirtualMachine$)    .build() {} class UpdateVolumeCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSSimbaAPIService_v20180301", "UpdateVolume", {})    .n("FSxClient", "UpdateVolumeCommand")    .sc(schemas_0.UpdateVolume$)    .build() {} const paginateDescribeBackups = core.createPaginator(FSxClient, DescribeBackupsCommand, "NextToken", "NextToken", "MaxResults"); const paginateDescribeDataRepositoryAssociations = core.createPaginator(FSxClient, DescribeDataRepositoryAssociationsCommand, "NextToken", "NextToken", "MaxResults"); const paginateDescribeDataRepositoryTasks = core.createPaginator(FSxClient, DescribeDataRepositoryTasksCommand, "NextToken", "NextToken", "MaxResults"); const paginateDescribeFileCaches = core.createPaginator(FSxClient, DescribeFileCachesCommand, "NextToken", "NextToken", "MaxResults"); const paginateDescribeFileSystemAliases = core.createPaginator(FSxClient, DescribeFileSystemAliasesCommand, "NextToken", "NextToken", "MaxResults"); const paginateDescribeFileSystems = core.createPaginator(FSxClient, DescribeFileSystemsCommand, "NextToken", "NextToken", "MaxResults"); const paginateDescribeS3AccessPointAttachments = core.createPaginator(FSxClient, DescribeS3AccessPointAttachmentsCommand, "NextToken", "NextToken", "MaxResults"); const paginateDescribeSnapshots = core.createPaginator(FSxClient, DescribeSnapshotsCommand, "NextToken", "NextToken", "MaxResults"); const paginateDescribeStorageVirtualMachines = core.createPaginator(FSxClient, DescribeStorageVirtualMachinesCommand, "NextToken", "NextToken", "MaxResults"); const paginateDescribeVolumes = core.createPaginator(FSxClient, DescribeVolumesCommand, "NextToken", "NextToken", "MaxResults"); const paginateListTagsForResource = core.createPaginator(FSxClient, ListTagsForResourceCommand, "NextToken", "NextToken", "MaxResults"); const commands = {    AssociateFileSystemAliasesCommand,    CancelDataRepositoryTaskCommand,    CopyBackupCommand,    CopySnapshotAndUpdateVolumeCommand,    CreateAndAttachS3AccessPointCommand,    CreateBackupCommand,    CreateDataRepositoryAssociationCommand,    CreateDataRepositoryTaskCommand,    CreateFileCacheCommand,    CreateFileSystemCommand,    CreateFileSystemFromBackupCommand,    CreateSnapshotCommand,    CreateStorageVirtualMachineCommand,    CreateVolumeCommand,    CreateVolumeFromBackupCommand,    DeleteBackupCommand,    DeleteDataRepositoryAssociationCommand,    DeleteFileCacheCommand,    DeleteFileSystemCommand,    DeleteSnapshotCommand,    DeleteStorageVirtualMachineCommand,    DeleteVolumeCommand,    DescribeBackupsCommand,    DescribeDataRepositoryAssociationsCommand,    DescribeDataRepositoryTasksCommand,    DescribeFileCachesCommand,    DescribeFileSystemAliasesCommand,    DescribeFileSystemsCommand,    DescribeS3AccessPointAttachmentsCommand,    DescribeSharedVpcConfigurationCommand,    DescribeSnapshotsCommand,    DescribeStorageVirtualMachinesCommand,    DescribeVolumesCommand,    DetachAndDeleteS3AccessPointCommand,    DisassociateFileSystemAliasesCommand,    ListTagsForResourceCommand,    ReleaseFileSystemNfsV3LocksCommand,    RestoreVolumeFromSnapshotCommand,    StartMisconfiguredStateRecoveryCommand,    TagResourceCommand,    UntagResourceCommand,    UpdateDataRepositoryAssociationCommand,    UpdateFileCacheCommand,    UpdateFileSystemCommand,    UpdateSharedVpcConfigurationCommand,    UpdateSnapshotCommand,    UpdateStorageVirtualMachineCommand,    UpdateVolumeCommand,};const paginators = {    paginateDescribeBackups,    paginateDescribeDataRepositoryAssociations,    paginateDescribeDataRepositoryTasks,    paginateDescribeFileCaches,    paginateDescribeFileSystemAliases,    paginateDescribeFileSystems,    paginateDescribeS3AccessPointAttachments,    paginateDescribeSnapshots,    paginateDescribeStorageVirtualMachines,    paginateDescribeVolumes,    paginateListTagsForResource,};class FSx extends FSxClient {}client.createAggregatedClient(commands, FSx, { paginators }); const ActiveDirectoryErrorType = {    DOMAIN_NOT_FOUND: "DOMAIN_NOT_FOUND",    INCOMPATIBLE_DOMAIN_MODE: "INCOMPATIBLE_DOMAIN_MODE",    INVALID_DOMAIN_STAGE: "INVALID_DOMAIN_STAGE",    INVALID_NETWORK_TYPE: "INVALID_NETWORK_TYPE",    WRONG_VPC: "WRONG_VPC",};const AdministrativeActionType = {    DOWNLOAD_DATA_FROM_BACKUP: "DOWNLOAD_DATA_FROM_BACKUP",    FILE_SYSTEM_ALIAS_ASSOCIATION: "FILE_SYSTEM_ALIAS_ASSOCIATION",    FILE_SYSTEM_ALIAS_DISASSOCIATION: "FILE_SYSTEM_ALIAS_DISASSOCIATION",    FILE_SYSTEM_UPDATE: "FILE_SYSTEM_UPDATE",    IOPS_OPTIMIZATION: "IOPS_OPTIMIZATION",    MISCONFIGURED_STATE_RECOVERY: "MISCONFIGURED_STATE_RECOVERY",    RELEASE_NFS_V3_LOCKS: "RELEASE_NFS_V3_LOCKS",    SNAPSHOT_UPDATE: "SNAPSHOT_UPDATE",    STORAGE_OPTIMIZATION: "STORAGE_OPTIMIZATION",    STORAGE_TYPE_OPTIMIZATION: "STORAGE_TYPE_OPTIMIZATION",    THROUGHPUT_OPTIMIZATION: "THROUGHPUT_OPTIMIZATION",    VOLUME_INITIALIZE_WITH_SNAPSHOT: "VOLUME_INITIALIZE_WITH_SNAPSHOT",    VOLUME_RESTORE: "VOLUME_RESTORE",    VOLUME_UPDATE: "VOLUME_UPDATE",    VOLUME_UPDATE_WITH_SNAPSHOT: "VOLUME_UPDATE_WITH_SNAPSHOT",};const Status = {    CANCELLED: "CANCELLED",    COMPLETED: "COMPLETED",    FAILED: "FAILED",    IN_PROGRESS: "IN_PROGRESS",    OPTIMIZING: "OPTIMIZING",    PAUSED: "PAUSED",    PENDING: "PENDING",    UPDATED_OPTIMIZING: "UPDATED_OPTIMIZING",};const FileSystemType = {    LUSTRE: "LUSTRE",    ONTAP: "ONTAP",    OPENZFS: "OPENZFS",    WINDOWS: "WINDOWS",};const FileSystemLifecycle = {    AVAILABLE: "AVAILABLE",    CREATING: "CREATING",    DELETING: "DELETING",    FAILED: "FAILED",    MISCONFIGURED: "MISCONFIGURED",    MISCONFIGURED_UNAVAILABLE: "MISCONFIGURED_UNAVAILABLE",    UPDATING: "UPDATING",};const DataCompressionType = {    LZ4: "LZ4",    NONE: "NONE",};const LustreReadCacheSizingMode = {    NO_CACHE: "NO_CACHE",    PROPORTIONAL_TO_THROUGHPUT_CAPACITY: "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",    USER_PROVISIONED: "USER_PROVISIONED",};const AutoImportPolicyType = {    NEW: "NEW",    NEW_CHANGED: "NEW_CHANGED",    NEW_CHANGED_DELETED: "NEW_CHANGED_DELETED",    NONE: "NONE",};const DataRepositoryLifecycle = {    AVAILABLE: "AVAILABLE",    CREATING: "CREATING",    DELETING: "DELETING",    FAILED: "FAILED",    MISCONFIGURED: "MISCONFIGURED",    UPDATING: "UPDATING",};const LustreDeploymentType = {    PERSISTENT_1: "PERSISTENT_1",    PERSISTENT_2: "PERSISTENT_2",    SCRATCH_1: "SCRATCH_1",    SCRATCH_2: "SCRATCH_2",};const DriveCacheType = {    NONE: "NONE",    READ: "READ",};const LustreAccessAuditLogLevel = {    DISABLED: "DISABLED",    ERROR_ONLY: "ERROR_ONLY",    WARN_ERROR: "WARN_ERROR",    WARN_ONLY: "WARN_ONLY",};const MetadataConfigurationMode = {    AUTOMATIC: "AUTOMATIC",    USER_PROVISIONED: "USER_PROVISIONED",};const NetworkType = {    DUAL: "DUAL",    IPV4: "IPV4",};const OntapDeploymentType = {    MULTI_AZ_1: "MULTI_AZ_1",    MULTI_AZ_2: "MULTI_AZ_2",    SINGLE_AZ_1: "SINGLE_AZ_1",    SINGLE_AZ_2: "SINGLE_AZ_2",};const DiskIopsConfigurationMode = {    AUTOMATIC: "AUTOMATIC",    USER_PROVISIONED: "USER_PROVISIONED",};const OpenZFSDeploymentType = {    MULTI_AZ_1: "MULTI_AZ_1",    SINGLE_AZ_1: "SINGLE_AZ_1",    SINGLE_AZ_2: "SINGLE_AZ_2",    SINGLE_AZ_HA_1: "SINGLE_AZ_HA_1",    SINGLE_AZ_HA_2: "SINGLE_AZ_HA_2",};const OpenZFSReadCacheSizingMode = {    NO_CACHE: "NO_CACHE",    PROPORTIONAL_TO_THROUGHPUT_CAPACITY: "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",    USER_PROVISIONED: "USER_PROVISIONED",};const StorageType = {    HDD: "HDD",    INTELLIGENT_TIERING: "INTELLIGENT_TIERING",    SSD: "SSD",};const AliasLifecycle = {    AVAILABLE: "AVAILABLE",    CREATE_FAILED: "CREATE_FAILED",    CREATING: "CREATING",    DELETE_FAILED: "DELETE_FAILED",    DELETING: "DELETING",};const WindowsAccessAuditLogLevel = {    DISABLED: "DISABLED",    FAILURE_ONLY: "FAILURE_ONLY",    SUCCESS_AND_FAILURE: "SUCCESS_AND_FAILURE",    SUCCESS_ONLY: "SUCCESS_ONLY",};const WindowsDeploymentType = {    MULTI_AZ_1: "MULTI_AZ_1",    SINGLE_AZ_1: "SINGLE_AZ_1",    SINGLE_AZ_2: "SINGLE_AZ_2",};const FileSystemMaintenanceOperation = {    BACKING_UP: "BACKING_UP",    PATCHING: "PATCHING",};const SnapshotLifecycle = {    AVAILABLE: "AVAILABLE",    CREATING: "CREATING",    DELETING: "DELETING",    PENDING: "PENDING",};const VolumeLifecycle = {    AVAILABLE: "AVAILABLE",    CREATED: "CREATED",    CREATING: "CREATING",    DELETING: "DELETING",    FAILED: "FAILED",    MISCONFIGURED: "MISCONFIGURED",    PENDING: "PENDING",};const FlexCacheEndpointType = {    CACHE: "CACHE",    NONE: "NONE",    ORIGIN: "ORIGIN",};const OntapVolumeType = {    DP: "DP",    LS: "LS",    RW: "RW",};const SecurityStyle = {    MIXED: "MIXED",    NTFS: "NTFS",    UNIX: "UNIX",};const AutocommitPeriodType = {    DAYS: "DAYS",    HOURS: "HOURS",    MINUTES: "MINUTES",    MONTHS: "MONTHS",    NONE: "NONE",    YEARS: "YEARS",};const PrivilegedDelete = {    DISABLED: "DISABLED",    ENABLED: "ENABLED",    PERMANENTLY_DISABLED: "PERMANENTLY_DISABLED",};const RetentionPeriodType = {    DAYS: "DAYS",    HOURS: "HOURS",    INFINITE: "INFINITE",    MINUTES: "MINUTES",    MONTHS: "MONTHS",    SECONDS: "SECONDS",    UNSPECIFIED: "UNSPECIFIED",    YEARS: "YEARS",};const SnaplockType = {    COMPLIANCE: "COMPLIANCE",    ENTERPRISE: "ENTERPRISE",};const TieringPolicyName = {    ALL: "ALL",    AUTO: "AUTO",    NONE: "NONE",    SNAPSHOT_ONLY: "SNAPSHOT_ONLY",};const VolumeStyle = {    FLEXGROUP: "FLEXGROUP",    FLEXVOL: "FLEXVOL",};const OpenZFSCopyStrategy = {    CLONE: "CLONE",    FULL_COPY: "FULL_COPY",    INCREMENTAL_COPY: "INCREMENTAL_COPY",};const OpenZFSDataCompressionType = {    LZ4: "LZ4",    NONE: "NONE",    ZSTD: "ZSTD",};const OpenZFSQuotaType = {    GROUP: "GROUP",    USER: "USER",};const VolumeType = {    ONTAP: "ONTAP",    OPENZFS: "OPENZFS",};const EventType = {    CHANGED: "CHANGED",    DELETED: "DELETED",    NEW: "NEW",};const DataRepositoryTaskLifecycle = {    CANCELED: "CANCELED",    CANCELING: "CANCELING",    EXECUTING: "EXECUTING",    FAILED: "FAILED",    PENDING: "PENDING",    SUCCEEDED: "SUCCEEDED",};const BackupLifecycle = {    AVAILABLE: "AVAILABLE",    COPYING: "COPYING",    CREATING: "CREATING",    DELETED: "DELETED",    FAILED: "FAILED",    PENDING: "PENDING",    TRANSFERRING: "TRANSFERRING",};const ResourceType = {    FILE_SYSTEM: "FILE_SYSTEM",    VOLUME: "VOLUME",};const BackupType = {    AUTOMATIC: "AUTOMATIC",    AWS_BACKUP: "AWS_BACKUP",    USER_INITIATED: "USER_INITIATED",};const ServiceLimit = {    FILE_CACHE_COUNT: "FILE_CACHE_COUNT",    FILE_SYSTEM_COUNT: "FILE_SYSTEM_COUNT",    STORAGE_VIRTUAL_MACHINES_PER_FILE_SYSTEM: "STORAGE_VIRTUAL_MACHINES_PER_FILE_SYSTEM",    TOTAL_IN_PROGRESS_COPY_BACKUPS: "TOTAL_IN_PROGRESS_COPY_BACKUPS",    TOTAL_SSD_IOPS: "TOTAL_SSD_IOPS",    TOTAL_STORAGE: "TOTAL_STORAGE",    TOTAL_THROUGHPUT_CAPACITY: "TOTAL_THROUGHPUT_CAPACITY",    TOTAL_USER_INITIATED_BACKUPS: "TOTAL_USER_INITIATED_BACKUPS",    TOTAL_USER_TAGS: "TOTAL_USER_TAGS",    VOLUMES_PER_FILE_SYSTEM: "VOLUMES_PER_FILE_SYSTEM",};const UpdateOpenZFSVolumeOption = {    DELETE_CLONED_VOLUMES: "DELETE_CLONED_VOLUMES",    DELETE_INTERMEDIATE_DATA: "DELETE_INTERMEDIATE_DATA",    DELETE_INTERMEDIATE_SNAPSHOTS: "DELETE_INTERMEDIATE_SNAPSHOTS",};const OntapFileSystemUserType = {    UNIX: "UNIX",    WINDOWS: "WINDOWS",};const OpenZFSFileSystemUserType = {    POSIX: "POSIX",};const S3AccessPointAttachmentType = {    ONTAP: "ONTAP",    OPENZFS: "OPENZFS",};const S3AccessPointAttachmentLifecycle = {    AVAILABLE: "AVAILABLE",    CREATING: "CREATING",    DELETING: "DELETING",    FAILED: "FAILED",    MISCONFIGURED: "MISCONFIGURED",    UPDATING: "UPDATING",};const NfsVersion = {    NFS3: "NFS3",};const Unit = {    DAYS: "DAYS",};const ReportFormat = {    REPORT_CSV_20191124: "REPORT_CSV_20191124",};const ReportScope = {    FAILED_FILES_ONLY: "FAILED_FILES_ONLY",};const DataRepositoryTaskType = {    AUTO_TRIGGERED_EVICTION: "AUTO_RELEASE_DATA",    EVICTION: "RELEASE_DATA_FROM_FILESYSTEM",    EXPORT: "EXPORT_TO_REPOSITORY",    IMPORT: "IMPORT_METADATA_FROM_REPOSITORY",};const FileCacheType = {    LUSTRE: "LUSTRE",};const FileCacheLustreDeploymentType = {    CACHE_1: "CACHE_1",};const FileCacheLifecycle = {    AVAILABLE: "AVAILABLE",    CREATING: "CREATING",    DELETING: "DELETING",    FAILED: "FAILED",    UPDATING: "UPDATING",};const StorageVirtualMachineRootVolumeSecurityStyle = {    MIXED: "MIXED",    NTFS: "NTFS",    UNIX: "UNIX",};const StorageVirtualMachineLifecycle = {    CREATED: "CREATED",    CREATING: "CREATING",    DELETING: "DELETING",    FAILED: "FAILED",    MISCONFIGURED: "MISCONFIGURED",    PENDING: "PENDING",};const StorageVirtualMachineSubtype = {    DEFAULT: "DEFAULT",    DP_DESTINATION: "DP_DESTINATION",    SYNC_DESTINATION: "SYNC_DESTINATION",    SYNC_SOURCE: "SYNC_SOURCE",};const InputOntapVolumeType = {    DP: "DP",    RW: "RW",};const DeleteFileSystemOpenZFSOption = {    DELETE_CHILD_VOLUMES_AND_SNAPSHOTS: "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS",};const DeleteOpenZFSVolumeOption = {    DELETE_CHILD_VOLUMES_AND_SNAPSHOTS: "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS",};const FilterName = {    BACKUP_TYPE: "backup-type",    DATA_REPOSITORY_TYPE: "data-repository-type",    FILE_CACHE_ID: "file-cache-id",    FILE_CACHE_TYPE: "file-cache-type",    FILE_SYSTEM_ID: "file-system-id",    FILE_SYSTEM_TYPE: "file-system-type",    VOLUME_ID: "volume-id",};const DataRepositoryTaskFilterName = {    DATA_REPO_ASSOCIATION_ID: "data-repository-association-id",    FILE_CACHE_ID: "file-cache-id",    FILE_SYSTEM_ID: "file-system-id",    TASK_LIFECYCLE: "task-lifecycle",};const S3AccessPointAttachmentsFilterName = {    FILE_SYSTEM_ID: "file-system-id",    TYPE: "type",    VOLUME_ID: "volume-id",};const SnapshotFilterName = {    FILE_SYSTEM_ID: "file-system-id",    VOLUME_ID: "volume-id",};const StorageVirtualMachineFilterName = {    FILE_SYSTEM_ID: "file-system-id",};const VolumeFilterName = {    FILE_SYSTEM_ID: "file-system-id",    STORAGE_VIRTUAL_MACHINE_ID: "storage-virtual-machine-id",};const RestoreOpenZFSVolumeOption = {    DELETE_CLONED_VOLUMES: "DELETE_CLONED_VOLUMES",    DELETE_INTERMEDIATE_SNAPSHOTS: "DELETE_INTERMEDIATE_SNAPSHOTS",}; exports.$Command = client.Command;exports.__Client = client.Client;exports.FSxServiceException = FSxServiceException.FSxServiceException;exports.ActiveDirectoryErrorType = ActiveDirectoryErrorType;exports.AdministrativeActionType = AdministrativeActionType;exports.AliasLifecycle = AliasLifecycle;exports.AssociateFileSystemAliasesCommand = AssociateFileSystemAliasesCommand;exports.AutoImportPolicyType = AutoImportPolicyType;exports.AutocommitPeriodType = AutocommitPeriodType;exports.BackupLifecycle = BackupLifecycle;exports.BackupType = BackupType;exports.CancelDataRepositoryTaskCommand = CancelDataRepositoryTaskCommand;exports.CopyBackupCommand = CopyBackupCommand;exports.CopySnapshotAndUpdateVolumeCommand = CopySnapshotAndUpdateVolumeCommand;exports.CreateAndAttachS3AccessPointCommand = CreateAndAttachS3AccessPointCommand;exports.CreateBackupCommand = CreateBackupCommand;exports.CreateDataRepositoryAssociationCommand = CreateDataRepositoryAssociationCommand;exports.CreateDataRepositoryTaskCommand = CreateDataRepositoryTaskCommand;exports.CreateFileCacheCommand = CreateFileCacheCommand;exports.CreateFileSystemCommand = CreateFileSystemCommand;exports.CreateFileSystemFromBackupCommand = CreateFileSystemFromBackupCommand;exports.CreateSnapshotCommand = CreateSnapshotCommand;exports.CreateStorageVirtualMachineCommand = CreateStorageVirtualMachineCommand;exports.CreateVolumeCommand = CreateVolumeCommand;exports.CreateVolumeFromBackupCommand = CreateVolumeFromBackupCommand;exports.DataCompressionType = DataCompressionType;exports.DataRepositoryLifecycle = DataRepositoryLifecycle;exports.DataRepositoryTaskFilterName = DataRepositoryTaskFilterName;exports.DataRepositoryTaskLifecycle = DataRepositoryTaskLifecycle;exports.DataRepositoryTaskType = DataRepositoryTaskType;exports.DeleteBackupCommand = DeleteBackupCommand;exports.DeleteDataRepositoryAssociationCommand = DeleteDataRepositoryAssociationCommand;exports.DeleteFileCacheCommand = DeleteFileCacheCommand;exports.DeleteFileSystemCommand = DeleteFileSystemCommand;exports.DeleteFileSystemOpenZFSOption = DeleteFileSystemOpenZFSOption;exports.DeleteOpenZFSVolumeOption = DeleteOpenZFSVolumeOption;exports.DeleteSnapshotCommand = DeleteSnapshotCommand;exports.DeleteStorageVirtualMachineCommand = DeleteStorageVirtualMachineCommand;exports.DeleteVolumeCommand = DeleteVolumeCommand;exports.DescribeBackupsCommand = DescribeBackupsCommand;exports.DescribeDataRepositoryAssociationsCommand = DescribeDataRepositoryAssociationsCommand;exports.DescribeDataRepositoryTasksCommand = DescribeDataRepositoryTasksCommand;exports.DescribeFileCachesCommand = DescribeFileCachesCommand;exports.DescribeFileSystemAliasesCommand = DescribeFileSystemAliasesCommand;exports.DescribeFileSystemsCommand = DescribeFileSystemsCommand;exports.DescribeS3AccessPointAttachmentsCommand = DescribeS3AccessPointAttachmentsCommand;exports.DescribeSharedVpcConfigurationCommand = DescribeSharedVpcConfigurationCommand;exports.DescribeSnapshotsCommand = DescribeSnapshotsCommand;exports.DescribeStorageVirtualMachinesCommand = DescribeStorageVirtualMachinesCommand;exports.DescribeVolumesCommand = DescribeVolumesCommand;exports.DetachAndDeleteS3AccessPointCommand = DetachAndDeleteS3AccessPointCommand;exports.DisassociateFileSystemAliasesCommand = DisassociateFileSystemAliasesCommand;exports.DiskIopsConfigurationMode = DiskIopsConfigurationMode;exports.DriveCacheType = DriveCacheType;exports.EventType = EventType;exports.FSx = FSx;exports.FSxClient = FSxClient;exports.FileCacheLifecycle = FileCacheLifecycle;exports.FileCacheLustreDeploymentType = FileCacheLustreDeploymentType;exports.FileCacheType = FileCacheType;exports.FileSystemLifecycle = FileSystemLifecycle;exports.FileSystemMaintenanceOperation = FileSystemMaintenanceOperation;exports.FileSystemType = FileSystemType;exports.FilterName = FilterName;exports.FlexCacheEndpointType = FlexCacheEndpointType;exports.InputOntapVolumeType = InputOntapVolumeType;exports.ListTagsForResourceCommand = ListTagsForResourceCommand;exports.LustreAccessAuditLogLevel = LustreAccessAuditLogLevel;exports.LustreDeploymentType = LustreDeploymentType;exports.LustreReadCacheSizingMode = LustreReadCacheSizingMode;exports.MetadataConfigurationMode = MetadataConfigurationMode;exports.NetworkType = NetworkType;exports.NfsVersion = NfsVersion;exports.OntapDeploymentType = OntapDeploymentType;exports.OntapFileSystemUserType = OntapFileSystemUserType;exports.OntapVolumeType = OntapVolumeType;exports.OpenZFSCopyStrategy = OpenZFSCopyStrategy;exports.OpenZFSDataCompressionType = OpenZFSDataCompressionType;exports.OpenZFSDeploymentType = OpenZFSDeploymentType;exports.OpenZFSFileSystemUserType = OpenZFSFileSystemUserType;exports.OpenZFSQuotaType = OpenZFSQuotaType;exports.OpenZFSReadCacheSizingMode = OpenZFSReadCacheSizingMode;exports.PrivilegedDelete = PrivilegedDelete;exports.ReleaseFileSystemNfsV3LocksCommand = ReleaseFileSystemNfsV3LocksCommand;exports.ReportFormat = ReportFormat;exports.ReportScope = ReportScope;exports.ResourceType = ResourceType;exports.RestoreOpenZFSVolumeOption = RestoreOpenZFSVolumeOption;exports.RestoreVolumeFromSnapshotCommand = RestoreVolumeFromSnapshotCommand;exports.RetentionPeriodType = RetentionPeriodType;exports.S3AccessPointAttachmentLifecycle = S3AccessPointAttachmentLifecycle;exports.S3AccessPointAttachmentType = S3AccessPointAttachmentType;exports.S3AccessPointAttachmentsFilterName = S3AccessPointAttachmentsFilterName;exports.SecurityStyle = SecurityStyle;exports.ServiceLimit = ServiceLimit;exports.SnaplockType = SnaplockType;exports.SnapshotFilterName = SnapshotFilterName;exports.SnapshotLifecycle = SnapshotLifecycle;exports.StartMisconfiguredStateRecoveryCommand = StartMisconfiguredStateRecoveryCommand;exports.Status = Status;exports.StorageType = StorageType;exports.StorageVirtualMachineFilterName = StorageVirtualMachineFilterName;exports.StorageVirtualMachineLifecycle = StorageVirtualMachineLifecycle;exports.StorageVirtualMachineRootVolumeSecurityStyle = StorageVirtualMachineRootVolumeSecurityStyle;exports.StorageVirtualMachineSubtype = StorageVirtualMachineSubtype;exports.TagResourceCommand = TagResourceCommand;exports.TieringPolicyName = TieringPolicyName;exports.Unit = Unit;exports.UntagResourceCommand = UntagResourceCommand;exports.UpdateDataRepositoryAssociationCommand = UpdateDataRepositoryAssociationCommand;exports.UpdateFileCacheCommand = UpdateFileCacheCommand;exports.UpdateFileSystemCommand = UpdateFileSystemCommand;exports.UpdateOpenZFSVolumeOption = UpdateOpenZFSVolumeOption;exports.UpdateSharedVpcConfigurationCommand = UpdateSharedVpcConfigurationCommand;exports.UpdateSnapshotCommand = UpdateSnapshotCommand;exports.UpdateStorageVirtualMachineCommand = UpdateStorageVirtualMachineCommand;exports.UpdateVolumeCommand = UpdateVolumeCommand;exports.VolumeFilterName = VolumeFilterName;exports.VolumeLifecycle = VolumeLifecycle;exports.VolumeStyle = VolumeStyle;exports.VolumeType = VolumeType;exports.WindowsAccessAuditLogLevel = WindowsAccessAuditLogLevel;exports.WindowsDeploymentType = WindowsDeploymentType;exports.paginateDescribeBackups = paginateDescribeBackups;exports.paginateDescribeDataRepositoryAssociations = paginateDescribeDataRepositoryAssociations;exports.paginateDescribeDataRepositoryTasks = paginateDescribeDataRepositoryTasks;exports.paginateDescribeFileCaches = paginateDescribeFileCaches;exports.paginateDescribeFileSystemAliases = paginateDescribeFileSystemAliases;exports.paginateDescribeFileSystems = paginateDescribeFileSystems;exports.paginateDescribeS3AccessPointAttachments = paginateDescribeS3AccessPointAttachments;exports.paginateDescribeSnapshots = paginateDescribeSnapshots;exports.paginateDescribeStorageVirtualMachines = paginateDescribeStorageVirtualMachines;exports.paginateDescribeVolumes = paginateDescribeVolumes;exports.paginateListTagsForResource = paginateListTagsForResource;Object.prototype.hasOwnProperty.call(schemas_0, '__proto__') &&    !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&    Object.defineProperty(exports, '__proto__', {        enumerable: true,        value: schemas_0['__proto__']    }); Object.keys(schemas_0).forEach(function (k) {    if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = schemas_0[k];});Object.prototype.hasOwnProperty.call(errors, '__proto__') &&    !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&    Object.defineProperty(exports, '__proto__', {        enumerable: true,        value: errors['__proto__']    }); Object.keys(errors).forEach(function (k) {    if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = errors[k];});