AWS.Tools.FSx.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.FSx</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.FSX.AddFSXResourceTagCmdlet">
            <summary>
            Tags an Amazon FSx resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.AddFSXResourceTagCmdlet.ResourceARN">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the Amazon FSx resource that you want to tag.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.AddFSXResourceTagCmdlet.Tag">
            <summary>
            <para>
            <para>A list of tags for the resource. If a tag with a given key already exists, the value
            is replaced by the one specified in this parameter.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.AddFSXResourceTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FSx.Model.TagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.AddFSXResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceARN parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceARN' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.AddFSXResourceTagCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.FSX.CopyFSXBackupCmdlet">
            <summary>
            Copies an existing backup within the same Amazon Web Services account to another Amazon
            Web Services Region (cross-Region copy) or within the same Amazon Web Services Region
            (in-Region copy). You can have up to five backup copy requests in progress to a single
            destination Region per account.
             
              
            <para>
            You can use cross-Region backup copies for cross-region disaster recovery. You periodically
            take backups and copy them to another Region so that in the event of a disaster in
            the primary Region, you can restore from backup and recover availability quickly in
            the other Region. You can make cross-Region copies only within your Amazon Web Services
            partition.
            </para><para>
             You can also use backup copies to clone your file data set to another Region or within
            the same Region.
            </para><para>
            You can use the <code>SourceRegion</code> parameter to specify the Amazon Web Services
            Region from which the backup will be copied. For example, if you make the call from
            the <code>us-west-1</code> Region and want to copy a backup from the <code>us-east-2</code>
            Region, you specify <code>us-east-2</code> in the <code>SourceRegion</code> parameter
            to make a cross-Region copy. If you don't specify a Region, the backup copy is created
            in the same Region where the request is sent from (in-Region copy).
            </para><para>
            For more information on creating backup copies, see <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/using-backups.html#copy-backups">
            Copying backups</a> in the <i>Amazon FSx for Windows User Guide</i> and <a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/using-backups-fsx.html#copy-backups">Copying
            backups</a> in the <i>Amazon FSx for Lustre User Guide</i>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.CopyFSXBackupCmdlet.ClientRequestToken">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.CopyFSXBackupCmdlet.CopyTag">
            <summary>
            <para>
            <para>A boolean flag indicating whether tags from the source backup should be copied to
            the backup copy. This value defaults to false.</para><para>If you set <code>CopyTags</code> to true and the source backup has existing tags,
            you can use the <code>Tags</code> parameter to create new tags, provided that the
            sum of the source backup tags and the new tags doesn't exceed 50. Both sets of tags
            are merged. If there are tag conflicts (for example, two tags with the same key but
            different values), the tags created with the <code>Tags</code> parameter take precedence.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.CopyFSXBackupCmdlet.KmsKeyId">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.CopyFSXBackupCmdlet.SourceBackupId">
            <summary>
            <para>
            <para>The ID of the source backup. Specifies the ID of the backup that is being copied.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.CopyFSXBackupCmdlet.SourceRegion">
            <summary>
            <para>
            <para>The source Amazon Web Services Region of the backup. Specifies the Amazon Web Services
            Region from which the backup is being copied. The source and destination Regions must
            be in the same Amazon Web Services partition. If you don't specify a Region, it defaults
            to the Region where the request is sent from (in-Region copy).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.CopyFSXBackupCmdlet.Tag">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.CopyFSXBackupCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Backup'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FSx.Model.CopyBackupResponse).
            Specifying the name of a property of type Amazon.FSx.Model.CopyBackupResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.CopyFSXBackupCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SourceBackupId parameter.
            The -PassThru parameter is deprecated, use -Select '^SourceBackupId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.CopyFSXBackupCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.FSX.GetFSXBackupCmdlet">
            <summary>
            Returns the description of specific Amazon FSx backups, if a <code>BackupIds</code>
            value is provided for that backup. Otherwise, it returns all backups owned by your
            Amazon Web Services account in the Amazon Web Services Region of the endpoint that
            you're calling.
             
              
            <para>
            When retrieving all backups, you can optionally specify the <code>MaxResults</code>
            parameter to limit the number of backups in a response. If more backups remain, Amazon
            FSx returns a <code>NextToken</code> value in the response. In this case, send a later
            request with the <code>NextToken</code> request parameter set to the value of <code>NextToken</code>
            from the last response.
            </para><para>
            This action is used in an iterative process to retrieve a list of your backups. <code>DescribeBackups</code>
            is called first without a <code>NextToken</code>value. Then the action continues to
            be called with the <code>NextToken</code> parameter set to the value of the last <code>NextToken</code>
            value until a response has no <code>NextToken</code>.
            </para><para>
            When using this action, keep the following in mind:
            </para><ul><li><para>
            The implementation might return fewer than <code>MaxResults</code> backup descriptions
            while still including a <code>NextToken</code> value.
            </para></li><li><para>
            The order of backups returned in the response of one <code>DescribeBackups</code>
            call and the order of backups returned across the responses of a multi-call iteration
            is unspecified.
            </para></li></ul><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.GetFSXBackupCmdlet.BackupId">
            <summary>
            <para>
            <para>IDs of the backups you want to retrieve (String). This overrides any filters. If any
            IDs are not found, BackupNotFound will be thrown.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.GetFSXBackupCmdlet.Filter">
            <summary>
            <para>
            <para>Filters structure. Supported names are <code>file-system-id</code>, <code>backup-type</code>,
            <code>file-system-type</code>, and <code>volume-id</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.GetFSXBackupCmdlet.MaxResult">
            <summary>
            <para>
            <para>Maximum number of backups to return in the response (integer). This parameter value
            must be greater than 0. The number of items that Amazon FSx returns is the minimum
            of the <code>MaxResults</code> parameter specified in the request and the service's
            internal maximum number of items per page.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.GetFSXBackupCmdlet.NextToken">
            <summary>
            <para>
            <para>Opaque pagination token returned from a previous <code>DescribeBackups</code> operation
            (String). If a token present, the action continues the list from where the returning
            call left off.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.GetFSXBackupCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Backups'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FSx.Model.DescribeBackupsResponse).
            Specifying the name of a property of type Amazon.FSx.Model.DescribeBackupsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.GetFSXBackupCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.FSX.GetFSXDataRepositoryTaskCmdlet">
            <summary>
            Returns the description of specific Amazon FSx for Lustre data repository tasks, if
            one or more <code>TaskIds</code> values are provided in the request, or if filters
            are used in the request. You can use filters to narrow the response to include just
            tasks for specific file systems, or tasks in a specific lifecycle state. Otherwise,
            it returns all data repository tasks owned by your Amazon Web Services account in
            the Amazon Web Services Region of the endpoint that you're calling.
             
              
            <para>
            When retrieving all tasks, you can paginate the response by using the optional <code>MaxResults</code>
            parameter to limit the number of tasks returned in a response. If more tasks remain,
            Amazon FSx returns a <code>NextToken</code> value in the response. In this case, send
            a later request with the <code>NextToken</code> request parameter set to the value
            of <code>NextToken</code> from the last response.
            </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.GetFSXDataRepositoryTaskCmdlet.Filter">
            <summary>
            <para>
            <para>(Optional) You can use filters to narrow the <code>DescribeDataRepositoryTasks</code>
            response to include just tasks for specific file systems, or tasks in a specific lifecycle
            state.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.GetFSXDataRepositoryTaskCmdlet.TaskId">
            <summary>
            <para>
            <para>(Optional) IDs of the tasks whose descriptions you want to retrieve (String).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.GetFSXDataRepositoryTaskCmdlet.MaxResult">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.GetFSXDataRepositoryTaskCmdlet.NextToken">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.GetFSXDataRepositoryTaskCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'DataRepositoryTasks'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FSx.Model.DescribeDataRepositoryTasksResponse).
            Specifying the name of a property of type Amazon.FSx.Model.DescribeDataRepositoryTasksResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.GetFSXDataRepositoryTaskCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.FSX.GetFSXFileSystemCmdlet">
            <summary>
            Returns the description of specific Amazon FSx file systems, if a <code>FileSystemIds</code>
            value is provided for that file system. Otherwise, it returns descriptions of all
            file systems owned by your Amazon Web Services account in the Amazon Web Services
            Region of the endpoint that you're calling.
             
              
            <para>
            When retrieving all file system descriptions, you can optionally specify the <code>MaxResults</code>
            parameter to limit the number of descriptions in a response. If more file system descriptions
            remain, Amazon FSx returns a <code>NextToken</code> value in the response. In this
            case, send a later request with the <code>NextToken</code> request parameter set to
            the value of <code>NextToken</code> from the last response.
            </para><para>
            This action is used in an iterative process to retrieve a list of your file system
            descriptions. <code>DescribeFileSystems</code> is called first without a <code>NextToken</code>value.
            Then the action continues to be called with the <code>NextToken</code> parameter set
            to the value of the last <code>NextToken</code> value until a response has no <code>NextToken</code>.
            </para><para>
            When using this action, keep the following in mind:
            </para><ul><li><para>
            The implementation might return fewer than <code>MaxResults</code> file system descriptions
            while still including a <code>NextToken</code> value.
            </para></li><li><para>
            The order of file systems returned in the response of one <code>DescribeFileSystems</code>
            call and the order of file systems returned across the responses of a multicall iteration
            is unspecified.
            </para></li></ul><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.GetFSXFileSystemCmdlet.FileSystemId">
            <summary>
            <para>
            <para>IDs of the file systems whose descriptions you want to retrieve (String).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.GetFSXFileSystemCmdlet.MaxResult">
            <summary>
            <para>
            <para>Maximum number of file systems to return in the response (integer). This parameter
            value must be greater than 0. The number of items that Amazon FSx returns is the minimum
            of the <code>MaxResults</code> parameter specified in the request and the service's
            internal maximum number of items per page.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.GetFSXFileSystemCmdlet.NextToken">
            <summary>
            <para>
            <para>Opaque pagination token returned from a previous <code>DescribeFileSystems</code>
            operation (String). If a token present, the action continues the list from where the
            returning call left off.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.GetFSXFileSystemCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'FileSystems'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FSx.Model.DescribeFileSystemsResponse).
            Specifying the name of a property of type Amazon.FSx.Model.DescribeFileSystemsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.GetFSXFileSystemCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.FSX.GetFSXFileSystemAliasCmdlet">
            <summary>
            Returns the DNS aliases that are associated with the specified Amazon FSx for Windows
            File Server file system. A history of all DNS aliases that have been associated with
            and disassociated from the file system is available in the list of <a>AdministrativeAction</a>
            provided in the <a>DescribeFileSystems</a> operation response.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.GetFSXFileSystemAliasCmdlet.ClientRequestToken">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.GetFSXFileSystemAliasCmdlet.FileSystemId">
            <summary>
            <para>
            <para>The ID of the file system to return the associated DNS aliases for (String).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.GetFSXFileSystemAliasCmdlet.MaxResult">
            <summary>
            <para>
            <para>Maximum number of DNS aliases to return in the response (integer). This parameter
            value must be greater than 0. The number of items that Amazon FSx returns is the minimum
            of the <code>MaxResults</code> parameter specified in the request and the service's
            internal maximum number of items per page.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.GetFSXFileSystemAliasCmdlet.NextToken">
            <summary>
            <para>
            <para>Opaque pagination token returned from a previous <code>DescribeFileSystemAliases</code>
            operation (String). If a token is included in the request, the action continues the
            list from where the previous returning call left off.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.GetFSXFileSystemAliasCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Aliases'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FSx.Model.DescribeFileSystemAliasesResponse).
            Specifying the name of a property of type Amazon.FSx.Model.DescribeFileSystemAliasesResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.GetFSXFileSystemAliasCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the FileSystemId parameter.
            The -PassThru parameter is deprecated, use -Select '^FileSystemId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.GetFSXFileSystemAliasCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.FSX.GetFSXResourceTagListCmdlet">
            <summary>
            Lists tags for an Amazon FSx file systems and backups in the case of Amazon FSx for
            Windows File Server.
             
              
            <para>
            When retrieving all tags, you can optionally specify the <code>MaxResults</code> parameter
            to limit the number of tags in a response. If more tags remain, Amazon FSx returns
            a <code>NextToken</code> value in the response. In this case, send a later request
            with the <code>NextToken</code> request parameter set to the value of <code>NextToken</code>
            from the last response.
            </para><para>
            This action is used in an iterative process to retrieve a list of your tags. <code>ListTagsForResource</code>
            is called first without a <code>NextToken</code>value. Then the action continues to
            be called with the <code>NextToken</code> parameter set to the value of the last <code>NextToken</code>
            value until a response has no <code>NextToken</code>.
            </para><para>
            When using this action, keep the following in mind:
            </para><ul><li><para>
            The implementation might return fewer than <code>MaxResults</code> file system descriptions
            while still including a <code>NextToken</code> value.
            </para></li><li><para>
            The order of tags returned in the response of one <code>ListTagsForResource</code>
            call and the order of tags returned across the responses of a multi-call iteration
            is unspecified.
            </para></li></ul><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.GetFSXResourceTagListCmdlet.ResourceARN">
            <summary>
            <para>
            <para>The ARN of the Amazon FSx resource that will have its tags listed.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.GetFSXResourceTagListCmdlet.MaxResult">
            <summary>
            <para>
            <para>Maximum number of tags to return in the response (integer). This parameter value must
            be greater than 0. The number of items that Amazon FSx returns is the minimum of the
            <code>MaxResults</code> parameter specified in the request and the service's internal
            maximum number of items per page.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.GetFSXResourceTagListCmdlet.NextToken">
            <summary>
            <para>
            <para>Opaque pagination token returned from a previous <code>ListTagsForResource</code>
            operation (String). If a token present, the action continues the list from where the
            returning call left off.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.GetFSXResourceTagListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Tags'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FSx.Model.ListTagsForResourceResponse).
            Specifying the name of a property of type Amazon.FSx.Model.ListTagsForResourceResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.GetFSXResourceTagListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceARN parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceARN' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.GetFSXResourceTagListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.FSX.GetFSXStorageVirtualMachineCmdlet">
            <summary>
            Describes one or more Amazon FSx for NetApp ONTAP storage virtual machines (SVMs).<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.GetFSXStorageVirtualMachineCmdlet.Filter">
            <summary>
            <para>
            <para>Enter a filter name:value pair to view a select set of SVMs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.GetFSXStorageVirtualMachineCmdlet.StorageVirtualMachineId">
            <summary>
            <para>
            <para>Enter the ID of one or more SVMs that you want to view.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.GetFSXStorageVirtualMachineCmdlet.MaxResult">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.GetFSXStorageVirtualMachineCmdlet.NextToken">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.GetFSXStorageVirtualMachineCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'StorageVirtualMachines'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FSx.Model.DescribeStorageVirtualMachinesResponse).
            Specifying the name of a property of type Amazon.FSx.Model.DescribeStorageVirtualMachinesResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.GetFSXStorageVirtualMachineCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.FSX.GetFSXVolumeCmdlet">
            <summary>
            Describes one or more Amazon FSx for NetApp ONTAP volumes.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.GetFSXVolumeCmdlet.Filter">
            <summary>
            <para>
            <para>Enter a filter name:value pair to view a select set of volumes.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.GetFSXVolumeCmdlet.VolumeId">
            <summary>
            <para>
            <para>IDs of the volumes whose descriptions you want to retrieve.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.GetFSXVolumeCmdlet.MaxResult">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.GetFSXVolumeCmdlet.NextToken">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.GetFSXVolumeCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Volumes'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FSx.Model.DescribeVolumesResponse).
            Specifying the name of a property of type Amazon.FSx.Model.DescribeVolumesResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.GetFSXVolumeCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.FSX.NewFSXBackupCmdlet">
            <summary>
            Creates a backup of an existing Amazon FSx for Windows File Server or Amazon FSx for
            Lustre file system, or of an Amazon FSx for NetApp ONTAP volume. Creating regular
            backups is a best practice, enabling you to restore a file system or volume from a
            backup if an issue arises with the original file system or volume.
             
              
            <para>
            For Amazon FSx for Lustre file systems, you can create a backup only for file systems
            with the following configuration:
            </para><ul><li><para>
            a Persistent deployment type
            </para></li><li><para>
            is <i>not</i> linked to a data repository.
            </para></li></ul><para>
            For more information about backups, see the following:
            </para><ul><li><para>
            For Amazon FSx for Lustre, see <a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/using-backups-fsx.html">Working
            with FSx for Lustre backups</a>.
            </para></li><li><para>
            For Amazon FSx for Windows, see <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/using-backups.html">Working
            with FSx for Windows backups</a>.
            </para></li><li><para>
            For Amazon FSx for NetApp ONTAP, see <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/using-backups.html">Working
            with FSx for NetApp ONTAP backups</a>.
            </para></li></ul><para>
            If a backup with the specified client request token exists, and the parameters match,
            this operation returns the description of the existing backup. If a backup specified
            client request token exists, and the parameters don't match, this operation returns
            <code>IncompatibleParameterError</code>. If a backup with the specified client request
            token doesn't exist, <code>CreateBackup</code> does the following:
            </para><ul><li><para>
            Creates a new Amazon FSx backup with an assigned ID, and an initial lifecycle state
            of <code>CREATING</code>.
            </para></li><li><para>
            Returns the description of the backup.
            </para></li></ul><para>
            By using the idempotent operation, you can retry a <code>CreateBackup</code> operation
            without the risk of creating an extra backup. This approach can be useful when an
            initial call fails in a way that makes it unclear whether a backup was created. If
            you use the same client request token and the initial call created a backup, the operation
            returns a successful result because all the parameters are the same.
            </para><para>
            The <code>CreateBackup</code> operation returns while the backup's lifecycle state
            is still <code>CREATING</code>. You can check the backup creation status by calling
            the <a>DescribeBackups</a> operation, which returns the backup state along with other
            information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXBackupCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>(Optional) A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent
            creation. This string is automatically filled on your behalf when you use the Command
            Line Interface (CLI) or an Amazon Web Services SDK.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXBackupCmdlet.FileSystemId">
            <summary>
            <para>
            <para>The ID of the file system to back up.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXBackupCmdlet.Tag">
            <summary>
            <para>
            <para>(Optional) The tags to apply to the backup at backup creation. The key value of the
            <code>Name</code> tag appears in the console as the backup name. If you have set <code>CopyTagsToBackups</code>
            to true, and you specify one or more tags using the <code>CreateBackup</code> action,
            no existing file system tags are copied from the file system to the backup.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXBackupCmdlet.VolumeId">
            <summary>
            <para>
            <para>The ID of he FSx for NetApp ONTAP volume to back up.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXBackupCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Backup'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FSx.Model.CreateBackupResponse).
            Specifying the name of a property of type Amazon.FSx.Model.CreateBackupResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXBackupCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the FileSystemId parameter.
            The -PassThru parameter is deprecated, use -Select '^FileSystemId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXBackupCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.FSX.NewFSXDataRepositoryTaskCmdlet">
            <summary>
            Creates an Amazon FSx for Lustre data repository task. You use data repository tasks
            to perform bulk operations between your Amazon FSx file system and its linked data
            repository. An example of a data repository task is exporting any data and metadata
            changes, including POSIX metadata, to files, directories, and symbolic links (symlinks)
            from your FSx file system to its linked data repository. A <code>CreateDataRepositoryTask</code>
            operation will fail if a data repository is not linked to the FSx file system. To
            learn more about data repository tasks, see <a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/data-repository-tasks.html">Data
            Repository Tasks</a>. To learn more about linking a data repository to your file system,
            see <a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/create-fs-linked-data-repo.html">Linking
            your file system to an S3 bucket</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXDataRepositoryTaskCmdlet.ClientRequestToken">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXDataRepositoryTaskCmdlet.Report_Enabled">
            <summary>
            <para>
            <para>Set <code>Enabled</code> to <code>True</code> to generate a <code>CompletionReport</code>
            when the task completes. If set to <code>true</code>, then you need to provide a report
            <code>Scope</code>, <code>Path</code>, and <code>Format</code>. Set <code>Enabled</code>
            to <code>False</code> if you do not want a <code>CompletionReport</code> generated
            when the task completes.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXDataRepositoryTaskCmdlet.FileSystemId">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXDataRepositoryTaskCmdlet.Report_Format">
            <summary>
            <para>
            <para>Required if <code>Enabled</code> is set to <code>true</code>. Specifies the format
            of the <code>CompletionReport</code>. <code>REPORT_CSV_20191124</code> is the only
            format currently supported. When <code>Format</code> is set to <code>REPORT_CSV_20191124</code>,
            the <code>CompletionReport</code> is provided in CSV format, and is delivered to <code>{path}/task-{id}/failures.csv</code>.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXDataRepositoryTaskCmdlet.Report_Path">
            <summary>
            <para>
            <para>Required if <code>Enabled</code> is set to <code>true</code>. Specifies the location
            of the report on the file system's linked S3 data repository. An absolute path that
            defines where the completion report will be stored in the destination location. The
            <code>Path</code> you provide must be located within the file system’s ExportPath.
            An example <code>Path</code> value is "s3://myBucket/myExportPath/optionalPrefix".
            The report provides the following information for each file in the report: FilePath,
            FileStatus, and ErrorCode. To learn more about a file system's <code>ExportPath</code>,
            see . </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXDataRepositoryTaskCmdlet.Path">
            <summary>
            <para>
            <para>(Optional) The path or paths on the Amazon FSx file system to use when the data repository
            task is processed. The default path is the file system root directory. The paths you
            provide need to be relative to the mount point of the file system. If the mount point
            is <code>/mnt/fsx</code> and <code>/mnt/fsx/path1</code> is a directory or file on
            the file system you want to export, then the path to provide is <code>path1</code>.
            If a path that you provide isn't valid, the task fails.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXDataRepositoryTaskCmdlet.Report_Scope">
            <summary>
            <para>
            <para>Required if <code>Enabled</code> is set to <code>true</code>. Specifies the scope
            of the <code>CompletionReport</code>; <code>FAILED_FILES_ONLY</code> is the only scope
            currently supported. When <code>Scope</code> is set to <code>FAILED_FILES_ONLY</code>,
            the <code>CompletionReport</code> only contains information about files that the data
            repository task failed to process.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXDataRepositoryTaskCmdlet.Tag">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXDataRepositoryTaskCmdlet.Type">
            <summary>
            <para>
            <para>Specifies the type of data repository task to create.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXDataRepositoryTaskCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'DataRepositoryTask'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FSx.Model.CreateDataRepositoryTaskResponse).
            Specifying the name of a property of type Amazon.FSx.Model.CreateDataRepositoryTaskResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXDataRepositoryTaskCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the FileSystemId parameter.
            The -PassThru parameter is deprecated, use -Select '^FileSystemId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXDataRepositoryTaskCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.FSX.NewFSXFileSystemCmdlet">
            <summary>
            Creates a new, empty Amazon FSx file system.
             
              
            <para>
            If a file system with the specified client request token exists and the parameters
            match, <code>CreateFileSystem</code> returns the description of the existing file
            system. If a file system specified client request token exists and the parameters
            don't match, this call returns <code>IncompatibleParameterError</code>. If a file
            system with the specified client request token doesn't exist, <code>CreateFileSystem</code>
            does the following:
            </para><ul><li><para>
            Creates a new, empty Amazon FSx file system with an assigned ID, and an initial lifecycle
            state of <code>CREATING</code>.
            </para></li><li><para>
            Returns the description of the file system.
            </para></li></ul><para>
            This operation requires a client request token in the request that Amazon FSx uses
            to ensure idempotent creation. This means that calling the operation multiple times
            with the same client request token has no effect. By using the idempotent operation,
            you can retry a <code>CreateFileSystem</code> operation without the risk of creating
            an extra file system. This approach can be useful when an initial call fails in a
            way that makes it unclear whether a file system was created. Examples are if a transport
            level timeout occurred, or your connection was reset. If you use the same client request
            token and the initial call created a file system, the client receives success as long
            as the parameters are the same.
            </para><note><para>
            The <code>CreateFileSystem</code> call returns while the file system's lifecycle state
            is still <code>CREATING</code>. You can check the file-system creation status by calling
            the <a>DescribeFileSystems</a> operation, which returns the file system state along
            with other information.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXFileSystemCmdlet.OntapConfiguration_AutomaticBackupRetentionDay">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXFileSystemCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent creation.
            This string is automatically filled on your behalf when you use the Command Line Interface
            (CLI) or an Amazon Web Services SDK.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXFileSystemCmdlet.OntapConfiguration_DailyAutomaticBackupStartTime">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXFileSystemCmdlet.OntapConfiguration_DeploymentType">
            <summary>
            <para>
            <para>Specifies the ONTAP file system deployment type to use in creating the file system.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXFileSystemCmdlet.OntapConfiguration_EndpointIpAddressRange">
            <summary>
            <para>
            <para>Specifies the IP address range in which the endpoints to access your file system will
            be created. By default, Amazon FSx selects an unused IP address range for you from
            the 198.19.* range.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXFileSystemCmdlet.FileSystemType">
            <summary>
            <para>
            <para>The type of Amazon FSx file system to create. Valid values are <code>WINDOWS</code>,
            <code>LUSTRE</code>, and <code>ONTAP</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXFileSystemCmdlet.FileSystemTypeVersion">
            <summary>
            <para>
            <para>Sets the version of the Amazon FSx for Lustre file system you're creating. Valid values
            are <code>2.10</code> and <code>2.12</code>.</para><ul><li><para>Set the value to <code>2.10</code> to create a Lustre 2.10 file system.</para></li><li><para>Set the value to <code>2.12</code> to create a Lustre 2.12 file system.</para></li></ul><para>Default value is <code>2.10</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXFileSystemCmdlet.OntapConfiguration_FsxAdminPassword">
            <summary>
            <para>
            <para>The ONTAP administrative password for the <code>fsxadmin</code> user that you can
            use to administer your file system using the ONTAP CLI and REST API.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXFileSystemCmdlet.DiskIopsConfiguration_Iops">
            <summary>
            <para>
            <para>The total number of SSD IOPS provisioned for the file system.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXFileSystemCmdlet.KmsKeyId">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXFileSystemCmdlet.LustreConfiguration">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXFileSystemCmdlet.DiskIopsConfiguration_Mode">
            <summary>
            <para>
            <para>Specifies whether the number of IOPS for the file system is using the system default
            (<code>AUTOMATIC</code>) or was provisioned by the customer (<code>USER_PROVISIONED</code>).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXFileSystemCmdlet.OntapConfiguration_PreferredSubnetId">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXFileSystemCmdlet.OntapConfiguration_RouteTableId">
            <summary>
            <para>
            <para>Specifies the VPC route tables in which your file system's endpoints will be created.
            You should specify all VPC route tables associated with the subnets in which your
            clients are located. By default, Amazon FSx selects your VPC's default route table.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXFileSystemCmdlet.SecurityGroupId">
            <summary>
            <para>
            <para>A list of IDs specifying the security groups to apply to all network interfaces created
            for file system access. This list isn't returned in later requests to describe the
            file system.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXFileSystemCmdlet.StorageCapacity">
            <summary>
            <para>
            <para>Sets the storage capacity of the file system that you're creating.</para><para>For Lustre file systems:</para><ul><li><para>For <code>SCRATCH_2</code> and <code>PERSISTENT_1 SSD</code> deployment types, valid
            values are 1200 GiB, 2400 GiB, and increments of 2400 GiB.</para></li><li><para>For <code>PERSISTENT HDD</code> file systems, valid values are increments of 6000
            GiB for 12 MB/s/TiB file systems and increments of 1800 GiB for 40 MB/s/TiB file systems.</para></li><li><para>For <code>SCRATCH_1</code> deployment type, valid values are 1200 GiB, 2400 GiB, and
            increments of 3600 GiB.</para></li></ul><para>For Windows file systems:</para><ul><li><para>If <code>StorageType=SSD</code>, valid values are 32 GiB - 65,536 GiB (64 TiB).</para></li><li><para>If <code>StorageType=HDD</code>, valid values are 2000 GiB - 65,536 GiB (64 TiB).</para></li></ul><para>For ONTAP file systems:</para><ul><li><para>Valid values are 1024 GiB - 196,608 GiB (192 TiB).</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXFileSystemCmdlet.StorageType">
            <summary>
            <para>
            <para>Sets the storage type for the file system you're creating. Valid values are <code>SSD</code>
            and <code>HDD</code>.</para><ul><li><para>Set to <code>SSD</code> to use solid state drive storage. SSD is supported on all
            Windows, Lustre, and ONTAP deployment types.</para></li><li><para>Set to <code>HDD</code> to use hard disk drive storage. HDD is supported on <code>SINGLE_AZ_2</code>
            and <code>MULTI_AZ_1</code> Windows file system deployment types, and on <code>PERSISTENT</code>
            Lustre file system deployment types. </para></li></ul><para> Default value is <code>SSD</code>. For more information, see <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/optimize-fsx-costs.html#storage-type-options">
            Storage Type Options</a> in the <i>Amazon FSx for Windows User Guide</i> and <a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/what-is.html#storage-options">Multiple
            Storage Options</a> in the <i>Amazon FSx for Lustre User Guide</i>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXFileSystemCmdlet.SubnetId">
            <summary>
            <para>
            <para>Specifies the IDs of the subnets that the file system will be accessible from. For
            Windows and ONTAP <code>MULTI_AZ_1</code> file system deployment types, provide exactly
            two subnet IDs, one for the preferred file server and one for the standby file server.
            You specify one of these subnets as the preferred subnet using the <code>WindowsConfiguration
            &gt; PreferredSubnetID</code> or <code>OntapConfiguration &gt; PreferredSubnetID</code>
            properties. For more information, see <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/high-availability-multiAZ.html">
            Availability and durability: Single-AZ and Multi-AZ file systems</a> in the <i>Amazon
            FSx for Windows User Guide</i> and <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/high-availability-multiAZ.html">
            Availability and durability</a> in the <i>Amazon FSx for ONTAP User Guide</i>.</para><para>For Windows <code>SINGLE_AZ_1</code> and <code>SINGLE_AZ_2</code> file system deployment
            types and Lustre file systems, provide exactly one subnet ID. The file server is launched
            in that subnet's Availability Zone.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXFileSystemCmdlet.Tag">
            <summary>
            <para>
            <para>The tags to apply to the file system being created. The key value of the <code>Name</code>
            tag appears in the console as the file system name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXFileSystemCmdlet.OntapConfiguration_ThroughputCapacity">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXFileSystemCmdlet.OntapConfiguration_WeeklyMaintenanceStartTime">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXFileSystemCmdlet.WindowsConfiguration">
            <summary>
            <para>
            <para>The Microsoft Windows configuration for the file system being created. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXFileSystemCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'FileSystem'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FSx.Model.CreateFileSystemResponse).
            Specifying the name of a property of type Amazon.FSx.Model.CreateFileSystemResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXFileSystemCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.FSX.NewFSXFileSystemFromBackupCmdlet">
            <summary>
            Creates a new Amazon FSx for Lustre or Amazon FSx for Windows File Server file system
            from an existing Amazon FSx backup.
             
              
            <para>
            If a file system with the specified client request token exists and the parameters
            match, this operation returns the description of the file system. If a client request
            token specified by the file system exists and the parameters don't match, this call
            returns <code>IncompatibleParameterError</code>. If a file system with the specified
            client request token doesn't exist, this operation does the following:
            </para><ul><li><para>
            Creates a new Amazon FSx file system from backup with an assigned ID, and an initial
            lifecycle state of <code>CREATING</code>.
            </para></li><li><para>
            Returns the description of the file system.
            </para></li></ul><para>
            Parameters like Active Directory, default share name, automatic backup, and backup
            settings default to the parameters of the file system that was backed up, unless overridden.
            You can explicitly supply other settings.
            </para><para>
            By using the idempotent operation, you can retry a <code>CreateFileSystemFromBackup</code>
            call without the risk of creating an extra file system. This approach can be useful
            when an initial call fails in a way that makes it unclear whether a file system was
            created. Examples are if a transport level timeout occurred, or your connection was
            reset. If you use the same client request token and the initial call created a file
            system, the client receives success as long as the parameters are the same.
            </para><note><para>
            The <code>CreateFileSystemFromBackup</code> call returns while the file system's lifecycle
            state is still <code>CREATING</code>. You can check the file-system creation status
            by calling the <a>DescribeFileSystems</a> operation, which returns the file system
            state along with other information.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXFileSystemFromBackupCmdlet.BackupId">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXFileSystemFromBackupCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent creation.
            This string is automatically filled on your behalf when you use the Command Line Interface
            (CLI) or an Amazon Web Services SDK.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXFileSystemFromBackupCmdlet.FileSystemTypeVersion">
            <summary>
            <para>
            <para>Sets the version for the Amazon FSx for Lustre file system you're creating from a
            backup. Valid values are <code>2.10</code> and <code>2.12</code>.</para><para>You don't need to specify <code>FileSystemTypeVersion</code> because it will be applied
            using the backup's <code>FileSystemTypeVersion</code> setting. If you choose to specify
            <code>FileSystemTypeVersion</code> when creating from backup, the value must match
            the backup's <code>FileSystemTypeVersion</code> setting.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXFileSystemFromBackupCmdlet.KmsKeyId">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXFileSystemFromBackupCmdlet.LustreConfiguration">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXFileSystemFromBackupCmdlet.SecurityGroupId">
            <summary>
            <para>
            <para>A list of IDs for the security groups that apply to the specified network interfaces
            created for file system access. These security groups apply to all network interfaces.
            This value isn't returned in later DescribeFileSystem requests.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXFileSystemFromBackupCmdlet.StorageType">
            <summary>
            <para>
            <para>Sets the storage type for the Windows file system you're creating from a backup. Valid
            values are <code>SSD</code> and <code>HDD</code>.</para><ul><li><para>Set to <code>SSD</code> to use solid state drive storage. Supported on all Windows
            deployment types.</para></li><li><para>Set to <code>HDD</code> to use hard disk drive storage. Supported on <code>SINGLE_AZ_2</code>
            and <code>MULTI_AZ_1</code> Windows file system deployment types. </para></li></ul><para> Default value is <code>SSD</code>. </para><note><para>HDD and SSD storage types have different minimum storage capacity requirements. A
            restored file system's storage capacity is tied to the file system that was backed
            up. You can create a file system that uses HDD storage from a backup of a file system
            that used SSD storage only if the original SSD file system had a storage capacity
            of at least 2000 GiB. </para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXFileSystemFromBackupCmdlet.SubnetId">
            <summary>
            <para>
            <para>Specifies the IDs of the subnets that the file system will be accessible from. For
            Windows <code>MULTI_AZ_1</code> file system deployment types, provide exactly two
            subnet IDs, one for the preferred file server and one for the standby file server.
            You specify one of these subnets as the preferred subnet using the <code>WindowsConfiguration
            &gt; PreferredSubnetID</code> property.</para><para>For Windows <code>SINGLE_AZ_1</code> and <code>SINGLE_AZ_2</code> deployment types
            and Lustre file systems, provide exactly one subnet ID. The file server is launched
            in that subnet's Availability Zone.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXFileSystemFromBackupCmdlet.Tag">
            <summary>
            <para>
            <para>The tags to be applied to the file system at file system creation. The key value of
            the <code>Name</code> tag appears in the console as the file system name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXFileSystemFromBackupCmdlet.WindowsConfiguration">
            <summary>
            <para>
            <para>The configuration for this Microsoft Windows file system.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXFileSystemFromBackupCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'FileSystem'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FSx.Model.CreateFileSystemFromBackupResponse).
            Specifying the name of a property of type Amazon.FSx.Model.CreateFileSystemFromBackupResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXFileSystemFromBackupCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the BackupId parameter.
            The -PassThru parameter is deprecated, use -Select '^BackupId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXFileSystemFromBackupCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.FSX.NewFSXStorageVirtualMachineCmdlet">
            <summary>
            Creates a storage virtual machine (SVM) for an Amazon FSx for ONTAP file system.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXStorageVirtualMachineCmdlet.ClientRequestToken">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXStorageVirtualMachineCmdlet.SelfManagedActiveDirectoryConfiguration_DnsIp">
            <summary>
            <para>
            <para>A list of up to three IP addresses of DNS servers or domain controllers in the self-managed
            AD directory. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXStorageVirtualMachineCmdlet.SelfManagedActiveDirectoryConfiguration_DomainName">
            <summary>
            <para>
            <para>The fully qualified domain name of the self-managed AD directory, such as <code>corp.example.com</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXStorageVirtualMachineCmdlet.SelfManagedActiveDirectoryConfiguration_FileSystemAdministratorsGroup">
            <summary>
            <para>
            <para>(Optional) The name of the domain group whose members are granted administrative privileges
            for the file system. Administrative privileges include taking ownership of files and
            folders, setting audit controls (audit ACLs) on files and folders, and administering
            the file system remotely by using the FSx Remote PowerShell. The group that you specify
            must already exist in your domain. If you don't provide one, your AD domain's Domain
            Admins group is used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXStorageVirtualMachineCmdlet.FileSystemId">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXStorageVirtualMachineCmdlet.Name">
            <summary>
            <para>
            <para>The name of the SVM.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXStorageVirtualMachineCmdlet.ActiveDirectoryConfiguration_NetBiosName">
            <summary>
            <para>
            <para>The NetBIOS name of the Active Directory computer object that will be created for
            your SVM.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXStorageVirtualMachineCmdlet.SelfManagedActiveDirectoryConfiguration_OrganizationalUnitDistinguishedName">
            <summary>
            <para>
            <para>(Optional) The fully qualified distinguished name of the organizational unit within
            your self-managed AD directory. Amazon FSx only accepts OU as the direct parent of
            the file system. An example is <code>OU=FSx,DC=yourdomain,DC=corp,DC=com</code>. To
            learn more, see <a href="https://tools.ietf.org/html/rfc2253">RFC 2253</a>. If none
            is provided, the FSx file system is created in the default location of your self-managed
            AD directory. </para><important><para>Only Organizational Unit (OU) objects can be the direct parent of the file system
            that you're creating.</para></important>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXStorageVirtualMachineCmdlet.SelfManagedActiveDirectoryConfiguration_Password">
            <summary>
            <para>
            <para>The password for the service account on your self-managed AD domain that Amazon FSx
            will use to join to your AD domain.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXStorageVirtualMachineCmdlet.RootVolumeSecurityStyle">
            <summary>
            <para>
            <para>The security style of the root volume of the SVM. Specify one of the following values:</para><ul><li><para><code>UNIX</code> if the file system is managed by a UNIX administrator, the majority
            of users are NFS clients, and an application accessing the data uses a UNIX user as
            the service account.</para></li><li><para><code>NTFS</code> if the file system is managed by a Windows administrator, the majority
            of users are SMB clients, and an application accessing the data uses a Windows user
            as the service account.</para></li><li><para><code>MIXED</code> if the file system is managed by both UNIX and Windows administrators
            and users consist of both NFS and SMB clients.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXStorageVirtualMachineCmdlet.SvmAdminPassword">
            <summary>
            <para>
            <para>The password to use when managing the SVM using the NetApp ONTAP CLI or REST API.
            If you do not specify a password, you can still use the file system's <code>fsxadmin</code>
            user to manage the SVM.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXStorageVirtualMachineCmdlet.Tag">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXStorageVirtualMachineCmdlet.SelfManagedActiveDirectoryConfiguration_UserName">
            <summary>
            <para>
            <para>The user name for the service account on your self-managed AD domain that Amazon FSx
            will use to join to your AD domain. This account must have the permission to join
            computers to the domain in the organizational unit provided in <code>OrganizationalUnitDistinguishedName</code>,
            or in the default location of your AD domain.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXStorageVirtualMachineCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'StorageVirtualMachine'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FSx.Model.CreateStorageVirtualMachineResponse).
            Specifying the name of a property of type Amazon.FSx.Model.CreateStorageVirtualMachineResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXStorageVirtualMachineCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXStorageVirtualMachineCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.FSX.NewFSXVolumeCmdlet">
            <summary>
            Creates an Amazon FSx for NetApp ONTAP storage volume.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXVolumeCmdlet.ClientRequestToken">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXVolumeCmdlet.TieringPolicy_CoolingPeriod">
            <summary>
            <para>
            <para>Specifies the number of days that user data in a volume must remain inactive before
            it is considered "cold" and moved to the capacity pool. Used with the <code>AUTO</code>
            and <code>SNAPSHOT_ONLY</code> tiering policies. Enter a whole number between 2 and
            183. Default values are 31 days for <code>AUTO</code> and 2 days for <code>SNAPSHOT_ONLY</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXVolumeCmdlet.OntapConfiguration_JunctionPath">
            <summary>
            <para>
            <para>Specifies the location in the SVM's namespace where the volume is mounted. The <code>JunctionPath</code>
            must have a leading forward slash, such as <code>/vol3</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXVolumeCmdlet.Name">
            <summary>
            <para>
            <para>Specifies the name of the volume you're creating.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXVolumeCmdlet.TieringPolicy_Name">
            <summary>
            <para>
            <para>Specifies the tiering policy used to transition data. Default value is <code>SNAPSHOT_ONLY</code>.</para><ul><li><para><code>SNAPSHOT_ONLY</code> - moves cold snapshots to the capacity pool storage tier.</para></li><li><para><code>AUTO</code> - moves cold user data and snapshots to the capacity pool storage
            tier based on your access patterns.</para></li><li><para><code>ALL</code> - moves all user data blocks in both the active file system and
            Snapshot copies to the storage pool tier.</para></li><li><para><code>NONE</code> - keeps a volume's data in the primary storage tier, preventing
            it from being moved to the capacity pool tier.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXVolumeCmdlet.OntapConfiguration_SecurityStyle">
            <summary>
            <para>
            <para>The security style for the volume. Specify one of the following values:</para><ul><li><para><code>UNIX</code> if the file system is managed by a UNIX administrator, the majority
            of users are NFS clients, and an application accessing the data uses a UNIX user as
            the service account. <code>UNIX</code> is the default.</para></li><li><para><code>NTFS</code> if the file system is managed by a Windows administrator, the majority
            of users are SMB clients, and an application accessing the data uses a Windows user
            as the service account.</para></li><li><para><code>MIXED</code> if the file system is managed by both UNIX and Windows administrators
            and users consist of both NFS and SMB clients.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXVolumeCmdlet.OntapConfiguration_SizeInMegabyte">
            <summary>
            <para>
            <para>Specifies the size of the volume, in megabytes (MB), that you are creating.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXVolumeCmdlet.OntapConfiguration_StorageEfficiencyEnabled">
            <summary>
            <para>
            <para>Set to true to enable deduplication, compression, and compaction storage efficiency
            features on the volume.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXVolumeCmdlet.OntapConfiguration_StorageVirtualMachineId">
            <summary>
            <para>
            <para>Specifies the ONTAP SVM in which to create the volume.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXVolumeCmdlet.Tag">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXVolumeCmdlet.VolumeType">
            <summary>
            <para>
            <para>Specifies the type of volume to create; <code>ONTAP</code> is the only valid volume
            type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXVolumeCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Volume'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FSx.Model.CreateVolumeResponse).
            Specifying the name of a property of type Amazon.FSx.Model.CreateVolumeResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXVolumeCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXVolumeCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.FSX.NewFSXVolumeFromBackupCmdlet">
            <summary>
            Creates a new Amazon FSx for NetApp ONTAP volume from an existing Amazon FSx volume
            backup.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXVolumeFromBackupCmdlet.BackupId">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXVolumeFromBackupCmdlet.ClientRequestToken">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXVolumeFromBackupCmdlet.TieringPolicy_CoolingPeriod">
            <summary>
            <para>
            <para>Specifies the number of days that user data in a volume must remain inactive before
            it is considered "cold" and moved to the capacity pool. Used with the <code>AUTO</code>
            and <code>SNAPSHOT_ONLY</code> tiering policies. Enter a whole number between 2 and
            183. Default values are 31 days for <code>AUTO</code> and 2 days for <code>SNAPSHOT_ONLY</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXVolumeFromBackupCmdlet.OntapConfiguration_JunctionPath">
            <summary>
            <para>
            <para>Specifies the location in the SVM's namespace where the volume is mounted. The <code>JunctionPath</code>
            must have a leading forward slash, such as <code>/vol3</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXVolumeFromBackupCmdlet.Name">
            <summary>
            <para>
            <para>The name of the new volume you're creating.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXVolumeFromBackupCmdlet.TieringPolicy_Name">
            <summary>
            <para>
            <para>Specifies the tiering policy used to transition data. Default value is <code>SNAPSHOT_ONLY</code>.</para><ul><li><para><code>SNAPSHOT_ONLY</code> - moves cold snapshots to the capacity pool storage tier.</para></li><li><para><code>AUTO</code> - moves cold user data and snapshots to the capacity pool storage
            tier based on your access patterns.</para></li><li><para><code>ALL</code> - moves all user data blocks in both the active file system and
            Snapshot copies to the storage pool tier.</para></li><li><para><code>NONE</code> - keeps a volume's data in the primary storage tier, preventing
            it from being moved to the capacity pool tier.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXVolumeFromBackupCmdlet.OntapConfiguration_SecurityStyle">
            <summary>
            <para>
            <para>The security style for the volume. Specify one of the following values:</para><ul><li><para><code>UNIX</code> if the file system is managed by a UNIX administrator, the majority
            of users are NFS clients, and an application accessing the data uses a UNIX user as
            the service account. <code>UNIX</code> is the default.</para></li><li><para><code>NTFS</code> if the file system is managed by a Windows administrator, the majority
            of users are SMB clients, and an application accessing the data uses a Windows user
            as the service account.</para></li><li><para><code>MIXED</code> if the file system is managed by both UNIX and Windows administrators
            and users consist of both NFS and SMB clients.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXVolumeFromBackupCmdlet.OntapConfiguration_SizeInMegabyte">
            <summary>
            <para>
            <para>Specifies the size of the volume, in megabytes (MB), that you are creating.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXVolumeFromBackupCmdlet.OntapConfiguration_StorageEfficiencyEnabled">
            <summary>
            <para>
            <para>Set to true to enable deduplication, compression, and compaction storage efficiency
            features on the volume.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXVolumeFromBackupCmdlet.OntapConfiguration_StorageVirtualMachineId">
            <summary>
            <para>
            <para>Specifies the ONTAP SVM in which to create the volume.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXVolumeFromBackupCmdlet.Tag">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXVolumeFromBackupCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Volume'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FSx.Model.CreateVolumeFromBackupResponse).
            Specifying the name of a property of type Amazon.FSx.Model.CreateVolumeFromBackupResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXVolumeFromBackupCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.NewFSXVolumeFromBackupCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.FSX.RegisterFSXFileSystemAliasCmdlet">
            <summary>
            Use this action to associate one or more Domain Name Server (DNS) aliases with an
            existing Amazon FSx for Windows File Server file system. A file system can have a
            maximum of 50 DNS aliases associated with it at any one time. If you try to associate
            a DNS alias that is already associated with the file system, FSx takes no action on
            that alias in the request. For more information, see <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-dns-aliases.html">Working
            with DNS Aliases</a> and <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/walkthrough05-file-system-custom-CNAME.html">Walkthrough
            5: Using DNS aliases to access your file system</a>, including additional steps you
            must take to be able to access your file system using a DNS alias.
             
              
            <para>
            The system response shows the DNS aliases that Amazon FSx is attempting to associate
            with the file system. Use the API operation to monitor the status of the aliases Amazon
            FSx is associating with the file system.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.RegisterFSXFileSystemAliasCmdlet.Alias">
            <summary>
            <para>
            <para>An array of one or more DNS alias names to associate with the file system. The alias
            name has to comply with the following formatting requirements:</para><ul><li><para>Formatted as a fully-qualified domain name (FQDN), <i><code>hostname.domain</code></i>, for example, <code>accounting.corp.example.com</code>.</para></li><li><para>Can contain alphanumeric characters and the hyphen (-).</para></li><li><para>Cannot start or end with a hyphen.</para></li><li><para>Can start with a numeric.</para></li></ul><para>For DNS alias names, Amazon FSx stores alphabetic characters as lowercase letters
            (a-z), regardless of how you specify them: as uppercase letters, lowercase letters,
            or the corresponding letters in escape codes.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.RegisterFSXFileSystemAliasCmdlet.ClientRequestToken">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.RegisterFSXFileSystemAliasCmdlet.FileSystemId">
            <summary>
            <para>
            <para>Specifies the file system with which you want to associate one or more DNS aliases.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.RegisterFSXFileSystemAliasCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Aliases'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FSx.Model.AssociateFileSystemAliasesResponse).
            Specifying the name of a property of type Amazon.FSx.Model.AssociateFileSystemAliasesResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.RegisterFSXFileSystemAliasCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the FileSystemId parameter.
            The -PassThru parameter is deprecated, use -Select '^FileSystemId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.RegisterFSXFileSystemAliasCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.FSX.RemoveFSXBackupCmdlet">
            <summary>
            Deletes an Amazon FSx backup, deleting its contents. After deletion, the backup no
            longer exists, and its data is gone.
             
              
            <para>
            The <code>DeleteBackup</code> call returns instantly. The backup will not show up
            in later <code>DescribeBackups</code> calls.
            </para><important><para>
            The data in a deleted backup is also deleted and can't be recovered by any means.
            </para></important>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.RemoveFSXBackupCmdlet.BackupId">
            <summary>
            <para>
            <para>The ID of the backup you want to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.RemoveFSXBackupCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent deletion.
            This is automatically filled on your behalf when using the CLI or SDK.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.RemoveFSXBackupCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FSx.Model.DeleteBackupResponse).
            Specifying the name of a property of type Amazon.FSx.Model.DeleteBackupResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.RemoveFSXBackupCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the BackupId parameter.
            The -PassThru parameter is deprecated, use -Select '^BackupId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.RemoveFSXBackupCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.FSX.RemoveFSXFileSystemCmdlet">
            <summary>
            Deletes a file system, deleting its contents. After deletion, the file system no longer
            exists, and its data is gone. Any existing automatic backups will also be deleted.
             
              
            <para>
            To delete an Amazon FSx for NetApp ONTAP file system, first delete all the volumes
            and SVMs on the file system. Then provide a <code>FileSystemId</code> value to the
            <code>DeleFileSystem</code> operation.
            </para><para>
            By default, when you delete an Amazon FSx for Windows File Server file system, a final
            backup is created upon deletion. This final backup is not subject to the file system's
            retention policy, and must be manually deleted.
            </para><para>
            The <code>DeleteFileSystem</code> action returns while the file system has the <code>DELETING</code>
            status. You can check the file system deletion status by calling the <a>DescribeFileSystems</a>
            action, which returns a list of file systems in your account. If you pass the file
            system ID for a deleted file system, the <a>DescribeFileSystems</a> returns a <code>FileSystemNotFound</code>
            error.
            </para><note><para>
            Deleting an Amazon FSx for Lustre file system will fail with a 400 BadRequest if a
            data repository task is in a <code>PENDING</code> or <code>EXECUTING</code> state.
            </para></note><important><para>
            The data in a deleted file system is also deleted and can't be recovered by any means.
            </para></important>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.RemoveFSXFileSystemCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent deletion.
            This is automatically filled on your behalf when using the Command Line Interface
            (CLI) or an Amazon Web Services SDK.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.RemoveFSXFileSystemCmdlet.FileSystemId">
            <summary>
            <para>
            <para>The ID of the file system you want to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.RemoveFSXFileSystemCmdlet.LustreConfiguration_FinalBackupTag">
            <summary>
            <para>
            <para>Use if <code>SkipFinalBackup</code> is set to <code>false</code>, and you want to
            apply an array of tags to the final backup. If you have set the file system property
            <code>CopyTagsToBackups</code> to true, and you specify one or more <code>FinalBackupTags</code>
            when deleting a file system, Amazon FSx will not copy any existing file system tags
            to the backup.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.RemoveFSXFileSystemCmdlet.WindowsConfiguration_FinalBackupTag">
            <summary>
            <para>
            <para>A set of tags for your final backup.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.RemoveFSXFileSystemCmdlet.LustreConfiguration_SkipFinalBackup">
            <summary>
            <para>
            <para>Set <code>SkipFinalBackup</code> to false if you want to take a final backup of the
            file system you are deleting. By default, Amazon FSx will not take a final backup
            on your behalf when the <code>DeleteFileSystem</code> operation is invoked. (Default
            = true)</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.RemoveFSXFileSystemCmdlet.WindowsConfiguration_SkipFinalBackup">
            <summary>
            <para>
            <para>By default, Amazon FSx for Windows takes a final backup on your behalf when the <code>DeleteFileSystem</code>
            operation is invoked. Doing this helps protect you from data loss, and we highly recommend
            taking the final backup. If you want to skip this backup, use this flag to do so.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.RemoveFSXFileSystemCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FSx.Model.DeleteFileSystemResponse).
            Specifying the name of a property of type Amazon.FSx.Model.DeleteFileSystemResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.RemoveFSXFileSystemCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the FileSystemId parameter.
            The -PassThru parameter is deprecated, use -Select '^FileSystemId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.RemoveFSXFileSystemCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.FSX.RemoveFSXResourceTagCmdlet">
            <summary>
            This action removes a tag from an Amazon FSx resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.RemoveFSXResourceTagCmdlet.ResourceARN">
            <summary>
            <para>
            <para>The ARN of the Amazon FSx resource to untag.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.RemoveFSXResourceTagCmdlet.TagKey">
            <summary>
            <para>
            <para>A list of keys of tags on the resource to untag. In case the tag key doesn't exist,
            the call will still succeed to be idempotent.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.RemoveFSXResourceTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FSx.Model.UntagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.RemoveFSXResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceARN parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceARN' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.RemoveFSXResourceTagCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.FSX.RemoveFSXStorageVirtualMachineCmdlet">
            <summary>
            Deletes an existing Amazon FSx for ONTAP storage virtual machine (SVM). Prior to deleting
            an SVM, you must delete all non-root volumes in the SVM, otherwise the operation will
            fail.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.RemoveFSXStorageVirtualMachineCmdlet.ClientRequestToken">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.RemoveFSXStorageVirtualMachineCmdlet.StorageVirtualMachineId">
            <summary>
            <para>
            <para>The ID of the SVM that you want to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.RemoveFSXStorageVirtualMachineCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FSx.Model.DeleteStorageVirtualMachineResponse).
            Specifying the name of a property of type Amazon.FSx.Model.DeleteStorageVirtualMachineResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.RemoveFSXStorageVirtualMachineCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StorageVirtualMachineId parameter.
            The -PassThru parameter is deprecated, use -Select '^StorageVirtualMachineId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.RemoveFSXStorageVirtualMachineCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.FSX.RemoveFSXVolumeCmdlet">
            <summary>
            Deletes an Amazon FSx for NetApp ONTAP volume. When deleting a volume, you have the
            option of creating a final backup. If you create a final backup, you have the option
            to apply Tags to the backup. You need to have <code>fsx:TagResource</code> permission
            in order to apply tags to the backup.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.RemoveFSXVolumeCmdlet.ClientRequestToken">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.RemoveFSXVolumeCmdlet.OntapConfiguration_FinalBackupTag">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.RemoveFSXVolumeCmdlet.OntapConfiguration_SkipFinalBackup">
            <summary>
            <para>
            <para>Set to true if you want to skip taking a final backup of the volume you are deleting.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.RemoveFSXVolumeCmdlet.VolumeId">
            <summary>
            <para>
            <para>The ID of the volume you are deleting.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.RemoveFSXVolumeCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FSx.Model.DeleteVolumeResponse).
            Specifying the name of a property of type Amazon.FSx.Model.DeleteVolumeResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.RemoveFSXVolumeCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the VolumeId parameter.
            The -PassThru parameter is deprecated, use -Select '^VolumeId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.RemoveFSXVolumeCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.FSX.StopFSXDataRepositoryTaskCmdlet">
            <summary>
            Cancels an existing Amazon FSx for Lustre data repository task if that task is in
            either the <code>PENDING</code> or <code>EXECUTING</code> state. When you cancel a
            task, Amazon FSx does the following.
             
             <ul><li><para>
            Any files that FSx has already exported are not reverted.
            </para></li><li><para>
            FSx continues to export any files that are "in-flight" when the cancel operation is
            received.
            </para></li><li><para>
            FSx does not export any files that have not yet been exported.
            </para></li></ul>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.StopFSXDataRepositoryTaskCmdlet.TaskId">
            <summary>
            <para>
            <para>Specifies the data repository task to cancel.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.StopFSXDataRepositoryTaskCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FSx.Model.CancelDataRepositoryTaskResponse).
            Specifying the name of a property of type Amazon.FSx.Model.CancelDataRepositoryTaskResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.StopFSXDataRepositoryTaskCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TaskId parameter.
            The -PassThru parameter is deprecated, use -Select '^TaskId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.StopFSXDataRepositoryTaskCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.FSX.UnregisterFSXFileSystemAliasCmdlet">
            <summary>
            Use this action to disassociate, or remove, one or more Domain Name Service (DNS)
            aliases from an Amazon FSx for Windows File Server file system. If you attempt to
            disassociate a DNS alias that is not associated with the file system, Amazon FSx responds
            with a 400 Bad Request. For more information, see <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-dns-aliases.html">Working
            with DNS Aliases</a>.
             
              
            <para>
            The system generated response showing the DNS aliases that Amazon FSx is attempting
            to disassociate from the file system. Use the API operation to monitor the status
            of the aliases Amazon FSx is disassociating with the file system.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.UnregisterFSXFileSystemAliasCmdlet.Alias">
            <summary>
            <para>
            <para>An array of one or more DNS alias names to disassociate, or remove, from the file
            system.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.UnregisterFSXFileSystemAliasCmdlet.ClientRequestToken">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.UnregisterFSXFileSystemAliasCmdlet.FileSystemId">
            <summary>
            <para>
            <para>Specifies the file system from which to disassociate the DNS aliases.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.UnregisterFSXFileSystemAliasCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Aliases'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FSx.Model.DisassociateFileSystemAliasesResponse).
            Specifying the name of a property of type Amazon.FSx.Model.DisassociateFileSystemAliasesResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.UnregisterFSXFileSystemAliasCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the FileSystemId parameter.
            The -PassThru parameter is deprecated, use -Select '^FileSystemId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.UnregisterFSXFileSystemAliasCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.FSX.UpdateFSXFileSystemCmdlet">
            <summary>
            Use this operation to update the configuration of an existing Amazon FSx file system.
            You can update multiple properties in a single request.
             
              
            <para>
            For Amazon FSx for Windows File Server file systems, you can update the following
            properties:
            </para><ul><li><para>
            AuditLogConfiguration
            </para></li><li><para>
            AutomaticBackupRetentionDays
            </para></li><li><para>
            DailyAutomaticBackupStartTime
            </para></li><li><para>
            SelfManagedActiveDirectoryConfiguration
            </para></li><li><para>
            StorageCapacity
            </para></li><li><para>
            ThroughputCapacity
            </para></li><li><para>
            WeeklyMaintenanceStartTime
            </para></li></ul><para>
            For Amazon FSx for Lustre file systems, you can update the following properties:
            </para><ul><li><para>
            AutoImportPolicy
            </para></li><li><para>
            AutomaticBackupRetentionDays
            </para></li><li><para>
            DailyAutomaticBackupStartTime
            </para></li><li><para>
            DataCompressionType
            </para></li><li><para>
            StorageCapacity
            </para></li><li><para>
            WeeklyMaintenanceStartTime
            </para></li></ul><para>
            For Amazon FSx for NetApp ONTAP file systems, you can update the following properties:
            </para><ul><li><para>
            AutomaticBackupRetentionDays
            </para></li><li><para>
            DailyAutomaticBackupStartTime
            </para></li><li><para>
            FsxAdminPassword
            </para></li><li><para>
            WeeklyMaintenanceStartTime
            </para></li></ul>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.UpdateFSXFileSystemCmdlet.OntapConfiguration_AutomaticBackupRetentionDay">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.UpdateFSXFileSystemCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent updates.
            This string is automatically filled on your behalf when you use the Command Line Interface
            (CLI) or an Amazon Web Services SDK.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.UpdateFSXFileSystemCmdlet.OntapConfiguration_DailyAutomaticBackupStartTime">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.UpdateFSXFileSystemCmdlet.FileSystemId">
            <summary>
            <para>
            <para>Identifies the file system that you are updating.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.UpdateFSXFileSystemCmdlet.OntapConfiguration_FsxAdminPassword">
            <summary>
            <para>
            <para>The ONTAP administrative password for the <code>fsxadmin</code> user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.UpdateFSXFileSystemCmdlet.LustreConfiguration">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.UpdateFSXFileSystemCmdlet.StorageCapacity">
            <summary>
            <para>
            <para>Use this parameter to increase the storage capacity of an Amazon FSx for Windows File
            Server or Amazon FSx for Lustre file system. Specifies the storage capacity target
            value, GiB, to increase the storage capacity for the file system that you're updating.
            You cannot make a storage capacity increase request if there is an existing storage
            capacity increase request in progress.</para><para>For Windows file systems, the storage capacity target value must be at least 10 percent
            (%) greater than the current storage capacity value. In order to increase storage
            capacity, the file system must have at least 16 MB/s of throughput capacity.</para><para>For Lustre file systems, the storage capacity target value can be the following:</para><ul><li><para>For <code>SCRATCH_2</code> and <code>PERSISTENT_1 SSD</code> deployment types, valid
            values are in multiples of 2400 GiB. The value must be greater than the current storage
            capacity.</para></li><li><para>For <code>PERSISTENT HDD</code> file systems, valid values are multiples of 6000 GiB
            for 12 MB/s/TiB file systems and multiples of 1800 GiB for 40 MB/s/TiB file systems.
            The values must be greater than the current storage capacity.</para></li><li><para>For <code>SCRATCH_1</code> file systems, you cannot increase the storage capacity.</para></li></ul><para>For more information, see <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-storage-capacity.html">Managing
            storage capacity</a> in the <i>Amazon FSx for Windows File Server User Guide</i> and
            <a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/managing-storage-capacity.html">Managing
            storage and throughput capacity</a> in the <i>Amazon FSx for Lustre User Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.UpdateFSXFileSystemCmdlet.OntapConfiguration_WeeklyMaintenanceStartTime">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.UpdateFSXFileSystemCmdlet.WindowsConfiguration">
            <summary>
            <para>
            <para>The configuration updates for an Amazon FSx for Windows File Server file system.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.UpdateFSXFileSystemCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'FileSystem'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FSx.Model.UpdateFileSystemResponse).
            Specifying the name of a property of type Amazon.FSx.Model.UpdateFileSystemResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.UpdateFSXFileSystemCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the FileSystemId parameter.
            The -PassThru parameter is deprecated, use -Select '^FileSystemId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.UpdateFSXFileSystemCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.FSX.UpdateFSXStorageVirtualMachineCmdlet">
            <summary>
            Updates an Amazon FSx for ONTAP storage virtual machine (SVM).
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.UpdateFSXStorageVirtualMachineCmdlet.ClientRequestToken">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.UpdateFSXStorageVirtualMachineCmdlet.SelfManagedActiveDirectoryConfiguration_DnsIp">
            <summary>
            <para>
            <para>A list of up to three IP addresses of DNS servers or domain controllers in the self-managed
            AD directory.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.UpdateFSXStorageVirtualMachineCmdlet.SelfManagedActiveDirectoryConfiguration_Password">
            <summary>
            <para>
            <para>The password for the service account on your self-managed AD domain that Amazon FSx
            will use to join to your AD domain.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.UpdateFSXStorageVirtualMachineCmdlet.StorageVirtualMachineId">
            <summary>
            <para>
            <para>The ID of the SVM that you want to update, in the format <code>svm-0123456789abcdef0</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.UpdateFSXStorageVirtualMachineCmdlet.SvmAdminPassword">
            <summary>
            <para>
            <para>Enter a new SvmAdminPassword if you are updating it.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.UpdateFSXStorageVirtualMachineCmdlet.SelfManagedActiveDirectoryConfiguration_UserName">
            <summary>
            <para>
            <para>The user name for the service account on your self-managed AD domain that Amazon FSx
            will use to join to your AD domain. This account must have the permission to join
            computers to the domain in the organizational unit provided in <code>OrganizationalUnitDistinguishedName</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.UpdateFSXStorageVirtualMachineCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'StorageVirtualMachine'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FSx.Model.UpdateStorageVirtualMachineResponse).
            Specifying the name of a property of type Amazon.FSx.Model.UpdateStorageVirtualMachineResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.UpdateFSXStorageVirtualMachineCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StorageVirtualMachineId parameter.
            The -PassThru parameter is deprecated, use -Select '^StorageVirtualMachineId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.UpdateFSXStorageVirtualMachineCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.FSX.UpdateFSXVolumeCmdlet">
            <summary>
            Updates an Amazon FSx for NetApp ONTAP volume's configuration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.UpdateFSXVolumeCmdlet.ClientRequestToken">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.UpdateFSXVolumeCmdlet.TieringPolicy_CoolingPeriod">
            <summary>
            <para>
            <para>Specifies the number of days that user data in a volume must remain inactive before
            it is considered "cold" and moved to the capacity pool. Used with the <code>AUTO</code>
            and <code>SNAPSHOT_ONLY</code> tiering policies. Enter a whole number between 2 and
            183. Default values are 31 days for <code>AUTO</code> and 2 days for <code>SNAPSHOT_ONLY</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.UpdateFSXVolumeCmdlet.OntapConfiguration_JunctionPath">
            <summary>
            <para>
            <para>Specifies the location in the SVM's namespace where the volume is mounted. The <code>JunctionPath</code>
            must have a leading forward slash, such as <code>/vol3</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.UpdateFSXVolumeCmdlet.TieringPolicy_Name">
            <summary>
            <para>
            <para>Specifies the tiering policy used to transition data. Default value is <code>SNAPSHOT_ONLY</code>.</para><ul><li><para><code>SNAPSHOT_ONLY</code> - moves cold snapshots to the capacity pool storage tier.</para></li><li><para><code>AUTO</code> - moves cold user data and snapshots to the capacity pool storage
            tier based on your access patterns.</para></li><li><para><code>ALL</code> - moves all user data blocks in both the active file system and
            Snapshot copies to the storage pool tier.</para></li><li><para><code>NONE</code> - keeps a volume's data in the primary storage tier, preventing
            it from being moved to the capacity pool tier.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.UpdateFSXVolumeCmdlet.OntapConfiguration_SecurityStyle">
            <summary>
            <para>
            <para>The security style for the volume, which can be <code>UNIX</code>. <code>NTFS</code>,
            or <code>MIXED</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.UpdateFSXVolumeCmdlet.OntapConfiguration_SizeInMegabyte">
            <summary>
            <para>
            <para>Specifies the size of the volume in megabytes.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.UpdateFSXVolumeCmdlet.OntapConfiguration_StorageEfficiencyEnabled">
            <summary>
            <para>
            <para>Default is <code>false</code>. Set to true to enable the deduplication, compression,
            and compaction storage efficiency features on the volume.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.UpdateFSXVolumeCmdlet.VolumeId">
            <summary>
            <para>
            <para>Specifies the volume that you want to update, formatted <code>fsvol-0123456789abcdef0</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.UpdateFSXVolumeCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Volume'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FSx.Model.UpdateVolumeResponse).
            Specifying the name of a property of type Amazon.FSx.Model.UpdateVolumeResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.UpdateFSXVolumeCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the VolumeId parameter.
            The -PassThru parameter is deprecated, use -Select '^VolumeId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FSX.UpdateFSXVolumeCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
    </members>
</doc>