Skip to content

Literals#

Index > FSx > Literals

Auto-generated documentation for FSx type annotations stubs module mypy-boto3-fsx.

AdministrativeActionTypeType#

# AdministrativeActionTypeType usage example

from mypy_boto3_fsx.literals import AdministrativeActionTypeType

def get_value() -> AdministrativeActionTypeType:
    return "DOWNLOAD_DATA_FROM_BACKUP"
# AdministrativeActionTypeType definition

AdministrativeActionTypeType = Literal[
    "DOWNLOAD_DATA_FROM_BACKUP",
    "FILE_SYSTEM_ALIAS_ASSOCIATION",
    "FILE_SYSTEM_ALIAS_DISASSOCIATION",
    "FILE_SYSTEM_UPDATE",
    "IOPS_OPTIMIZATION",
    "MISCONFIGURED_STATE_RECOVERY",
    "RELEASE_NFS_V3_LOCKS",
    "SNAPSHOT_UPDATE",
    "STORAGE_OPTIMIZATION",
    "STORAGE_TYPE_OPTIMIZATION",
    "THROUGHPUT_OPTIMIZATION",
    "VOLUME_INITIALIZE_WITH_SNAPSHOT",
    "VOLUME_RESTORE",
    "VOLUME_UPDATE",
    "VOLUME_UPDATE_WITH_SNAPSHOT",
]

AliasLifecycleType#

# AliasLifecycleType usage example

from mypy_boto3_fsx.literals import AliasLifecycleType

def get_value() -> AliasLifecycleType:
    return "AVAILABLE"
# AliasLifecycleType definition

AliasLifecycleType = Literal[
    "AVAILABLE",
    "CREATE_FAILED",
    "CREATING",
    "DELETE_FAILED",
    "DELETING",
]

AutoImportPolicyTypeType#

# AutoImportPolicyTypeType usage example

from mypy_boto3_fsx.literals import AutoImportPolicyTypeType

def get_value() -> AutoImportPolicyTypeType:
    return "NEW"
# AutoImportPolicyTypeType definition

AutoImportPolicyTypeType = Literal[
    "NEW",
    "NEW_CHANGED",
    "NEW_CHANGED_DELETED",
    "NONE",
]

AutocommitPeriodTypeType#

# AutocommitPeriodTypeType usage example

from mypy_boto3_fsx.literals import AutocommitPeriodTypeType

def get_value() -> AutocommitPeriodTypeType:
    return "DAYS"
# AutocommitPeriodTypeType definition

AutocommitPeriodTypeType = Literal[
    "DAYS",
    "HOURS",
    "MINUTES",
    "MONTHS",
    "NONE",
    "YEARS",
]

BackupLifecycleType#

# BackupLifecycleType usage example

from mypy_boto3_fsx.literals import BackupLifecycleType

def get_value() -> BackupLifecycleType:
    return "AVAILABLE"
# BackupLifecycleType definition

BackupLifecycleType = Literal[
    "AVAILABLE",
    "COPYING",
    "CREATING",
    "DELETED",
    "FAILED",
    "PENDING",
    "TRANSFERRING",
]

BackupTypeType#

# BackupTypeType usage example

from mypy_boto3_fsx.literals import BackupTypeType

def get_value() -> BackupTypeType:
    return "AUTOMATIC"
# BackupTypeType definition

BackupTypeType = Literal[
    "AUTOMATIC",
    "AWS_BACKUP",
    "USER_INITIATED",
]

DataCompressionTypeType#

# DataCompressionTypeType usage example

from mypy_boto3_fsx.literals import DataCompressionTypeType

def get_value() -> DataCompressionTypeType:
    return "LZ4"
# DataCompressionTypeType definition

DataCompressionTypeType = Literal[
    "LZ4",
    "NONE",
]

DataRepositoryLifecycleType#

# DataRepositoryLifecycleType usage example

from mypy_boto3_fsx.literals import DataRepositoryLifecycleType

def get_value() -> DataRepositoryLifecycleType:
    return "AVAILABLE"
# DataRepositoryLifecycleType definition

DataRepositoryLifecycleType = Literal[
    "AVAILABLE",
    "CREATING",
    "DELETING",
    "FAILED",
    "MISCONFIGURED",
    "UPDATING",
]

DataRepositoryTaskFilterNameType#

# DataRepositoryTaskFilterNameType usage example

from mypy_boto3_fsx.literals import DataRepositoryTaskFilterNameType

def get_value() -> DataRepositoryTaskFilterNameType:
    return "data-repository-association-id"
# DataRepositoryTaskFilterNameType definition

DataRepositoryTaskFilterNameType = Literal[
    "data-repository-association-id",
    "file-cache-id",
    "file-system-id",
    "task-lifecycle",
]

DataRepositoryTaskLifecycleType#

# DataRepositoryTaskLifecycleType usage example

from mypy_boto3_fsx.literals import DataRepositoryTaskLifecycleType

def get_value() -> DataRepositoryTaskLifecycleType:
    return "CANCELED"
# DataRepositoryTaskLifecycleType definition

DataRepositoryTaskLifecycleType = Literal[
    "CANCELED",
    "CANCELING",
    "EXECUTING",
    "FAILED",
    "PENDING",
    "SUCCEEDED",
]

DataRepositoryTaskTypeType#

# DataRepositoryTaskTypeType usage example

from mypy_boto3_fsx.literals import DataRepositoryTaskTypeType

def get_value() -> DataRepositoryTaskTypeType:
    return "AUTO_RELEASE_DATA"
# DataRepositoryTaskTypeType definition

DataRepositoryTaskTypeType = Literal[
    "AUTO_RELEASE_DATA",
    "EXPORT_TO_REPOSITORY",
    "IMPORT_METADATA_FROM_REPOSITORY",
    "RELEASE_DATA_FROM_FILESYSTEM",
]

DeleteFileSystemOpenZFSOptionType#

# DeleteFileSystemOpenZFSOptionType usage example

from mypy_boto3_fsx.literals import DeleteFileSystemOpenZFSOptionType

def get_value() -> DeleteFileSystemOpenZFSOptionType:
    return "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS"
# DeleteFileSystemOpenZFSOptionType definition

DeleteFileSystemOpenZFSOptionType = Literal[
    "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS",
]

DeleteOpenZFSVolumeOptionType#

# DeleteOpenZFSVolumeOptionType usage example

from mypy_boto3_fsx.literals import DeleteOpenZFSVolumeOptionType

def get_value() -> DeleteOpenZFSVolumeOptionType:
    return "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS"
# DeleteOpenZFSVolumeOptionType definition

DeleteOpenZFSVolumeOptionType = Literal[
    "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS",
]

DescribeBackupsPaginatorName#

# DescribeBackupsPaginatorName usage example

from mypy_boto3_fsx.literals import DescribeBackupsPaginatorName

def get_value() -> DescribeBackupsPaginatorName:
    return "describe_backups"
# DescribeBackupsPaginatorName definition

DescribeBackupsPaginatorName = Literal[
    "describe_backups",
]

DescribeFileSystemsPaginatorName#

# DescribeFileSystemsPaginatorName usage example

from mypy_boto3_fsx.literals import DescribeFileSystemsPaginatorName

def get_value() -> DescribeFileSystemsPaginatorName:
    return "describe_file_systems"
# DescribeFileSystemsPaginatorName definition

DescribeFileSystemsPaginatorName = Literal[
    "describe_file_systems",
]

DescribeStorageVirtualMachinesPaginatorName#

# DescribeStorageVirtualMachinesPaginatorName usage example

from mypy_boto3_fsx.literals import DescribeStorageVirtualMachinesPaginatorName

def get_value() -> DescribeStorageVirtualMachinesPaginatorName:
    return "describe_storage_virtual_machines"
# DescribeStorageVirtualMachinesPaginatorName definition

DescribeStorageVirtualMachinesPaginatorName = Literal[
    "describe_storage_virtual_machines",
]

DescribeVolumesPaginatorName#

# DescribeVolumesPaginatorName usage example

from mypy_boto3_fsx.literals import DescribeVolumesPaginatorName

def get_value() -> DescribeVolumesPaginatorName:
    return "describe_volumes"
# DescribeVolumesPaginatorName definition

DescribeVolumesPaginatorName = Literal[
    "describe_volumes",
]

DiskIopsConfigurationModeType#

# DiskIopsConfigurationModeType usage example

from mypy_boto3_fsx.literals import DiskIopsConfigurationModeType

def get_value() -> DiskIopsConfigurationModeType:
    return "AUTOMATIC"
# DiskIopsConfigurationModeType definition

DiskIopsConfigurationModeType = Literal[
    "AUTOMATIC",
    "USER_PROVISIONED",
]

DriveCacheTypeType#

# DriveCacheTypeType usage example

from mypy_boto3_fsx.literals import DriveCacheTypeType

def get_value() -> DriveCacheTypeType:
    return "NONE"
# DriveCacheTypeType definition

DriveCacheTypeType = Literal[
    "NONE",
    "READ",
]

EventTypeType#

# EventTypeType usage example

from mypy_boto3_fsx.literals import EventTypeType

def get_value() -> EventTypeType:
    return "CHANGED"
# EventTypeType definition

EventTypeType = Literal[
    "CHANGED",
    "DELETED",
    "NEW",
]

FileCacheLifecycleType#

# FileCacheLifecycleType usage example

from mypy_boto3_fsx.literals import FileCacheLifecycleType

def get_value() -> FileCacheLifecycleType:
    return "AVAILABLE"
# FileCacheLifecycleType definition

FileCacheLifecycleType = Literal[
    "AVAILABLE",
    "CREATING",
    "DELETING",
    "FAILED",
    "UPDATING",
]

FileCacheLustreDeploymentTypeType#

# FileCacheLustreDeploymentTypeType usage example

from mypy_boto3_fsx.literals import FileCacheLustreDeploymentTypeType

def get_value() -> FileCacheLustreDeploymentTypeType:
    return "CACHE_1"
# FileCacheLustreDeploymentTypeType definition

FileCacheLustreDeploymentTypeType = Literal[
    "CACHE_1",
]

FileCacheTypeType#

# FileCacheTypeType usage example

from mypy_boto3_fsx.literals import FileCacheTypeType

def get_value() -> FileCacheTypeType:
    return "LUSTRE"
# FileCacheTypeType definition

FileCacheTypeType = Literal[
    "LUSTRE",
]

FileSystemLifecycleType#

# FileSystemLifecycleType usage example

from mypy_boto3_fsx.literals import FileSystemLifecycleType

def get_value() -> FileSystemLifecycleType:
    return "AVAILABLE"
# FileSystemLifecycleType definition

FileSystemLifecycleType = Literal[
    "AVAILABLE",
    "CREATING",
    "DELETING",
    "FAILED",
    "MISCONFIGURED",
    "MISCONFIGURED_UNAVAILABLE",
    "UPDATING",
]

FileSystemMaintenanceOperationType#

# FileSystemMaintenanceOperationType usage example

from mypy_boto3_fsx.literals import FileSystemMaintenanceOperationType

def get_value() -> FileSystemMaintenanceOperationType:
    return "BACKING_UP"
# FileSystemMaintenanceOperationType definition

FileSystemMaintenanceOperationType = Literal[
    "BACKING_UP",
    "PATCHING",
]

FileSystemTypeType#

# FileSystemTypeType usage example

from mypy_boto3_fsx.literals import FileSystemTypeType

def get_value() -> FileSystemTypeType:
    return "LUSTRE"
# FileSystemTypeType definition

FileSystemTypeType = Literal[
    "LUSTRE",
    "ONTAP",
    "OPENZFS",
    "WINDOWS",
]

FilterNameType#

# FilterNameType usage example

from mypy_boto3_fsx.literals import FilterNameType

def get_value() -> FilterNameType:
    return "backup-type"
# FilterNameType definition

FilterNameType = Literal[
    "backup-type",
    "data-repository-type",
    "file-cache-id",
    "file-cache-type",
    "file-system-id",
    "file-system-type",
    "volume-id",
]

FlexCacheEndpointTypeType#

# FlexCacheEndpointTypeType usage example

from mypy_boto3_fsx.literals import FlexCacheEndpointTypeType

def get_value() -> FlexCacheEndpointTypeType:
    return "CACHE"
# FlexCacheEndpointTypeType definition

FlexCacheEndpointTypeType = Literal[
    "CACHE",
    "NONE",
    "ORIGIN",
]

InputOntapVolumeTypeType#

# InputOntapVolumeTypeType usage example

from mypy_boto3_fsx.literals import InputOntapVolumeTypeType

def get_value() -> InputOntapVolumeTypeType:
    return "DP"
# InputOntapVolumeTypeType definition

InputOntapVolumeTypeType = Literal[
    "DP",
    "RW",
]

ListTagsForResourcePaginatorName#

# ListTagsForResourcePaginatorName usage example

from mypy_boto3_fsx.literals import ListTagsForResourcePaginatorName

def get_value() -> ListTagsForResourcePaginatorName:
    return "list_tags_for_resource"
# ListTagsForResourcePaginatorName definition

ListTagsForResourcePaginatorName = Literal[
    "list_tags_for_resource",
]

LustreAccessAuditLogLevelType#

# LustreAccessAuditLogLevelType usage example

from mypy_boto3_fsx.literals import LustreAccessAuditLogLevelType

def get_value() -> LustreAccessAuditLogLevelType:
    return "DISABLED"
# LustreAccessAuditLogLevelType definition

LustreAccessAuditLogLevelType = Literal[
    "DISABLED",
    "ERROR_ONLY",
    "WARN_ERROR",
    "WARN_ONLY",
]

LustreDeploymentTypeType#

# LustreDeploymentTypeType usage example

from mypy_boto3_fsx.literals import LustreDeploymentTypeType

def get_value() -> LustreDeploymentTypeType:
    return "PERSISTENT_1"
# LustreDeploymentTypeType definition

LustreDeploymentTypeType = Literal[
    "PERSISTENT_1",
    "PERSISTENT_2",
    "SCRATCH_1",
    "SCRATCH_2",