Literals#
Index > DevOpsAgentService > Literals
Auto-generated documentation for DevOpsAgentService type annotations stubs module mypy-boto3-devops-agent.
AuthFlowType#
# AuthFlowType usage example
from mypy_boto3_devops_agent.literals import AuthFlowType
def get_value() -> AuthFlowType:
return "iam"
# AuthFlowType definition
AuthFlowType = Literal[
"iam",
"idc",
"idp",
]
EventChannelTypeType#
# EventChannelTypeType usage example
from mypy_boto3_devops_agent.literals import EventChannelTypeType
def get_value() -> EventChannelTypeType:
return "webhook"
# EventChannelTypeType definition
EventChannelTypeType = Literal[
"webhook",
]
ExecutionStatusType#
# ExecutionStatusType usage example
from mypy_boto3_devops_agent.literals import ExecutionStatusType
def get_value() -> ExecutionStatusType:
return "CANCELED"
# ExecutionStatusType definition
ExecutionStatusType = Literal[
"CANCELED",
"FAILED",
"RUNNING",
"STOPPED",
"TIMED_OUT",
]
GitLabTokenTypeType#
# GitLabTokenTypeType usage example
from mypy_boto3_devops_agent.literals import GitLabTokenTypeType
def get_value() -> GitLabTokenTypeType:
return "group"
# GitLabTokenTypeType definition
GitLabTokenTypeType = Literal[
"group",
"personal",
]
GithubRepoOwnerTypeType#
# GithubRepoOwnerTypeType usage example
from mypy_boto3_devops_agent.literals import GithubRepoOwnerTypeType
def get_value() -> GithubRepoOwnerTypeType:
return "organization"
# GithubRepoOwnerTypeType definition
GithubRepoOwnerTypeType = Literal[
"organization",
"user",
]
GoalStatusType#
# GoalStatusType usage example
from mypy_boto3_devops_agent.literals import GoalStatusType
def get_value() -> GoalStatusType:
return "ACTIVE"
# GoalStatusType definition
GoalStatusType = Literal[
"ACTIVE",
"COMPLETE",
"PAUSED",
]
GoalTypeType#
# GoalTypeType usage example
from mypy_boto3_devops_agent.literals import GoalTypeType
def get_value() -> GoalTypeType:
return "CUSTOMER_DEFINED"
# GoalTypeType definition
GoalTypeType = Literal[
"CUSTOMER_DEFINED",
"ONCALL_REPORT",
]
IpAddressTypeType#
# IpAddressTypeType usage example
from mypy_boto3_devops_agent.literals import IpAddressTypeType
def get_value() -> IpAddressTypeType:
return "DUAL_STACK"
# IpAddressTypeType definition
IpAddressTypeType = Literal[
"DUAL_STACK",
"IPV4",
"IPV6",
]
ListAgentSpacesPaginatorName#
# ListAgentSpacesPaginatorName usage example
from mypy_boto3_devops_agent.literals import ListAgentSpacesPaginatorName
def get_value() -> ListAgentSpacesPaginatorName:
return "list_agent_spaces"
# ListAgentSpacesPaginatorName definition
ListAgentSpacesPaginatorName = Literal[
"list_agent_spaces",
]
ListAssociationsPaginatorName#
# ListAssociationsPaginatorName usage example
from mypy_boto3_devops_agent.literals import ListAssociationsPaginatorName
def get_value() -> ListAssociationsPaginatorName:
return "list_associations"
# ListAssociationsPaginatorName definition
ListAssociationsPaginatorName = Literal[
"list_associations",
]
ListBacklogTasksPaginatorName#
# ListBacklogTasksPaginatorName usage example
from mypy_boto3_devops_agent.literals import ListBacklogTasksPaginatorName
def get_value() -> ListBacklogTasksPaginatorName:
return "list_backlog_tasks"
# ListBacklogTasksPaginatorName definition
ListBacklogTasksPaginatorName = Literal[
"list_backlog_tasks",
]
ListExecutionsPaginatorName#
# ListExecutionsPaginatorName usage example
from mypy_boto3_devops_agent.literals import ListExecutionsPaginatorName
def get_value() -> ListExecutionsPaginatorName:
return "list_executions"
# ListExecutionsPaginatorName definition
ListExecutionsPaginatorName = Literal[
"list_executions",
]
ListGoalsPaginatorName#
# ListGoalsPaginatorName usage example
from mypy_boto3_devops_agent.literals import ListGoalsPaginatorName
def get_value() -> ListGoalsPaginatorName:
return "list_goals"
# ListGoalsPaginatorName definition
ListGoalsPaginatorName = Literal[
"list_goals",
]
ListJournalRecordsPaginatorName#
# ListJournalRecordsPaginatorName usage example
from mypy_boto3_devops_agent.literals import ListJournalRecordsPaginatorName
def get_value() -> ListJournalRecordsPaginatorName:
return "list_journal_records"
# ListJournalRecordsPaginatorName definition
ListJournalRecordsPaginatorName = Literal[
"list_journal_records",
]
ListServicesPaginatorName#
# ListServicesPaginatorName usage example
from mypy_boto3_devops_agent.literals import ListServicesPaginatorName
def get_value() -> ListServicesPaginatorName:
return "list_services"
# ListServicesPaginatorName definition
ListServicesPaginatorName = Literal[
"list_services",
]
MCPServerAuthorizationMethodType#
# MCPServerAuthorizationMethodType usage example
from mypy_boto3_devops_agent.literals import MCPServerAuthorizationMethodType
def get_value() -> MCPServerAuthorizationMethodType:
return "api-key"
# MCPServerAuthorizationMethodType definition
MCPServerAuthorizationMethodType = Literal[
"api-key",
"bearer-token",
"oauth-3lo",
"oauth-client-credentials",
]
MonitorAccountTypeType#
# MonitorAccountTypeType usage example
from mypy_boto3_devops_agent.literals import MonitorAccountTypeType
def get_value() -> MonitorAccountTypeType:
return "monitor"
# MonitorAccountTypeType definition
MonitorAccountTypeType = Literal[
"monitor",
]
NewRelicRegionType#
# NewRelicRegionType usage example
from mypy_boto3_devops_agent.literals import NewRelicRegionType
def get_value() -> NewRelicRegionType:
return "EU"
# NewRelicRegionType definition
NewRelicRegionType = Literal[
"EU",
"US",
]
OrderTypeType#
# OrderTypeType usage example
from mypy_boto3_devops_agent.literals import OrderTypeType
def get_value() -> OrderTypeType:
return "ASC"
# OrderTypeType definition
OrderTypeType = Literal[
"ASC",
"DESC",
]
PostRegisterServiceSupportedServiceType#
# PostRegisterServiceSupportedServiceType usage example
from mypy_boto3_devops_agent.literals import PostRegisterServiceSupportedServiceType
def get_value() -> PostRegisterServiceSupportedServiceType:
return "azureidentity"
# PostRegisterServiceSupportedServiceType definition
PostRegisterServiceSupportedServiceType = Literal[
"azureidentity",
"dynatrace",
"eventChannel",
"gitlab",
"mcpserver",
"mcpserverdatadog",
"mcpservergrafana",
"mcpservernewrelic",
"mcpserversigv4",
"mcpserversplunk",
"pagerduty",
"servicenow",
]
PriorityType#
# PriorityType usage example
from mypy_boto3_devops_agent.literals import PriorityType
def get_value() -> PriorityType:
return "CRITICAL"
# PriorityType definition
PriorityType = Literal[
"CRITICAL",
"HIGH",
"LOW",
"MEDIUM",
"MINIMAL",
]
PrivateConnectionStatusType#
# PrivateConnectionStatusType usage example
from mypy_boto3_devops_agent.literals import PrivateConnectionStatusType
def get_value() -> PrivateConnectionStatusType:
return "ACTIVE"
# PrivateConnectionStatusType definition
PrivateConnectionStatusType = Literal[
"ACTIVE",
"CREATE_FAILED",
"CREATE_IN_PROGRESS",
"DELETE_FAILED",
"DELETE_IN_PROGRESS",
]
PrivateConnectionTypeType#
# PrivateConnectionTypeType usage example
from mypy_boto3_devops_agent.literals import PrivateConnectionTypeType
def get_value() -> PrivateConnectionTypeType:
return "SELF_MANAGED"
# PrivateConnectionTypeType definition
PrivateConnectionTypeType = Literal[
"SELF_MANAGED",
"SERVICE_MANAGED",
]
RecommendationPriorityType#
# RecommendationPriorityType usage example
from mypy_boto3_devops_agent.literals import RecommendationPriorityType
def get_value() -> RecommendationPriorityType:
return "HIGH"
# RecommendationPriorityType definition
RecommendationPriorityType = Literal[
"HIGH",
"LOW",
"MEDIUM",
]
RecommendationStatusType#
# RecommendationStatusType usage example
from mypy_boto3_devops_agent.literals import RecommendationStatusType
def get_value() -> RecommendationStatusType:
return "ACCEPTED"
# RecommendationStatusType definition
RecommendationStatusType = Literal[
"ACCEPTED",
"CLOSED",
"COMPLETED",
"PROPOSED",
"REJECTED",
"UPDATE_IN_PROGRESS",
]
SchedulerStateType#
# SchedulerStateType usage example
from mypy_boto3_devops_agent.literals import SchedulerStateType
def get_value() -> SchedulerStateType:
return "DISABLED"
# SchedulerStateType definition
SchedulerStateType = Literal[
"DISABLED",
"ENABLED",
]
ServiceType#
# ServiceType usage example
from mypy_boto3_devops_agent.literals import ServiceType
def get_value() -> ServiceType:
return "azure"
# ServiceType definition
ServiceType = Literal[
"azure",
"azuredevops",
"azureidentity",
"dynatrace",
"eventChannel",
"github",
"gitlab",
"mcpserver",
"mcpserverdatadog",
"mcpservergrafana",
"mcpservernewrelic",
"mcpserversigv4",
"mcpserversplunk",
"msteams",
"pagerduty",
"servicenow",
"slack",
]
SourceAccountTypeType#
# SourceAccountTypeType usage example
from mypy_boto3_devops_agent.literals import SourceAccountTypeType
def get_value() -> SourceAccountTypeType:
return "source"
# SourceAccountTypeType definition
SourceAccountTypeType = Literal[
"source",
]
TaskSortFieldType#
# TaskSortFieldType usage example
from mypy_boto3_devops_agent.literals import TaskSortFieldType
def get_value() -> TaskSortFieldType:
return "CREATED_AT"
# TaskSortFieldType definition
TaskSortFieldType = Literal[
"CREATED_AT",
"PRIORITY",
]
TaskSortOrderType#
# TaskSortOrderType usage example
from mypy_boto3_devops_agent.literals import TaskSortOrderType
def get_value() -> TaskSortOrderType:
return "ASC"
# TaskSortOrderType definition
TaskSortOrderType = Literal[
"ASC",
"DESC",
]
TaskStatusType#
# TaskStatusType usage example
from mypy_boto3_devops_agent.literals import TaskStatusType
def get_value() -> TaskStatusType:
return "CANCELED"
# TaskStatusType definition
TaskStatusType = Literal[
"CANCELED",
"COMPLETED",
"FAILED",
"IN_PROGRESS",
"LINKED",
"PENDING_CUSTOMER_APPROVAL",
"PENDING_START",
"PENDING_TRIAGE",
"TIMED_OUT",
]
TaskTypeType#
# TaskTypeType usage example
from mypy_boto3_devops_agent.literals import TaskTypeType
def get_value() -> TaskTypeType:
return "EVALUATION"
# TaskTypeType definition
TaskTypeType = Literal[
"EVALUATION",
"INVESTIGATION",
]
UserTypeType#
# UserTypeType usage example
from mypy_boto3_devops_agent.literals import UserTypeType
def get_value() -> UserTypeType:
return "IAM"
# UserTypeType definition
UserTypeType = Literal[
"IAM",
"IDC",
"IDP",
]
ValidationStatusType#
# ValidationStatusType usage example
from mypy_boto3_devops_agent.literals import ValidationStatusType
def get_value() -> ValidationStatusType:
return "invalid"
# ValidationStatusType definition
ValidationStatusType = Literal[
"invalid",
"pending-confirmation",
"valid",
]
WebhookTypeType#
# WebhookTypeType usage example
from mypy_boto3_devops_agent.literals import WebhookTypeType
def get_value() -> WebhookTypeType:
return "apikey"
# WebhookTypeType definition
WebhookTypeType = Literal[
"apikey",
"gitlab",
"hmac",
"pagerduty",
]
DevOpsAgentServiceServiceName#
# DevOpsAgentServiceServiceName usage example
from mypy_boto3_devops_agent.literals import DevOpsAgentServiceServiceName
def get_value() -> DevOpsAgentServiceServiceName:
return "devops-agent"
# DevOpsAgentServiceServiceName definition
DevOpsAgentServiceServiceName = Literal[
"devops-agent",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_devops_agent.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",
"compute-optimizer-automation",
"config",
"connect",
"connect-contact-lens",
"connectcampaigns",
"connectcampaignsv2",
"connectcases",
"connecthealth",
"connectparticipant",
"controlcatalog",
"controltower",
"cost-optimization-hub",
"cur",
"customer-profiles",
"databrew",
"dataexchange",
"datapipeline",
"datasync",
"datazone",
"dax",
"deadline",
"detective",
"devicefarm",
"devops-agent",
"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",
"elb",
"elbv2",
"elementalinference",
"emr",
"emr-containers",
"emr-serverless",
"entityresolution",
"es",
"events",
"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",
"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",
"mwaa-serverless",
"neptune",
"neptune-graph",
"neptunedata",
"network-firewall",
"networkflowmonitor",
"networkmanager",
"networkmonitor",
"notifications",
"notificationscontacts",
"nova-act",
"oam",
"observabilityadmin",
"odb",
"omics",
"opensearch",
"opensearchserverless",
"organizations",
"osis",
"outposts",
"panorama",
"partnercentral-account",
"partnercentral-benefits",
"partnercentral-channel",
"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",
"route53globalresolver",
"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",
"signer-data",
"signin",
"simpledbv2",
"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",
"uxc",
"verifiedpermissions",
"voice-id",
"vpc-lattice",
"waf",
"waf-regional",
"wafv2",
"wellarchitected",
"wickr",
"wisdom",
"workdocs",
"workmail",
"workmailmessageflow",
"workspaces",
"workspaces-instances",
"workspaces-thin-client",
"workspaces-web",
"xray",
]
ResourceServiceName#
# ResourceServiceName usage example
from mypy_boto3_devops_agent.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 mypy_boto3_devops_agent.literals import PaginatorName
def get_value() -> PaginatorName:
return "list_agent_spaces"
# PaginatorName definition
PaginatorName = Literal[
"list_agent_spaces",
"list_associations",
"list_backlog_tasks",
"list_executions",
"list_goals",
"list_journal_records",
"list_services",
]