Skip to content

Literals#

Index > AppStream > Literals

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

AccessEndpointTypeType#

# AccessEndpointTypeType usage example

from mypy_boto3_appstream.literals import AccessEndpointTypeType

def get_value() -> AccessEndpointTypeType:
    return "STREAMING"
# AccessEndpointTypeType definition

AccessEndpointTypeType = Literal[
    "STREAMING",
]

ActionType#

# ActionType usage example

from mypy_boto3_appstream.literals import ActionType

def get_value() -> ActionType:
    return "CLIPBOARD_COPY_FROM_LOCAL_DEVICE"
# ActionType 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",
]

AppBlockBuilderAttributeType#

# AppBlockBuilderAttributeType usage example

from mypy_boto3_appstream.literals import AppBlockBuilderAttributeType

def get_value() -> AppBlockBuilderAttributeType:
    return "ACCESS_ENDPOINTS"
# AppBlockBuilderAttributeType definition

AppBlockBuilderAttributeType = Literal[
    "ACCESS_ENDPOINTS",
    "IAM_ROLE_ARN",
    "VPC_CONFIGURATION_SECURITY_GROUP_IDS",
]

AppBlockBuilderPlatformTypeType#

# AppBlockBuilderPlatformTypeType usage example

from mypy_boto3_appstream.literals import AppBlockBuilderPlatformTypeType

def get_value() -> AppBlockBuilderPlatformTypeType:
    return "WINDOWS_SERVER_2019"
# AppBlockBuilderPlatformTypeType definition

AppBlockBuilderPlatformTypeType = Literal[
    "WINDOWS_SERVER_2019",
]

AppBlockBuilderStateChangeReasonCodeType#

# AppBlockBuilderStateChangeReasonCodeType usage example

from mypy_boto3_appstream.literals import AppBlockBuilderStateChangeReasonCodeType

def get_value() -> AppBlockBuilderStateChangeReasonCodeType:
    return "INTERNAL_ERROR"
# AppBlockBuilderStateChangeReasonCodeType definition

AppBlockBuilderStateChangeReasonCodeType = Literal[
    "INTERNAL_ERROR",
]

AppBlockBuilderStateType#

# AppBlockBuilderStateType usage example

from mypy_boto3_appstream.literals import AppBlockBuilderStateType

def get_value() -> AppBlockBuilderStateType:
    return "RUNNING"
# AppBlockBuilderStateType definition

AppBlockBuilderStateType = Literal[
    "RUNNING",
    "STARTING",
    "STOPPED",
    "STOPPING",
]

AppBlockStateType#

# AppBlockStateType usage example

from mypy_boto3_appstream.literals import AppBlockStateType

def get_value() -> AppBlockStateType:
    return "ACTIVE"
# AppBlockStateType definition

AppBlockStateType = Literal[
    "ACTIVE",
    "INACTIVE",
]

AppVisibilityType#

# AppVisibilityType usage example

from mypy_boto3_appstream.literals import AppVisibilityType

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

AppVisibilityType = Literal[
    "ALL",
    "ASSOCIATED",
]

ApplicationAttributeType#

# ApplicationAttributeType usage example

from mypy_boto3_appstream.literals import ApplicationAttributeType

def get_value() -> ApplicationAttributeType:
    return "LAUNCH_PARAMETERS"
# ApplicationAttributeType definition

ApplicationAttributeType = Literal[
    "LAUNCH_PARAMETERS",
    "WORKING_DIRECTORY",
]

AuthenticationTypeType#

# AuthenticationTypeType usage example

from mypy_boto3_appstream.literals import AuthenticationTypeType

def get_value() -> AuthenticationTypeType:
    return "API"
# AuthenticationTypeType definition

AuthenticationTypeType = Literal[
    "API",
    "AWS_AD",
    "SAML",
    "USERPOOL",
]

CertificateBasedAuthStatusType#

# CertificateBasedAuthStatusType usage example

from mypy_boto3_appstream.literals import CertificateBasedAuthStatusType

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

CertificateBasedAuthStatusType = Literal[
    "DISABLED",
    "ENABLED",
    "ENABLED_NO_DIRECTORY_LOGIN_FALLBACK",
]

DescribeDirectoryConfigsPaginatorName#

# DescribeDirectoryConfigsPaginatorName usage example

from mypy_boto3_appstream.literals import DescribeDirectoryConfigsPaginatorName

def get_value() -> DescribeDirectoryConfigsPaginatorName:
    return "describe_directory_configs"
# DescribeDirectoryConfigsPaginatorName definition

DescribeDirectoryConfigsPaginatorName = Literal[
    "describe_directory_configs",
]

DescribeFleetsPaginatorName#

# DescribeFleetsPaginatorName usage example

from mypy_boto3_appstream.literals import DescribeFleetsPaginatorName

def get_value() -> DescribeFleetsPaginatorName:
    return "describe_fleets"
# DescribeFleetsPaginatorName definition

DescribeFleetsPaginatorName = Literal[
    "describe_fleets",
]

DescribeImageBuildersPaginatorName#

# DescribeImageBuildersPaginatorName usage example

from mypy_boto3_appstream.literals import DescribeImageBuildersPaginatorName

def get_value() -> DescribeImageBuildersPaginatorName:
    return "describe_image_builders"
# DescribeImageBuildersPaginatorName definition

DescribeImageBuildersPaginatorName = Literal[
    "describe_image_builders",
]

DescribeImagesPaginatorName#

# DescribeImagesPaginatorName usage example

from mypy_boto3_appstream.literals import DescribeImagesPaginatorName

def get_value() -> DescribeImagesPaginatorName:
    return "describe_images"
# DescribeImagesPaginatorName definition

DescribeImagesPaginatorName = Literal[
    "describe_images",
]

DescribeSessionsPaginatorName#

# DescribeSessionsPaginatorName usage example

from mypy_boto3_appstream.literals import DescribeSessionsPaginatorName

def get_value() -> DescribeSessionsPaginatorName:
    return "describe_sessions"
# DescribeSessionsPaginatorName definition

DescribeSessionsPaginatorName = Literal[
    "describe_sessions",
]

DescribeStacksPaginatorName#

# DescribeStacksPaginatorName usage example

from mypy_boto3_appstream.literals import DescribeStacksPaginatorName

def get_value() -> DescribeStacksPaginatorName:
    return "describe_stacks"
# DescribeStacksPaginatorName definition

DescribeStacksPaginatorName = Literal[
    "describe_stacks",
]

DescribeUserStackAssociationsPaginatorName#

# DescribeUserStackAssociationsPaginatorName usage example

from mypy_boto3_appstream.literals import DescribeUserStackAssociationsPaginatorName

def get_value() -> DescribeUserStackAssociationsPaginatorName:
    return "describe_user_stack_associations"
# DescribeUserStackAssociationsPaginatorName definition

DescribeUserStackAssociationsPaginatorName = Literal[
    "describe_user_stack_associations",
]

DescribeUsersPaginatorName#

# DescribeUsersPaginatorName usage example

from mypy_boto3_appstream.literals import DescribeUsersPaginatorName

def get_value() -> DescribeUsersPaginatorName:
    return "describe_users"
# DescribeUsersPaginatorName definition

DescribeUsersPaginatorName = Literal[
    "describe_users",
]

FleetAttributeType#

# FleetAttributeType usage example

from mypy_boto3_appstream.literals import FleetAttributeType

def get_value() -> FleetAttributeType:
    return "DOMAIN_JOIN_INFO"
# FleetAttributeType definition

FleetAttributeType = Literal[
    "DOMAIN_JOIN_INFO",
    "IAM_ROLE_ARN",
    "MAX_SESSIONS_PER_INSTANCE",
    "SESSION_SCRIPT_S3_LOCATION",
    "USB_DEVICE_FILTER_STRINGS",
    "VPC_CONFIGURATION",
    "VPC_CONFIGURATION_SECURITY_GROUP_IDS",
]

FleetErrorCodeType#

# FleetErrorCodeType usage example

from mypy_boto3_appstream.literals import FleetErrorCodeType

def get_value() -> FleetErrorCodeType:
    return "DOMAIN_JOIN_ERROR_ACCESS_DENIED"
# FleetErrorCodeType 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#

# FleetStartedWaiterName usage example

from mypy_boto3_appstream.literals import FleetStartedWaiterName

def get_value() -> FleetStartedWaiterName:
    return "fleet_started"
# FleetStartedWaiterName definition

FleetStartedWaiterName = Literal[
    "fleet_started",
]

FleetStateType#

# FleetStateType usage example

from mypy_boto3_appstream.literals import FleetStateType

def get_value() -> FleetStateType:
    return "RUNNING"
# FleetStateType definition

FleetStateType = Literal[
    "RUNNING",
    "STARTING",
    "STOPPED",
    "STOPPING",
]

FleetStoppedWaiterName#

# FleetStoppedWaiterName usage example

from mypy_boto3_appstream.literals import FleetStoppedWaiterName

def get_value() -> FleetStoppedWaiterName:
    return "fleet_stopped"
# FleetStoppedWaiterName definition

FleetStoppedWaiterName = Literal[
    "fleet_stopped",
]

FleetTypeType#

# FleetTypeType usage example

from mypy_boto3_appstream.literals import FleetTypeType

def get_value() -> FleetTypeType:
    return "ALWAYS_ON"
# FleetTypeType definition

FleetTypeType = Literal[
    "ALWAYS_ON",
    "ELASTIC",
    "ON_DEMAND",
]

ImageBuilderStateChangeReasonCodeType#

# ImageBuilderStateChangeReasonCodeType usage example

from mypy_boto3_appstream.literals import ImageBuilderStateChangeReasonCodeType

def get_value() -> ImageBuilderStateChangeReasonCodeType:
    return "IMAGE_UNAVAILABLE"
# ImageBuilderStateChangeReasonCodeType definition

ImageBuilderStateChangeReasonCodeType = Literal[
    "IMAGE_UNAVAILABLE",
    "INTERNAL_ERROR",
]

ImageBuilderStateType#

# ImageBuilderStateType usage example

from mypy_boto3_appstream.literals import ImageBuilderStateType

def get_value() -> ImageBuilderStateType:
    return "DELETING"
# ImageBuilderStateType definition

ImageBuilderStateType = Literal[
    "DELETING",
    "FAILED",
    "PENDING",
    "PENDING_QUALIFICATION",
    "REBOOTING",
    "RUNNING",
    "SNAPSHOTTING",
    "STOPPED",
    "STOPPING",
    "UPDATING",
    "UPDATING_AGENT",
]

ImageStateChangeReasonCodeType#

# ImageStateChangeReasonCodeType usage example

from mypy_boto3_appstream.literals import ImageStateChangeReasonCodeType

def get_value() -> ImageStateChangeReasonCodeType:
    return "IMAGE_BUILDER_NOT_AVAILABLE"
# ImageStateChangeReasonCodeType definition

ImageStateChangeReasonCodeType = Literal[
    "IMAGE_BUILDER_NOT_AVAILABLE",
    "IMAGE_COPY_FAILURE",
    "INTERNAL_ERROR",
]

ImageStateType#

# ImageStateType usage example

from mypy_boto3_appstream.literals import ImageStateType

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

ImageStateType = Literal[
    "AVAILABLE",
    "COPYING",
    "CREATING",
    "DELETING",
    "FAILED",
    "IMPORTING",
    "PENDING",
]

ListAssociatedFleetsPaginatorName#

# ListAssociatedFleetsPaginatorName usage example

from mypy_boto3_appstream.literals import ListAssociatedFleetsPaginatorName

def get_value() -> ListAssociatedFleetsPaginatorName:
    return "list_associated_fleets"
# ListAssociatedFleetsPaginatorName definition

ListAssociatedFleetsPaginatorName = Literal[
    "list_associated_fleets",
]

ListAssociatedStacksPaginatorName#

# ListAssociatedStacksPaginatorName usage example

from mypy_boto3_appstream.literals import ListAssociatedStacksPaginatorName

def get_value() -> ListAssociatedStacksPaginatorName:
    return "list_associated_stacks"
# ListAssociatedStacksPaginatorName definition

ListAssociatedStacksPaginatorName = Literal[
    "list_associated_stacks",
]

MessageActionType#

# MessageActionType usage example

from mypy_boto3_appstream.literals import MessageActionType

def get_value() -> MessageActionType:
    return "RESEND"
# MessageActionType definition

MessageActionType = Literal[
    "RESEND",
    "SUPPRESS",
]

PackagingTypeType#

# PackagingTypeType usage example

from mypy_boto3_appstream.literals import PackagingTypeType

def get_value() -> PackagingTypeType:
    return "APPSTREAM2"
# PackagingTypeType definition

PackagingTypeType = Literal[
    "APPSTREAM2",
    "CUSTOM",
]

PermissionType#

# PermissionType usage example

from mypy_boto3_appstream.literals import PermissionType

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

PermissionType = Literal[
    "DISABLED",
    "ENABLED",
]

PlatformTypeType#

# PlatformTypeType usage example

from mypy_boto3_appstream.literals import PlatformTypeType

def get_value() -> PlatformTypeType:
    return "AMAZON_LINUX2"
# PlatformTypeType definition

PlatformTypeType = Literal[
    "AMAZON_LINUX2",
    "WINDOWS",
    "WINDOWS_SERVER_2016",
    "WINDOWS_SERVER_2019",
    "WINDOWS_SERVER_2022",
]

PreferredProtocolType#

# PreferredProtocolType usage example

from mypy_boto3_appstream.literals import PreferredProtocolType

def get_value() -> PreferredProtocolType:
    return "TCP"
# PreferredProtocolType definition

PreferredProtocolType = Literal[
    "TCP",
    "UDP",
]

SessionConnectionStateType#

# SessionConnectionStateType usage example

from mypy_boto3_appstream.literals import SessionConnectionStateType

def get_value() -> SessionConnectionStateType:
    return "CONNECTED"
# SessionConnectionStateType definition

SessionConnectionStateType = Literal[
    "CONNECTED",
    "NOT_CONNECTED",
]

SessionStateType#

# SessionStateType usage example

from mypy_boto3_appstream.literals import SessionStateType

def get_value() -> SessionStateType:
    return "ACTIVE"
# SessionStateType definition

SessionStateType = Literal[
    "ACTIVE",
    "EXPIRED",
    "PENDING",
]

StackAttributeType#

# StackAttributeType usage example

from mypy_boto3_appstream.literals import StackAttributeType

def get_value() -> StackAttributeType:
    return "ACCESS_ENDPOINTS"
# StackAttributeType 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#

# StackErrorCodeType usage example

from mypy_boto3_appstream.literals import StackErrorCodeType

def get_value() -> StackErrorCodeType:
    return "INTERNAL_SERVICE_ERROR"
# StackErrorCodeType definition

StackErrorCodeType = Literal[
    "INTERNAL_SERVICE_ERROR",
    "STORAGE_CONNECTOR_ERROR",
]

StorageConnectorTypeType#

# StorageConnectorTypeType usage example

from mypy_boto3_appstream.literals import StorageConnectorTypeType

def get_value() -> StorageConnectorTypeType:
    return "GOOGLE_DRIVE"
# StorageConnectorTypeType definition

StorageConnectorTypeType = Literal[
    "GOOGLE_DRIVE",
    "HOMEFOLDERS",
    "ONE_DRIVE",
]

StreamViewType#

# StreamViewType usage example

from mypy_boto3_appstream.literals import StreamViewType

def get_value() -> StreamViewType:
    return "APP"
# StreamViewType definition

StreamViewType = Literal[
    "APP",
    "DESKTOP",
]

UsageReportExecutionErrorCodeType#

# UsageReportExecutionErrorCodeType usage example

from mypy_boto3_appstream.literals import UsageReportExecutionErrorCodeType

def get_value() -> UsageReportExecutionErrorCodeType:
    return "ACCESS_DENIED"
# UsageReportExecutionErrorCodeType definition

UsageReportExecutionErrorCodeType = Literal[
    "ACCESS_DENIED",
    "INTERNAL_SERVICE_ERROR",
    "RESOURCE_NOT_FOUND",
]

UsageReportScheduleType#

# UsageReportScheduleType usage example

from mypy_boto3_appstream.literals import UsageReportScheduleType

def get_value() -> UsageReportScheduleType:
    return "DAILY"
# UsageReportScheduleType definition

UsageReportScheduleType = Literal[
    "DAILY",
]

UserStackAssociationErrorCodeType#

# UserStackAssociationErrorCodeType usage example

from mypy_boto3_appstream.literals import UserStackAssociationErrorCodeType

def get_value() -> UserStackAssociationErrorCodeType:
    return "DIRECTORY_NOT_FOUND"
# UserStackAssociationErrorCodeType definition

UserStackAssociationErrorCodeType = Literal[
    "DIRECTORY_NOT_FOUND",
    "INTERNAL_ERROR",
    "STACK_NOT_FOUND",
    "USER_NAME_NOT_FOUND",
]

VisibilityTypeType#

# VisibilityTypeType usage example

from mypy_boto3_appstream.literals import VisibilityTypeType

def get_value() -> VisibilityTypeType:
    return "PRIVATE"
# VisibilityTypeType definition

VisibilityTypeType = Literal[
    "PRIVATE",
    "PUBLIC",
    "SHARED",
]

AppStreamServiceName#

# AppStreamServiceName usage example

from mypy_boto3_appstream.literals import AppStreamServiceName

def get_value() -> AppStreamServiceName:
    return "appstream"
# AppStreamServiceName definition

AppStreamServiceName = Literal[
    "appstream",
]

ServiceName#

# ServiceName usage example

from mypy_boto3_appstream.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_appstream.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_appstream.literals import PaginatorName

def get_value() -> PaginatorName:
    return "describe_directory_configs"
# PaginatorName 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#

# WaiterName usage example

from mypy_boto3_appstream.literals import WaiterName

def get_value() -> WaiterName:
    return "fleet_started"
# WaiterName definition

WaiterName = Literal[
    "fleet_started",
    "fleet_stopped",
]

RegionName#

# RegionName usage example

from mypy_boto3_appstream.literals import RegionName

def get_value() -> RegionName:
    return "ap-northeast-1"
# RegionName 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",
]