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 "FILE_SYSTEM_ALIAS_ASSOCIATION"
# AdministrativeActionTypeType definition

AdministrativeActionTypeType = Literal[
    "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",
]

NfsVersionType#

# NfsVersionType usage example

from mypy_boto3_fsx.literals import NfsVersionType

def get_value() -> NfsVersionType:
    return "NFS3"
# NfsVersionType definition

NfsVersionType = Literal[
    "NFS3",
]

OntapDeploymentTypeType#

# OntapDeploymentTypeType usage example

from mypy_boto3_fsx.literals import OntapDeploymentTypeType

def get_value() -> OntapDeploymentTypeType:
    return "MULTI_AZ_1"
# OntapDeploymentTypeType definition

OntapDeploymentTypeType = Literal[
    "MULTI_AZ_1",
    "SINGLE_AZ_1",
    "SINGLE_AZ_2",
]

OntapVolumeTypeType#

# OntapVolumeTypeType usage example

from mypy_boto3_fsx.literals import OntapVolumeTypeType

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

OntapVolumeTypeType = Literal[
    "DP",
    "LS",
    "RW",
]

OpenZFSCopyStrategyType#

# OpenZFSCopyStrategyType usage example

from mypy_boto3_fsx.literals import OpenZFSCopyStrategyType

def get_value() -> OpenZFSCopyStrategyType:
    return "CLONE"
# OpenZFSCopyStrategyType definition

OpenZFSCopyStrategyType = Literal[
    "CLONE",
    "FULL_COPY",
    "INCREMENTAL_COPY",
]

OpenZFSDataCompressionTypeType#

# OpenZFSDataCompressionTypeType usage example

from mypy_boto3_fsx.literals import OpenZFSDataCompressionTypeType

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

OpenZFSDataCompressionTypeType = Literal[
    "LZ4",
    "NONE",
    "ZSTD",
]

OpenZFSDeploymentTypeType#

# OpenZFSDeploymentTypeType usage example

from mypy_boto3_fsx.literals import OpenZFSDeploymentTypeType

def get_value() -> OpenZFSDeploymentTypeType:
    return "MULTI_AZ_1"
# OpenZFSDeploymentTypeType definition

OpenZFSDeploymentTypeType = Literal[
    "MULTI_AZ_1",
    "SINGLE_AZ_1",
    "SINGLE_AZ_2",
]

OpenZFSQuotaTypeType#

# OpenZFSQuotaTypeType usage example

from mypy_boto3_fsx.literals import OpenZFSQuotaTypeType

def get_value() -> OpenZFSQuotaTypeType:
    return "GROUP"
# OpenZFSQuotaTypeType definition

OpenZFSQuotaTypeType = Literal[
    "GROUP",
    "USER",
]

PrivilegedDeleteType#

# PrivilegedDeleteType usage example

from mypy_boto3_fsx.literals import PrivilegedDeleteType

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

PrivilegedDeleteType = Literal[
    "DISABLED",
    "ENABLED",
    "PERMANENTLY_DISABLED",
]

ReportFormatType#

# ReportFormatType usage example

from mypy_boto3_fsx.literals import ReportFormatType

def get_value() -> ReportFormatType:
    return "REPORT_CSV_20191124"
# ReportFormatType definition

ReportFormatType = Literal[
    "REPORT_CSV_20191124",
]

ReportScopeType#

# ReportScopeType usage example

from mypy_boto3_fsx.literals import ReportScopeType

def get_value() -> ReportScopeType:
    return "FAILED_FILES_ONLY"
# ReportScopeType definition

ReportScopeType = Literal[
    "FAILED_FILES_ONLY",
]

ResourceTypeType#

# ResourceTypeType usage example

from mypy_boto3_fsx.literals import ResourceTypeType

def get_value() -> ResourceTypeType:
    return "FILE_SYSTEM"
# ResourceTypeType definition

ResourceTypeType = Literal[
    "FILE_SYSTEM",
    "VOLUME",
]

RestoreOpenZFSVolumeOptionType#

# RestoreOpenZFSVolumeOptionType usage example

from mypy_boto3_fsx.literals import RestoreOpenZFSVolumeOptionType

def get_value() -> RestoreOpenZFSVolumeOptionType:
    return "DELETE_CLONED_VOLUMES"
# RestoreOpenZFSVolumeOptionType definition

RestoreOpenZFSVolumeOptionType = Literal[
    "DELETE_CLONED_VOLUMES",
    "DELETE_INTERMEDIATE_SNAPSHOTS",
]

RetentionPeriodTypeType#

# RetentionPeriodTypeType usage example

from mypy_boto3_fsx.literals import RetentionPeriodTypeType

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

RetentionPeriodTypeType = Literal[
    "DAYS",
    "HOURS",
    "INFINITE",
    "MINUTES",
    "MONTHS",
    "SECONDS",
    "UNSPECIFIED",
    "YEARS",
]

SecurityStyleType#

# SecurityStyleType usage example

from mypy_boto3_fsx.literals import SecurityStyleType

def get_value() -> SecurityStyleType:
    return "MIXED"
# SecurityStyleType definition

SecurityStyleType = Literal[
    "MIXED",
    "NTFS",
    "UNIX",
]

SnaplockTypeType#

# SnaplockTypeType usage example

from mypy_boto3_fsx.literals import SnaplockTypeType

def get_value() -> SnaplockTypeType:
    return "COMPLIANCE"
# SnaplockTypeType definition

SnaplockTypeType = Literal[
    "COMPLIANCE",
    "ENTERPRISE",
]

SnapshotFilterNameType#

# SnapshotFilterNameType usage example

from mypy_boto3_fsx.literals import SnapshotFilterNameType

def get_value() -> SnapshotFilterNameType:
    return "file-system-id"
# SnapshotFilterNameType definition

SnapshotFilterNameType = Literal[
    "file-system-id",
    "volume-id",
]

SnapshotLifecycleType#

# SnapshotLifecycleType usage example

from mypy_boto3_fsx.literals import SnapshotLifecycleType

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

SnapshotLifecycleType = Literal[
    "AVAILABLE",
    "CREATING",
    "DELETING",
    "PENDING",
]

StatusType#

# StatusType usage example

from mypy_boto3_fsx.literals import StatusType

def get_value() -> StatusType:
    return "COMPLETED"
# StatusType definition

StatusType = Literal[
    "COMPLETED",
    "FAILED",
    "IN_PROGRESS",
    "PENDING",
    "UPDATED_OPTIMIZING",
]

StorageTypeType#

# StorageTypeType usage example

from mypy_boto3_fsx.literals import StorageTypeType

def get_value() -> StorageTypeType:
    return "HDD"
# StorageTypeType definition

StorageTypeType = Literal[
    "HDD",
    "SSD",
]

StorageVirtualMachineFilterNameType#

# StorageVirtualMachineFilterNameType usage example

from mypy_boto3_fsx.literals import StorageVirtualMachineFilterNameType

def get_value() -> StorageVirtualMachineFilterNameType:
    return "file-system-id"
# StorageVirtualMachineFilterNameType definition

StorageVirtualMachineFilterNameType = Literal[
    "file-system-id",
]

StorageVirtualMachineLifecycleType#

# StorageVirtualMachineLifecycleType usage example

from mypy_boto3_fsx.literals import StorageVirtualMachineLifecycleType

def get_value() -> StorageVirtualMachineLifecycleType:
    return "CREATED"
# StorageVirtualMachineLifecycleType definition

StorageVirtualMachineLifecycleType = Literal[
    "CREATED",
    "CREATING",
    "DELETING",
    "FAILED",
    "MISCONFIGURED",
    "PENDING",
]

StorageVirtualMachineRootVolumeSecurityStyleType#

# StorageVirtualMachineRootVolumeSecurityStyleType usage example

from mypy_boto3_fsx.literals import StorageVirtualMachineRootVolumeSecurityStyleType

def get_value() -> StorageVirtualMachineRootVolumeSecurityStyleType:
    return "MIXED"
# StorageVirtualMachineRootVolumeSecurityStyleType definition

StorageVirtualMachineRootVolumeSecurityStyleType = Literal[
    "MIXED",
    "NTFS",
    "UNIX",
]

StorageVirtualMachineSubtypeType#

# StorageVirtualMachineSubtypeType usage example

from mypy_boto3_fsx.literals import StorageVirtualMachineSubtypeType

def get_value() -> StorageVirtualMachineSubtypeType:
    return "DEFAULT"
# StorageVirtualMachineSubtypeType definition

StorageVirtualMachineSubtypeType = Literal[
    "DEFAULT",
    "DP_DESTINATION",
    "SYNC_DESTINATION",
    "SYNC_SOURCE",
]

TieringPolicyNameType#

# TieringPolicyNameType usage example

from mypy_boto3_fsx.literals import TieringPolicyNameType

def get_value() -> TieringPolicyNameType:
    return "ALL"
# TieringPolicyNameType definition

TieringPolicyNameType = Literal[
    "ALL",
    "AUTO",
    "NONE",
    "SNAPSHOT_ONLY",
]

UnitType#

# UnitType usage example

from mypy_boto3_fsx.literals import UnitType

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

UnitType = Literal[
    "DAYS",
]

UpdateOpenZFSVolumeOptionType#

# UpdateOpenZFSVolumeOptionType usage example

from mypy_boto3_fsx.literals import UpdateOpenZFSVolumeOptionType

def get_value() -> UpdateOpenZFSVolumeOptionType:
    return "DELETE_CLONED_VOLUMES"
# UpdateOpenZFSVolumeOptionType definition

UpdateOpenZFSVolumeOptionType = Literal[
    "DELETE_CLONED_VOLUMES",
    "DELETE_INTERMEDIATE_DATA",
    "DELETE_INTERMEDIATE_SNAPSHOTS",
]

VolumeFilterNameType#

# VolumeFilterNameType usage example

from mypy_boto3_fsx.literals import VolumeFilterNameType

def get_value() -> VolumeFilterNameType:
    return "file-system-id"
# VolumeFilterNameType definition

VolumeFilterNameType = Literal[
    "file-system-id",
    "storage-virtual-machine-id",
]

VolumeLifecycleType#

# VolumeLifecycleType usage example

from mypy_boto3_fsx.literals import VolumeLifecycleType

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

VolumeLifecycleType = Literal[
    "AVAILABLE",
    "CREATED",
    "CREATING",
    "DELETING",
    "FAILED",
    "MISCONFIGURED",
    "PENDING",
]

VolumeStyleType#

# VolumeStyleType usage example

from mypy_boto3_fsx.literals import VolumeStyleType

def get_value() -> VolumeStyleType:
    return "FLEXGROUP"
# VolumeStyleType definition

VolumeStyleType = Literal[
    "FLEXGROUP",
    "FLEXVOL",
]

VolumeTypeType#

# VolumeTypeType usage example

from mypy_boto3_fsx.literals import VolumeTypeType

def get_value() -> VolumeTypeType:
    return "ONTAP"
# VolumeTypeType definition

VolumeTypeType = Literal[
    "ONTAP",
    "OPENZFS",
]

WindowsAccessAuditLogLevelType#

# WindowsAccessAuditLogLevelType usage example

from mypy_boto3_fsx.literals import WindowsAccessAuditLogLevelType

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

WindowsAccessAuditLogLevelType = Literal[
    "DISABLED",
    "FAILURE_ONLY",
    "SUCCESS_AND_FAILURE",
    "SUCCESS_ONLY",
]

WindowsDeploymentTypeType#

# WindowsDeploymentTypeType usage example

from mypy_boto3_fsx.literals import WindowsDeploymentTypeType

def get_value() -> WindowsDeploymentTypeType:
    return "MULTI_AZ_1"
# WindowsDeploymentTypeType definition

WindowsDeploymentTypeType = Literal[
    "MULTI_AZ_1",
    "SINGLE_AZ_1",
    "SINGLE_AZ_2",
]

FSxServiceName#

# FSxServiceName usage example

from mypy_boto3_fsx.literals import FSxServiceName

def get_value() -> FSxServiceName:
    return "fsx"
# FSxServiceName definition

FSxServiceName = Literal[
    "fsx",
]

ServiceName#

# ServiceName usage example

from mypy_boto3_fsx.literals import ServiceName

def get_value() -> ServiceName:
    return "accessanalyzer"
# ServiceName definition

ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "alexaforbusiness",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appfabric",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "arc-zonal-shift",
    "artifact",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "b2bi",
    "backup",
    "backup-gateway",
    "backupstorage",
    "batch",
    "bcm-data-exports",
    "bedrock",
    "bedrock-agent",
    "bedrock-agent-runtime",
    "bedrock-runtime",
    "billingconductor",
    "braket",
    "budgets",
    "ce",
    "chatbot",
    "chime",
    "chime-sdk-identity",
    "chime-sdk-media-pipelines",
    "chime-sdk-meetings",
    "chime-sdk-messaging",
    "chime-sdk-voice",
    "cleanrooms",
    "cleanroomsml",
    "cloud9",
    "cloudcontrol",
    "clouddirectory",
    "cloudformation",
    "cloudfront",
    "cloudfront-keyvaluestore",
    "cloudhsm",
    "cloudhsmv2",
    "cloudsearch",
    "cloudsearchdomain",
    "cloudtrail",
    "cloudtrail-data",
    "cloudwatch",
    "codeartifact",
    "codebuild",
    "codecatalyst",
    "codecommit",
    "codedeploy",
    "codeguru-reviewer",
    "codeguru-security",
    "codeguruprofiler",
    "codepipeline",
    "codestar",
    "codestar-connections",
    "codestar-notifications",
    "cognito-identity",
    "cognito-idp",
    "cognito-sync",
    "comprehend",
    "comprehendmedical",
    "compute-optimizer",
    "config",
    "connect",
    "connect-contact-lens",
    "connectcampaigns",
    "connectcases",
    "connectparticipant",
    "controltower",
    "cost-optimization-hub",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "datazone",
    "dax",
    "detective",
    "devicefarm",
    "devops-guru",
    "directconnect",
    "discovery",
    "dlm",
    "dms",
    "docdb",
    "docdb-elastic",
    "drs",
    "ds",
    "dynamodb",
    "dynamodbstreams",
    "ebs",
    "ec2",
    "ec2-instance-connect",
    "ecr",
    "ecr-public",
    "ecs",
    "efs",
    "eks",
    "eks-auth",
    "elastic-inference",
    "elasticache",
    "elasticbeanstalk",
    "elastictranscoder",
    "elb",
    "elbv2",
    "emr",
    "emr-containers",
    "emr-serverless",
    "entityresolution",
    "es",
    "events",
    "evidently",
    "finspace",
    "finspace-data",
    "firehose",
    "fis",
    "fms",
    "forecast",
    "forecastquery",
    "frauddetector",
    "freetier",
    "fsx",
    "gamelift",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "honeycode",
    "iam",
    "identitystore",
    "imagebuilder",
    "importexport",
    "inspector",
    "inspector-scan",
    "inspector2",
    "internetmonitor",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot1click-devices",
    "iot1click-projects",
    "iotanalytics",
    "iotdeviceadvisor",
    "iotevents",
    "iotevents-data",
    "iotfleethub",
    "iotfleetwise",
    "iotsecuretunneling",
    "iotsitewise",
    "iotthingsgraph",
    "iottwinmaker",
    "iotwireless",
    "ivs",
    "ivs-realtime",
    "ivschat",
    "kafka",
    "kafkaconnect",
    "kendra",
    "kendra-ranking",
    "keyspaces",
    "kinesis",
    "kinesis-video-archived-media",
    "kinesis-video-media",
    "kinesis-video-signaling",
    "kinesis-video-webrtc-storage",
    "kinesisanalytics",
    "kinesisanalyticsv2",
    "kinesisvideo",
    "kms",
    "lakeformation",
    "lambda",
    "launch-wizard",
    "lex-models",
    "lex-runtime",
    "lexv2-models",
    "lexv2-runtime",
    "license-manager",
    "license-manager-linux-subscriptions",
    "license-manager-user-subscriptions",
    "lightsail",
    "location",
    "logs",
    "lookoutequipment",
    "lookoutmetrics",
    "lookoutvision",
    "m2",
    "machinelearning",
    "macie2",
    "managedblockchain",
    "managedblockchain-query",
    "marketplace-agreement",
    "marketplace-catalog",
    "marketplace-deployment",
    "marketplace-entitlement",
    "marketplacecommerceanalytics",
    "mediaconnect",
    "mediaconvert",
    "medialive",
    "mediapackage",
    "mediapackage-vod",
    "mediapackagev2",
    "mediastore",
    "mediastore-data",
    "mediatailor",
    "medical-imaging",
    "memorydb",
    "meteringmarketplace",
    "mgh",
    "mgn",
    "migration-hub-refactor-spaces",
    "migrationhub-config",
    "migrationhuborchestrator",
    "migrationhubstrategy",
    "mobile",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "neptune-graph",
    "neptunedata",
    "network-firewall",
    "networkmanager",
    "networkmonitor",
    "nimble",
    "oam",
    "omics",
    "opensearch",
    "opensearchserverless",
    "opsworks",
    "opsworkscm",
    "organizations",
    "osis",
    "outposts",
    "panorama",
    "payment-cryptography",
    "payment-cryptography-data",
    "pca-connector-ad",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "pipes",
    "polly",
    "pricing",
    "privatenetworks",
    "proton",
    "qbusiness",
    "qconnect",
    "qldb",
    "qldb-session",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "repostspace",
    "resiliencehub",
    "resource-explorer-2",
    "resource-groups",
    "resourcegroupstaggingapi",
    "robomaker",
    "rolesanywhere",
    "route53",
    "route53-recovery-cluster",
    "route53-recovery-control-config",
    "route53-recovery-readiness",
    "route53domains",
    "route53resolver",
    "rum",
    "s3",
    "s3control",
    "s3outposts",
    "sagemaker",
    "sagemaker-a2i-runtime",
    "sagemaker-edge",
    "sagemaker-featurestore-runtime",
    "sagemaker-geospatial",
    "sagemaker-metrics",
    "sagemaker-runtime",
    "savingsplans",
    "scheduler",
    "schemas",
    "sdb",
    "secretsmanager",
    "securityhub",
    "securitylake",
    "serverlessrepo",
    "service-quotas",
    "servicecatalog",
    "servicecatalog-appregistry",
    "servicediscovery",
    "ses",
    "sesv2",
    "shield",
    "signer",
    "simspaceweaver",
    "sms",
    "sms-voice",
    "snow-device-management",
    "snowball",
    "sns",
    "sqs",
    "ssm",
    "ssm-contacts",
    "ssm-incidents",
    "ssm-sap",
    "sso",
    "sso-admin",
    "sso-oidc",
    "stepfunctions",
    "storagegateway",
    "sts",
    "supplychain",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "textract",
    "timestream-influxdb",
    "timestream-query",
    "timestream-write",
    "tnb",
    "transcribe",
    "transfer",
    "translate",
    "trustedadvisor",
    "verifiedpermissions",
    "voice-id",
    "vpc-lattice",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "worklink",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-thin-client",
    "workspaces-web",
    "xray",
]

ResourceServiceName#

# ResourceServiceName usage example

from mypy_boto3_fsx.literals import ResourceServiceName

def get_value() -> ResourceServiceName:
    return "cloudformation"
# ResourceServiceName definition

ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "opsworks",
    "s3",
    "sns",
    "sqs",
]

PaginatorName#

# PaginatorName usage example

from mypy_boto3_fsx.literals import PaginatorName

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

PaginatorName = Literal[
    "describe_backups",
    "describe_file_systems",
    "describe_storage_virtual_machines",
    "describe_volumes",
    "list_tags_for_resource",
]

RegionName#

# RegionName usage example

from mypy_boto3_fsx.literals import RegionName

def get_value() -> RegionName:
    return "af-south-1"
# RegionName definition

RegionName = Literal[
    "af-south-1",
    "ap-east-1",
    "ap-northeast-1",
    "ap-northeast-2",
    "ap-northeast-3",
    "ap-south-1",
    "ap-south-2",
    "ap-southeast-1",
    "ap-southeast-2",
    "ap-southeast-3",
    "ap-southeast-4",
    "ca-central-1",
    "eu-central-1",
    "eu-central-2",
    "eu-north-1",
    "eu-south-1",
    "eu-south-2",
    "eu-west-1",
    "eu-west-2",
    "eu-west-3",
    "il-central-1",
    "me-central-1",
    "me-south-1",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-1",
    "us-west-2",
]