FSx#
Client#
- 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:
- associate_file_system_aliases
 - can_paginate
 - cancel_data_repository_task
 - close
 - copy_backup
 - copy_snapshot_and_update_volume
 - create_backup
 - create_data_repository_association
 - create_data_repository_task
 - create_file_cache
 - create_file_system
 - create_file_system_from_backup
 - create_snapshot
 - create_storage_virtual_machine
 - create_volume
 - create_volume_from_backup
 - delete_backup
 - delete_data_repository_association
 - delete_file_cache
 - delete_file_system
 - delete_snapshot
 - delete_storage_virtual_machine
 - delete_volume
 - describe_backups
 - describe_data_repository_associations
 - describe_data_repository_tasks
 - describe_file_caches
 - describe_file_system_aliases
 - describe_file_systems
 - describe_shared_vpc_configuration
 - describe_snapshots
 - describe_storage_virtual_machines
 - describe_volumes
 - disassociate_file_system_aliases
 - get_paginator
 - get_waiter
 - list_tags_for_resource
 - release_file_system_nfs_v3_locks
 - restore_volume_from_snapshot
 - start_misconfigured_state_recovery
 - tag_resource
 - untag_resource
 - update_data_repository_association
 - update_file_cache
 - update_file_system
 - update_shared_vpc_configuration
 - update_snapshot
 - update_storage_virtual_machine
 - 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.
The available paginators are: