Skip to content

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",
]

ApplicationAssociatedResourceTypeType#

# ApplicationAssociatedResourceTypeType usage example

from mypy_boto3_workspaces.literals import ApplicationAssociatedResourceTypeType

def get_value() -> ApplicationAssociatedResourceTypeType:
    return "BUNDLE"
# ApplicationAssociatedResourceTypeType definition

ApplicationAssociatedResourceTypeType = Literal[
    "BUNDLE",
    "IMAGE",
    "WORKSPACE",
]

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",
]

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",
]

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",
]

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",
]

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",
]

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",
    "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",
]

StandbyWorkspaceRelationshipTypeType#

# StandbyWorkspaceRelationshipTypeType usage example

from mypy_boto3_workspaces.literals import StandbyWorkspaceRelationshipTypeType

def get_value() -> StandbyWorkspaceRelationshipTypeType:
    return "PRIMARY"
# StandbyWorkspaceRelationshipTypeType definition

StandbyWorkspaceRelationshipTypeType = Literal[
    "PRIMARY",
    "STANDBY",
]

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",
]

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",
    "SIMPLE_AD",
]

WorkspaceImageErrorDetailCodeType#

# WorkspaceImageErrorDetailCodeType usage example

from mypy_boto3_workspaces.literals import WorkspaceImageErrorDetailCodeType

def get_value() -> WorkspaceImageErrorDetailCodeType:
    return "AdditionalDrivesAttached"
# WorkspaceImageErrorDetailCodeType definition

WorkspaceImageErrorDetailCodeType = Literal[
    "AdditionalDrivesAttached",
    "AntiVirusInstalled",
    "AutoLogonEnabled",
    "AutoMountDisabled",
    "AzureDomainJoined",
    "DHCPDisabled",
    "DiskFreeSpace",
    "DiskSizeExceeded",
    "DomainJoined",
    "FirewallEnabled",
    "IncompatiblePartitioning",
    "InPlaceUpgrade",
    "MultipleBootPartition",
    "OfficeInstalled",
    "OSNotSupported",
    "OutdatedPowershellVersion",
    "PCoIPAgentInstalled",
    "PendingReboot",
    "RealTimeUniversalDisabled",
    "Requires64BitOS",
    "UEFINotSupported",
    "VMWareToolsInstalled",
    "WindowsUpdatesEnabled",
    "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_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",
]

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",
    "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_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_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",
]