Skip to content

Literals

Index > AppStream > Literals

Auto-generated documentation for AppStream type annotations stubs module mypy-boto3-appstream.

AccessEndpointTypeType

Usage Example
from mypy_boto3_appstream.literals import AccessEndpointTypeType

def get_value() -> AccessEndpointTypeType:
    return "STREAMING"
Definition
AccessEndpointTypeType = Literal[
    "STREAMING",
]

ActionType

Usage Example
from mypy_boto3_appstream.literals import ActionType

def get_value() -> ActionType:
    return "CLIPBOARD_COPY_FROM_LOCAL_DEVICE"
Definition
ActionType = Literal[
    "CLIPBOARD_COPY_FROM_LOCAL_DEVICE",
    "CLIPBOARD_COPY_TO_LOCAL_DEVICE",
    "DOMAIN_PASSWORD_SIGNIN",
    "DOMAIN_SMART_CARD_SIGNIN",
    "FILE_DOWNLOAD",
    "FILE_UPLOAD",
    "PRINTING_TO_LOCAL_DEVICE",
]

AppVisibilityType

Usage Example
from mypy_boto3_appstream.literals import AppVisibilityType

def get_value() -> AppVisibilityType:
    return "ALL"
Definition
AppVisibilityType = Literal[
    "ALL",
    "ASSOCIATED",
]

ApplicationAttributeType

Usage Example
from mypy_boto3_appstream.literals import ApplicationAttributeType

def get_value() -> ApplicationAttributeType:
    return "LAUNCH_PARAMETERS"
Definition
ApplicationAttributeType = Literal[
    "LAUNCH_PARAMETERS",
    "WORKING_DIRECTORY",
]

AuthenticationTypeType

Usage Example
from mypy_boto3_appstream.literals import AuthenticationTypeType

def get_value() -> AuthenticationTypeType:
    return "API"
Definition
AuthenticationTypeType = Literal[
    "API",
    "AWS_AD",
    "SAML",
    "USERPOOL",
]

CertificateBasedAuthStatusType

Usage Example
from mypy_boto3_appstream.literals import CertificateBasedAuthStatusType

def get_value() -> CertificateBasedAuthStatusType:
    return "DISABLED"
Definition
CertificateBasedAuthStatusType = Literal[
    "DISABLED",
    "ENABLED",
    "ENABLED_NO_DIRECTORY_LOGIN_FALLBACK",
]

DescribeDirectoryConfigsPaginatorName

Usage Example
from mypy_boto3_appstream.literals import DescribeDirectoryConfigsPaginatorName

def get_value() -> DescribeDirectoryConfigsPaginatorName:
    return "describe_directory_configs"
Definition
DescribeDirectoryConfigsPaginatorName = Literal[
    "describe_directory_configs",
]

DescribeFleetsPaginatorName

Usage Example
from mypy_boto3_appstream.literals import DescribeFleetsPaginatorName

def get_value() -> DescribeFleetsPaginatorName:
    return "describe_fleets"
Definition
DescribeFleetsPaginatorName = Literal[
    "describe_fleets",
]

DescribeImageBuildersPaginatorName

Usage Example
from mypy_boto3_appstream.literals import DescribeImageBuildersPaginatorName

def get_value() -> DescribeImageBuildersPaginatorName:
    return "describe_image_builders"
Definition
DescribeImageBuildersPaginatorName = Literal[
    "describe_image_builders",
]

DescribeImagesPaginatorName

Usage Example
from mypy_boto3_appstream.literals import DescribeImagesPaginatorName

def get_value() -> DescribeImagesPaginatorName:
    return "describe_images"
Definition
DescribeImagesPaginatorName = Literal[
    "describe_images",
]

DescribeSessionsPaginatorName

Usage Example
from mypy_boto3_appstream.literals import DescribeSessionsPaginatorName

def get_value() -> DescribeSessionsPaginatorName:
    return "describe_sessions"
Definition
DescribeSessionsPaginatorName = Literal[
    "describe_sessions",
]

DescribeStacksPaginatorName

Usage Example
from mypy_boto3_appstream.literals import DescribeStacksPaginatorName

def get_value() -> DescribeStacksPaginatorName:
    return "describe_stacks"
Definition
DescribeStacksPaginatorName = Literal[
    "describe_stacks",
]

DescribeUserStackAssociationsPaginatorName

Usage Example
from mypy_boto3_appstream.literals import DescribeUserStackAssociationsPaginatorName

def get_value() -> DescribeUserStackAssociationsPaginatorName:
    return "describe_user_stack_associations"
Definition
DescribeUserStackAssociationsPaginatorName = Literal[
    "describe_user_stack_associations",
]

DescribeUsersPaginatorName

Usage Example
from mypy_boto3_appstream.literals import DescribeUsersPaginatorName

def get_value() -> DescribeUsersPaginatorName:
    return "describe_users"
Definition
DescribeUsersPaginatorName = Literal[
    "describe_users",
]

FleetAttributeType

Usage Example
from mypy_boto3_appstream.literals import FleetAttributeType

def get_value() -> FleetAttributeType:
    return "DOMAIN_JOIN_INFO"
Definition
FleetAttributeType = Literal[
    "DOMAIN_JOIN_INFO",
    "IAM_ROLE_ARN",
    "SESSION_SCRIPT_S3_LOCATION",
    "USB_DEVICE_FILTER_STRINGS",
    "VPC_CONFIGURATION",
    "VPC_CONFIGURATION_SECURITY_GROUP_IDS",
]

FleetErrorCodeType

Usage Example
from mypy_boto3_appstream.literals import FleetErrorCodeType

def get_value() -> FleetErrorCodeType:
    return "DOMAIN_JOIN_ERROR_ACCESS_DENIED"
Definition
FleetErrorCodeType = Literal[
    "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_INTERNAL_SERVICE_ERROR",
    "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME",
    "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED",
    "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED",
    "FLEET_INSTANCE_PROVISIONING_FAILURE",
    "FLEET_STOPPED",
    "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",
    "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",
]

FleetStartedWaiterName

Usage Example
from mypy_boto3_appstream.literals import FleetStartedWaiterName

def get_value() -> FleetStartedWaiterName:
    return "fleet_started"
Definition
FleetStartedWaiterName = Literal[
    "fleet_started",
]

FleetStateType

Usage Example
from mypy_boto3_appstream.literals import FleetStateType

def get_value() -> FleetStateType:
    return "RUNNING"
Definition
FleetStateType = Literal[
    "RUNNING",
    "STARTING",
    "STOPPED",
    "STOPPING",
]

FleetStoppedWaiterName

Usage Example
from mypy_boto3_appstream.literals import FleetStoppedWaiterName

def get_value() -> FleetStoppedWaiterName:
    return "fleet_stopped"
Definition
FleetStoppedWaiterName = Literal[
    "fleet_stopped",
]

FleetTypeType

Usage Example
from mypy_boto3_appstream.literals import FleetTypeType

def get_value() -> FleetTypeType:
    return "ALWAYS_ON"
Definition
FleetTypeType = Literal[
    "ALWAYS_ON",
    "ELASTIC",
    "ON_DEMAND",
]

ImageBuilderStateChangeReasonCodeType

Usage Example
from mypy_boto3_appstream.literals import ImageBuilderStateChangeReasonCodeType

def get_value() -> ImageBuilderStateChangeReasonCodeType:
    return "IMAGE_UNAVAILABLE"
Definition
ImageBuilderStateChangeReasonCodeType = Literal[
    "IMAGE_UNAVAILABLE",
    "INTERNAL_ERROR",
]

ImageBuilderStateType

Usage Example
from mypy_boto3_appstream.literals import ImageBuilderStateType

def get_value() -> ImageBuilderStateType:
    return "DELETING"
Definition
ImageBuilderStateType = Literal[
    "DELETING",
    "FAILED",
    "PENDING",
    "PENDING_QUALIFICATION",
    "REBOOTING",
    "RUNNING",
    "SNAPSHOTTING",
    "STOPPED",
    "STOPPING",
    "UPDATING",
    "UPDATING_AGENT",
]

ImageStateChangeReasonCodeType

Usage Example
from mypy_boto3_appstream.literals import ImageStateChangeReasonCodeType

def get_value() -> ImageStateChangeReasonCodeType:
    return "IMAGE_BUILDER_NOT_AVAILABLE"
Definition
ImageStateChangeReasonCodeType = Literal[
    "IMAGE_BUILDER_NOT_AVAILABLE",
    "IMAGE_COPY_FAILURE",
    "INTERNAL_ERROR",
]

ImageStateType

Usage Example
from mypy_boto3_appstream.literals import ImageStateType

def get_value() -> ImageStateType:
    return "AVAILABLE"
Definition
ImageStateType = Literal[
    "AVAILABLE",
    "COPYING",
    "CREATING",
    "DELETING",
    "FAILED",
    "IMPORTING",
    "PENDING",
]

ListAssociatedFleetsPaginatorName

Usage Example
from mypy_boto3_appstream.literals import ListAssociatedFleetsPaginatorName

def get_value() -> ListAssociatedFleetsPaginatorName:
    return "list_associated_fleets"
Definition
ListAssociatedFleetsPaginatorName = Literal[
    "list_associated_fleets",
]

ListAssociatedStacksPaginatorName

Usage Example
from mypy_boto3_appstream.literals import ListAssociatedStacksPaginatorName

def get_value() -> ListAssociatedStacksPaginatorName:
    return "list_associated_stacks"
Definition
ListAssociatedStacksPaginatorName = Literal[
    "list_associated_stacks",
]

MessageActionType

Usage Example
from mypy_boto3_appstream.literals import MessageActionType

def get_value() -> MessageActionType:
    return "RESEND"
Definition
MessageActionType = Literal[
    "RESEND",
    "SUPPRESS",
]

PermissionType

Usage Example
from mypy_boto3_appstream.literals import PermissionType

def get_value() -> PermissionType:
    return "DISABLED"
Definition
PermissionType = Literal[
    "DISABLED",
    "ENABLED",
]

PlatformTypeType

Usage Example
from mypy_boto3_appstream.literals import PlatformTypeType

def get_value() -> PlatformTypeType:
    return "AMAZON_LINUX2"
Definition
PlatformTypeType = Literal[
    "AMAZON_LINUX2",
    "WINDOWS",
    "WINDOWS_SERVER_2016",
    "WINDOWS_SERVER_2019",
]

PreferredProtocolType

Usage Example
from mypy_boto3_appstream.literals import PreferredProtocolType

def get_value() -> PreferredProtocolType:
    return "TCP"
Definition
PreferredProtocolType = Literal[
    "TCP",
    "UDP",
]

SessionConnectionStateType

Usage Example
from mypy_boto3_appstream.literals import SessionConnectionStateType

def get_value() -> SessionConnectionStateType:
    return "CONNECTED"
Definition
SessionConnectionStateType = Literal[
    "CONNECTED",
    "NOT_CONNECTED",
]

SessionStateType

Usage Example
from mypy_boto3_appstream.literals import SessionStateType

def get_value() -> SessionStateType:
    return "ACTIVE"
Definition
SessionStateType = Literal[
    "ACTIVE",
    "EXPIRED",
    "PENDING",
]

StackAttributeType

Usage Example
from mypy_boto3_appstream.literals import StackAttributeType

def get_value() -> StackAttributeType:
    return "ACCESS_ENDPOINTS"
Definition
StackAttributeType = Literal[
    "ACCESS_ENDPOINTS",
    "EMBED_HOST_DOMAINS",
    "FEEDBACK_URL",
    "IAM_ROLE_ARN",
    "REDIRECT_URL",
    "STORAGE_CONNECTOR_GOOGLE_DRIVE",
    "STORAGE_CONNECTOR_HOMEFOLDERS",
    "STORAGE_CONNECTOR_ONE_DRIVE",
    "STORAGE_CONNECTORS",
    "STREAMING_EXPERIENCE_SETTINGS",
    "THEME_NAME",
    "USER_SETTINGS",
]

StackErrorCodeType

Usage Example
from mypy_boto3_appstream.literals import StackErrorCodeType

def get_value() -> StackErrorCodeType:
    return "INTERNAL_SERVICE_ERROR"
Definition
StackErrorCodeType = Literal[
    "INTERNAL_SERVICE_ERROR",
    "STORAGE_CONNECTOR_ERROR",
]

StorageConnectorTypeType

Usage Example
from mypy_boto3_appstream.literals import StorageConnectorTypeType

def get_value() -> StorageConnectorTypeType:
    return "GOOGLE_DRIVE"
Definition
StorageConnectorTypeType = Literal[
    "GOOGLE_DRIVE",
    "HOMEFOLDERS",
    "ONE_DRIVE",
]

StreamViewType

Usage Example
from mypy_boto3_appstream.literals import StreamViewType

def get_value() -> StreamViewType:
    return "APP"
Definition
StreamViewType = Literal[
    "APP",
    "DESKTOP",
]

UsageReportExecutionErrorCodeType

Usage Example
from mypy_boto3_appstream.literals import UsageReportExecutionErrorCodeType

def get_value() -> UsageReportExecutionErrorCodeType:
    return "ACCESS_DENIED"
Definition
UsageReportExecutionErrorCodeType = Literal[
    "ACCESS_DENIED",
    "INTERNAL_SERVICE_ERROR",
    "RESOURCE_NOT_FOUND",
]

UsageReportScheduleType

Usage Example
from mypy_boto3_appstream.literals import UsageReportScheduleType

def get_value() -> UsageReportScheduleType:
    return "DAILY"
Definition
UsageReportScheduleType = Literal[
    "DAILY",
]

UserStackAssociationErrorCodeType

Usage Example
from mypy_boto3_appstream.literals import UserStackAssociationErrorCodeType

def get_value() -> UserStackAssociationErrorCodeType:
    return "DIRECTORY_NOT_FOUND"
Definition
UserStackAssociationErrorCodeType = Literal[
    "DIRECTORY_NOT_FOUND",
    "INTERNAL_ERROR",
    "STACK_NOT_FOUND",
    "USER_NAME_NOT_FOUND",
]

VisibilityTypeType

Usage Example
from mypy_boto3_appstream.literals import VisibilityTypeType

def get_value() -> VisibilityTypeType:
    return "PRIVATE"
Definition
VisibilityTypeType = Literal[
    "PRIVATE",
    "PUBLIC",
    "SHARED",
]

AppStreamServiceName

Usage Example
from mypy_boto3_appstream.literals import AppStreamServiceName

def get_value() -> AppStreamServiceName:
    return "appstream"
Definition
AppStreamServiceName = Literal[
    "appstream",
]

ServiceName

Usage Example
from mypy_boto3_appstream.literals import ServiceName

def get_value() -> ServiceName:
    return "accessanalyzer"
Definition
ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "alexaforbusiness",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "arc-zonal-shift",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "backup",
    "backup-gateway",
    "backupstorage",
    "batch",
    "billingconductor",
    "braket",
    "budgets",
    "ce",
    "chime",
    "chime-sdk-identity",
    "chime-sdk-media-pipelines",
    "chime-sdk-meetings",
    "chime-sdk-messaging",
    "chime-sdk-voice",
    "cleanrooms",
    "cloud9",
    "cloudcontrol",
    "clouddirectory",
    "cloudformation",
    "cloudfront",
    "cloudhsm",
    "cloudhsmv2",
    "cloudsearch",
    "cloudsearchdomain",
    "cloudtrail",
    "cloudtrail-data",
    "cloudwatch",
    "codeartifact",
    "codebuild",
    "codecatalyst",
    "codecommit",
    "codedeploy",
    "codeguru-reviewer",
    "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",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "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",
    "elastic-inference",
    "elasticache",
    "elasticbeanstalk",
    "elastictranscoder",
    "elb",
    "elbv2",
    "emr",
    "emr-containers",
    "emr-serverless",
    "es",
    "events",
    "evidently",
    "finspace",
    "finspace-data",
    "firehose",
    "fis",
    "fms",
    "forecast",
    "forecastquery",
    "frauddetector",
    "fsx",
    "gamelift",
    "gamesparks",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "honeycode",
    "iam",
    "identitystore",
    "imagebuilder",
    "importexport",
    "inspector",
    "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",
    "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",
    "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",
    "macie",
    "macie2",
    "managedblockchain",
    "marketplace-catalog",
    "marketplace-entitlement",
    "marketplacecommerceanalytics",
    "mediaconnect",
    "mediaconvert",
    "medialive",
    "mediapackage",
    "mediapackage-vod",
    "mediastore",
    "mediastore-data",
    "mediatailor",
    "memorydb",
    "meteringmarketplace",
    "mgh",
    "mgn",
    "migration-hub-refactor-spaces",
    "migrationhub-config",
    "migrationhuborchestrator",
    "migrationhubstrategy",
    "mobile",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "network-firewall",
    "networkmanager",
    "nimble",
    "oam",
    "omics",
    "opensearch",
    "opensearchserverless",
    "opsworks",
    "opsworkscm",
    "organizations",
    "outposts",
    "panorama",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "pipes",
    "polly",
    "pricing",
    "privatenetworks",
    "proton",
    "qldb",
    "qldb-session",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "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",
    "voice-id",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "worklink",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-web",
    "xray",
]

ResourceServiceName

Usage Example
from mypy_boto3_appstream.literals import ResourceServiceName

def get_value() -> ResourceServiceName:
    return "cloudformation"
Definition
ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "opsworks",
    "s3",
    "sns",
    "sqs",
]

PaginatorName

Usage Example
from mypy_boto3_appstream.literals import PaginatorName

def get_value() -> PaginatorName:
    return "describe_directory_configs"
Definition
PaginatorName = Literal[
    "describe_directory_configs",
    "describe_fleets",
    "describe_image_builders",
    "describe_images",
    "describe_sessions",
    "describe_stacks",
    "describe_user_stack_associations",
    "describe_users",
    "list_associated_fleets",
    "list_associated_stacks",
]

WaiterName

Usage Example
from mypy_boto3_appstream.literals import WaiterName

def get_value() -> WaiterName:
    return "fleet_started"
Definition
WaiterName = Literal[
    "fleet_started",
    "fleet_stopped",
]

RegionName

Usage Example
from mypy_boto3_appstream.literals import RegionName

def get_value() -> RegionName:
    return "ap-northeast-1"
Definition
RegionName = Literal[
    "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",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-2",
]