Literals#
Index > DevOpsGuru > Literals
Auto-generated documentation for DevOpsGuru type annotations stubs module mypy-boto3-devops-guru.
AnomalySeverityType#
# AnomalySeverityType usage example
from mypy_boto3_devops_guru.literals import AnomalySeverityType
def get_value() -> AnomalySeverityType:
return "HIGH"
# AnomalySeverityType definition
AnomalySeverityType = Literal[
"HIGH",
"LOW",
"MEDIUM",
]
AnomalyStatusType#
# AnomalyStatusType usage example
from mypy_boto3_devops_guru.literals import AnomalyStatusType
def get_value() -> AnomalyStatusType:
return "CLOSED"
# AnomalyStatusType definition
AnomalyStatusType = Literal[
"CLOSED",
"ONGOING",
]
AnomalyTypeType#
# AnomalyTypeType usage example
from mypy_boto3_devops_guru.literals import AnomalyTypeType
def get_value() -> AnomalyTypeType:
return "CAUSAL"
# AnomalyTypeType definition
AnomalyTypeType = Literal[
"CAUSAL",
"CONTEXTUAL",
]
CloudWatchMetricDataStatusCodeType#
# CloudWatchMetricDataStatusCodeType usage example
from mypy_boto3_devops_guru.literals import CloudWatchMetricDataStatusCodeType
def get_value() -> CloudWatchMetricDataStatusCodeType:
return "Complete"
# CloudWatchMetricDataStatusCodeType definition
CloudWatchMetricDataStatusCodeType = Literal[
"Complete",
"InternalError",
"PartialData",
]
CloudWatchMetricsStatType#
# CloudWatchMetricsStatType usage example
from mypy_boto3_devops_guru.literals import CloudWatchMetricsStatType
def get_value() -> CloudWatchMetricsStatType:
return "Average"
# CloudWatchMetricsStatType definition
CloudWatchMetricsStatType = Literal[
"Average",
"Maximum",
"Minimum",
"p50",
"p90",
"p99",
"SampleCount",
"Sum",
]
CostEstimationServiceResourceStateType#
# CostEstimationServiceResourceStateType usage example
from mypy_boto3_devops_guru.literals import CostEstimationServiceResourceStateType
def get_value() -> CostEstimationServiceResourceStateType:
return "ACTIVE"
# CostEstimationServiceResourceStateType definition
CostEstimationServiceResourceStateType = Literal[
"ACTIVE",
"INACTIVE",
]
CostEstimationStatusType#
# CostEstimationStatusType usage example
from mypy_boto3_devops_guru.literals import CostEstimationStatusType
def get_value() -> CostEstimationStatusType:
return "COMPLETED"
# CostEstimationStatusType definition
CostEstimationStatusType = Literal[
"COMPLETED",
"ONGOING",
]
DescribeOrganizationResourceCollectionHealthPaginatorName#
# DescribeOrganizationResourceCollectionHealthPaginatorName usage example
from mypy_boto3_devops_guru.literals import DescribeOrganizationResourceCollectionHealthPaginatorName
def get_value() -> DescribeOrganizationResourceCollectionHealthPaginatorName:
return "describe_organization_resource_collection_health"
# DescribeOrganizationResourceCollectionHealthPaginatorName definition
DescribeOrganizationResourceCollectionHealthPaginatorName = Literal[
"describe_organization_resource_collection_health",
]
DescribeResourceCollectionHealthPaginatorName#
# DescribeResourceCollectionHealthPaginatorName usage example
from mypy_boto3_devops_guru.literals import DescribeResourceCollectionHealthPaginatorName
def get_value() -> DescribeResourceCollectionHealthPaginatorName:
return "describe_resource_collection_health"
# DescribeResourceCollectionHealthPaginatorName definition
DescribeResourceCollectionHealthPaginatorName = Literal[
"describe_resource_collection_health",
]
EventClassType#
# EventClassType usage example
from mypy_boto3_devops_guru.literals import EventClassType
def get_value() -> EventClassType:
return "CONFIG_CHANGE"
# EventClassType definition
EventClassType = Literal[
"CONFIG_CHANGE",
"DEPLOYMENT",
"INFRASTRUCTURE",
"SCHEMA_CHANGE",
"SECURITY_CHANGE",
]
EventDataSourceType#
# EventDataSourceType usage example
from mypy_boto3_devops_guru.literals import EventDataSourceType
def get_value() -> EventDataSourceType:
return "AWS_CLOUD_TRAIL"
# EventDataSourceType definition
EventDataSourceType = Literal[
"AWS_CLOUD_TRAIL",
"AWS_CODE_DEPLOY",
]
EventSourceOptInStatusType#
# EventSourceOptInStatusType usage example
from mypy_boto3_devops_guru.literals import EventSourceOptInStatusType
def get_value() -> EventSourceOptInStatusType:
return "DISABLED"
# EventSourceOptInStatusType definition
EventSourceOptInStatusType = Literal[
"DISABLED",
"ENABLED",
]
GetCostEstimationPaginatorName#
# GetCostEstimationPaginatorName usage example
from mypy_boto3_devops_guru.literals import GetCostEstimationPaginatorName
def get_value() -> GetCostEstimationPaginatorName:
return "get_cost_estimation"
# GetCostEstimationPaginatorName definition
GetCostEstimationPaginatorName = Literal[
"get_cost_estimation",
]
GetResourceCollectionPaginatorName#
# GetResourceCollectionPaginatorName usage example
from mypy_boto3_devops_guru.literals import GetResourceCollectionPaginatorName
def get_value() -> GetResourceCollectionPaginatorName:
return "get_resource_collection"
# GetResourceCollectionPaginatorName definition
GetResourceCollectionPaginatorName = Literal[
"get_resource_collection",
]
InsightFeedbackOptionType#
# InsightFeedbackOptionType usage example
from mypy_boto3_devops_guru.literals import InsightFeedbackOptionType
def get_value() -> InsightFeedbackOptionType:
return "ALERT_TOO_SENSITIVE"
# InsightFeedbackOptionType definition
InsightFeedbackOptionType = Literal[
"ALERT_TOO_SENSITIVE",
"DATA_INCORRECT",
"DATA_NOISY_ANOMALY",
"RECOMMENDATION_USEFUL",
"VALID_COLLECTION",
]
InsightSeverityType#
# InsightSeverityType usage example
from mypy_boto3_devops_guru.literals import InsightSeverityType
def get_value() -> InsightSeverityType:
return "HIGH"
# InsightSeverityType definition
InsightSeverityType = Literal[
"HIGH",
"LOW",
"MEDIUM",
]
InsightStatusType#
# InsightStatusType usage example
from mypy_boto3_devops_guru.literals import InsightStatusType
def get_value() -> InsightStatusType:
return "CLOSED"
# InsightStatusType definition
InsightStatusType = Literal[
"CLOSED",
"ONGOING",
]
InsightTypeType#
# InsightTypeType usage example
from mypy_boto3_devops_guru.literals import InsightTypeType
def get_value() -> InsightTypeType:
return "PROACTIVE"
# InsightTypeType definition
InsightTypeType = Literal[
"PROACTIVE",
"REACTIVE",
]
ListAnomaliesForInsightPaginatorName#
# ListAnomaliesForInsightPaginatorName usage example
from mypy_boto3_devops_guru.literals import ListAnomaliesForInsightPaginatorName
def get_value() -> ListAnomaliesForInsightPaginatorName:
return "list_anomalies_for_insight"
# ListAnomaliesForInsightPaginatorName definition
ListAnomaliesForInsightPaginatorName = Literal[
"list_anomalies_for_insight",
]
ListAnomalousLogGroupsPaginatorName#
# ListAnomalousLogGroupsPaginatorName usage example
from mypy_boto3_devops_guru.literals import ListAnomalousLogGroupsPaginatorName
def get_value() -> ListAnomalousLogGroupsPaginatorName:
return "list_anomalous_log_groups"
# ListAnomalousLogGroupsPaginatorName definition
ListAnomalousLogGroupsPaginatorName = Literal[
"list_anomalous_log_groups",
]
ListEventsPaginatorName#
# ListEventsPaginatorName usage example
from mypy_boto3_devops_guru.literals import ListEventsPaginatorName
def get_value() -> ListEventsPaginatorName:
return "list_events"
# ListEventsPaginatorName definition
ListEventsPaginatorName = Literal[
"list_events",
]
ListInsightsPaginatorName#
# ListInsightsPaginatorName usage example
from mypy_boto3_devops_guru.literals import ListInsightsPaginatorName
def get_value() -> ListInsightsPaginatorName:
return "list_insights"
# ListInsightsPaginatorName definition
ListInsightsPaginatorName = Literal[
"list_insights",
]
ListMonitoredResourcesPaginatorName#
# ListMonitoredResourcesPaginatorName usage example
from mypy_boto3_devops_guru.literals import ListMonitoredResourcesPaginatorName
def get_value() -> ListMonitoredResourcesPaginatorName:
return "list_monitored_resources"
# ListMonitoredResourcesPaginatorName definition
ListMonitoredResourcesPaginatorName = Literal[
"list_monitored_resources",
]
ListNotificationChannelsPaginatorName#
# ListNotificationChannelsPaginatorName usage example
from mypy_boto3_devops_guru.literals import ListNotificationChannelsPaginatorName
def get_value() -> ListNotificationChannelsPaginatorName:
return "list_notification_channels"
# ListNotificationChannelsPaginatorName definition
ListNotificationChannelsPaginatorName = Literal[
"list_notification_channels",
]
ListOrganizationInsightsPaginatorName#
# ListOrganizationInsightsPaginatorName usage example
from mypy_boto3_devops_guru.literals import ListOrganizationInsightsPaginatorName
def get_value() -> ListOrganizationInsightsPaginatorName:
return "list_organization_insights"
# ListOrganizationInsightsPaginatorName definition
ListOrganizationInsightsPaginatorName = Literal[
"list_organization_insights",
]
ListRecommendationsPaginatorName#
# ListRecommendationsPaginatorName usage example
from mypy_boto3_devops_guru.literals import ListRecommendationsPaginatorName
def get_value() -> ListRecommendationsPaginatorName:
return "list_recommendations"
# ListRecommendationsPaginatorName definition
ListRecommendationsPaginatorName = Literal[
"list_recommendations",
]
LocaleType#
# LocaleType usage example
from mypy_boto3_devops_guru.literals import LocaleType
def get_value() -> LocaleType:
return "DE_DE"
# LocaleType definition
LocaleType = Literal[
"DE_DE",
"EN_GB",
"EN_US",
"ES_ES",
"FR_FR",
"IT_IT",
"JA_JP",
"KO_KR",
"PT_BR",
"ZH_CN",
"ZH_TW",
]
LogAnomalyTypeType#
# LogAnomalyTypeType usage example
from mypy_boto3_devops_guru.literals import LogAnomalyTypeType
def get_value() -> LogAnomalyTypeType:
return "BLOCK_FORMAT"
# LogAnomalyTypeType definition
LogAnomalyTypeType = Literal[
"BLOCK_FORMAT",
"FORMAT",
"HTTP_CODE",
"KEYWORD",
"KEYWORD_TOKEN",
"NEW_FIELD_NAME",
"NUMERICAL_NAN",
"NUMERICAL_POINT",
]
NotificationMessageTypeType#
# NotificationMessageTypeType usage example
from mypy_boto3_devops_guru.literals import NotificationMessageTypeType
def get_value() -> NotificationMessageTypeType:
return "CLOSED_INSIGHT"
# NotificationMessageTypeType definition
NotificationMessageTypeType = Literal[
"CLOSED_INSIGHT",
"NEW_ASSOCIATION",
"NEW_INSIGHT",
"NEW_RECOMMENDATION",
"SEVERITY_UPGRADED",
]
OptInStatusType#
# OptInStatusType usage example
from mypy_boto3_devops_guru.literals import OptInStatusType
def get_value() -> OptInStatusType:
return "DISABLED"
# OptInStatusType definition
OptInStatusType = Literal[
"DISABLED",
"ENABLED",
]
OrganizationResourceCollectionTypeType#
# OrganizationResourceCollectionTypeType usage example
from mypy_boto3_devops_guru.literals import OrganizationResourceCollectionTypeType
def get_value() -> OrganizationResourceCollectionTypeType:
return "AWS_ACCOUNT"
# OrganizationResourceCollectionTypeType definition
OrganizationResourceCollectionTypeType = Literal[
"AWS_ACCOUNT",
"AWS_CLOUD_FORMATION",
"AWS_SERVICE",
"AWS_TAGS",
]
ResourceCollectionTypeType#
# ResourceCollectionTypeType usage example
from mypy_boto3_devops_guru.literals import ResourceCollectionTypeType
def get_value() -> ResourceCollectionTypeType:
return "AWS_CLOUD_FORMATION"
# ResourceCollectionTypeType definition
ResourceCollectionTypeType = Literal[
"AWS_CLOUD_FORMATION",
"AWS_SERVICE",
"AWS_TAGS",
]
ResourcePermissionType#
# ResourcePermissionType usage example
from mypy_boto3_devops_guru.literals import ResourcePermissionType
def get_value() -> ResourcePermissionType:
return "FULL_PERMISSION"
# ResourcePermissionType definition
ResourcePermissionType = Literal[
"FULL_PERMISSION",
"MISSING_PERMISSION",
]
ResourceTypeFilterType#
# ResourceTypeFilterType usage example
from mypy_boto3_devops_guru.literals import ResourceTypeFilterType
def get_value() -> ResourceTypeFilterType:
return "CLOUDFRONT_DISTRIBUTION"
# ResourceTypeFilterType definition
ResourceTypeFilterType = Literal[
"CLOUDFRONT_DISTRIBUTION",
"DYNAMODB_TABLE",
"EC2_NAT_GATEWAY",
"ECS_CLUSTER",
"ECS_SERVICE",
"EKS_CLUSTER",
"ELASTIC_BEANSTALK_ENVIRONMENT",
"ELASTIC_LOAD_BALANCER_LOAD_BALANCER",
"ELASTIC_LOAD_BALANCING_V2_LOAD_BALANCER",
"ELASTIC_LOAD_BALANCING_V2_TARGET_GROUP",
"ELASTICACHE_CACHE_CLUSTER",
"ELASTICSEARCH_DOMAIN",
"KINESIS_STREAM",
"LAMBDA_FUNCTION",
"LOG_GROUPS",
"OPEN_SEARCH_SERVICE_DOMAIN",
"RDS_DB_CLUSTER",
"RDS_DB_INSTANCE",
"REDSHIFT_CLUSTER",
"ROUTE53_HEALTH_CHECK",
"ROUTE53_HOSTED_ZONE",
"S3_BUCKET",
"SAGEMAKER_ENDPOINT",
"SNS_TOPIC",
"SQS_QUEUE",
"STEP_FUNCTIONS_ACTIVITY",
"STEP_FUNCTIONS_STATE_MACHINE",
]
SearchInsightsPaginatorName#
# SearchInsightsPaginatorName usage example
from mypy_boto3_devops_guru.literals import SearchInsightsPaginatorName
def get_value() -> SearchInsightsPaginatorName:
return "search_insights"
# SearchInsightsPaginatorName definition
SearchInsightsPaginatorName = Literal[
"search_insights",
]
SearchOrganizationInsightsPaginatorName#
# SearchOrganizationInsightsPaginatorName usage example
from mypy_boto3_devops_guru.literals import SearchOrganizationInsightsPaginatorName
def get_value() -> SearchOrganizationInsightsPaginatorName:
return "search_organization_insights"
# SearchOrganizationInsightsPaginatorName definition
SearchOrganizationInsightsPaginatorName = Literal[
"search_organization_insights",
]
ServerSideEncryptionTypeType#
# ServerSideEncryptionTypeType usage example
from mypy_boto3_devops_guru.literals import ServerSideEncryptionTypeType
def get_value() -> ServerSideEncryptionTypeType:
return "AWS_OWNED_KMS_KEY"
# ServerSideEncryptionTypeType definition
ServerSideEncryptionTypeType = Literal[
"AWS_OWNED_KMS_KEY",
"CUSTOMER_MANAGED_KEY",
]
ServiceNameType#
# ServiceNameType usage example
from mypy_boto3_devops_guru.literals import ServiceNameType
def get_value() -> ServiceNameType:
return "API_GATEWAY"
# ServiceNameType definition
ServiceNameType = Literal[
"API_GATEWAY",
"APPLICATION_ELB",
"AUTO_SCALING_GROUP",
"CLOUD_FRONT",
"DYNAMO_DB",
"EC2",
"ECS",
"EKS",
"ELASTI_CACHE",
"ELASTIC_BEANSTALK",
"ELB",
"ES",
"KINESIS",
"LAMBDA",
"NAT_GATEWAY",
"NETWORK_ELB",
"RDS",
"REDSHIFT",
"ROUTE_53",
"S3",
"SAGE_MAKER",
"SNS",
"SQS",
"STEP_FUNCTIONS",
"SWF",
]
UpdateResourceCollectionActionType#
# UpdateResourceCollectionActionType usage example
from mypy_boto3_devops_guru.literals import UpdateResourceCollectionActionType
def get_value() -> UpdateResourceCollectionActionType:
return "ADD"
# UpdateResourceCollectionActionType definition
UpdateResourceCollectionActionType = Literal[
"ADD",
"REMOVE",
]
DevOpsGuruServiceName#
# DevOpsGuruServiceName usage example
from mypy_boto3_devops_guru.literals import DevOpsGuruServiceName
def get_value() -> DevOpsGuruServiceName:
return "devops-guru"
# DevOpsGuruServiceName definition
DevOpsGuruServiceName = Literal[
"devops-guru",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_devops_guru.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_devops_guru.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_devops_guru.literals import PaginatorName
def get_value() -> PaginatorName:
return "describe_organization_resource_collection_health"
# PaginatorName definition
PaginatorName = Literal[
"describe_organization_resource_collection_health",
"describe_resource_collection_health",
"get_cost_estimation",
"get_resource_collection",
"list_anomalies_for_insight",
"list_anomalous_log_groups",
"list_events",
"list_insights",
"list_monitored_resources",
"list_notification_channels",
"list_organization_insights",
"list_recommendations",
"search_insights",
"search_organization_insights",
]
RegionName#
# RegionName usage example
from mypy_boto3_devops_guru.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-north-1",
"eu-west-1",
"eu-west-2",
"eu-west-3",
"sa-east-1",
"us-east-1",
"us-east-2",
"us-west-1",
"us-west-2",
]