Skip to content

Literals#

Index > WellArchitected > Literals

Auto-generated documentation for WellArchitected type annotations stubs module mypy-boto3-wellarchitected.

AdditionalResourceTypeType#

# AdditionalResourceTypeType usage example

from mypy_boto3_wellarchitected.literals import AdditionalResourceTypeType

def get_value() -> AdditionalResourceTypeType:
    return "HELPFUL_RESOURCE"
# AdditionalResourceTypeType definition

AdditionalResourceTypeType = Literal[
    "HELPFUL_RESOURCE",
    "IMPROVEMENT_PLAN",
]

AnswerReasonType#

# AnswerReasonType usage example

from mypy_boto3_wellarchitected.literals import AnswerReasonType

def get_value() -> AnswerReasonType:
    return "ARCHITECTURE_CONSTRAINTS"
# AnswerReasonType definition

AnswerReasonType = Literal[
    "ARCHITECTURE_CONSTRAINTS",
    "BUSINESS_PRIORITIES",
    "NONE",
    "OTHER",
    "OUT_OF_SCOPE",
]

CheckFailureReasonType#

# CheckFailureReasonType usage example

from mypy_boto3_wellarchitected.literals import CheckFailureReasonType

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

CheckFailureReasonType = Literal[
    "ACCESS_DENIED",
    "ASSUME_ROLE_ERROR",
    "PREMIUM_SUPPORT_REQUIRED",
    "UNKNOWN_ERROR",
]

CheckProviderType#

# CheckProviderType usage example

from mypy_boto3_wellarchitected.literals import CheckProviderType

def get_value() -> CheckProviderType:
    return "TRUSTED_ADVISOR"
# CheckProviderType definition

CheckProviderType = Literal[
    "TRUSTED_ADVISOR",
]

CheckStatusType#

# CheckStatusType usage example

from mypy_boto3_wellarchitected.literals import CheckStatusType

def get_value() -> CheckStatusType:
    return "ERROR"
# CheckStatusType definition

CheckStatusType = Literal[
    "ERROR",
    "FETCH_FAILED",
    "NOT_AVAILABLE",
    "OKAY",
    "WARNING",
]

ChoiceReasonType#

# ChoiceReasonType usage example

from mypy_boto3_wellarchitected.literals import ChoiceReasonType

def get_value() -> ChoiceReasonType:
    return "ARCHITECTURE_CONSTRAINTS"
# ChoiceReasonType definition

ChoiceReasonType = Literal[
    "ARCHITECTURE_CONSTRAINTS",
    "BUSINESS_PRIORITIES",
    "NONE",
    "OTHER",
    "OUT_OF_SCOPE",
]

ChoiceStatusType#

# ChoiceStatusType usage example

from mypy_boto3_wellarchitected.literals import ChoiceStatusType

def get_value() -> ChoiceStatusType:
    return "NOT_APPLICABLE"
# ChoiceStatusType definition

ChoiceStatusType = Literal[
    "NOT_APPLICABLE",
    "SELECTED",
    "UNSELECTED",
]

DefinitionTypeType#

# DefinitionTypeType usage example

from mypy_boto3_wellarchitected.literals import DefinitionTypeType

def get_value() -> DefinitionTypeType:
    return "APP_REGISTRY"
# DefinitionTypeType definition

DefinitionTypeType = Literal[
    "APP_REGISTRY",
    "WORKLOAD_METADATA",
]

DifferenceStatusType#

# DifferenceStatusType usage example

from mypy_boto3_wellarchitected.literals import DifferenceStatusType

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

DifferenceStatusType = Literal[
    "DELETED",
    "NEW",
    "UPDATED",
]

DiscoveryIntegrationStatusType#

# DiscoveryIntegrationStatusType usage example

from mypy_boto3_wellarchitected.literals import DiscoveryIntegrationStatusType

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

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

ImportLensStatusType#

# ImportLensStatusType usage example

from mypy_boto3_wellarchitected.literals import ImportLensStatusType

def get_value() -> ImportLensStatusType:
    return "COMPLETE"
# ImportLensStatusType definition

ImportLensStatusType = Literal[
    "COMPLETE",
    "ERROR",
    "IN_PROGRESS",
]

LensStatusType#

# LensStatusType usage example

from mypy_boto3_wellarchitected.literals import LensStatusType

def get_value() -> LensStatusType:
    return "CURRENT"
# LensStatusType definition

LensStatusType = Literal[
    "CURRENT",
    "DELETED",
    "DEPRECATED",
    "NOT_CURRENT",
    "UNSHARED",
]

LensStatusTypeType#

# LensStatusTypeType usage example

from mypy_boto3_wellarchitected.literals import LensStatusTypeType

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

LensStatusTypeType = Literal[
    "ALL",
    "DRAFT",
    "PUBLISHED",
]

LensTypeType#

# LensTypeType usage example

from mypy_boto3_wellarchitected.literals import LensTypeType

def get_value() -> LensTypeType:
    return "AWS_OFFICIAL"
# LensTypeType definition

LensTypeType = Literal[
    "AWS_OFFICIAL",
    "CUSTOM_SELF",
    "CUSTOM_SHARED",
]

MetricTypeType#

# MetricTypeType usage example

from mypy_boto3_wellarchitected.literals import MetricTypeType

def get_value() -> MetricTypeType:
    return "WORKLOAD"
# MetricTypeType definition

MetricTypeType = Literal[
    "WORKLOAD",
]

NotificationTypeType#

# NotificationTypeType usage example

from mypy_boto3_wellarchitected.literals import NotificationTypeType

def get_value() -> NotificationTypeType:
    return "LENS_VERSION_DEPRECATED"
# NotificationTypeType definition

NotificationTypeType = Literal[
    "LENS_VERSION_DEPRECATED",
    "LENS_VERSION_UPGRADED",
]

OrganizationSharingStatusType#

# OrganizationSharingStatusType usage example

from mypy_boto3_wellarchitected.literals import OrganizationSharingStatusType

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

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

PermissionTypeType#

# PermissionTypeType usage example

from mypy_boto3_wellarchitected.literals import PermissionTypeType

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

PermissionTypeType = Literal[
    "CONTRIBUTOR",
    "READONLY",
]

ProfileNotificationTypeType#

# ProfileNotificationTypeType usage example

from mypy_boto3_wellarchitected.literals import ProfileNotificationTypeType

def get_value() -> ProfileNotificationTypeType:
    return "PROFILE_ANSWERS_UPDATED"
# ProfileNotificationTypeType definition

ProfileNotificationTypeType = Literal[
    "PROFILE_ANSWERS_UPDATED",
    "PROFILE_DELETED",
]

ProfileOwnerTypeType#

# ProfileOwnerTypeType usage example

from mypy_boto3_wellarchitected.literals import ProfileOwnerTypeType

def get_value() -> ProfileOwnerTypeType:
    return "SELF"
# ProfileOwnerTypeType definition

ProfileOwnerTypeType = Literal[
    "SELF",
    "SHARED",
]

QuestionPriorityType#

# QuestionPriorityType usage example

from mypy_boto3_wellarchitected.literals import QuestionPriorityType

def get_value() -> QuestionPriorityType:
    return "NONE"
# QuestionPriorityType definition

QuestionPriorityType = Literal[
    "NONE",
    "PRIORITIZED",
]

QuestionType#

# QuestionType usage example

from mypy_boto3_wellarchitected.literals import QuestionType

def get_value() -> QuestionType:
    return "ANSWERED"
# QuestionType definition

QuestionType = Literal[
    "ANSWERED",
    "UNANSWERED",
]

QuestionTypeType#

# QuestionTypeType usage example

from mypy_boto3_wellarchitected.literals import QuestionTypeType

def get_value() -> QuestionTypeType:
    return "NON_PRIORITIZED"
# QuestionTypeType definition

QuestionTypeType = Literal[
    "NON_PRIORITIZED",
    "PRIORITIZED",
]

ReportFormatType#

# ReportFormatType usage example

from mypy_boto3_wellarchitected.literals import ReportFormatType

def get_value() -> ReportFormatType:
    return "JSON"
# ReportFormatType definition

ReportFormatType = Literal[
    "JSON",
    "PDF",
]

ReviewTemplateAnswerStatusType#

# ReviewTemplateAnswerStatusType usage example

from mypy_boto3_wellarchitected.literals import ReviewTemplateAnswerStatusType

def get_value() -> ReviewTemplateAnswerStatusType:
    return "ANSWERED"
# ReviewTemplateAnswerStatusType definition

ReviewTemplateAnswerStatusType = Literal[
    "ANSWERED",
    "UNANSWERED",
]

ReviewTemplateUpdateStatusType#

# ReviewTemplateUpdateStatusType usage example

from mypy_boto3_wellarchitected.literals import ReviewTemplateUpdateStatusType

def get_value() -> ReviewTemplateUpdateStatusType:
    return "CURRENT"
# ReviewTemplateUpdateStatusType definition

ReviewTemplateUpdateStatusType = Literal[
    "CURRENT",
    "LENS_NOT_CURRENT",
]

RiskType#

# RiskType usage example

from mypy_boto3_wellarchitected.literals import RiskType

def get_value() -> RiskType:
    return "HIGH"
# RiskType definition

RiskType = Literal[
    "HIGH",
    "MEDIUM",
    "NONE",
    "NOT_APPLICABLE",
    "UNANSWERED",
]

ShareInvitationActionType#

# ShareInvitationActionType usage example

from mypy_boto3_wellarchitected.literals import ShareInvitationActionType

def get_value() -> ShareInvitationActionType:
    return "ACCEPT"
# ShareInvitationActionType definition

ShareInvitationActionType = Literal[
    "ACCEPT",
    "REJECT",
]

ShareResourceTypeType#

# ShareResourceTypeType usage example

from mypy_boto3_wellarchitected.literals import ShareResourceTypeType

def get_value() -> ShareResourceTypeType:
    return "LENS"
# ShareResourceTypeType definition

ShareResourceTypeType = Literal[
    "LENS",
    "PROFILE",
    "TEMPLATE",
    "WORKLOAD",
]

ShareStatusType#

# ShareStatusType usage example

from mypy_boto3_wellarchitected.literals import ShareStatusType

def get_value() -> ShareStatusType:
    return "ACCEPTED"
# ShareStatusType definition

ShareStatusType = Literal[
    "ACCEPTED",
    "ASSOCIATED",
    "ASSOCIATING",
    "EXPIRED",
    "FAILED",
    "PENDING",
    "REJECTED",
    "REVOKED",
]

TrustedAdvisorIntegrationStatusType#

# TrustedAdvisorIntegrationStatusType usage example

from mypy_boto3_wellarchitected.literals import TrustedAdvisorIntegrationStatusType

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

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

WorkloadEnvironmentType#

# WorkloadEnvironmentType usage example

from mypy_boto3_wellarchitected.literals import WorkloadEnvironmentType

def get_value() -> WorkloadEnvironmentType:
    return "PREPRODUCTION"
# WorkloadEnvironmentType definition

WorkloadEnvironmentType = Literal[
    "PREPRODUCTION",
    "PRODUCTION",
]

WorkloadImprovementStatusType#

# WorkloadImprovementStatusType usage example

from mypy_boto3_wellarchitected.literals import WorkloadImprovementStatusType

def get_value() -> WorkloadImprovementStatusType:
    return "COMPLETE"
# WorkloadImprovementStatusType definition

WorkloadImprovementStatusType = Literal[
    "COMPLETE",
    "IN_PROGRESS",
    "NOT_APPLICABLE",
    "NOT_STARTED",
    "RISK_ACKNOWLEDGED",
]

WellArchitectedServiceName#

# WellArchitectedServiceName usage example

from mypy_boto3_wellarchitected.literals import WellArchitectedServiceName

def get_value() -> WellArchitectedServiceName:
    return "wellarchitected"
# WellArchitectedServiceName definition

WellArchitectedServiceName = Literal[
    "wellarchitected",
]

ServiceName#

# ServiceName usage example

from mypy_boto3_wellarchitected.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_wellarchitected.literals import ResourceServiceName

def get_value() -> ResourceServiceName:
    return "cloudformation"
# ResourceServiceName definition

ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "opsworks",
    "s3",
    "sns",
    "sqs",
]

RegionName#

# RegionName usage example

from mypy_boto3_wellarchitected.literals import RegionName

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

RegionName = Literal[
    "ap-east-1",
    "ap-northeast-1",
    "ap-northeast-2",
    "ap-south-1",
    "ap-southeast-1",
    "ap-southeast-2",
    "ca-central-1",
    "eu-central-1",
    "eu-north-1",
    "eu-west-1",
    "eu-west-2",
    "eu-west-3",
    "me-south-1",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-1",
    "us-west-2",
]