Skip to content

Literals#

Index > WorkDocs > Literals

Auto-generated documentation for WorkDocs type annotations stubs module mypy-boto3-workdocs.

ActivityTypeType#

# ActivityTypeType usage example

from mypy_boto3_workdocs.literals import ActivityTypeType

def get_value() -> ActivityTypeType:
    return "DOCUMENT_ANNOTATION_ADDED"
# ActivityTypeType definition

ActivityTypeType = Literal[
    "DOCUMENT_ANNOTATION_ADDED",
    "DOCUMENT_ANNOTATION_DELETED",
    "DOCUMENT_CHECKED_IN",
    "DOCUMENT_CHECKED_OUT",
    "DOCUMENT_COMMENT_ADDED",
    "DOCUMENT_COMMENT_DELETED",
    "DOCUMENT_MOVED",
    "DOCUMENT_RECYCLED",
    "DOCUMENT_RENAMED",
    "DOCUMENT_RESTORED",
    "DOCUMENT_REVERTED",
    "DOCUMENT_SHARE_PERMISSION_CHANGED",
    "DOCUMENT_SHAREABLE_LINK_CREATED",
    "DOCUMENT_SHAREABLE_LINK_PERMISSION_CHANGED",
    "DOCUMENT_SHAREABLE_LINK_REMOVED",
    "DOCUMENT_SHARED",
    "DOCUMENT_UNSHARED",
    "DOCUMENT_VERSION_DELETED",
    "DOCUMENT_VERSION_DOWNLOADED",
    "DOCUMENT_VERSION_UPLOADED",
    "DOCUMENT_VERSION_VIEWED",
    "FOLDER_CREATED",
    "FOLDER_DELETED",
    "FOLDER_MOVED",
    "FOLDER_RECYCLED",
    "FOLDER_RENAMED",
    "FOLDER_RESTORED",
    "FOLDER_SHARE_PERMISSION_CHANGED",
    "FOLDER_SHAREABLE_LINK_CREATED",
    "FOLDER_SHAREABLE_LINK_PERMISSION_CHANGED",
    "FOLDER_SHAREABLE_LINK_REMOVED",
    "FOLDER_SHARED",
    "FOLDER_UNSHARED",
]

AdditionalResponseFieldTypeType#

# AdditionalResponseFieldTypeType usage example

from mypy_boto3_workdocs.literals import AdditionalResponseFieldTypeType

def get_value() -> AdditionalResponseFieldTypeType:
    return "WEBURL"
# AdditionalResponseFieldTypeType definition

AdditionalResponseFieldTypeType = Literal[
    "WEBURL",
]

BooleanEnumTypeType#

# BooleanEnumTypeType usage example

from mypy_boto3_workdocs.literals import BooleanEnumTypeType

def get_value() -> BooleanEnumTypeType:
    return "FALSE"
# BooleanEnumTypeType definition

BooleanEnumTypeType = Literal[
    "FALSE",
    "TRUE",
]

CommentStatusTypeType#

# CommentStatusTypeType usage example

from mypy_boto3_workdocs.literals import CommentStatusTypeType

def get_value() -> CommentStatusTypeType:
    return "DELETED"
# CommentStatusTypeType definition

CommentStatusTypeType = Literal[
    "DELETED",
    "DRAFT",
    "PUBLISHED",
]

CommentVisibilityTypeType#

# CommentVisibilityTypeType usage example

from mypy_boto3_workdocs.literals import CommentVisibilityTypeType

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

CommentVisibilityTypeType = Literal[
    "PRIVATE",
    "PUBLIC",
]

ContentCategoryTypeType#

# ContentCategoryTypeType usage example

from mypy_boto3_workdocs.literals import ContentCategoryTypeType

def get_value() -> ContentCategoryTypeType:
    return "AUDIO"
# ContentCategoryTypeType definition

ContentCategoryTypeType = Literal[
    "AUDIO",
    "DOCUMENT",
    "IMAGE",
    "OTHER",
    "PDF",
    "PRESENTATION",
    "SOURCE_CODE",
    "SPREADSHEET",
    "VIDEO",
]

DescribeActivitiesPaginatorName#

# DescribeActivitiesPaginatorName usage example

from mypy_boto3_workdocs.literals import DescribeActivitiesPaginatorName

def get_value() -> DescribeActivitiesPaginatorName:
    return "describe_activities"
# DescribeActivitiesPaginatorName definition

DescribeActivitiesPaginatorName = Literal[
    "describe_activities",
]

DescribeCommentsPaginatorName#

# DescribeCommentsPaginatorName usage example

from mypy_boto3_workdocs.literals import DescribeCommentsPaginatorName

def get_value() -> DescribeCommentsPaginatorName:
    return "describe_comments"
# DescribeCommentsPaginatorName definition

DescribeCommentsPaginatorName = Literal[
    "describe_comments",
]

DescribeDocumentVersionsPaginatorName#

# DescribeDocumentVersionsPaginatorName usage example

from mypy_boto3_workdocs.literals import DescribeDocumentVersionsPaginatorName

def get_value() -> DescribeDocumentVersionsPaginatorName:
    return "describe_document_versions"
# DescribeDocumentVersionsPaginatorName definition

DescribeDocumentVersionsPaginatorName = Literal[
    "describe_document_versions",
]

DescribeFolderContentsPaginatorName#

# DescribeFolderContentsPaginatorName usage example

from mypy_boto3_workdocs.literals import DescribeFolderContentsPaginatorName

def get_value() -> DescribeFolderContentsPaginatorName:
    return "describe_folder_contents"
# DescribeFolderContentsPaginatorName definition

DescribeFolderContentsPaginatorName = Literal[
    "describe_folder_contents",
]

DescribeGroupsPaginatorName#

# DescribeGroupsPaginatorName usage example

from mypy_boto3_workdocs.literals import DescribeGroupsPaginatorName

def get_value() -> DescribeGroupsPaginatorName:
    return "describe_groups"
# DescribeGroupsPaginatorName definition

DescribeGroupsPaginatorName = Literal[
    "describe_groups",
]

DescribeNotificationSubscriptionsPaginatorName#

# DescribeNotificationSubscriptionsPaginatorName usage example

from mypy_boto3_workdocs.literals import DescribeNotificationSubscriptionsPaginatorName

def get_value() -> DescribeNotificationSubscriptionsPaginatorName:
    return "describe_notification_subscriptions"
# DescribeNotificationSubscriptionsPaginatorName definition

DescribeNotificationSubscriptionsPaginatorName = Literal[
    "describe_notification_subscriptions",
]

DescribeResourcePermissionsPaginatorName#

# DescribeResourcePermissionsPaginatorName usage example

from mypy_boto3_workdocs.literals import DescribeResourcePermissionsPaginatorName

def get_value() -> DescribeResourcePermissionsPaginatorName:
    return "describe_resource_permissions"
# DescribeResourcePermissionsPaginatorName definition

DescribeResourcePermissionsPaginatorName = Literal[
    "describe_resource_permissions",
]

DescribeRootFoldersPaginatorName#

# DescribeRootFoldersPaginatorName usage example

from mypy_boto3_workdocs.literals import DescribeRootFoldersPaginatorName

def get_value() -> DescribeRootFoldersPaginatorName:
    return "describe_root_folders"
# DescribeRootFoldersPaginatorName definition

DescribeRootFoldersPaginatorName = Literal[
    "describe_root_folders",
]

DescribeUsersPaginatorName#

# DescribeUsersPaginatorName usage example

from mypy_boto3_workdocs.literals import DescribeUsersPaginatorName

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

DescribeUsersPaginatorName = Literal[
    "describe_users",
]

DocumentSourceTypeType#

# DocumentSourceTypeType usage example

from mypy_boto3_workdocs.literals import DocumentSourceTypeType

def get_value() -> DocumentSourceTypeType:
    return "ORIGINAL"
# DocumentSourceTypeType definition

DocumentSourceTypeType = Literal[
    "ORIGINAL",
    "WITH_COMMENTS",
]

DocumentStatusTypeType#

# DocumentStatusTypeType usage example

from mypy_boto3_workdocs.literals import DocumentStatusTypeType

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

DocumentStatusTypeType = Literal[
    "ACTIVE",
    "INITIALIZED",
]

DocumentThumbnailTypeType#

# DocumentThumbnailTypeType usage example

from mypy_boto3_workdocs.literals import DocumentThumbnailTypeType

def get_value() -> DocumentThumbnailTypeType:
    return "LARGE"
# DocumentThumbnailTypeType definition

DocumentThumbnailTypeType = Literal[
    "LARGE",
    "SMALL",
    "SMALL_HQ",
]

DocumentVersionStatusType#

# DocumentVersionStatusType usage example

from mypy_boto3_workdocs.literals import DocumentVersionStatusType

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

DocumentVersionStatusType = Literal[
    "ACTIVE",
]

FolderContentTypeType#

# FolderContentTypeType usage example

from mypy_boto3_workdocs.literals import FolderContentTypeType

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

FolderContentTypeType = Literal[
    "ALL",
    "DOCUMENT",
    "FOLDER",
]

LanguageCodeTypeType#

# LanguageCodeTypeType usage example

from mypy_boto3_workdocs.literals import LanguageCodeTypeType

def get_value() -> LanguageCodeTypeType:
    return "AR"
# LanguageCodeTypeType definition

LanguageCodeTypeType = Literal[
    "AR",
    "BG",
    "BN",
    "CS",
    "DA",
    "DE",
    "DEFAULT",
    "EL",
    "EN",
    "ES",
    "FA",
    "FI",
    "FR",
    "HI",
    "HU",
    "ID",
    "IT",
    "JA",
    "KO",
    "LT",
    "LV",
    "NL",
    "NO",
    "PT",
    "RO",
    "RU",
    "SV",
    "SW",
    "TH",
    "TR",
    "ZH",
]

LocaleTypeType#

# LocaleTypeType usage example

from mypy_boto3_workdocs.literals import LocaleTypeType

def get_value() -> LocaleTypeType:
    return "de"
# LocaleTypeType definition

LocaleTypeType = Literal[
    "de",
    "default",
    "en",
    "es",
    "fr",
    "ja",
    "ko",
    "pt_BR",
    "ru",
    "zh_CN",
    "zh_TW",
]

OrderByFieldTypeType#

# OrderByFieldTypeType usage example

from mypy_boto3_workdocs.literals import OrderByFieldTypeType

def get_value() -> OrderByFieldTypeType:
    return "CREATED_TIMESTAMP"
# OrderByFieldTypeType definition

OrderByFieldTypeType = Literal[
    "CREATED_TIMESTAMP",
    "MODIFIED_TIMESTAMP",
    "NAME",
    "RELEVANCE",
    "SIZE",
]

OrderTypeType#

# OrderTypeType usage example

from mypy_boto3_workdocs.literals import OrderTypeType

def get_value() -> OrderTypeType:
    return "ASCENDING"
# OrderTypeType definition

OrderTypeType = Literal[
    "ASCENDING",
    "DESCENDING",
]

PrincipalRoleTypeType#

# PrincipalRoleTypeType usage example

from mypy_boto3_workdocs.literals import PrincipalRoleTypeType

def get_value() -> PrincipalRoleTypeType:
    return "CONTRIBUTOR"
# PrincipalRoleTypeType definition

PrincipalRoleTypeType = Literal[
    "CONTRIBUTOR",
    "COOWNER",
    "OWNER",
    "VIEWER",
]

PrincipalTypeType#

# PrincipalTypeType usage example

from mypy_boto3_workdocs.literals import PrincipalTypeType

def get_value() -> PrincipalTypeType:
    return "ANONYMOUS"
# PrincipalTypeType definition

PrincipalTypeType = Literal[
    "ANONYMOUS",
    "GROUP",
    "INVITE",
    "ORGANIZATION",
    "USER",
]

ResourceCollectionTypeType#

# ResourceCollectionTypeType usage example

from mypy_boto3_workdocs.literals import ResourceCollectionTypeType

def get_value() -> ResourceCollectionTypeType:
    return "SHARED_WITH_ME"
# ResourceCollectionTypeType definition

ResourceCollectionTypeType = Literal[
    "SHARED_WITH_ME",
]

ResourceSortTypeType#

# ResourceSortTypeType usage example

from mypy_boto3_workdocs.literals import ResourceSortTypeType

def get_value() -> ResourceSortTypeType:
    return "DATE"
# ResourceSortTypeType definition

ResourceSortTypeType = Literal[
    "DATE",
    "NAME",
]

ResourceStateTypeType#

# ResourceStateTypeType usage example

from mypy_boto3_workdocs.literals import ResourceStateTypeType

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

ResourceStateTypeType = Literal[
    "ACTIVE",
    "RECYCLED",
    "RECYCLING",
    "RESTORING",
]

ResourceTypeType#

# ResourceTypeType usage example

from mypy_boto3_workdocs.literals import ResourceTypeType

def get_value() -> ResourceTypeType:
    return "DOCUMENT"
# ResourceTypeType definition

ResourceTypeType = Literal[
    "DOCUMENT",
    "FOLDER",
]

ResponseItemTypeType#

# ResponseItemTypeType usage example

from mypy_boto3_workdocs.literals import ResponseItemTypeType

def get_value() -> ResponseItemTypeType:
    return "COMMENT"
# ResponseItemTypeType definition

ResponseItemTypeType = Literal[
    "COMMENT",
    "DOCUMENT",
    "DOCUMENT_VERSION",
    "FOLDER",
]

RolePermissionTypeType#

# RolePermissionTypeType usage example

from mypy_boto3_workdocs.literals import RolePermissionTypeType

def get_value() -> RolePermissionTypeType:
    return "DIRECT"
# RolePermissionTypeType definition

RolePermissionTypeType = Literal[
    "DIRECT",
    "INHERITED",
]

RoleTypeType#

# RoleTypeType usage example

from mypy_boto3_workdocs.literals import RoleTypeType

def get_value() -> RoleTypeType:
    return "CONTRIBUTOR"
# RoleTypeType definition

RoleTypeType = Literal[
    "CONTRIBUTOR",
    "COOWNER",
    "OWNER",
    "VIEWER",
]

SearchCollectionTypeType#

# SearchCollectionTypeType usage example

from mypy_boto3_workdocs.literals import SearchCollectionTypeType

def get_value() -> SearchCollectionTypeType:
    return "OWNED"
# SearchCollectionTypeType definition

SearchCollectionTypeType = Literal[
    "OWNED",
    "SHARED_WITH_ME",
]

SearchQueryScopeTypeType#

# SearchQueryScopeTypeType usage example

from mypy_boto3_workdocs.literals import SearchQueryScopeTypeType

def get_value() -> SearchQueryScopeTypeType:
    return "CONTENT"
# SearchQueryScopeTypeType definition

SearchQueryScopeTypeType = Literal[
    "CONTENT",
    "NAME",
]

SearchResourceTypeType#

# SearchResourceTypeType usage example

from mypy_boto3_workdocs.literals import SearchResourceTypeType

def get_value() -> SearchResourceTypeType:
    return "COMMENT"
# SearchResourceTypeType definition

SearchResourceTypeType = Literal[
    "COMMENT",
    "DOCUMENT",
    "DOCUMENT_VERSION",
    "FOLDER",
]

SearchResourcesPaginatorName#

# SearchResourcesPaginatorName usage example

from mypy_boto3_workdocs.literals import SearchResourcesPaginatorName

def get_value() -> SearchResourcesPaginatorName:
    return "search_resources"
# SearchResourcesPaginatorName definition

SearchResourcesPaginatorName = Literal[
    "search_resources",
]

ShareStatusTypeType#

# ShareStatusTypeType usage example

from mypy_boto3_workdocs.literals import ShareStatusTypeType

def get_value() -> ShareStatusTypeType:
    return "FAILURE"
# ShareStatusTypeType definition

ShareStatusTypeType = Literal[
    "FAILURE",
    "SUCCESS",
]

SortOrderType#

# SortOrderType usage example

from mypy_boto3_workdocs.literals import SortOrderType

def get_value() -> SortOrderType:
    return "ASC"
# SortOrderType definition

SortOrderType = Literal[
    "ASC",
    "DESC",
]

StorageTypeType#

# StorageTypeType usage example

from mypy_boto3_workdocs.literals import StorageTypeType

def get_value() -> StorageTypeType:
    return "QUOTA"
# StorageTypeType definition

StorageTypeType = Literal[
    "QUOTA",
    "UNLIMITED",
]

SubscriptionProtocolTypeType#

# SubscriptionProtocolTypeType usage example

from mypy_boto3_workdocs.literals import SubscriptionProtocolTypeType

def get_value() -> SubscriptionProtocolTypeType:
    return "HTTPS"
# SubscriptionProtocolTypeType definition

SubscriptionProtocolTypeType = Literal[
    "HTTPS",
    "SQS",
]

SubscriptionTypeType#

# SubscriptionTypeType usage example

from mypy_boto3_workdocs.literals import SubscriptionTypeType

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

SubscriptionTypeType = Literal[
    "ALL",
]

UserFilterTypeType#

# UserFilterTypeType usage example

from mypy_boto3_workdocs.literals import UserFilterTypeType

def get_value() -> UserFilterTypeType:
    return "ACTIVE_PENDING"
# UserFilterTypeType definition

UserFilterTypeType = Literal[
    "ACTIVE_PENDING",
    "ALL",
]

UserSortTypeType#

# UserSortTypeType usage example

from mypy_boto3_workdocs.literals import UserSortTypeType

def get_value() -> UserSortTypeType:
    return "FULL_NAME"
# UserSortTypeType definition

UserSortTypeType = Literal[
    "FULL_NAME",
    "STORAGE_LIMIT",
    "STORAGE_USED",
    "USER_NAME",
    "USER_STATUS",
]

UserStatusTypeType#

# UserStatusTypeType usage example

from mypy_boto3_workdocs.literals import UserStatusTypeType

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

UserStatusTypeType = Literal[
    "ACTIVE",
    "INACTIVE",
    "PENDING",
]

UserTypeType#

# UserTypeType usage example

from mypy_boto3_workdocs.literals import UserTypeType

def get_value() -> UserTypeType:
    return "ADMIN"
# UserTypeType definition

UserTypeType = Literal[
    "ADMIN",
    "MINIMALUSER",
    "POWERUSER",
    "USER",
    "WORKSPACESUSER",
]

WorkDocsServiceName#

# WorkDocsServiceName usage example

from mypy_boto3_workdocs.literals import WorkDocsServiceName

def get_value() -> WorkDocsServiceName:
    return "workdocs"
# WorkDocsServiceName definition

WorkDocsServiceName = Literal[
    "workdocs",
]

ServiceName#

# ServiceName usage example

from mypy_boto3_workdocs.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_workdocs.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_workdocs.literals import PaginatorName

def get_value() -> PaginatorName:
    return "describe_activities"
# PaginatorName definition

PaginatorName = Literal[
    "describe_activities",
    "describe_comments",
    "describe_document_versions",
    "describe_folder_contents",
    "describe_groups",
    "describe_notification_subscriptions",
    "describe_resource_permissions",
    "describe_root_folders",
    "describe_users",
    "search_resources",
]

RegionName#

# RegionName usage example

from mypy_boto3_workdocs.literals import RegionName

def get_value() -> RegionName:
    return "ap-northeast-1"
# RegionName definition

RegionName = Literal[
    "ap-northeast-1",
    "ap-southeast-1",
    "ap-southeast-2",
    "eu-west-1",
    "us-east-1",
    "us-west-2",
]