Literals#
Auto-generated documentation for Budgets type annotations stubs module mypy-boto3-budgets.
ActionStatusType#
# ActionStatusType usage example
from mypy_boto3_budgets.literals import ActionStatusType
def get_value() -> ActionStatusType:
return "EXECUTION_FAILURE"
# ActionStatusType definition
ActionStatusType = Literal[
"EXECUTION_FAILURE",
"EXECUTION_IN_PROGRESS",
"EXECUTION_SUCCESS",
"PENDING",
"RESET_FAILURE",
"RESET_IN_PROGRESS",
"REVERSE_FAILURE",
"REVERSE_IN_PROGRESS",
"REVERSE_SUCCESS",
"STANDBY",
]
ActionSubTypeType#
# ActionSubTypeType usage example
from mypy_boto3_budgets.literals import ActionSubTypeType
def get_value() -> ActionSubTypeType:
return "STOP_EC2_INSTANCES"
# ActionSubTypeType definition
ActionSubTypeType = Literal[
"STOP_EC2_INSTANCES",
"STOP_RDS_INSTANCES",
]
ActionTypeType#
# ActionTypeType usage example
from mypy_boto3_budgets.literals import ActionTypeType
def get_value() -> ActionTypeType:
return "APPLY_IAM_POLICY"
# ActionTypeType definition
ActionTypeType = Literal[
"APPLY_IAM_POLICY",
"APPLY_SCP_POLICY",
"RUN_SSM_DOCUMENTS",
]
ApprovalModelType#
# ApprovalModelType usage example
from mypy_boto3_budgets.literals import ApprovalModelType
def get_value() -> ApprovalModelType:
return "AUTOMATIC"
# ApprovalModelType definition
ApprovalModelType = Literal[
"AUTOMATIC",
"MANUAL",
]
AutoAdjustTypeType#
# AutoAdjustTypeType usage example
from mypy_boto3_budgets.literals import AutoAdjustTypeType
def get_value() -> AutoAdjustTypeType:
return "FORECAST"
# AutoAdjustTypeType definition
AutoAdjustTypeType = Literal[
"FORECAST",
"HISTORICAL",
]
BudgetTypeType#
# BudgetTypeType usage example
from mypy_boto3_budgets.literals import BudgetTypeType
def get_value() -> BudgetTypeType:
return "COST"
# BudgetTypeType definition
BudgetTypeType = Literal[
"COST",
"RI_COVERAGE",
"RI_UTILIZATION",
"SAVINGS_PLANS_COVERAGE",
"SAVINGS_PLANS_UTILIZATION",
"USAGE",
]
ComparisonOperatorType#
# ComparisonOperatorType usage example
from mypy_boto3_budgets.literals import ComparisonOperatorType
def get_value() -> ComparisonOperatorType:
return "EQUAL_TO"
# ComparisonOperatorType definition
ComparisonOperatorType = Literal[
"EQUAL_TO",
"GREATER_THAN",
"LESS_THAN",
]
DescribeBudgetActionHistoriesPaginatorName#
# DescribeBudgetActionHistoriesPaginatorName usage example
from mypy_boto3_budgets.literals import DescribeBudgetActionHistoriesPaginatorName
def get_value() -> DescribeBudgetActionHistoriesPaginatorName:
return "describe_budget_action_histories"
# DescribeBudgetActionHistoriesPaginatorName definition
DescribeBudgetActionHistoriesPaginatorName = Literal[
"describe_budget_action_histories",
]
DescribeBudgetActionsForAccountPaginatorName#
# DescribeBudgetActionsForAccountPaginatorName usage example
from mypy_boto3_budgets.literals import DescribeBudgetActionsForAccountPaginatorName
def get_value() -> DescribeBudgetActionsForAccountPaginatorName:
return "describe_budget_actions_for_account"
# DescribeBudgetActionsForAccountPaginatorName definition
DescribeBudgetActionsForAccountPaginatorName = Literal[
"describe_budget_actions_for_account",
]
DescribeBudgetActionsForBudgetPaginatorName#
# DescribeBudgetActionsForBudgetPaginatorName usage example
from mypy_boto3_budgets.literals import DescribeBudgetActionsForBudgetPaginatorName
def get_value() -> DescribeBudgetActionsForBudgetPaginatorName:
return "describe_budget_actions_for_budget"
# DescribeBudgetActionsForBudgetPaginatorName definition
DescribeBudgetActionsForBudgetPaginatorName = Literal[
"describe_budget_actions_for_budget",
]
DescribeBudgetNotificationsForAccountPaginatorName#
# DescribeBudgetNotificationsForAccountPaginatorName usage example
from mypy_boto3_budgets.literals import DescribeBudgetNotificationsForAccountPaginatorName
def get_value() -> DescribeBudgetNotificationsForAccountPaginatorName:
return "describe_budget_notifications_for_account"
# DescribeBudgetNotificationsForAccountPaginatorName definition
DescribeBudgetNotificationsForAccountPaginatorName = Literal[
"describe_budget_notifications_for_account",
]
DescribeBudgetPerformanceHistoryPaginatorName#
# DescribeBudgetPerformanceHistoryPaginatorName usage example
from mypy_boto3_budgets.literals import DescribeBudgetPerformanceHistoryPaginatorName
def get_value() -> DescribeBudgetPerformanceHistoryPaginatorName:
return "describe_budget_performance_history"
# DescribeBudgetPerformanceHistoryPaginatorName definition
DescribeBudgetPerformanceHistoryPaginatorName = Literal[
"describe_budget_performance_history",
]
DescribeBudgetsPaginatorName#
# DescribeBudgetsPaginatorName usage example
from mypy_boto3_budgets.literals import DescribeBudgetsPaginatorName
def get_value() -> DescribeBudgetsPaginatorName:
return "describe_budgets"
# DescribeBudgetsPaginatorName definition
DescribeBudgetsPaginatorName = Literal[
"describe_budgets",
]
DescribeNotificationsForBudgetPaginatorName#
# DescribeNotificationsForBudgetPaginatorName usage example
from mypy_boto3_budgets.literals import DescribeNotificationsForBudgetPaginatorName
def get_value() -> DescribeNotificationsForBudgetPaginatorName:
return "describe_notifications_for_budget"
# DescribeNotificationsForBudgetPaginatorName definition
DescribeNotificationsForBudgetPaginatorName = Literal[
"describe_notifications_for_budget",
]
DescribeSubscribersForNotificationPaginatorName#
# DescribeSubscribersForNotificationPaginatorName usage example
from mypy_boto3_budgets.literals import DescribeSubscribersForNotificationPaginatorName
def get_value() -> DescribeSubscribersForNotificationPaginatorName:
return "describe_subscribers_for_notification"
# DescribeSubscribersForNotificationPaginatorName definition
DescribeSubscribersForNotificationPaginatorName = Literal[
"describe_subscribers_for_notification",
]
EventTypeType#
# EventTypeType usage example
from mypy_boto3_budgets.literals import EventTypeType
def get_value() -> EventTypeType:
return "CREATE_ACTION"
# EventTypeType definition
EventTypeType = Literal[
"CREATE_ACTION",
"DELETE_ACTION",
"EXECUTE_ACTION",
"SYSTEM",
"UPDATE_ACTION",
]
ExecutionTypeType#
# ExecutionTypeType usage example
from mypy_boto3_budgets.literals import ExecutionTypeType
def get_value() -> ExecutionTypeType:
return "APPROVE_BUDGET_ACTION"
# ExecutionTypeType definition
ExecutionTypeType = Literal[
"APPROVE_BUDGET_ACTION",
"RESET_BUDGET_ACTION",
"RETRY_BUDGET_ACTION",
"REVERSE_BUDGET_ACTION",
]
NotificationStateType#
# NotificationStateType usage example
from mypy_boto3_budgets.literals import NotificationStateType
def get_value() -> NotificationStateType:
return "ALARM"
# NotificationStateType definition
NotificationStateType = Literal[
"ALARM",
"OK",
]
NotificationTypeType#
# NotificationTypeType usage example
from mypy_boto3_budgets.literals import NotificationTypeType
def get_value() -> NotificationTypeType:
return "ACTUAL"
# NotificationTypeType definition
NotificationTypeType = Literal[
"ACTUAL",
"FORECASTED",
]
SubscriptionTypeType#
# SubscriptionTypeType usage example
from mypy_boto3_budgets.literals import SubscriptionTypeType
def get_value() -> SubscriptionTypeType:
return "EMAIL"
# SubscriptionTypeType definition
SubscriptionTypeType = Literal[
"EMAIL",
"SNS",
]
ThresholdTypeType#
# ThresholdTypeType usage example
from mypy_boto3_budgets.literals import ThresholdTypeType
def get_value() -> ThresholdTypeType:
return "ABSOLUTE_VALUE"
# ThresholdTypeType definition
ThresholdTypeType = Literal[
"ABSOLUTE_VALUE",
"PERCENTAGE",
]
TimeUnitType#
# TimeUnitType usage example
from mypy_boto3_budgets.literals import TimeUnitType
def get_value() -> TimeUnitType:
return "ANNUALLY"
# TimeUnitType definition
TimeUnitType = Literal[
"ANNUALLY",
"DAILY",
"MONTHLY",
"QUARTERLY",
]
BudgetsServiceName#
# BudgetsServiceName usage example
from mypy_boto3_budgets.literals import BudgetsServiceName
def get_value() -> BudgetsServiceName:
return "budgets"
# BudgetsServiceName definition
BudgetsServiceName = Literal[
"budgets",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_budgets.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_budgets.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_budgets.literals import PaginatorName
def get_value() -> PaginatorName:
return "describe_budget_action_histories"
# PaginatorName definition
PaginatorName = Literal[
"describe_budget_action_histories",
"describe_budget_actions_for_account",
"describe_budget_actions_for_budget",
"describe_budget_notifications_for_account",
"describe_budget_performance_history",
"describe_budgets",
"describe_notifications_for_budget",
"describe_subscribers_for_notification",
]