Literals#
Index > NimbleStudio > Literals
Auto-generated documentation for NimbleStudio type annotations stubs module mypy-boto3-nimble.
AutomaticTerminationModeType#
# AutomaticTerminationModeType usage example
from mypy_boto3_nimble.literals import AutomaticTerminationModeType
def get_value() -> AutomaticTerminationModeType:
return "ACTIVATED"
# AutomaticTerminationModeType definition
AutomaticTerminationModeType = Literal[
"ACTIVATED",
"DEACTIVATED",
]
LaunchProfileDeletedWaiterName#
# LaunchProfileDeletedWaiterName usage example
from mypy_boto3_nimble.literals import LaunchProfileDeletedWaiterName
def get_value() -> LaunchProfileDeletedWaiterName:
return "launch_profile_deleted"
# LaunchProfileDeletedWaiterName definition
LaunchProfileDeletedWaiterName = Literal[
"launch_profile_deleted",
]
LaunchProfilePersonaType#
# LaunchProfilePersonaType usage example
from mypy_boto3_nimble.literals import LaunchProfilePersonaType
def get_value() -> LaunchProfilePersonaType:
return "USER"
# LaunchProfilePersonaType definition
LaunchProfilePersonaType = Literal[
"USER",
]
LaunchProfilePlatformType#
# LaunchProfilePlatformType usage example
from mypy_boto3_nimble.literals import LaunchProfilePlatformType
def get_value() -> LaunchProfilePlatformType:
return "LINUX"
# LaunchProfilePlatformType definition
LaunchProfilePlatformType = Literal[
"LINUX",
"WINDOWS",
]
LaunchProfileReadyWaiterName#
# LaunchProfileReadyWaiterName usage example
from mypy_boto3_nimble.literals import LaunchProfileReadyWaiterName
def get_value() -> LaunchProfileReadyWaiterName:
return "launch_profile_ready"
# LaunchProfileReadyWaiterName definition
LaunchProfileReadyWaiterName = Literal[
"launch_profile_ready",
]
LaunchProfileStateType#
# LaunchProfileStateType usage example
from mypy_boto3_nimble.literals import LaunchProfileStateType
def get_value() -> LaunchProfileStateType:
return "CREATE_FAILED"
# LaunchProfileStateType definition
LaunchProfileStateType = Literal[
"CREATE_FAILED",
"CREATE_IN_PROGRESS",
"DELETE_FAILED",
"DELETE_IN_PROGRESS",
"DELETED",
"READY",
"UPDATE_FAILED",
"UPDATE_IN_PROGRESS",
]
LaunchProfileStatusCodeType#
# LaunchProfileStatusCodeType usage example
from mypy_boto3_nimble.literals import LaunchProfileStatusCodeType
def get_value() -> LaunchProfileStatusCodeType:
return "ENCRYPTION_KEY_ACCESS_DENIED"
# LaunchProfileStatusCodeType definition
LaunchProfileStatusCodeType = Literal[
"ENCRYPTION_KEY_ACCESS_DENIED",
"ENCRYPTION_KEY_NOT_FOUND",
"INTERNAL_ERROR",
"INVALID_INSTANCE_TYPES_PROVIDED",
"INVALID_SUBNETS_COMBINATION",
"INVALID_SUBNETS_PROVIDED",
"LAUNCH_PROFILE_CREATE_IN_PROGRESS",
"LAUNCH_PROFILE_CREATED",
"LAUNCH_PROFILE_DELETE_IN_PROGRESS",
"LAUNCH_PROFILE_DELETED",
"LAUNCH_PROFILE_UPDATE_IN_PROGRESS",
"LAUNCH_PROFILE_UPDATED",
"LAUNCH_PROFILE_WITH_STREAM_SESSIONS_NOT_DELETED",
"STREAMING_IMAGE_NOT_FOUND",
"STREAMING_IMAGE_NOT_READY",
]
LaunchProfileValidationStateType#
# LaunchProfileValidationStateType usage example
from mypy_boto3_nimble.literals import LaunchProfileValidationStateType
def get_value() -> LaunchProfileValidationStateType:
return "VALIDATION_FAILED"
# LaunchProfileValidationStateType definition
LaunchProfileValidationStateType = Literal[
"VALIDATION_FAILED",
"VALIDATION_FAILED_INTERNAL_SERVER_ERROR",
"VALIDATION_IN_PROGRESS",
"VALIDATION_NOT_STARTED",
"VALIDATION_SUCCESS",
]
LaunchProfileValidationStatusCodeType#
# LaunchProfileValidationStatusCodeType usage example
from mypy_boto3_nimble.literals import LaunchProfileValidationStatusCodeType
def get_value() -> LaunchProfileValidationStatusCodeType:
return "VALIDATION_FAILED_INTERNAL_SERVER_ERROR"
# LaunchProfileValidationStatusCodeType definition
LaunchProfileValidationStatusCodeType = Literal[
"VALIDATION_FAILED_INTERNAL_SERVER_ERROR",
"VALIDATION_FAILED_INVALID_ACTIVE_DIRECTORY",
"VALIDATION_FAILED_INVALID_SECURITY_GROUP_ASSOCIATION",
"VALIDATION_FAILED_INVALID_SUBNET_ROUTE_TABLE_ASSOCIATION",
"VALIDATION_FAILED_SUBNET_NOT_FOUND",
"VALIDATION_FAILED_UNAUTHORIZED",
"VALIDATION_IN_PROGRESS",
"VALIDATION_NOT_STARTED",
"VALIDATION_SUCCESS",
]
LaunchProfileValidationTypeType#
# LaunchProfileValidationTypeType usage example
from mypy_boto3_nimble.literals import LaunchProfileValidationTypeType
def get_value() -> LaunchProfileValidationTypeType:
return "VALIDATE_ACTIVE_DIRECTORY_STUDIO_COMPONENT"
# LaunchProfileValidationTypeType definition
LaunchProfileValidationTypeType = Literal[
"VALIDATE_ACTIVE_DIRECTORY_STUDIO_COMPONENT",
"VALIDATE_NETWORK_ACL_ASSOCIATION",
"VALIDATE_SECURITY_GROUP_ASSOCIATION",
"VALIDATE_SUBNET_ASSOCIATION",
]
ListEulaAcceptancesPaginatorName#
# ListEulaAcceptancesPaginatorName usage example
from mypy_boto3_nimble.literals import ListEulaAcceptancesPaginatorName
def get_value() -> ListEulaAcceptancesPaginatorName:
return "list_eula_acceptances"
# ListEulaAcceptancesPaginatorName definition
ListEulaAcceptancesPaginatorName = Literal[
"list_eula_acceptances",
]
ListEulasPaginatorName#
# ListEulasPaginatorName usage example
from mypy_boto3_nimble.literals import ListEulasPaginatorName
def get_value() -> ListEulasPaginatorName:
return "list_eulas"
# ListEulasPaginatorName definition
ListEulasPaginatorName = Literal[
"list_eulas",
]
ListLaunchProfileMembersPaginatorName#
# ListLaunchProfileMembersPaginatorName usage example
from mypy_boto3_nimble.literals import ListLaunchProfileMembersPaginatorName
def get_value() -> ListLaunchProfileMembersPaginatorName:
return "list_launch_profile_members"
# ListLaunchProfileMembersPaginatorName definition
ListLaunchProfileMembersPaginatorName = Literal[
"list_launch_profile_members",
]
ListLaunchProfilesPaginatorName#
# ListLaunchProfilesPaginatorName usage example
from mypy_boto3_nimble.literals import ListLaunchProfilesPaginatorName
def get_value() -> ListLaunchProfilesPaginatorName:
return "list_launch_profiles"
# ListLaunchProfilesPaginatorName definition
ListLaunchProfilesPaginatorName = Literal[
"list_launch_profiles",
]
ListStreamingImagesPaginatorName#
# ListStreamingImagesPaginatorName usage example
from mypy_boto3_nimble.literals import ListStreamingImagesPaginatorName
def get_value() -> ListStreamingImagesPaginatorName:
return "list_streaming_images"
# ListStreamingImagesPaginatorName definition
ListStreamingImagesPaginatorName = Literal[
"list_streaming_images",
]
ListStreamingSessionBackupsPaginatorName#
# ListStreamingSessionBackupsPaginatorName usage example
from mypy_boto3_nimble.literals import ListStreamingSessionBackupsPaginatorName
def get_value() -> ListStreamingSessionBackupsPaginatorName:
return "list_streaming_session_backups"
# ListStreamingSessionBackupsPaginatorName definition
ListStreamingSessionBackupsPaginatorName = Literal[
"list_streaming_session_backups",
]
ListStreamingSessionsPaginatorName#
# ListStreamingSessionsPaginatorName usage example
from mypy_boto3_nimble.literals import ListStreamingSessionsPaginatorName
def get_value() -> ListStreamingSessionsPaginatorName:
return "list_streaming_sessions"
# ListStreamingSessionsPaginatorName definition
ListStreamingSessionsPaginatorName = Literal[
"list_streaming_sessions",
]
ListStudioComponentsPaginatorName#
# ListStudioComponentsPaginatorName usage example
from mypy_boto3_nimble.literals import ListStudioComponentsPaginatorName
def get_value() -> ListStudioComponentsPaginatorName:
return "list_studio_components"
# ListStudioComponentsPaginatorName definition
ListStudioComponentsPaginatorName = Literal[
"list_studio_components",
]
ListStudioMembersPaginatorName#
# ListStudioMembersPaginatorName usage example
from mypy_boto3_nimble.literals import ListStudioMembersPaginatorName
def get_value() -> ListStudioMembersPaginatorName:
return "list_studio_members"
# ListStudioMembersPaginatorName definition
ListStudioMembersPaginatorName = Literal[
"list_studio_members",
]
ListStudiosPaginatorName#
# ListStudiosPaginatorName usage example
from mypy_boto3_nimble.literals import ListStudiosPaginatorName
def get_value() -> ListStudiosPaginatorName:
return "list_studios"
# ListStudiosPaginatorName definition
ListStudiosPaginatorName = Literal[
"list_studios",
]
SessionBackupModeType#
# SessionBackupModeType usage example
from mypy_boto3_nimble.literals import SessionBackupModeType
def get_value() -> SessionBackupModeType:
return "AUTOMATIC"
# SessionBackupModeType definition
SessionBackupModeType = Literal[
"AUTOMATIC",
"DEACTIVATED",
]
SessionPersistenceModeType#
# SessionPersistenceModeType usage example
from mypy_boto3_nimble.literals import SessionPersistenceModeType
def get_value() -> SessionPersistenceModeType:
return "ACTIVATED"
# SessionPersistenceModeType definition
SessionPersistenceModeType = Literal[
"ACTIVATED",
"DEACTIVATED",
]
StreamingClipboardModeType#
# StreamingClipboardModeType usage example
from mypy_boto3_nimble.literals import StreamingClipboardModeType
def get_value() -> StreamingClipboardModeType:
return "DISABLED"
# StreamingClipboardModeType definition
StreamingClipboardModeType = Literal[
"DISABLED",
"ENABLED",
]
StreamingImageDeletedWaiterName#
# StreamingImageDeletedWaiterName usage example
from mypy_boto3_nimble.literals import StreamingImageDeletedWaiterName
def get_value() -> StreamingImageDeletedWaiterName:
return "streaming_image_deleted"
# StreamingImageDeletedWaiterName definition
StreamingImageDeletedWaiterName = Literal[
"streaming_image_deleted",
]
StreamingImageEncryptionConfigurationKeyTypeType#
# StreamingImageEncryptionConfigurationKeyTypeType usage example
from mypy_boto3_nimble.literals import StreamingImageEncryptionConfigurationKeyTypeType
def get_value() -> StreamingImageEncryptionConfigurationKeyTypeType:
return "CUSTOMER_MANAGED_KEY"
# StreamingImageEncryptionConfigurationKeyTypeType definition
StreamingImageEncryptionConfigurationKeyTypeType = Literal[
"CUSTOMER_MANAGED_KEY",
]
StreamingImageReadyWaiterName#
# StreamingImageReadyWaiterName usage example
from mypy_boto3_nimble.literals import StreamingImageReadyWaiterName
def get_value() -> StreamingImageReadyWaiterName:
return "streaming_image_ready"
# StreamingImageReadyWaiterName definition
StreamingImageReadyWaiterName = Literal[
"streaming_image_ready",
]
StreamingImageStateType#
# StreamingImageStateType usage example
from mypy_boto3_nimble.literals import StreamingImageStateType
def get_value() -> StreamingImageStateType:
return "CREATE_FAILED"
# StreamingImageStateType definition
StreamingImageStateType = Literal[
"CREATE_FAILED",
"CREATE_IN_PROGRESS",
"DELETE_FAILED",
"DELETE_IN_PROGRESS",
"DELETED",
"READY",
"UPDATE_FAILED",
"UPDATE_IN_PROGRESS",
]
StreamingImageStatusCodeType#
# StreamingImageStatusCodeType usage example
from mypy_boto3_nimble.literals import StreamingImageStatusCodeType
def get_value() -> StreamingImageStatusCodeType:
return "ACCESS_DENIED"
# StreamingImageStatusCodeType definition
StreamingImageStatusCodeType = Literal[
"ACCESS_DENIED",
"INTERNAL_ERROR",
"STREAMING_IMAGE_CREATE_IN_PROGRESS",
"STREAMING_IMAGE_DELETE_IN_PROGRESS",
"STREAMING_IMAGE_DELETED",
"STREAMING_IMAGE_READY",
"STREAMING_IMAGE_UPDATE_IN_PROGRESS",
]
StreamingInstanceTypeType#
# StreamingInstanceTypeType usage example
from mypy_boto3_nimble.literals import StreamingInstanceTypeType
def get_value() -> StreamingInstanceTypeType:
return "g3.4xlarge"
# StreamingInstanceTypeType definition
StreamingInstanceTypeType = Literal[
"g3.4xlarge",
"g3s.xlarge",
"g4dn.12xlarge",
"g4dn.16xlarge",
"g4dn.2xlarge",
"g4dn.4xlarge",
"g4dn.8xlarge",
"g4dn.xlarge",
"g5.16xlarge",
"g5.2xlarge",
"g5.4xlarge",
"g5.8xlarge",
"g5.xlarge",
]
StreamingSessionDeletedWaiterName#
# StreamingSessionDeletedWaiterName usage example
from mypy_boto3_nimble.literals import StreamingSessionDeletedWaiterName
def get_value() -> StreamingSessionDeletedWaiterName:
return "streaming_session_deleted"
# StreamingSessionDeletedWaiterName definition
StreamingSessionDeletedWaiterName = Literal[
"streaming_session_deleted",
]
StreamingSessionReadyWaiterName#
# StreamingSessionReadyWaiterName usage example
from mypy_boto3_nimble.literals import StreamingSessionReadyWaiterName
def get_value() -> StreamingSessionReadyWaiterName:
return "streaming_session_ready"
# StreamingSessionReadyWaiterName definition
StreamingSessionReadyWaiterName = Literal[
"streaming_session_ready",
]
StreamingSessionStateType#
# StreamingSessionStateType usage example
from mypy_boto3_nimble.literals import StreamingSessionStateType
def get_value() -> StreamingSessionStateType:
return "CREATE_FAILED"
# StreamingSessionStateType definition
StreamingSessionStateType = Literal[
"CREATE_FAILED",
"CREATE_IN_PROGRESS",
"DELETE_FAILED",
"DELETE_IN_PROGRESS",
"DELETED",
"READY",
"START_FAILED",
"START_IN_PROGRESS",
"STOP_FAILED",
"STOP_IN_PROGRESS",
"STOPPED",
]
StreamingSessionStatusCodeType#
# StreamingSessionStatusCodeType usage example
from mypy_boto3_nimble.literals import StreamingSessionStatusCodeType
def get_value() -> StreamingSessionStatusCodeType:
return "ACTIVE_DIRECTORY_DOMAIN_JOIN_ERROR"
# StreamingSessionStatusCodeType definition
StreamingSessionStatusCodeType = Literal[
"ACTIVE_DIRECTORY_DOMAIN_JOIN_ERROR",
"AMI_VALIDATION_ERROR",
"DECRYPT_STREAMING_IMAGE_ERROR",
"INITIALIZATION_SCRIPT_ERROR",
"INSUFFICIENT_CAPACITY",
"INTERNAL_ERROR",
"NETWORK_CONNECTION_ERROR",
"NETWORK_INTERFACE_ERROR",
"STREAMING_SESSION_CREATE_IN_PROGRESS",
"STREAMING_SESSION_DELETE_IN_PROGRESS",
"STREAMING_SESSION_DELETED",
"STREAMING_SESSION_READY",
"STREAMING_SESSION_START_IN_PROGRESS",
"STREAMING_SESSION_STARTED",
"STREAMING_SESSION_STOP_IN_PROGRESS",
"STREAMING_SESSION_STOPPED",
]
StreamingSessionStoppedWaiterName#
# StreamingSessionStoppedWaiterName usage example
from mypy_boto3_nimble.literals import StreamingSessionStoppedWaiterName
def get_value() -> StreamingSessionStoppedWaiterName:
return "streaming_session_stopped"
# StreamingSessionStoppedWaiterName definition
StreamingSessionStoppedWaiterName = Literal[
"streaming_session_stopped",
]
StreamingSessionStorageModeType#
# StreamingSessionStorageModeType usage example
from mypy_boto3_nimble.literals import StreamingSessionStorageModeType
def get_value() -> StreamingSessionStorageModeType:
return "UPLOAD"
# StreamingSessionStorageModeType definition
StreamingSessionStorageModeType = Literal[
"UPLOAD",
]
StreamingSessionStreamReadyWaiterName#
# StreamingSessionStreamReadyWaiterName usage example
from mypy_boto3_nimble.literals import StreamingSessionStreamReadyWaiterName
def get_value() -> StreamingSessionStreamReadyWaiterName:
return "streaming_session_stream_ready"
# StreamingSessionStreamReadyWaiterName definition
StreamingSessionStreamReadyWaiterName = Literal[
"streaming_session_stream_ready",
]
StreamingSessionStreamStateType#
# StreamingSessionStreamStateType usage example
from mypy_boto3_nimble.literals import StreamingSessionStreamStateType
def get_value() -> StreamingSessionStreamStateType:
return "CREATE_FAILED"
# StreamingSessionStreamStateType definition
StreamingSessionStreamStateType = Literal[
"CREATE_FAILED",
"CREATE_IN_PROGRESS",
"DELETE_FAILED",
"DELETE_IN_PROGRESS",
"DELETED",
"READY",
]
StreamingSessionStreamStatusCodeType#
# StreamingSessionStreamStatusCodeType usage example
from mypy_boto3_nimble.literals import StreamingSessionStreamStatusCodeType
def get_value() -> StreamingSessionStreamStatusCodeType:
return "INTERNAL_ERROR"
# StreamingSessionStreamStatusCodeType definition
StreamingSessionStreamStatusCodeType = Literal[
"INTERNAL_ERROR",
"NETWORK_CONNECTION_ERROR",
"STREAM_CREATE_IN_PROGRESS",
"STREAM_DELETE_IN_PROGRESS",
"STREAM_DELETED",
"STREAM_READY",
]
StudioComponentDeletedWaiterName#
# StudioComponentDeletedWaiterName usage example
from mypy_boto3_nimble.literals import StudioComponentDeletedWaiterName
def get_value() -> StudioComponentDeletedWaiterName:
return "studio_component_deleted"
# StudioComponentDeletedWaiterName definition
StudioComponentDeletedWaiterName = Literal[
"studio_component_deleted",
]
StudioComponentInitializationScriptRunContextType#
# StudioComponentInitializationScriptRunContextType usage example
from mypy_boto3_nimble.literals import StudioComponentInitializationScriptRunContextType
def get_value() -> StudioComponentInitializationScriptRunContextType:
return "SYSTEM_INITIALIZATION"
# StudioComponentInitializationScriptRunContextType definition
StudioComponentInitializationScriptRunContextType = Literal[
"SYSTEM_INITIALIZATION",
"USER_INITIALIZATION",
]
StudioComponentReadyWaiterName#
# StudioComponentReadyWaiterName usage example
from mypy_boto3_nimble.literals import StudioComponentReadyWaiterName
def get_value() -> StudioComponentReadyWaiterName:
return "studio_component_ready"
# StudioComponentReadyWaiterName definition
StudioComponentReadyWaiterName = Literal[
"studio_component_ready",
]
StudioComponentStateType#
# StudioComponentStateType usage example
from mypy_boto3_nimble.literals import StudioComponentStateType
def get_value() -> StudioComponentStateType:
return "CREATE_FAILED"
# StudioComponentStateType definition
StudioComponentStateType = Literal[
"CREATE_FAILED",
"CREATE_IN_PROGRESS",
"DELETE_FAILED",
"DELETE_IN_PROGRESS",
"DELETED",
"READY",
"UPDATE_FAILED",
"UPDATE_IN_PROGRESS",
]
StudioComponentStatusCodeType#
# StudioComponentStatusCodeType usage example
from mypy_boto3_nimble.literals import StudioComponentStatusCodeType
def get_value() -> StudioComponentStatusCodeType:
return "ACTIVE_DIRECTORY_ALREADY_EXISTS"
# StudioComponentStatusCodeType definition
StudioComponentStatusCodeType = Literal[
"ACTIVE_DIRECTORY_ALREADY_EXISTS",
"ENCRYPTION_KEY_ACCESS_DENIED",
"ENCRYPTION_KEY_NOT_FOUND",
"INTERNAL_ERROR",
"STUDIO_COMPONENT_CREATE_IN_PROGRESS",
"STUDIO_COMPONENT_CREATED",
"STUDIO_COMPONENT_DELETE_IN_PROGRESS",
"STUDIO_COMPONENT_DELETED",
"STUDIO_COMPONENT_UPDATE_IN_PROGRESS",
"STUDIO_COMPONENT_UPDATED",
]
StudioComponentSubtypeType#
# StudioComponentSubtypeType usage example
from mypy_boto3_nimble.literals import StudioComponentSubtypeType
def get_value() -> StudioComponentSubtypeType:
return "AMAZON_FSX_FOR_LUSTRE"
# StudioComponentSubtypeType definition
StudioComponentSubtypeType = Literal[
"AMAZON_FSX_FOR_LUSTRE",
"AMAZON_FSX_FOR_WINDOWS",
"AWS_MANAGED_MICROSOFT_AD",
"CUSTOM",
]
StudioComponentTypeType#
# StudioComponentTypeType usage example
from mypy_boto3_nimble.literals import StudioComponentTypeType
def get_value() -> StudioComponentTypeType:
return "ACTIVE_DIRECTORY"
# StudioComponentTypeType definition
StudioComponentTypeType = Literal[
"ACTIVE_DIRECTORY",
"COMPUTE_FARM",
"CUSTOM",
"LICENSE_SERVICE",
"SHARED_FILE_SYSTEM",
]
StudioDeletedWaiterName#
# StudioDeletedWaiterName usage example
from mypy_boto3_nimble.literals import StudioDeletedWaiterName
def get_value() -> StudioDeletedWaiterName:
return "studio_deleted"
# StudioDeletedWaiterName definition
StudioDeletedWaiterName = Literal[
"studio_deleted",
]
StudioEncryptionConfigurationKeyTypeType#
# StudioEncryptionConfigurationKeyTypeType usage example
from mypy_boto3_nimble.literals import StudioEncryptionConfigurationKeyTypeType
def get_value() -> StudioEncryptionConfigurationKeyTypeType:
return "AWS_OWNED_KEY"
# StudioEncryptionConfigurationKeyTypeType definition
StudioEncryptionConfigurationKeyTypeType = Literal[
"AWS_OWNED_KEY",
"CUSTOMER_MANAGED_KEY",
]
StudioPersonaType#
# StudioPersonaType usage example
from mypy_boto3_nimble.literals import StudioPersonaType
def get_value() -> StudioPersonaType:
return "ADMINISTRATOR"
# StudioPersonaType definition
StudioPersonaType = Literal[
"ADMINISTRATOR",
]
StudioReadyWaiterName#
# StudioReadyWaiterName usage example
from mypy_boto3_nimble.literals import StudioReadyWaiterName
def get_value() -> StudioReadyWaiterName:
return "studio_ready"
# StudioReadyWaiterName definition
StudioReadyWaiterName = Literal[
"studio_ready",
]
StudioStateType#
# StudioStateType usage example
from mypy_boto3_nimble.literals import StudioStateType
def get_value() -> StudioStateType:
return "CREATE_FAILED"
# StudioStateType definition
StudioStateType = Literal[
"CREATE_FAILED",
"CREATE_IN_PROGRESS",
"DELETE_FAILED",
"DELETE_IN_PROGRESS",
"DELETED",
"READY",
"UPDATE_FAILED",
"UPDATE_IN_PROGRESS",
]
StudioStatusCodeType#
# StudioStatusCodeType usage example
from mypy_boto3_nimble.literals import StudioStatusCodeType
def get_value() -> StudioStatusCodeType:
return "AWS_SSO_ACCESS_DENIED"
# StudioStatusCodeType definition
StudioStatusCodeType = Literal[
"AWS_SSO_ACCESS_DENIED",
"AWS_SSO_CONFIGURATION_REPAIR_IN_PROGRESS",
"AWS_SSO_CONFIGURATION_REPAIRED",
"AWS_SSO_NOT_ENABLED",
"AWS_STS_REGION_DISABLED",
"ENCRYPTION_KEY_ACCESS_DENIED",
"ENCRYPTION_KEY_NOT_FOUND",
"INTERNAL_ERROR",
"ROLE_COULD_NOT_BE_ASSUMED",
"ROLE_NOT_OWNED_BY_STUDIO_OWNER",
"STUDIO_CREATE_IN_PROGRESS",
"STUDIO_CREATED",
"STUDIO_DELETE_IN_PROGRESS",
"STUDIO_DELETED",
"STUDIO_UPDATE_IN_PROGRESS",
"STUDIO_UPDATED",
"STUDIO_WITH_LAUNCH_PROFILES_NOT_DELETED",
"STUDIO_WITH_STREAMING_IMAGES_NOT_DELETED",
"STUDIO_WITH_STUDIO_COMPONENTS_NOT_DELETED",
]
VolumeRetentionModeType#
# VolumeRetentionModeType usage example
from mypy_boto3_nimble.literals import VolumeRetentionModeType
def get_value() -> VolumeRetentionModeType:
return "DELETE"
# VolumeRetentionModeType definition
VolumeRetentionModeType = Literal[
"DELETE",
"RETAIN",
]
NimbleStudioServiceName#
# NimbleStudioServiceName usage example
from mypy_boto3_nimble.literals import NimbleStudioServiceName
def get_value() -> NimbleStudioServiceName:
return "nimble"
# NimbleStudioServiceName definition
NimbleStudioServiceName = Literal[
"nimble",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_nimble.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",
"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",
"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",
"iot-roborunner",
"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",
"neptunedata",
"network-firewall",
"networkmanager",
"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",
"support",
"support-app",
"swf",
"synthetics",
"textract",
"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_nimble.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_nimble.literals import PaginatorName
def get_value() -> PaginatorName:
return "list_eula_acceptances"
# PaginatorName definition
PaginatorName = Literal[
"list_eula_acceptances",
"list_eulas",
"list_launch_profile_members",
"list_launch_profiles",
"list_streaming_images",
"list_streaming_session_backups",
"list_streaming_sessions",
"list_studio_components",
"list_studio_members",
"list_studios",
]
WaiterName#
# WaiterName usage example
from mypy_boto3_nimble.literals import WaiterName
def get_value() -> WaiterName:
return "launch_profile_deleted"
# WaiterName definition
WaiterName = Literal[
"launch_profile_deleted",
"launch_profile_ready",
"streaming_image_deleted",
"streaming_image_ready",
"streaming_session_deleted",
"streaming_session_ready",
"streaming_session_stopped",
"streaming_session_stream_ready",
"studio_component_deleted",
"studio_component_ready",
"studio_deleted",
"studio_ready",
]
RegionName#
# RegionName usage example
from mypy_boto3_nimble.literals import RegionName
def get_value() -> RegionName:
return "ap-northeast-1"
# RegionName definition
RegionName = Literal[
"ap-northeast-1",
"ap-southeast-1",
"ap-southeast-2",
"ca-central-1",
"eu-central-1",
"eu-north-1",
"eu-west-1",
"eu-west-2",
"us-east-1",
"us-east-2",
"us-west-2",
]