

***
FSx
***



======
Client
======



.. py:class:: FSx.Client

  A low-level client representing Amazon FSx
  

  Amazon FSx is a fully managed service that makes it easy for storage and application administrators to launch and use shared file storage.

  ::

    
    import boto3
    
    client = boto3.client('fsx')

  

These are the available methods:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  fsx/client/associate_file_system_aliases
  fsx/client/can_paginate
  fsx/client/cancel_data_repository_task
  fsx/client/close
  fsx/client/copy_backup
  fsx/client/copy_snapshot_and_update_volume
  fsx/client/create_and_attach_s3_access_point
  fsx/client/create_backup
  fsx/client/create_data_repository_association
  fsx/client/create_data_repository_task
  fsx/client/create_file_cache
  fsx/client/create_file_system
  fsx/client/create_file_system_from_backup
  fsx/client/create_snapshot
  fsx/client/create_storage_virtual_machine
  fsx/client/create_volume
  fsx/client/create_volume_from_backup
  fsx/client/delete_backup
  fsx/client/delete_data_repository_association
  fsx/client/delete_file_cache
  fsx/client/delete_file_system
  fsx/client/delete_snapshot
  fsx/client/delete_storage_virtual_machine
  fsx/client/delete_volume
  fsx/client/describe_backups
  fsx/client/describe_data_repository_associations
  fsx/client/describe_data_repository_tasks
  fsx/client/describe_file_caches
  fsx/client/describe_file_system_aliases
  fsx/client/describe_file_systems
  fsx/client/describe_s3_access_point_attachments
  fsx/client/describe_shared_vpc_configuration
  fsx/client/describe_snapshots
  fsx/client/describe_storage_virtual_machines
  fsx/client/describe_volumes
  fsx/client/detach_and_delete_s3_access_point
  fsx/client/disassociate_file_system_aliases
  fsx/client/get_paginator
  fsx/client/get_waiter
  fsx/client/list_tags_for_resource
  fsx/client/release_file_system_nfs_v3_locks
  fsx/client/restore_volume_from_snapshot
  fsx/client/start_misconfigured_state_recovery
  fsx/client/tag_resource
  fsx/client/untag_resource
  fsx/client/update_data_repository_association
  fsx/client/update_file_cache
  fsx/client/update_file_system
  fsx/client/update_shared_vpc_configuration
  fsx/client/update_snapshot
  fsx/client/update_storage_virtual_machine
  fsx/client/update_volume


==========
Paginators
==========


Paginators are available on a client instance via the ``get_paginator`` method. For more detailed instructions and examples on the usage of paginators, see the paginators `user guide <https://boto3.amazonaws.com/v1/documentation/api/latest/guide/paginators.html>`_.

The available paginators are:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  fsx/paginator/DescribeBackups
  fsx/paginator/DescribeFileSystems
  fsx/paginator/DescribeS3AccessPointAttachments
  fsx/paginator/DescribeSnapshots
  fsx/paginator/DescribeStorageVirtualMachines
  fsx/paginator/DescribeVolumes
  fsx/paginator/ListTagsForResource
