Literals#
Index > CloudDirectory > Literals
Auto-generated documentation for CloudDirectory type annotations stubs module mypy-boto3-clouddirectory.
BatchReadExceptionTypeType#
# BatchReadExceptionTypeType usage example
from mypy_boto3_clouddirectory.literals import BatchReadExceptionTypeType
def get_value() -> BatchReadExceptionTypeType:
return "AccessDeniedException"
# BatchReadExceptionTypeType definition
BatchReadExceptionTypeType = Literal[
"AccessDeniedException",
"CannotListParentOfRootException",
"DirectoryNotEnabledException",
"FacetValidationException",
"InternalServiceException",
"InvalidArnException",
"InvalidNextTokenException",
"LimitExceededException",
"NotIndexException",
"NotNodeException",
"NotPolicyException",
"ResourceNotFoundException",
"ValidationException",
]
ConsistencyLevelType#
# ConsistencyLevelType usage example
from mypy_boto3_clouddirectory.literals import ConsistencyLevelType
def get_value() -> ConsistencyLevelType:
return "EVENTUAL"
# ConsistencyLevelType definition
ConsistencyLevelType = Literal[
"EVENTUAL",
"SERIALIZABLE",
]
DirectoryStateType#
# DirectoryStateType usage example
from mypy_boto3_clouddirectory.literals import DirectoryStateType
def get_value() -> DirectoryStateType:
return "DELETED"
# DirectoryStateType definition
DirectoryStateType = Literal[
"DELETED",
"DISABLED",
"ENABLED",
]
FacetAttributeTypeType#
# FacetAttributeTypeType usage example
from mypy_boto3_clouddirectory.literals import FacetAttributeTypeType
def get_value() -> FacetAttributeTypeType:
return "BINARY"
# FacetAttributeTypeType definition
FacetAttributeTypeType = Literal[
"BINARY",
"BOOLEAN",
"DATETIME",
"NUMBER",
"STRING",
"VARIANT",
]
FacetStyleType#
# FacetStyleType usage example
from mypy_boto3_clouddirectory.literals import FacetStyleType
def get_value() -> FacetStyleType:
return "DYNAMIC"
# FacetStyleType definition
FacetStyleType = Literal[
"DYNAMIC",
"STATIC",
]
ListAppliedSchemaArnsPaginatorName#
# ListAppliedSchemaArnsPaginatorName usage example
from mypy_boto3_clouddirectory.literals import ListAppliedSchemaArnsPaginatorName
def get_value() -> ListAppliedSchemaArnsPaginatorName:
return "list_applied_schema_arns"
# ListAppliedSchemaArnsPaginatorName definition
ListAppliedSchemaArnsPaginatorName = Literal[
"list_applied_schema_arns",
]
ListAttachedIndicesPaginatorName#
# ListAttachedIndicesPaginatorName usage example
from mypy_boto3_clouddirectory.literals import ListAttachedIndicesPaginatorName
def get_value() -> ListAttachedIndicesPaginatorName:
return "list_attached_indices"
# ListAttachedIndicesPaginatorName definition
ListAttachedIndicesPaginatorName = Literal[
"list_attached_indices",
]
ListDevelopmentSchemaArnsPaginatorName#
# ListDevelopmentSchemaArnsPaginatorName usage example
from mypy_boto3_clouddirectory.literals import ListDevelopmentSchemaArnsPaginatorName
def get_value() -> ListDevelopmentSchemaArnsPaginatorName:
return "list_development_schema_arns"
# ListDevelopmentSchemaArnsPaginatorName definition
ListDevelopmentSchemaArnsPaginatorName = Literal[
"list_development_schema_arns",
]
ListDirectoriesPaginatorName#
# ListDirectoriesPaginatorName usage example
from mypy_boto3_clouddirectory.literals import ListDirectoriesPaginatorName
def get_value() -> ListDirectoriesPaginatorName:
return "list_directories"
# ListDirectoriesPaginatorName definition
ListDirectoriesPaginatorName = Literal[
"list_directories",
]
ListFacetAttributesPaginatorName#
# ListFacetAttributesPaginatorName usage example
from mypy_boto3_clouddirectory.literals import ListFacetAttributesPaginatorName
def get_value() -> ListFacetAttributesPaginatorName:
return "list_facet_attributes"
# ListFacetAttributesPaginatorName definition
ListFacetAttributesPaginatorName = Literal[
"list_facet_attributes",
]
ListFacetNamesPaginatorName#
# ListFacetNamesPaginatorName usage example
from mypy_boto3_clouddirectory.literals import ListFacetNamesPaginatorName
def get_value() -> ListFacetNamesPaginatorName:
return "list_facet_names"
# ListFacetNamesPaginatorName definition
ListFacetNamesPaginatorName = Literal[
"list_facet_names",
]
ListIncomingTypedLinksPaginatorName#
# ListIncomingTypedLinksPaginatorName usage example
from mypy_boto3_clouddirectory.literals import ListIncomingTypedLinksPaginatorName
def get_value() -> ListIncomingTypedLinksPaginatorName:
return "list_incoming_typed_links"
# ListIncomingTypedLinksPaginatorName definition
ListIncomingTypedLinksPaginatorName = Literal[
"list_incoming_typed_links",
]
ListIndexPaginatorName#
# ListIndexPaginatorName usage example
from mypy_boto3_clouddirectory.literals import ListIndexPaginatorName
def get_value() -> ListIndexPaginatorName:
return "list_index"
# ListIndexPaginatorName definition
ListIndexPaginatorName = Literal[
"list_index",
]
ListManagedSchemaArnsPaginatorName#
# ListManagedSchemaArnsPaginatorName usage example
from mypy_boto3_clouddirectory.literals import ListManagedSchemaArnsPaginatorName
def get_value() -> ListManagedSchemaArnsPaginatorName:
return "list_managed_schema_arns"
# ListManagedSchemaArnsPaginatorName definition
ListManagedSchemaArnsPaginatorName = Literal[
"list_managed_schema_arns",
]
ListObjectAttributesPaginatorName#
# ListObjectAttributesPaginatorName usage example
from mypy_boto3_clouddirectory.literals import ListObjectAttributesPaginatorName
def get_value() -> ListObjectAttributesPaginatorName:
return "list_object_attributes"
# ListObjectAttributesPaginatorName definition
ListObjectAttributesPaginatorName = Literal[
"list_object_attributes",
]
ListObjectParentPathsPaginatorName#
# ListObjectParentPathsPaginatorName usage example
from mypy_boto3_clouddirectory.literals import ListObjectParentPathsPaginatorName
def get_value() -> ListObjectParentPathsPaginatorName:
return "list_object_parent_paths"
# ListObjectParentPathsPaginatorName definition
ListObjectParentPathsPaginatorName = Literal[
"list_object_parent_paths",
]
ListObjectPoliciesPaginatorName#
# ListObjectPoliciesPaginatorName usage example
from mypy_boto3_clouddirectory.literals import ListObjectPoliciesPaginatorName
def get_value() -> ListObjectPoliciesPaginatorName:
return "list_object_policies"
# ListObjectPoliciesPaginatorName definition
ListObjectPoliciesPaginatorName = Literal[
"list_object_policies",
]
ListOutgoingTypedLinksPaginatorName#
# ListOutgoingTypedLinksPaginatorName usage example
from mypy_boto3_clouddirectory.literals import ListOutgoingTypedLinksPaginatorName
def get_value() -> ListOutgoingTypedLinksPaginatorName:
return "list_outgoing_typed_links"
# ListOutgoingTypedLinksPaginatorName definition
ListOutgoingTypedLinksPaginatorName = Literal[
"list_outgoing_typed_links",
]
ListPolicyAttachmentsPaginatorName#
# ListPolicyAttachmentsPaginatorName usage example
from mypy_boto3_clouddirectory.literals import ListPolicyAttachmentsPaginatorName
def get_value() -> ListPolicyAttachmentsPaginatorName:
return "list_policy_attachments"
# ListPolicyAttachmentsPaginatorName definition
ListPolicyAttachmentsPaginatorName = Literal[
"list_policy_attachments",
]
ListPublishedSchemaArnsPaginatorName#
# ListPublishedSchemaArnsPaginatorName usage example
from mypy_boto3_clouddirectory.literals import ListPublishedSchemaArnsPaginatorName
def get_value() -> ListPublishedSchemaArnsPaginatorName:
return "list_published_schema_arns"
# ListPublishedSchemaArnsPaginatorName definition
ListPublishedSchemaArnsPaginatorName = Literal[
"list_published_schema_arns",
]
ListTagsForResourcePaginatorName#
# ListTagsForResourcePaginatorName usage example
from mypy_boto3_clouddirectory.literals import ListTagsForResourcePaginatorName
def get_value() -> ListTagsForResourcePaginatorName:
return "list_tags_for_resource"
# ListTagsForResourcePaginatorName definition
ListTagsForResourcePaginatorName = Literal[
"list_tags_for_resource",
]
ListTypedLinkFacetAttributesPaginatorName#
# ListTypedLinkFacetAttributesPaginatorName usage example
from mypy_boto3_clouddirectory.literals import ListTypedLinkFacetAttributesPaginatorName
def get_value() -> ListTypedLinkFacetAttributesPaginatorName:
return "list_typed_link_facet_attributes"
# ListTypedLinkFacetAttributesPaginatorName definition
ListTypedLinkFacetAttributesPaginatorName = Literal[
"list_typed_link_facet_attributes",
]
ListTypedLinkFacetNamesPaginatorName#
# ListTypedLinkFacetNamesPaginatorName usage example
from mypy_boto3_clouddirectory.literals import ListTypedLinkFacetNamesPaginatorName
def get_value() -> ListTypedLinkFacetNamesPaginatorName:
return "list_typed_link_facet_names"
# ListTypedLinkFacetNamesPaginatorName definition
ListTypedLinkFacetNamesPaginatorName = Literal[
"list_typed_link_facet_names",
]
LookupPolicyPaginatorName#
# LookupPolicyPaginatorName usage example
from mypy_boto3_clouddirectory.literals import LookupPolicyPaginatorName
def get_value() -> LookupPolicyPaginatorName:
return "lookup_policy"
# LookupPolicyPaginatorName definition
LookupPolicyPaginatorName = Literal[
"lookup_policy",
]
ObjectTypeType#
# ObjectTypeType usage example
from mypy_boto3_clouddirectory.literals import ObjectTypeType
def get_value() -> ObjectTypeType:
return "INDEX"
# ObjectTypeType definition
ObjectTypeType = Literal[
"INDEX",
"LEAF_NODE",
"NODE",
"POLICY",
]
RangeModeType#
# RangeModeType usage example
from mypy_boto3_clouddirectory.literals import RangeModeType
def get_value() -> RangeModeType:
return "EXCLUSIVE"
# RangeModeType definition
RangeModeType = Literal[
"EXCLUSIVE",
"FIRST",
"INCLUSIVE",
"LAST",
"LAST_BEFORE_MISSING_VALUES",
]
RequiredAttributeBehaviorType#
# RequiredAttributeBehaviorType usage example
from mypy_boto3_clouddirectory.literals import RequiredAttributeBehaviorType
def get_value() -> RequiredAttributeBehaviorType:
return "NOT_REQUIRED"
# RequiredAttributeBehaviorType definition
RequiredAttributeBehaviorType = Literal[
"NOT_REQUIRED",
"REQUIRED_ALWAYS",
]
RuleTypeType#
# RuleTypeType usage example
from mypy_boto3_clouddirectory.literals import RuleTypeType
def get_value() -> RuleTypeType:
return "BINARY_LENGTH"
# RuleTypeType definition
RuleTypeType = Literal[
"BINARY_LENGTH",
"NUMBER_COMPARISON",
"STRING_FROM_SET",
"STRING_LENGTH",
]
UpdateActionTypeType#
# UpdateActionTypeType usage example
from mypy_boto3_clouddirectory.literals import UpdateActionTypeType
def get_value() -> UpdateActionTypeType:
return "CREATE_OR_UPDATE"
# UpdateActionTypeType definition
UpdateActionTypeType = Literal[
"CREATE_OR_UPDATE",
"DELETE",
]
CloudDirectoryServiceName#
# CloudDirectoryServiceName usage example
from mypy_boto3_clouddirectory.literals import CloudDirectoryServiceName
def get_value() -> CloudDirectoryServiceName:
return "clouddirectory"
# CloudDirectoryServiceName definition
CloudDirectoryServiceName = Literal[
"clouddirectory",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_clouddirectory.literals import ServiceName
def get_value() -> ServiceName:
return "accessanalyzer"
# ServiceName definition
ServiceName = Literal[
"accessanalyzer",
"account",
"acm",
"acm-pca",
"amp",
"amplify",
"amplifybackend",
"amplifyuibuilder",
"apigateway",
"apigatewaymanagementapi",
"apigatewayv2",
"appconfig",
"appconfigdata",
"appfabric",
"appflow",
"appintegrations",
"application-autoscaling",
"application-insights",
"application-signals",
"applicationcostprofiler",
"appmesh",
"apprunner",
"appstream",
"appsync",
"apptest",
"arc-zonal-shift",
"artifact",
"athena",
"auditmanager",
"autoscaling",
"autoscaling-plans",
"b2bi",
"backup",
"backup-gateway",
"batch",
"bcm-data-exports",
"bedrock",
"bedrock-agent",
"bedrock-agent-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",
"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",
"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",
"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",
"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",
"mq",
"mturk",
"mwaa",
"neptune",
"neptune-graph",
"neptunedata",
"network-firewall",
"networkmanager",
"networkmonitor",
"oam",
"omics",
"opensearch",
"opensearchserverless",
"opsworks",
"opsworkscm",
"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",
"privatenetworks",
"proton",
"qapps",
"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",
"route53profiles",
"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",
"socialmessaging",
"sqs",
"ssm",
"ssm-contacts",
"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-thin-client",
"workspaces-web",
"xray",
]
ResourceServiceName#
# ResourceServiceName usage example
from mypy_boto3_clouddirectory.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_clouddirectory.literals import PaginatorName
def get_value() -> PaginatorName:
return "list_applied_schema_arns"
# PaginatorName definition
PaginatorName = Literal[
"list_applied_schema_arns",
"list_attached_indices",
"list_development_schema_arns",
"list_directories",
"list_facet_attributes",
"list_facet_names",
"list_incoming_typed_links",
"list_index",
"list_managed_schema_arns",
"list_object_attributes",
"list_object_parent_paths",
"list_object_policies",
"list_outgoing_typed_links",
"list_policy_attachments",
"list_published_schema_arns",
"list_tags_for_resource",
"list_typed_link_facet_attributes",
"list_typed_link_facet_names",
"lookup_policy",
]
RegionName#
# RegionName usage example
from mypy_boto3_clouddirectory.literals import RegionName
def get_value() -> RegionName:
return "ap-southeast-1"
# RegionName definition
RegionName = Literal[
"ap-southeast-1",
"ap-southeast-2",
"ca-central-1",
"eu-central-1",
"eu-west-1",
"eu-west-2",
"us-east-1",
"us-east-2",
"us-west-2",
]