Literals#
Auto-generated documentation for AppStream type annotations stubs module types-boto3-appstream.
AccessEndpointTypeType#
# AccessEndpointTypeType usage example
from types_boto3_appstream.literals import AccessEndpointTypeType
def get_value() -> AccessEndpointTypeType:
    return "STREAMING"# AccessEndpointTypeType definition
AccessEndpointTypeType = Literal[
    "STREAMING",
]ActionType#
# ActionType usage example
from types_boto3_appstream.literals import ActionType
def get_value() -> ActionType:
    return "AUTO_TIME_ZONE_REDIRECTION"# ActionType definition
ActionType = Literal[
    "AUTO_TIME_ZONE_REDIRECTION",
    "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 types_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 types_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 types_boto3_appstream.literals import AppBlockBuilderStateChangeReasonCodeType
def get_value() -> AppBlockBuilderStateChangeReasonCodeType:
    return "INTERNAL_ERROR"# AppBlockBuilderStateChangeReasonCodeType definition
AppBlockBuilderStateChangeReasonCodeType = Literal[
    "INTERNAL_ERROR",
]AppBlockBuilderStateType#
# AppBlockBuilderStateType usage example
from types_boto3_appstream.literals import AppBlockBuilderStateType
def get_value() -> AppBlockBuilderStateType:
    return "RUNNING"# AppBlockBuilderStateType definition
AppBlockBuilderStateType = Literal[
    "RUNNING",
    "STARTING",
    "STOPPED",
    "STOPPING",
]AppBlockStateType#
# AppBlockStateType usage example
from types_boto3_appstream.literals import AppBlockStateType
def get_value() -> AppBlockStateType:
    return "ACTIVE"# AppBlockStateType definition
AppBlockStateType = Literal[
    "ACTIVE",
    "INACTIVE",
]AppVisibilityType#
# AppVisibilityType usage example
from types_boto3_appstream.literals import AppVisibilityType
def get_value() -> AppVisibilityType:
    return "ALL"# AppVisibilityType definition
AppVisibilityType = Literal[
    "ALL",
    "ASSOCIATED",
]ApplicationAttributeType#
# ApplicationAttributeType usage example
from types_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 types_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 types_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 types_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 types_boto3_appstream.literals import DescribeFleetsPaginatorName
def get_value() -> DescribeFleetsPaginatorName:
    return "describe_fleets"# DescribeFleetsPaginatorName definition
DescribeFleetsPaginatorName = Literal[
    "describe_fleets",
]DescribeImageBuildersPaginatorName#
# DescribeImageBuildersPaginatorName usage example
from types_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 types_boto3_appstream.literals import DescribeImagesPaginatorName
def get_value() -> DescribeImagesPaginatorName:
    return "describe_images"# DescribeImagesPaginatorName definition
DescribeImagesPaginatorName = Literal[
    "describe_images",
]DescribeSessionsPaginatorName#
# DescribeSessionsPaginatorName usage example
from types_boto3_appstream.literals import DescribeSessionsPaginatorName
def get_value() -> DescribeSessionsPaginatorName:
    return "describe_sessions"# DescribeSessionsPaginatorName definition
DescribeSessionsPaginatorName = Literal[
    "describe_sessions",
]DescribeStacksPaginatorName#
# DescribeStacksPaginatorName usage example
from types_boto3_appstream.literals import DescribeStacksPaginatorName
def get_value() -> DescribeStacksPaginatorName:
    return "describe_stacks"# DescribeStacksPaginatorName definition
DescribeStacksPaginatorName = Literal[
    "describe_stacks",
]DescribeUserStackAssociationsPaginatorName#
# DescribeUserStackAssociationsPaginatorName usage example
from types_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 types_boto3_appstream.literals import DescribeUsersPaginatorName
def get_value() -> DescribeUsersPaginatorName:
    return "describe_users"# DescribeUsersPaginatorName definition
DescribeUsersPaginatorName = Literal[
    "describe_users",
]DynamicAppProvidersEnabledType#
# DynamicAppProvidersEnabledType usage example
from types_boto3_appstream.literals import DynamicAppProvidersEnabledType
def get_value() -> DynamicAppProvidersEnabledType:
    return "DISABLED"# DynamicAppProvidersEnabledType definition
DynamicAppProvidersEnabledType = Literal[
    "DISABLED",
    "ENABLED",
]FleetAttributeType#
# FleetAttributeType usage example
from types_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 types_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 types_boto3_appstream.literals import FleetStartedWaiterName
def get_value() -> FleetStartedWaiterName:
    return "fleet_started"# FleetStartedWaiterName definition
FleetStartedWaiterName = Literal[
    "fleet_started",
]FleetStateType#
# FleetStateType usage example
from types_boto3_appstream.literals import FleetStateType
def get_value() -> FleetStateType:
    return "RUNNING"# FleetStateType definition
FleetStateType = Literal[
    "RUNNING",
    "STARTING",
    "STOPPED",
    "STOPPING",
]FleetStoppedWaiterName#
# FleetStoppedWaiterName usage example
from types_boto3_appstream.literals import FleetStoppedWaiterName
def get_value() -> FleetStoppedWaiterName:
    return "fleet_stopped"# FleetStoppedWaiterName definition
FleetStoppedWaiterName = Literal[
    "fleet_stopped",
]FleetTypeType#
# FleetTypeType usage example
from types_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 types_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 types_boto3_appstream.literals import ImageBuilderStateType
def get_value() -> ImageBuilderStateType:
    return "DELETING"# ImageBuilderStateType definition
ImageBuilderStateType = Literal[
    "DELETING",
    "FAILED",
    "PENDING",
    "PENDING_QUALIFICATION",
    "PENDING_SYNCING_APPS",
    "REBOOTING",
    "RUNNING",
    "SNAPSHOTTING",
    "STOPPED",
    "STOPPING",
    "SYNCING_APPS",
    "UPDATING",
    "UPDATING_AGENT",
]ImageSharedWithOthersType#
# ImageSharedWithOthersType usage example
from types_boto3_appstream.literals import ImageSharedWithOthersType
def get_value() -> ImageSharedWithOthersType:
    return "FALSE"# ImageSharedWithOthersType definition
ImageSharedWithOthersType = Literal[
    "FALSE",
    "TRUE",
]ImageStateChangeReasonCodeType#
# ImageStateChangeReasonCodeType usage example
from types_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 types_boto3_appstream.literals import ImageStateType
def get_value() -> ImageStateType:
    return "AVAILABLE"# ImageStateType definition
ImageStateType = Literal[
    "AVAILABLE",
    "COPYING",
    "CREATING",
    "DELETING",
    "FAILED",
    "IMPORTING",
    "PENDING",
]LatestAppstreamAgentVersionType#
# LatestAppstreamAgentVersionType usage example
from types_boto3_appstream.literals import LatestAppstreamAgentVersionType
def get_value() -> LatestAppstreamAgentVersionType:
    return "FALSE"# LatestAppstreamAgentVersionType definition
LatestAppstreamAgentVersionType = Literal[
    "FALSE",
    "TRUE",
]ListAssociatedFleetsPaginatorName#
# ListAssociatedFleetsPaginatorName usage example
from types_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 types_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 types_boto3_appstream.literals import MessageActionType
def get_value() -> MessageActionType:
    return "RESEND"# MessageActionType definition
MessageActionType = Literal[
    "RESEND",
    "SUPPRESS",
]PackagingTypeType#
# PackagingTypeType usage example
from types_boto3_appstream.literals import PackagingTypeType
def get_value() -> PackagingTypeType:
    return "APPSTREAM2"# PackagingTypeType definition
PackagingTypeType = Literal[
    "APPSTREAM2",
    "CUSTOM",
]PermissionType#
# PermissionType usage example
from types_boto3_appstream.literals import PermissionType
def get_value() -> PermissionType:
    return "DISABLED"# PermissionType definition
PermissionType = Literal[
    "DISABLED",
    "ENABLED",
]PlatformTypeType#
# PlatformTypeType usage example
from types_boto3_appstream.literals import PlatformTypeType
def get_value() -> PlatformTypeType:
    return "AMAZON_LINUX2"# PlatformTypeType definition
PlatformTypeType = Literal[
    "AMAZON_LINUX2",
    "RHEL8",
    "ROCKY_LINUX8",
    "WINDOWS",
    "WINDOWS_SERVER_2016",
    "WINDOWS_SERVER_2019",
    "WINDOWS_SERVER_2022",
]PreferredProtocolType#
# PreferredProtocolType usage example
from types_boto3_appstream.literals import PreferredProtocolType
def get_value() -> PreferredProtocolType:
    return "TCP"# PreferredProtocolType definition
PreferredProtocolType = Literal[
    "TCP",
    "UDP",
]SessionConnectionStateType#
# SessionConnectionStateType usage example
from types_boto3_appstream.literals import SessionConnectionStateType
def get_value() -> SessionConnectionStateType:
    return "CONNECTED"# SessionConnectionStateType definition
SessionConnectionStateType = Literal[
    "CONNECTED",
    "NOT_CONNECTED",
]SessionStateType#
# SessionStateType usage example
from types_boto3_appstream.literals import SessionStateType
def get_value() -> SessionStateType:
    return "ACTIVE"# SessionStateType definition
SessionStateType = Literal[
    "ACTIVE",
    "EXPIRED",
    "PENDING",
]SoftwareDeploymentStatusType#
# SoftwareDeploymentStatusType usage example
from types_boto3_appstream.literals import SoftwareDeploymentStatusType
def get_value() -> SoftwareDeploymentStatusType:
    return "FAILED_TO_INSTALL"# SoftwareDeploymentStatusType definition
SoftwareDeploymentStatusType = Literal[
    "FAILED_TO_INSTALL",
    "FAILED_TO_UNINSTALL",
    "INSTALLED",
    "PENDING_INSTALLATION",
    "PENDING_UNINSTALLATION",
    "STAGED_FOR_INSTALLATION",
    "STAGED_FOR_UNINSTALLATION",
]StackAttributeType#
# StackAttributeType usage example
from types_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 types_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 types_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 types_boto3_appstream.literals import StreamViewType
def get_value() -> StreamViewType:
    return "APP"# StreamViewType definition
StreamViewType = Literal[
    "APP",
    "DESKTOP",
]ThemeAttributeType#
# ThemeAttributeType usage example
from types_boto3_appstream.literals import ThemeAttributeType
def get_value() -> ThemeAttributeType:
    return "FOOTER_LINKS"# ThemeAttributeType definition
ThemeAttributeType = Literal[
    "FOOTER_LINKS",
]ThemeStateType#
# ThemeStateType usage example
from types_boto3_appstream.literals import ThemeStateType
def get_value() -> ThemeStateType:
    return "DISABLED"# ThemeStateType definition
ThemeStateType = Literal[
    "DISABLED",
    "ENABLED",
]ThemeStylingType#
# ThemeStylingType usage example
from types_boto3_appstream.literals import ThemeStylingType
def get_value() -> ThemeStylingType:
    return "BLUE"# ThemeStylingType definition
ThemeStylingType = Literal[
    "BLUE",
    "LIGHT_BLUE",
    "PINK",
    "RED",
]UsageReportExecutionErrorCodeType#
# UsageReportExecutionErrorCodeType usage example
from types_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 types_boto3_appstream.literals import UsageReportScheduleType
def get_value() -> UsageReportScheduleType:
    return "DAILY"# UsageReportScheduleType definition
UsageReportScheduleType = Literal[
    "DAILY",
]UserStackAssociationErrorCodeType#
# UserStackAssociationErrorCodeType usage example
from types_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 types_boto3_appstream.literals import VisibilityTypeType
def get_value() -> VisibilityTypeType:
    return "PRIVATE"# VisibilityTypeType definition
VisibilityTypeType = Literal[
    "PRIVATE",
    "PUBLIC",
    "SHARED",
]AppStreamServiceName#
# AppStreamServiceName usage example
from types_boto3_appstream.literals import AppStreamServiceName
def get_value() -> AppStreamServiceName:
    return "appstream"# AppStreamServiceName definition
AppStreamServiceName = Literal[
    "appstream",
]ServiceName#
# ServiceName usage example
from types_boto3_appstream.literals import ServiceName
def get_value() -> ServiceName:
    return "accessanalyzer"# ServiceName definition
ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "aiops",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appfabric",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "application-signals",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "arc-region-switch",
    "arc-zonal-shift",
    "artifact",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "b2bi",
    "backup",
    "backup-gateway",
    "backupsearch",
    "batch",
    "bcm-dashboards",
    "bcm-data-exports",
    "bcm-pricing-calculator",
    "bcm-recommended-actions",
    "bedrock",
    "bedrock-agent",
    "bedrock-agent-runtime",
    "bedrock-agentcore",
    "bedrock-agentcore-control",
    "bedrock-data-automation",
    "bedrock-data-automation-runtime",
    "bedrock-runtime",
    "billing",
    "billingconductor",
    "braket",
    "budgets",
    "ce",
    "chatbot",
    "chime",
    "chime-sdk-identity",
    "chime-sdk-media-pipelines",
    "chime-sdk-meetings",
    "chime-sdk-messaging",
    "chime-sdk-voice",
    "cleanrooms",
    "cleanroomsml",
    "cloud9",
    "cloudcontrol",
    "clouddirectory",
    "cloudformation",
    "cloudfront",
    "cloudfront-keyvaluestore",
    "cloudhsm",
    "cloudhsmv2",
    "cloudsearch",
    "cloudsearchdomain",
    "cloudtrail",
    "cloudtrail-data",
    "cloudwatch",
    "codeartifact",
    "codebuild",
    "codecatalyst",
    "codecommit",
    "codeconnections",
    "codedeploy",
    "codeguru-reviewer",
    "codeguru-security",
    "codeguruprofiler",
    "codepipeline",
    "codestar-connections",
    "codestar-notifications",
    "cognito-identity",
    "cognito-idp",
    "cognito-sync",
    "comprehend",
    "comprehendmedical",
    "compute-optimizer",
    "config",
    "connect",
    "connect-contact-lens",
    "connectcampaigns",
    "connectcampaignsv2",
    "connectcases",
    "connectparticipant",
    "controlcatalog",
    "controltower",
    "cost-optimization-hub",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "datazone",
    "dax",
    "deadline",
    "detective",
    "devicefarm",
    "devops-guru",
    "directconnect",
    "discovery",
    "dlm",
    "dms",
    "docdb",
    "docdb-elastic",
    "drs",
    "ds",
    "ds-data",
    "dsql",
    "dynamodb",
    "dynamodbstreams",
    "ebs",
    "ec2",
    "ec2-instance-connect",
    "ecr",
    "ecr-public",
    "ecs",
    "efs",
    "eks",
    "eks-auth",
    "elasticache",
    "elasticbeanstalk",
    "elastictranscoder",
    "elb",
    "elbv2",
    "emr",
    "emr-containers",
    "emr-serverless",
    "entityresolution",
    "es",
    "events",
    "evidently",
    "evs",
    "finspace",
    "finspace-data",
    "firehose",
    "fis",
    "fms",
    "forecast",
    "forecastquery",
    "frauddetector",
    "freetier",
    "fsx",
    "gamelift",
    "gameliftstreams",
    "geo-maps",
    "geo-places",
    "geo-routes",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "iam",
    "identitystore",
    "imagebuilder",
    "importexport",
    "inspector",
    "inspector-scan",
    "inspector2",
    "internetmonitor",
    "invoicing",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot-managed-integrations",
    "iotanalytics",
    "iotdeviceadvisor",
    "iotevents",
    "iotevents-data",
    "iotfleetwise",
    "iotsecuretunneling",
    "iotsitewise",
    "iotthingsgraph",
    "iottwinmaker",
    "iotwireless",
    "ivs",
    "ivs-realtime",
    "ivschat",
    "kafka",
    "kafkaconnect",
    "kendra",
    "kendra-ranking",
    "keyspaces",
    "keyspacesstreams",
    "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",
    "m2",
    "machinelearning",
    "macie2",
    "mailmanager",
    "managedblockchain",
    "managedblockchain-query",
    "marketplace-agreement",
    "marketplace-catalog",
    "marketplace-deployment",
    "marketplace-entitlement",
    "marketplace-reporting",
    "marketplacecommerceanalytics",
    "mediaconnect",
    "mediaconvert",
    "medialive",
    "mediapackage",
    "mediapackage-vod",
    "mediapackagev2",
    "mediastore",
    "mediastore-data",
    "mediatailor",
    "medical-imaging",
    "memorydb",
    "meteringmarketplace",
    "mgh",
    "mgn",
    "migration-hub-refactor-spaces",
    "migrationhub-config",
    "migrationhuborchestrator",
    "migrationhubstrategy",
    "mpa",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "neptune-graph",
    "neptunedata",
    "network-firewall",
    "networkflowmonitor",
    "networkmanager",
    "networkmonitor",
    "notifications",
    "notificationscontacts",
    "oam",
    "observabilityadmin",
    "odb",
    "omics",
    "opensearch",
    "opensearchserverless",
    "organizations",
    "osis",
    "outposts",
    "panorama",
    "partnercentral-selling",
    "payment-cryptography",
    "payment-cryptography-data",
    "pca-connector-ad",
    "pca-connector-scep",
    "pcs",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "pipes",
    "polly",
    "pricing",
    "proton",
    "qapps",
    "qbusiness",
    "qconnect",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "repostspace",
    "resiliencehub",
    "resource-explorer-2",
    "resource-groups",
    "resourcegroupstaggingapi",
    "rolesanywhere",
    "route53",
    "route53-recovery-cluster",
    "route53-recovery-control-config",
    "route53-recovery-readiness",
    "route53domains",
    "route53profiles",
    "route53resolver",
    "rtbfabric",
    "rum",
    "s3",
    "s3control",
    "s3outposts",
    "s3tables",
    "s3vectors",
    "sagemaker",
    "sagemaker-a2i-runtime",
    "sagemaker-edge",
    "sagemaker-featurestore-runtime",
    "sagemaker-geospatial",
    "sagemaker-metrics",
    "sagemaker-runtime",
    "savingsplans",
    "scheduler",
    "schemas",
    "sdb",
    "secretsmanager",
    "security-ir",
    "securityhub",
    "securitylake",
    "serverlessrepo",
    "service-quotas",
    "servicecatalog",
    "servicecatalog-appregistry",
    "servicediscovery",
    "ses",
    "sesv2",
    "shield",
    "signer",
    "simspaceweaver",
    "snow-device-management",
    "snowball",
    "sns",
    "socialmessaging",
    "sqs",
    "ssm",
    "ssm-contacts",
    "ssm-guiconnect",
    "ssm-incidents",
    "ssm-quicksetup",
    "ssm-sap",
    "sso",
    "sso-admin",
    "sso-oidc",
    "stepfunctions",
    "storagegateway",
    "sts",
    "supplychain",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "taxsettings",
    "textract",
    "timestream-influxdb",
    "timestream-query",
    "timestream-write",
    "tnb",
    "transcribe",
    "transfer",
    "translate",
    "trustedadvisor",
    "verifiedpermissions",
    "voice-id",
    "vpc-lattice",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-instances",
    "workspaces-thin-client",
    "workspaces-web",
    "xray",
]ResourceServiceName#
# ResourceServiceName usage example
from types_boto3_appstream.literals import ResourceServiceName
def get_value() -> ResourceServiceName:
    return "cloudformation"# ResourceServiceName definition
ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "s3",
    "sns",
    "sqs",
]PaginatorName#
# PaginatorName usage example
from types_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 types_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 types_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",
    "eu-west-3",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-2",
]