Literals#
Index > WorkSpaces > Literals
Auto-generated documentation for WorkSpaces type annotations stubs module mypy-boto3-workspaces.
AccessPropertyValueType#
# AccessPropertyValueType usage example
from mypy_boto3_workspaces.literals import AccessPropertyValueType
def get_value() -> AccessPropertyValueType:
return "ALLOW"
# AccessPropertyValueType definition
AccessPropertyValueType = Literal[
"ALLOW",
"DENY",
]
AccountLinkStatusEnumType#
# AccountLinkStatusEnumType usage example
from mypy_boto3_workspaces.literals import AccountLinkStatusEnumType
def get_value() -> AccountLinkStatusEnumType:
return "LINKED"
# AccountLinkStatusEnumType definition
AccountLinkStatusEnumType = Literal[
"LINK_NOT_FOUND",
"LINKED",
"LINKING_FAILED",
"PENDING_ACCEPTANCE_BY_TARGET_ACCOUNT",
"REJECTED",
]
ApplicationAssociatedResourceTypeType#
# ApplicationAssociatedResourceTypeType usage example
from mypy_boto3_workspaces.literals import ApplicationAssociatedResourceTypeType
def get_value() -> ApplicationAssociatedResourceTypeType:
return "BUNDLE"
# ApplicationAssociatedResourceTypeType definition
ApplicationAssociatedResourceTypeType = Literal[
"BUNDLE",
"IMAGE",
"WORKSPACE",
]
ApplicationSettingsStatusEnumType#
# ApplicationSettingsStatusEnumType usage example
from mypy_boto3_workspaces.literals import ApplicationSettingsStatusEnumType
def get_value() -> ApplicationSettingsStatusEnumType:
return "DISABLED"
# ApplicationSettingsStatusEnumType definition
ApplicationSettingsStatusEnumType = Literal[
"DISABLED",
"ENABLED",
]
ApplicationType#
# ApplicationType usage example
from mypy_boto3_workspaces.literals import ApplicationType
def get_value() -> ApplicationType:
return "Microsoft_Office_2016"
# ApplicationType definition
ApplicationType = Literal[
"Microsoft_Office_2016",
"Microsoft_Office_2019",
]
AssociationErrorCodeType#
# AssociationErrorCodeType usage example
from mypy_boto3_workspaces.literals import AssociationErrorCodeType
def get_value() -> AssociationErrorCodeType:
return "DeploymentError.InternalServerError"
# AssociationErrorCodeType definition
AssociationErrorCodeType = Literal[
"DeploymentError.InternalServerError",
"DeploymentError.WorkspaceUnreachable",
"ValidationError.InsufficientDiskSpace",
"ValidationError.InsufficientMemory",
"ValidationError.UnsupportedOperatingSystem",
]
AssociationStateType#
# AssociationStateType usage example
from mypy_boto3_workspaces.literals import AssociationStateType
def get_value() -> AssociationStateType:
return "COMPLETED"
# AssociationStateType definition
AssociationStateType = Literal[
"COMPLETED",
"ERROR",
"INSTALLING",
"PENDING_INSTALL",
"PENDING_INSTALL_DEPLOYMENT",
"PENDING_UNINSTALL",
"PENDING_UNINSTALL_DEPLOYMENT",
"REMOVED",
"UNINSTALLING",
]
AssociationStatusType#
# AssociationStatusType usage example
from mypy_boto3_workspaces.literals import AssociationStatusType
def get_value() -> AssociationStatusType:
return "ASSOCIATED_WITH_OWNER_ACCOUNT"
# AssociationStatusType definition
AssociationStatusType = Literal[
"ASSOCIATED_WITH_OWNER_ACCOUNT",
"ASSOCIATED_WITH_SHARED_ACCOUNT",
"NOT_ASSOCIATED",
"PENDING_ASSOCIATION",
"PENDING_DISASSOCIATION",
]
AuthenticationTypeType#
# AuthenticationTypeType usage example
from mypy_boto3_workspaces.literals import AuthenticationTypeType
def get_value() -> AuthenticationTypeType:
return "SAML"
# AuthenticationTypeType definition
AuthenticationTypeType = Literal[
"SAML",
]
BundleAssociatedResourceTypeType#
# BundleAssociatedResourceTypeType usage example
from mypy_boto3_workspaces.literals import BundleAssociatedResourceTypeType
def get_value() -> BundleAssociatedResourceTypeType:
return "APPLICATION"
# BundleAssociatedResourceTypeType definition
BundleAssociatedResourceTypeType = Literal[
"APPLICATION",
]
BundleTypeType#
# BundleTypeType usage example
from mypy_boto3_workspaces.literals import BundleTypeType
def get_value() -> BundleTypeType:
return "REGULAR"
# BundleTypeType definition
BundleTypeType = Literal[
"REGULAR",
"STANDBY",
]
CertificateBasedAuthStatusEnumType#
# CertificateBasedAuthStatusEnumType usage example
from mypy_boto3_workspaces.literals import CertificateBasedAuthStatusEnumType
def get_value() -> CertificateBasedAuthStatusEnumType:
return "DISABLED"
# CertificateBasedAuthStatusEnumType definition
CertificateBasedAuthStatusEnumType = Literal[
"DISABLED",
"ENABLED",
]
ClientDeviceTypeType#
# ClientDeviceTypeType usage example
from mypy_boto3_workspaces.literals import ClientDeviceTypeType
def get_value() -> ClientDeviceTypeType:
return "DeviceTypeAndroid"
# ClientDeviceTypeType definition
ClientDeviceTypeType = Literal[
"DeviceTypeAndroid",
"DeviceTypeIos",
"DeviceTypeLinux",
"DeviceTypeOsx",
"DeviceTypeWeb",
"DeviceTypeWindows",
]
ComputeType#
# ComputeType usage example
from mypy_boto3_workspaces.literals import ComputeType
def get_value() -> ComputeType:
return "GRAPHICS"
# ComputeType definition
ComputeType = Literal[
"GRAPHICS",
"GRAPHICS_G4DN",
"GRAPHICSPRO",
"GRAPHICSPRO_G4DN",
"PERFORMANCE",
"POWER",
"POWERPRO",
"STANDARD",
"VALUE",
]
ConnectionAliasStateType#
# ConnectionAliasStateType usage example
from mypy_boto3_workspaces.literals import ConnectionAliasStateType
def get_value() -> ConnectionAliasStateType:
return "CREATED"
# ConnectionAliasStateType definition
ConnectionAliasStateType = Literal[
"CREATED",
"CREATING",
"DELETING",
]
ConnectionStateType#
# ConnectionStateType usage example
from mypy_boto3_workspaces.literals import ConnectionStateType
def get_value() -> ConnectionStateType:
return "CONNECTED"
# ConnectionStateType definition
ConnectionStateType = Literal[
"CONNECTED",
"DISCONNECTED",
"UNKNOWN",
]
DataReplicationType#
# DataReplicationType usage example
from mypy_boto3_workspaces.literals import DataReplicationType
def get_value() -> DataReplicationType:
return "NO_REPLICATION"
# DataReplicationType definition
DataReplicationType = Literal[
"NO_REPLICATION",
"PRIMARY_AS_SOURCE",
]
DedicatedTenancyAccountTypeType#
# DedicatedTenancyAccountTypeType usage example
from mypy_boto3_workspaces.literals import DedicatedTenancyAccountTypeType
def get_value() -> DedicatedTenancyAccountTypeType:
return "SOURCE_ACCOUNT"
# DedicatedTenancyAccountTypeType definition
DedicatedTenancyAccountTypeType = Literal[
"SOURCE_ACCOUNT",
"TARGET_ACCOUNT",
]
DedicatedTenancyModificationStateEnumType#
# DedicatedTenancyModificationStateEnumType usage example
from mypy_boto3_workspaces.literals import DedicatedTenancyModificationStateEnumType
def get_value() -> DedicatedTenancyModificationStateEnumType:
return "COMPLETED"
# DedicatedTenancyModificationStateEnumType definition
DedicatedTenancyModificationStateEnumType = Literal[
"COMPLETED",
"FAILED",
"PENDING",
]
DedicatedTenancySupportEnumType#
# DedicatedTenancySupportEnumType usage example
from mypy_boto3_workspaces.literals import DedicatedTenancySupportEnumType
def get_value() -> DedicatedTenancySupportEnumType:
return "ENABLED"
# DedicatedTenancySupportEnumType definition
DedicatedTenancySupportEnumType = Literal[
"ENABLED",
]
DedicatedTenancySupportResultEnumType#
# DedicatedTenancySupportResultEnumType usage example
from mypy_boto3_workspaces.literals import DedicatedTenancySupportResultEnumType
def get_value() -> DedicatedTenancySupportResultEnumType:
return "DISABLED"
# DedicatedTenancySupportResultEnumType definition
DedicatedTenancySupportResultEnumType = Literal[
"DISABLED",
"ENABLED",
]
DeletableCertificateBasedAuthPropertyType#
# DeletableCertificateBasedAuthPropertyType usage example
from mypy_boto3_workspaces.literals import DeletableCertificateBasedAuthPropertyType
def get_value() -> DeletableCertificateBasedAuthPropertyType:
return "CERTIFICATE_BASED_AUTH_PROPERTIES_CERTIFICATE_AUTHORITY_ARN"
# DeletableCertificateBasedAuthPropertyType definition
DeletableCertificateBasedAuthPropertyType = Literal[
"CERTIFICATE_BASED_AUTH_PROPERTIES_CERTIFICATE_AUTHORITY_ARN",
]
DeletableSamlPropertyType#
# DeletableSamlPropertyType usage example
from mypy_boto3_workspaces.literals import DeletableSamlPropertyType
def get_value() -> DeletableSamlPropertyType:
return "SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME"
# DeletableSamlPropertyType definition
DeletableSamlPropertyType = Literal[
"SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME",
"SAML_PROPERTIES_USER_ACCESS_URL",
]
DescribeAccountModificationsPaginatorName#
# DescribeAccountModificationsPaginatorName usage example
from mypy_boto3_workspaces.literals import DescribeAccountModificationsPaginatorName
def get_value() -> DescribeAccountModificationsPaginatorName:
return "describe_account_modifications"
# DescribeAccountModificationsPaginatorName definition
DescribeAccountModificationsPaginatorName = Literal[
"describe_account_modifications",
]
DescribeIpGroupsPaginatorName#
# DescribeIpGroupsPaginatorName usage example
from mypy_boto3_workspaces.literals import DescribeIpGroupsPaginatorName
def get_value() -> DescribeIpGroupsPaginatorName:
return "describe_ip_groups"
# DescribeIpGroupsPaginatorName definition
DescribeIpGroupsPaginatorName = Literal[
"describe_ip_groups",
]
DescribeWorkspaceBundlesPaginatorName#
# DescribeWorkspaceBundlesPaginatorName usage example
from mypy_boto3_workspaces.literals import DescribeWorkspaceBundlesPaginatorName
def get_value() -> DescribeWorkspaceBundlesPaginatorName:
return "describe_workspace_bundles"
# DescribeWorkspaceBundlesPaginatorName definition
DescribeWorkspaceBundlesPaginatorName = Literal[
"describe_workspace_bundles",
]
DescribeWorkspaceDirectoriesFilterNameType#
# DescribeWorkspaceDirectoriesFilterNameType usage example
from mypy_boto3_workspaces.literals import DescribeWorkspaceDirectoriesFilterNameType
def get_value() -> DescribeWorkspaceDirectoriesFilterNameType:
return "USER_IDENTITY_TYPE"
# DescribeWorkspaceDirectoriesFilterNameType definition
DescribeWorkspaceDirectoriesFilterNameType = Literal[
"USER_IDENTITY_TYPE",
"WORKSPACE_TYPE",
]
DescribeWorkspaceDirectoriesPaginatorName#
# DescribeWorkspaceDirectoriesPaginatorName usage example
from mypy_boto3_workspaces.literals import DescribeWorkspaceDirectoriesPaginatorName
def get_value() -> DescribeWorkspaceDirectoriesPaginatorName:
return "describe_workspace_directories"
# DescribeWorkspaceDirectoriesPaginatorName definition
DescribeWorkspaceDirectoriesPaginatorName = Literal[
"describe_workspace_directories",
]
DescribeWorkspaceImagesPaginatorName#
# DescribeWorkspaceImagesPaginatorName usage example
from mypy_boto3_workspaces.literals import DescribeWorkspaceImagesPaginatorName
def get_value() -> DescribeWorkspaceImagesPaginatorName:
return "describe_workspace_images"
# DescribeWorkspaceImagesPaginatorName definition
DescribeWorkspaceImagesPaginatorName = Literal[
"describe_workspace_images",
]
DescribeWorkspacesConnectionStatusPaginatorName#
# DescribeWorkspacesConnectionStatusPaginatorName usage example
from mypy_boto3_workspaces.literals import DescribeWorkspacesConnectionStatusPaginatorName
def get_value() -> DescribeWorkspacesConnectionStatusPaginatorName:
return "describe_workspaces_connection_status"
# DescribeWorkspacesConnectionStatusPaginatorName definition
DescribeWorkspacesConnectionStatusPaginatorName = Literal[
"describe_workspaces_connection_status",
]
DescribeWorkspacesPaginatorName#
# DescribeWorkspacesPaginatorName usage example
from mypy_boto3_workspaces.literals import DescribeWorkspacesPaginatorName
def get_value() -> DescribeWorkspacesPaginatorName:
return "describe_workspaces"
# DescribeWorkspacesPaginatorName definition
DescribeWorkspacesPaginatorName = Literal[
"describe_workspaces",
]
DescribeWorkspacesPoolsFilterNameType#
# DescribeWorkspacesPoolsFilterNameType usage example
from mypy_boto3_workspaces.literals import DescribeWorkspacesPoolsFilterNameType
def get_value() -> DescribeWorkspacesPoolsFilterNameType:
return "PoolName"
# DescribeWorkspacesPoolsFilterNameType definition
DescribeWorkspacesPoolsFilterNameType = Literal[
"PoolName",
]
DescribeWorkspacesPoolsFilterOperatorType#
# DescribeWorkspacesPoolsFilterOperatorType usage example
from mypy_boto3_workspaces.literals import DescribeWorkspacesPoolsFilterOperatorType
def get_value() -> DescribeWorkspacesPoolsFilterOperatorType:
return "CONTAINS"
# DescribeWorkspacesPoolsFilterOperatorType definition
DescribeWorkspacesPoolsFilterOperatorType = Literal[
"CONTAINS",
"EQUALS",
"NOTCONTAINS",
"NOTEQUALS",
]
ImageAssociatedResourceTypeType#
# ImageAssociatedResourceTypeType usage example
from mypy_boto3_workspaces.literals import ImageAssociatedResourceTypeType
def get_value() -> ImageAssociatedResourceTypeType:
return "APPLICATION"
# ImageAssociatedResourceTypeType definition
ImageAssociatedResourceTypeType = Literal[
"APPLICATION",
]
ImageTypeType#
# ImageTypeType usage example
from mypy_boto3_workspaces.literals import ImageTypeType
def get_value() -> ImageTypeType:
return "OWNED"
# ImageTypeType definition
ImageTypeType = Literal[
"OWNED",
"SHARED",
]
ListAccountLinksPaginatorName#
# ListAccountLinksPaginatorName usage example
from mypy_boto3_workspaces.literals import ListAccountLinksPaginatorName
def get_value() -> ListAccountLinksPaginatorName:
return "list_account_links"
# ListAccountLinksPaginatorName definition
ListAccountLinksPaginatorName = Literal[
"list_account_links",
]
ListAvailableManagementCidrRangesPaginatorName#
# ListAvailableManagementCidrRangesPaginatorName usage example
from mypy_boto3_workspaces.literals import ListAvailableManagementCidrRangesPaginatorName
def get_value() -> ListAvailableManagementCidrRangesPaginatorName:
return "list_available_management_cidr_ranges"
# ListAvailableManagementCidrRangesPaginatorName definition
ListAvailableManagementCidrRangesPaginatorName = Literal[
"list_available_management_cidr_ranges",
]
LogUploadEnumType#
# LogUploadEnumType usage example
from mypy_boto3_workspaces.literals import LogUploadEnumType
def get_value() -> LogUploadEnumType:
return "DISABLED"
# LogUploadEnumType definition
LogUploadEnumType = Literal[
"DISABLED",
"ENABLED",
]
ModificationResourceEnumType#
# ModificationResourceEnumType usage example
from mypy_boto3_workspaces.literals import ModificationResourceEnumType
def get_value() -> ModificationResourceEnumType:
return "COMPUTE_TYPE"
# ModificationResourceEnumType definition
ModificationResourceEnumType = Literal[
"COMPUTE_TYPE",
"ROOT_VOLUME",
"USER_VOLUME",
]
ModificationStateEnumType#
# ModificationStateEnumType usage example
from mypy_boto3_workspaces.literals import ModificationStateEnumType
def get_value() -> ModificationStateEnumType:
return "UPDATE_INITIATED"
# ModificationStateEnumType definition
ModificationStateEnumType = Literal[
"UPDATE_IN_PROGRESS",
"UPDATE_INITIATED",
]
OperatingSystemNameType#
# OperatingSystemNameType usage example
from mypy_boto3_workspaces.literals import OperatingSystemNameType
def get_value() -> OperatingSystemNameType:
return "AMAZON_LINUX_2"
# OperatingSystemNameType definition
OperatingSystemNameType = Literal[
"AMAZON_LINUX_2",
"RHEL_8",
"ROCKY_8",
"UBUNTU_18_04",
"UBUNTU_20_04",
"UBUNTU_22_04",
"UNKNOWN",
"WINDOWS_10",
"WINDOWS_11",
"WINDOWS_7",
"WINDOWS_SERVER_2016",
"WINDOWS_SERVER_2019",
"WINDOWS_SERVER_2022",
]
OperatingSystemTypeType#
# OperatingSystemTypeType usage example
from mypy_boto3_workspaces.literals import OperatingSystemTypeType
def get_value() -> OperatingSystemTypeType:
return "LINUX"
# OperatingSystemTypeType definition
OperatingSystemTypeType = Literal[
"LINUX",
"WINDOWS",
]
ProtocolType#
# ProtocolType usage example
from mypy_boto3_workspaces.literals import ProtocolType
def get_value() -> ProtocolType:
return "PCOIP"
# ProtocolType definition
ProtocolType = Literal[
"PCOIP",
"WSP",
]
ReconnectEnumType#
# ReconnectEnumType usage example
from mypy_boto3_workspaces.literals import ReconnectEnumType
def get_value() -> ReconnectEnumType:
return "DISABLED"
# ReconnectEnumType definition
ReconnectEnumType = Literal[
"DISABLED",
"ENABLED",
]
RunningModeType#
# RunningModeType usage example
from mypy_boto3_workspaces.literals import RunningModeType
def get_value() -> RunningModeType:
return "ALWAYS_ON"
# RunningModeType definition
RunningModeType = Literal[
"ALWAYS_ON",
"AUTO_STOP",
"MANUAL",
]
SamlStatusEnumType#
# SamlStatusEnumType usage example
from mypy_boto3_workspaces.literals import SamlStatusEnumType
def get_value() -> SamlStatusEnumType:
return "DISABLED"
# SamlStatusEnumType definition
SamlStatusEnumType = Literal[
"DISABLED",
"ENABLED",
"ENABLED_WITH_DIRECTORY_LOGIN_FALLBACK",
]
SessionConnectionStateType#
# SessionConnectionStateType usage example
from mypy_boto3_workspaces.literals import SessionConnectionStateType
def get_value() -> SessionConnectionStateType:
return "CONNECTED"
# SessionConnectionStateType definition
SessionConnectionStateType = Literal[
"CONNECTED",
"NOT_CONNECTED",
]
StandbyWorkspaceRelationshipTypeType#
# StandbyWorkspaceRelationshipTypeType usage example
from mypy_boto3_workspaces.literals import StandbyWorkspaceRelationshipTypeType
def get_value() -> StandbyWorkspaceRelationshipTypeType:
return "PRIMARY"
# StandbyWorkspaceRelationshipTypeType definition
StandbyWorkspaceRelationshipTypeType = Literal[
"PRIMARY",
"STANDBY",
]
StorageConnectorStatusEnumType#
# StorageConnectorStatusEnumType usage example
from mypy_boto3_workspaces.literals import StorageConnectorStatusEnumType
def get_value() -> StorageConnectorStatusEnumType:
return "DISABLED"
# StorageConnectorStatusEnumType definition
StorageConnectorStatusEnumType = Literal[
"DISABLED",
"ENABLED",
]
StorageConnectorTypeEnumType#
# StorageConnectorTypeEnumType usage example
from mypy_boto3_workspaces.literals import StorageConnectorTypeEnumType
def get_value() -> StorageConnectorTypeEnumType:
return "HOME_FOLDER"
# StorageConnectorTypeEnumType definition
StorageConnectorTypeEnumType = Literal[
"HOME_FOLDER",
]
StreamingExperiencePreferredProtocolEnumType#
# StreamingExperiencePreferredProtocolEnumType usage example
from mypy_boto3_workspaces.literals import StreamingExperiencePreferredProtocolEnumType
def get_value() -> StreamingExperiencePreferredProtocolEnumType:
return "TCP"
# StreamingExperiencePreferredProtocolEnumType definition
StreamingExperiencePreferredProtocolEnumType = Literal[
"TCP",
"UDP",
]
TargetWorkspaceStateType#
# TargetWorkspaceStateType usage example
from mypy_boto3_workspaces.literals import TargetWorkspaceStateType
def get_value() -> TargetWorkspaceStateType:
return "ADMIN_MAINTENANCE"
# TargetWorkspaceStateType definition
TargetWorkspaceStateType = Literal[
"ADMIN_MAINTENANCE",
"AVAILABLE",
]
TenancyType#
# TenancyType usage example
from mypy_boto3_workspaces.literals import TenancyType
def get_value() -> TenancyType:
return "DEDICATED"
# TenancyType definition
TenancyType = Literal[
"DEDICATED",
"SHARED",
]
UserIdentityTypeType#
# UserIdentityTypeType usage example
from mypy_boto3_workspaces.literals import UserIdentityTypeType
def get_value() -> UserIdentityTypeType:
return "AWS_DIRECTORY_SERVICE"
# UserIdentityTypeType definition
UserIdentityTypeType = Literal[
"AWS_DIRECTORY_SERVICE",
"AWS_IAM_IDENTITY_CENTER",
"CUSTOMER_MANAGED",
]
UserSettingActionEnumType#
# UserSettingActionEnumType usage example
from mypy_boto3_workspaces.literals import UserSettingActionEnumType
def get_value() -> UserSettingActionEnumType:
return "CLIPBOARD_COPY_FROM_LOCAL_DEVICE"
# UserSettingActionEnumType definition
UserSettingActionEnumType = Literal[
"CLIPBOARD_COPY_FROM_LOCAL_DEVICE",
"CLIPBOARD_COPY_TO_LOCAL_DEVICE",
"PRINTING_TO_LOCAL_DEVICE",
"SMART_CARD",
]
UserSettingPermissionEnumType#
# UserSettingPermissionEnumType usage example
from mypy_boto3_workspaces.literals import UserSettingPermissionEnumType
def get_value() -> UserSettingPermissionEnumType:
return "DISABLED"
# UserSettingPermissionEnumType definition
UserSettingPermissionEnumType = Literal[
"DISABLED",
"ENABLED",
]
WorkSpaceApplicationLicenseTypeType#
# WorkSpaceApplicationLicenseTypeType usage example
from mypy_boto3_workspaces.literals import WorkSpaceApplicationLicenseTypeType
def get_value() -> WorkSpaceApplicationLicenseTypeType:
return "LICENSED"
# WorkSpaceApplicationLicenseTypeType definition
WorkSpaceApplicationLicenseTypeType = Literal[
"LICENSED",
"UNLICENSED",
]
WorkSpaceApplicationStateType#
# WorkSpaceApplicationStateType usage example
from mypy_boto3_workspaces.literals import WorkSpaceApplicationStateType
def get_value() -> WorkSpaceApplicationStateType:
return "AVAILABLE"
# WorkSpaceApplicationStateType definition
WorkSpaceApplicationStateType = Literal[
"AVAILABLE",
"ERROR",
"PENDING",
"UNINSTALL_ONLY",
]
WorkSpaceAssociatedResourceTypeType#
# WorkSpaceAssociatedResourceTypeType usage example
from mypy_boto3_workspaces.literals import WorkSpaceAssociatedResourceTypeType
def get_value() -> WorkSpaceAssociatedResourceTypeType:
return "APPLICATION"
# WorkSpaceAssociatedResourceTypeType definition
WorkSpaceAssociatedResourceTypeType = Literal[
"APPLICATION",
]
WorkspaceBundleStateType#
# WorkspaceBundleStateType usage example
from mypy_boto3_workspaces.literals import WorkspaceBundleStateType
def get_value() -> WorkspaceBundleStateType:
return "AVAILABLE"
# WorkspaceBundleStateType definition
WorkspaceBundleStateType = Literal[
"AVAILABLE",
"ERROR",
"PENDING",
]
WorkspaceDirectoryStateType#
# WorkspaceDirectoryStateType usage example
from mypy_boto3_workspaces.literals import WorkspaceDirectoryStateType
def get_value() -> WorkspaceDirectoryStateType:
return "DEREGISTERED"
# WorkspaceDirectoryStateType definition
WorkspaceDirectoryStateType = Literal[
"DEREGISTERED",
"DEREGISTERING",
"ERROR",
"REGISTERED",
"REGISTERING",
]
WorkspaceDirectoryTypeType#
# WorkspaceDirectoryTypeType usage example
from mypy_boto3_workspaces.literals import WorkspaceDirectoryTypeType
def get_value() -> WorkspaceDirectoryTypeType:
return "AD_CONNECTOR"
# WorkspaceDirectoryTypeType definition
WorkspaceDirectoryTypeType = Literal[
"AD_CONNECTOR",
"AWS_IAM_IDENTITY_CENTER",
"CUSTOMER_MANAGED",
"SIMPLE_AD",
]
WorkspaceImageErrorDetailCodeType#
# WorkspaceImageErrorDetailCodeType usage example
from mypy_boto3_workspaces.literals import WorkspaceImageErrorDetailCodeType
def get_value() -> WorkspaceImageErrorDetailCodeType:
return "AdditionalDrivesAttached"
# WorkspaceImageErrorDetailCodeType definition
WorkspaceImageErrorDetailCodeType = Literal[
"AdditionalDrivesAttached",
"AdditionalDrivesPresent",
"AmazonSsmAgentEnabled",
"AntiVirusInstalled",
"AppXPackagesInstalled",
"AutoLogonEnabled",
"AutoMountDisabled",
"AzureDomainJoined",
"DHCPDisabled",
"DiskFreeSpace",
"DiskSizeExceeded",
"DomainAccountServicesFound",
"DomainJoined",
"EnvironmentVariablesPathMissingEntries",
"FirewallEnabled",
"IncompatiblePartitioning",
"InPlaceUpgrade",
"InsufficientDiskSpace",
"InsufficientRearmCount",
"InvalidIp",
"MultipleBootPartition",
"MultipleUserProfiles",
"OfficeInstalled",
"OSNotSupported",
"OutdatedPowershellVersion",
"PCoIPAgentInstalled",
"PendingReboot",
"RealTimeUniversalDisabled",
"RemoteDesktopServicesDisabled",
"Requires64BitOS",
"ReservedStorageInUse",
"StagedAppxPackage",
"SysPrepFileMissing",
"UEFINotSupported",
"UnknownError",
"UnsupportedOsUpgrade",
"UnsupportedSecurityProtocol",
"UserProfileMissing",
"VMWareToolsInstalled",
"WindowsModulesInstallerDisabled",
"WindowsUpdatesEnabled",
"WindowsUpdatesRequired",
"WorkspacesBYOLAccountDisabled",
"WorkspacesBYOLAccountNotFound",
"ZeroRearmCount",
]
WorkspaceImageIngestionProcessType#
# WorkspaceImageIngestionProcessType usage example
from mypy_boto3_workspaces.literals import WorkspaceImageIngestionProcessType
def get_value() -> WorkspaceImageIngestionProcessType:
return "BYOL_GRAPHICS"
# WorkspaceImageIngestionProcessType definition
WorkspaceImageIngestionProcessType = Literal[
"BYOL_GRAPHICS",
"BYOL_GRAPHICS_G4DN",
"BYOL_GRAPHICS_G4DN_BYOP",
"BYOL_GRAPHICS_G4DN_WSP",
"BYOL_GRAPHICSPRO",
"BYOL_REGULAR",
"BYOL_REGULAR_BYOP",
"BYOL_REGULAR_WSP",
]
WorkspaceImageRequiredTenancyType#
# WorkspaceImageRequiredTenancyType usage example
from mypy_boto3_workspaces.literals import WorkspaceImageRequiredTenancyType
def get_value() -> WorkspaceImageRequiredTenancyType:
return "DEDICATED"
# WorkspaceImageRequiredTenancyType definition
WorkspaceImageRequiredTenancyType = Literal[
"DEDICATED",
"DEFAULT",
]
WorkspaceImageStateType#
# WorkspaceImageStateType usage example
from mypy_boto3_workspaces.literals import WorkspaceImageStateType
def get_value() -> WorkspaceImageStateType:
return "AVAILABLE"
# WorkspaceImageStateType definition
WorkspaceImageStateType = Literal[
"AVAILABLE",
"ERROR",
"PENDING",
]
WorkspaceStateType#
# WorkspaceStateType usage example
from mypy_boto3_workspaces.literals import WorkspaceStateType
def get_value() -> WorkspaceStateType:
return "ADMIN_MAINTENANCE"
# WorkspaceStateType definition
WorkspaceStateType = Literal[
"ADMIN_MAINTENANCE",
"AVAILABLE",
"ERROR",
"IMPAIRED",
"MAINTENANCE",
"PENDING",
"REBOOTING",
"REBUILDING",
"RESTORING",
"STARTING",
"STOPPED",
"STOPPING",
"SUSPENDED",
"TERMINATED",
"TERMINATING",
"UNHEALTHY",
"UPDATING",
]
WorkspaceTypeType#
# WorkspaceTypeType usage example
from mypy_boto3_workspaces.literals import WorkspaceTypeType
def get_value() -> WorkspaceTypeType:
return "PERSONAL"
# WorkspaceTypeType definition
WorkspaceTypeType = Literal[
"PERSONAL",
"POOLS",
]
WorkspacesPoolErrorCodeType#
# WorkspacesPoolErrorCodeType usage example
from mypy_boto3_workspaces.literals import WorkspacesPoolErrorCodeType
def get_value() -> WorkspacesPoolErrorCodeType:
return "BUNDLE_NOT_FOUND"
# WorkspacesPoolErrorCodeType definition
WorkspacesPoolErrorCodeType = Literal[
"BUNDLE_NOT_FOUND",
"DEFAULT_OU_IS_MISSING",
"DIRECTORY_NOT_FOUND",
"DOMAIN_JOIN_ERROR_ACCESS_DENIED",
"DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED",
"DOMAIN_JOIN_ERROR_FILE_NOT_FOUND",
"DOMAIN_JOIN_ERROR_INVALID_PARAMETER",
"DOMAIN_JOIN_ERROR_LOGON_FAILURE",
"DOMAIN_JOIN_ERROR_MORE_DATA",
"DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN",
"DOMAIN_JOIN_ERROR_NOT_SUPPORTED",
"DOMAIN_JOIN_ERROR_SECRET_ACTION_PERMISSION_IS_MISSING",
"DOMAIN_JOIN_ERROR_SECRET_DECRYPTION_FAILURE",
"DOMAIN_JOIN_ERROR_SECRET_INVALID",
"DOMAIN_JOIN_ERROR_SECRET_NOT_FOUND",
"DOMAIN_JOIN_ERROR_SECRET_STATE_INVALID",
"DOMAIN_JOIN_ERROR_SECRET_VALUE_KEY_NOT_FOUND",
"DOMAIN_JOIN_INTERNAL_SERVICE_ERROR",
"DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME",
"DOMAIN_JOIN_NERR_PASSWORD_EXPIRED",
"DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED",
"IAM_SERVICE_ROLE_IS_MISSING",
"IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION",
"IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION",
"IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION",
"IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION",
"IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION",
"IGW_NOT_ATTACHED",
"IMAGE_NOT_FOUND",
"INSUFFICIENT_PERMISSIONS_ERROR",
"INTERNAL_SERVICE_ERROR",
"INVALID_SUBNET_CONFIGURATION",
"MACHINE_ROLE_IS_MISSING",
"NETWORK_INTERFACE_LIMIT_EXCEEDED",
"SECURITY_GROUPS_NOT_FOUND",
"STS_DISABLED_IN_REGION",
"SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES",
"SUBNET_NOT_FOUND",
"WORKSPACES_POOL_INSTANCE_PROVISIONING_FAILURE",
"WORKSPACES_POOL_STOPPED",
]
WorkspacesPoolStateType#
# WorkspacesPoolStateType usage example
from mypy_boto3_workspaces.literals import WorkspacesPoolStateType
def get_value() -> WorkspacesPoolStateType:
return "CREATING"
# WorkspacesPoolStateType definition
WorkspacesPoolStateType = Literal[
"CREATING",
"DELETING",
"RUNNING",
"STARTING",
"STOPPED",
"STOPPING",
"UPDATING",
]
WorkSpacesServiceName#
# WorkSpacesServiceName usage example
from mypy_boto3_workspaces.literals import WorkSpacesServiceName
def get_value() -> WorkSpacesServiceName:
return "workspaces"
# WorkSpacesServiceName definition
WorkSpacesServiceName = Literal[
"workspaces",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_workspaces.literals import ServiceName
def get_value() -> ServiceName:
return "accessanalyzer"
# ServiceName definition
ServiceName = Literal[
"accessanalyzer",
"account",
"acm",
"acm-pca",
"amp",
"amplify",
"amplifybackend",
"amplifyuibuilder",
"apigateway",
"apigatewaymanagementapi",
"apigatewayv2",
"appconfig",
"appconfigdata",
"appfabric",
"appflow",
"appintegrations",
"application-autoscaling",
"application-insights",
"application-signals",
"applicationcostprofiler",
"appmesh",
"apprunner",
"appstream",
"appsync",
"apptest",
"arc-zonal-shift",
"artifact",
"athena",
"auditmanager",
"autoscaling",
"autoscaling-plans",
"b2bi",
"backup",
"backup-gateway",
"batch",
"bcm-data-exports",
"bedrock",
"bedrock-agent",
"bedrock-agent-runtime",
"bedrock-runtime",
"billing",
"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",
"codeconnections",
"codedeploy",
"codeguru-reviewer",
"codeguru-security",
"codeguruprofiler",
"codepipeline",
"codestar-connections",
"codestar-notifications",
"cognito-identity",
"cognito-idp",
"cognito-sync",
"comprehend",
"comprehendmedical",
"compute-optimizer",
"config",
"connect",
"connect-contact-lens",
"connectcampaigns",
"connectcampaignsv2",
"connectcases",
"connectparticipant",
"controlcatalog",
"controltower",
"cost-optimization-hub",
"cur",
"customer-profiles",
"databrew",
"dataexchange",
"datapipeline",
"datasync",
"datazone",
"dax",
"deadline",
"detective",
"devicefarm",
"devops-guru",
"directconnect",
"discovery",
"dlm",
"dms",
"docdb",
"docdb-elastic",
"drs",
"ds",
"ds-data",
"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",
"geo-maps",
"geo-places",
"geo-routes",
"glacier",
"globalaccelerator",
"glue",
"grafana",
"greengrass",
"greengrassv2",
"groundstation",
"guardduty",
"health",
"healthlake",
"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",
"mailmanager",
"managedblockchain",
"managedblockchain-query",
"marketplace-agreement",
"marketplace-catalog",
"marketplace-deployment",
"marketplace-entitlement",
"marketplace-reporting",
"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",
"mq",
"mturk",
"mwaa",
"neptune",
"neptune-graph",
"neptunedata",
"network-firewall",
"networkmanager",
"networkmonitor",
"oam",
"omics",
"opensearch",
"opensearchserverless",
"opsworks",
"opsworkscm",
"organizations",
"osis",
"outposts",
"panorama",
"partnercentral-selling",
"payment-cryptography",
"payment-cryptography-data",
"pca-connector-ad",
"pca-connector-scep",
"pcs",
"personalize",
"personalize-events",
"personalize-runtime",
"pi",
"pinpoint",
"pinpoint-email",
"pinpoint-sms-voice",
"pinpoint-sms-voice-v2",
"pipes",
"polly",
"pricing",
"privatenetworks",
"proton",
"qapps",
"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",
"route53profiles",
"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",
"socialmessaging",
"sqs",
"ssm",
"ssm-contacts",
"ssm-incidents",
"ssm-quicksetup",
"ssm-sap",
"sso",
"sso-admin",
"sso-oidc",
"stepfunctions",
"storagegateway",
"sts",
"supplychain",
"support",
"support-app",
"swf",
"synthetics",
"taxsettings",
"textract",
"timestream-influxdb",
"timestream-query",
"timestream-write",
"tnb",
"transcribe",
"transfer",
"translate",
"trustedadvisor",
"verifiedpermissions",
"voice-id",
"vpc-lattice",
"waf",
"waf-regional",
"wafv2",
"wellarchitected",
"wisdom",
"workdocs",
"workmail",
"workmailmessageflow",
"workspaces",
"workspaces-thin-client",
"workspaces-web",
"xray",
]
ResourceServiceName#
# ResourceServiceName usage example
from mypy_boto3_workspaces.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_workspaces.literals import PaginatorName
def get_value() -> PaginatorName:
return "describe_account_modifications"
# PaginatorName definition
PaginatorName = Literal[
"describe_account_modifications",
"describe_ip_groups",
"describe_workspace_bundles",
"describe_workspace_directories",
"describe_workspace_images",
"describe_workspaces",
"describe_workspaces_connection_status",
"list_account_links",
"list_available_management_cidr_ranges",
]
RegionName#
# RegionName usage example
from mypy_boto3_workspaces.literals import RegionName
def get_value() -> RegionName:
return "af-south-1"
# RegionName definition
RegionName = Literal[
"af-south-1",
"ap-northeast-1",
"ap-northeast-2",
"ap-south-1",
"ap-southeast-1",
"ap-southeast-2",
"ca-central-1",
"eu-central-1",
"eu-west-1",
"eu-west-2",
"il-central-1",
"sa-east-1",
"us-east-1",
"us-west-2",
]