Literals#
Index > BillingandCostManagementPricingCalculator > Literals
Auto-generated documentation for BillingandCostManagementPricingCalculator type annotations stubs module mypy-boto3-bcm-pricing-calculator.
BatchCreateBillScenarioCommitmentModificationErrorCodeType#
# BatchCreateBillScenarioCommitmentModificationErrorCodeType usage example
from mypy_boto3_bcm_pricing_calculator.literals import BatchCreateBillScenarioCommitmentModificationErrorCodeType
def get_value() -> BatchCreateBillScenarioCommitmentModificationErrorCodeType:
return "CONFLICT"
# BatchCreateBillScenarioCommitmentModificationErrorCodeType definition
BatchCreateBillScenarioCommitmentModificationErrorCodeType = Literal[
"CONFLICT",
"INTERNAL_SERVER_ERROR",
"INVALID_ACCOUNT",
]
BatchCreateBillScenarioUsageModificationErrorCodeType#
# BatchCreateBillScenarioUsageModificationErrorCodeType usage example
from mypy_boto3_bcm_pricing_calculator.literals import BatchCreateBillScenarioUsageModificationErrorCodeType
def get_value() -> BatchCreateBillScenarioUsageModificationErrorCodeType:
return "BAD_REQUEST"
# BatchCreateBillScenarioUsageModificationErrorCodeType definition
BatchCreateBillScenarioUsageModificationErrorCodeType = Literal[
"BAD_REQUEST",
"CONFLICT",
"INTERNAL_SERVER_ERROR",
"NOT_FOUND",
]
BatchCreateWorkloadEstimateUsageCodeType#
# BatchCreateWorkloadEstimateUsageCodeType usage example
from mypy_boto3_bcm_pricing_calculator.literals import BatchCreateWorkloadEstimateUsageCodeType
def get_value() -> BatchCreateWorkloadEstimateUsageCodeType:
return "BAD_REQUEST"
# BatchCreateWorkloadEstimateUsageCodeType definition
BatchCreateWorkloadEstimateUsageCodeType = Literal[
"BAD_REQUEST",
"CONFLICT",
"INTERNAL_SERVER_ERROR",
"NOT_FOUND",
]
BatchDeleteBillScenarioCommitmentModificationErrorCodeType#
# BatchDeleteBillScenarioCommitmentModificationErrorCodeType usage example
from mypy_boto3_bcm_pricing_calculator.literals import BatchDeleteBillScenarioCommitmentModificationErrorCodeType
def get_value() -> BatchDeleteBillScenarioCommitmentModificationErrorCodeType:
return "BAD_REQUEST"
# BatchDeleteBillScenarioCommitmentModificationErrorCodeType definition
BatchDeleteBillScenarioCommitmentModificationErrorCodeType = Literal[
"BAD_REQUEST",
"CONFLICT",
"INTERNAL_SERVER_ERROR",
]
BatchDeleteBillScenarioUsageModificationErrorCodeType#
# BatchDeleteBillScenarioUsageModificationErrorCodeType usage example
from mypy_boto3_bcm_pricing_calculator.literals import BatchDeleteBillScenarioUsageModificationErrorCodeType
def get_value() -> BatchDeleteBillScenarioUsageModificationErrorCodeType:
return "BAD_REQUEST"
# BatchDeleteBillScenarioUsageModificationErrorCodeType definition
BatchDeleteBillScenarioUsageModificationErrorCodeType = Literal[
"BAD_REQUEST",
"CONFLICT",
"INTERNAL_SERVER_ERROR",
]
BatchUpdateBillScenarioCommitmentModificationErrorCodeType#
# BatchUpdateBillScenarioCommitmentModificationErrorCodeType usage example
from mypy_boto3_bcm_pricing_calculator.literals import BatchUpdateBillScenarioCommitmentModificationErrorCodeType
def get_value() -> BatchUpdateBillScenarioCommitmentModificationErrorCodeType:
return "BAD_REQUEST"
# BatchUpdateBillScenarioCommitmentModificationErrorCodeType definition
BatchUpdateBillScenarioCommitmentModificationErrorCodeType = Literal[
"BAD_REQUEST",
"CONFLICT",
"INTERNAL_SERVER_ERROR",
"NOT_FOUND",
]
BatchUpdateBillScenarioUsageModificationErrorCodeType#
# BatchUpdateBillScenarioUsageModificationErrorCodeType usage example
from mypy_boto3_bcm_pricing_calculator.literals import BatchUpdateBillScenarioUsageModificationErrorCodeType
def get_value() -> BatchUpdateBillScenarioUsageModificationErrorCodeType:
return "BAD_REQUEST"
# BatchUpdateBillScenarioUsageModificationErrorCodeType definition
BatchUpdateBillScenarioUsageModificationErrorCodeType = Literal[
"BAD_REQUEST",
"CONFLICT",
"INTERNAL_SERVER_ERROR",
"NOT_FOUND",
]
BillEstimateStatusType#
# BillEstimateStatusType usage example
from mypy_boto3_bcm_pricing_calculator.literals import BillEstimateStatusType
def get_value() -> BillEstimateStatusType:
return "COMPLETE"
# BillEstimateStatusType definition
BillEstimateStatusType = Literal[
"COMPLETE",
"FAILED",
"IN_PROGRESS",
]
BillScenarioStatusType#
# BillScenarioStatusType usage example
from mypy_boto3_bcm_pricing_calculator.literals import BillScenarioStatusType
def get_value() -> BillScenarioStatusType:
return "FAILED"
# BillScenarioStatusType definition
BillScenarioStatusType = Literal[
"FAILED",
"LOCKED",
"READY",
]
CurrencyCodeType#
# CurrencyCodeType usage example
from mypy_boto3_bcm_pricing_calculator.literals import CurrencyCodeType
def get_value() -> CurrencyCodeType:
return "USD"
# CurrencyCodeType definition
CurrencyCodeType = Literal[
"USD",
]
ListBillEstimateCommitmentsPaginatorName#
# ListBillEstimateCommitmentsPaginatorName usage example
from mypy_boto3_bcm_pricing_calculator.literals import ListBillEstimateCommitmentsPaginatorName
def get_value() -> ListBillEstimateCommitmentsPaginatorName:
return "list_bill_estimate_commitments"
# ListBillEstimateCommitmentsPaginatorName definition
ListBillEstimateCommitmentsPaginatorName = Literal[
"list_bill_estimate_commitments",
]
ListBillEstimateInputCommitmentModificationsPaginatorName#
# ListBillEstimateInputCommitmentModificationsPaginatorName usage example
from mypy_boto3_bcm_pricing_calculator.literals import ListBillEstimateInputCommitmentModificationsPaginatorName
def get_value() -> ListBillEstimateInputCommitmentModificationsPaginatorName:
return "list_bill_estimate_input_commitment_modifications"
# ListBillEstimateInputCommitmentModificationsPaginatorName definition
ListBillEstimateInputCommitmentModificationsPaginatorName = Literal[
"list_bill_estimate_input_commitment_modifications",
]
ListBillEstimateInputUsageModificationsPaginatorName#
# ListBillEstimateInputUsageModificationsPaginatorName usage example
from mypy_boto3_bcm_pricing_calculator.literals import ListBillEstimateInputUsageModificationsPaginatorName
def get_value() -> ListBillEstimateInputUsageModificationsPaginatorName:
return "list_bill_estimate_input_usage_modifications"
# ListBillEstimateInputUsageModificationsPaginatorName definition
ListBillEstimateInputUsageModificationsPaginatorName = Literal[
"list_bill_estimate_input_usage_modifications",
]
ListBillEstimateLineItemsFilterNameType#
# ListBillEstimateLineItemsFilterNameType usage example
from mypy_boto3_bcm_pricing_calculator.literals import ListBillEstimateLineItemsFilterNameType
def get_value() -> ListBillEstimateLineItemsFilterNameType:
return "LINE_ITEM_TYPE"
# ListBillEstimateLineItemsFilterNameType definition
ListBillEstimateLineItemsFilterNameType = Literal[
"LINE_ITEM_TYPE",
"LOCATION",
"OPERATION",
"SERVICE_CODE",
"USAGE_ACCOUNT_ID",
"USAGE_TYPE",
]
ListBillEstimateLineItemsPaginatorName#
# ListBillEstimateLineItemsPaginatorName usage example
from mypy_boto3_bcm_pricing_calculator.literals import ListBillEstimateLineItemsPaginatorName
def get_value() -> ListBillEstimateLineItemsPaginatorName:
return "list_bill_estimate_line_items"
# ListBillEstimateLineItemsPaginatorName definition
ListBillEstimateLineItemsPaginatorName = Literal[
"list_bill_estimate_line_items",
]
ListBillEstimatesFilterNameType#
# ListBillEstimatesFilterNameType usage example
from mypy_boto3_bcm_pricing_calculator.literals import ListBillEstimatesFilterNameType
def get_value() -> ListBillEstimatesFilterNameType:
return "NAME"
# ListBillEstimatesFilterNameType definition
ListBillEstimatesFilterNameType = Literal[
"NAME",
"STATUS",
]
ListBillEstimatesPaginatorName#
# ListBillEstimatesPaginatorName usage example
from mypy_boto3_bcm_pricing_calculator.literals import ListBillEstimatesPaginatorName
def get_value() -> ListBillEstimatesPaginatorName:
return "list_bill_estimates"
# ListBillEstimatesPaginatorName definition
ListBillEstimatesPaginatorName = Literal[
"list_bill_estimates",
]
ListBillScenarioCommitmentModificationsPaginatorName#
# ListBillScenarioCommitmentModificationsPaginatorName usage example
from mypy_boto3_bcm_pricing_calculator.literals import ListBillScenarioCommitmentModificationsPaginatorName
def get_value() -> ListBillScenarioCommitmentModificationsPaginatorName:
return "list_bill_scenario_commitment_modifications"
# ListBillScenarioCommitmentModificationsPaginatorName definition
ListBillScenarioCommitmentModificationsPaginatorName = Literal[
"list_bill_scenario_commitment_modifications",
]
ListBillScenarioUsageModificationsPaginatorName#
# ListBillScenarioUsageModificationsPaginatorName usage example
from mypy_boto3_bcm_pricing_calculator.literals import ListBillScenarioUsageModificationsPaginatorName
def get_value() -> ListBillScenarioUsageModificationsPaginatorName:
return "list_bill_scenario_usage_modifications"
# ListBillScenarioUsageModificationsPaginatorName definition
ListBillScenarioUsageModificationsPaginatorName = Literal[
"list_bill_scenario_usage_modifications",
]
ListBillScenariosFilterNameType#
# ListBillScenariosFilterNameType usage example
from mypy_boto3_bcm_pricing_calculator.literals import ListBillScenariosFilterNameType
def get_value() -> ListBillScenariosFilterNameType:
return "NAME"
# ListBillScenariosFilterNameType definition
ListBillScenariosFilterNameType = Literal[
"NAME",
"STATUS",
]
ListBillScenariosPaginatorName#
# ListBillScenariosPaginatorName usage example
from mypy_boto3_bcm_pricing_calculator.literals import ListBillScenariosPaginatorName
def get_value() -> ListBillScenariosPaginatorName:
return "list_bill_scenarios"
# ListBillScenariosPaginatorName definition
ListBillScenariosPaginatorName = Literal[
"list_bill_scenarios",
]
ListUsageFilterNameType#
# ListUsageFilterNameType usage example
from mypy_boto3_bcm_pricing_calculator.literals import ListUsageFilterNameType
def get_value() -> ListUsageFilterNameType:
return "HISTORICAL_LOCATION"
# ListUsageFilterNameType definition
ListUsageFilterNameType = Literal[
"HISTORICAL_LOCATION",
"HISTORICAL_OPERATION",
"HISTORICAL_SERVICE_CODE",
"HISTORICAL_USAGE_ACCOUNT_ID",
"HISTORICAL_USAGE_TYPE",
"LOCATION",
"OPERATION",
"SERVICE_CODE",
"USAGE_ACCOUNT_ID",
"USAGE_GROUP",
"USAGE_TYPE",
]
ListWorkloadEstimateUsagePaginatorName#
# ListWorkloadEstimateUsagePaginatorName usage example
from mypy_boto3_bcm_pricing_calculator.literals import ListWorkloadEstimateUsagePaginatorName
def get_value() -> ListWorkloadEstimateUsagePaginatorName:
return "list_workload_estimate_usage"
# ListWorkloadEstimateUsagePaginatorName definition
ListWorkloadEstimateUsagePaginatorName = Literal[
"list_workload_estimate_usage",
]
ListWorkloadEstimatesFilterNameType#
# ListWorkloadEstimatesFilterNameType usage example
from mypy_boto3_bcm_pricing_calculator.literals import ListWorkloadEstimatesFilterNameType
def get_value() -> ListWorkloadEstimatesFilterNameType:
return "NAME"
# ListWorkloadEstimatesFilterNameType definition
ListWorkloadEstimatesFilterNameType = Literal[
"NAME",
"STATUS",
]
ListWorkloadEstimatesPaginatorName#
# ListWorkloadEstimatesPaginatorName usage example
from mypy_boto3_bcm_pricing_calculator.literals import ListWorkloadEstimatesPaginatorName
def get_value() -> ListWorkloadEstimatesPaginatorName:
return "list_workload_estimates"
# ListWorkloadEstimatesPaginatorName definition
ListWorkloadEstimatesPaginatorName = Literal[
"list_workload_estimates",
]
MatchOptionType#
# MatchOptionType usage example
from mypy_boto3_bcm_pricing_calculator.literals import MatchOptionType
def get_value() -> MatchOptionType:
return "CONTAINS"
# MatchOptionType definition
MatchOptionType = Literal[
"CONTAINS",
"EQUALS",
"STARTS_WITH",
]
PurchaseAgreementTypeType#
# PurchaseAgreementTypeType usage example
from mypy_boto3_bcm_pricing_calculator.literals import PurchaseAgreementTypeType
def get_value() -> PurchaseAgreementTypeType:
return "RESERVED_INSTANCE"
# PurchaseAgreementTypeType definition
PurchaseAgreementTypeType = Literal[
"RESERVED_INSTANCE",
"SAVINGS_PLANS",
]
RateTypeType#
# RateTypeType usage example
from mypy_boto3_bcm_pricing_calculator.literals import RateTypeType
def get_value() -> RateTypeType:
return "AFTER_DISCOUNTS"
# RateTypeType definition
RateTypeType = Literal[
"AFTER_DISCOUNTS",
"BEFORE_DISCOUNTS",
]
WorkloadEstimateCostStatusType#
# WorkloadEstimateCostStatusType usage example
from mypy_boto3_bcm_pricing_calculator.literals import WorkloadEstimateCostStatusType
def get_value() -> WorkloadEstimateCostStatusType:
return "INVALID"
# WorkloadEstimateCostStatusType definition
WorkloadEstimateCostStatusType = Literal[
"INVALID",
"STALE",
"VALID",
]
WorkloadEstimateRateTypeType#
# WorkloadEstimateRateTypeType usage example
from mypy_boto3_bcm_pricing_calculator.literals import WorkloadEstimateRateTypeType
def get_value() -> WorkloadEstimateRateTypeType:
return "AFTER_DISCOUNTS"
# WorkloadEstimateRateTypeType definition
WorkloadEstimateRateTypeType = Literal[
"AFTER_DISCOUNTS",
"BEFORE_DISCOUNTS",
]
WorkloadEstimateStatusType#
# WorkloadEstimateStatusType usage example
from mypy_boto3_bcm_pricing_calculator.literals import WorkloadEstimateStatusType
def get_value() -> WorkloadEstimateStatusType:
return "ACTION_NEEDED"
# WorkloadEstimateStatusType definition
WorkloadEstimateStatusType = Literal[
"ACTION_NEEDED",
"INVALID",
"UPDATING",
"VALID",
]
WorkloadEstimateUpdateUsageErrorCodeType#
# WorkloadEstimateUpdateUsageErrorCodeType usage example
from mypy_boto3_bcm_pricing_calculator.literals import WorkloadEstimateUpdateUsageErrorCodeType
def get_value() -> WorkloadEstimateUpdateUsageErrorCodeType:
return "BAD_REQUEST"
# WorkloadEstimateUpdateUsageErrorCodeType definition
WorkloadEstimateUpdateUsageErrorCodeType = Literal[
"BAD_REQUEST",
"CONFLICT",
"INTERNAL_SERVER_ERROR",
"NOT_FOUND",
]
BillingandCostManagementPricingCalculatorServiceName#
# BillingandCostManagementPricingCalculatorServiceName usage example
from mypy_boto3_bcm_pricing_calculator.literals import BillingandCostManagementPricingCalculatorServiceName
def get_value() -> BillingandCostManagementPricingCalculatorServiceName:
return "bcm-pricing-calculator"
# BillingandCostManagementPricingCalculatorServiceName definition
BillingandCostManagementPricingCalculatorServiceName = Literal[
"bcm-pricing-calculator",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_bcm_pricing_calculator.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",
"bcm-pricing-calculator",
"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",
"notifications",
"notificationscontacts",
"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_bcm_pricing_calculator.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_bcm_pricing_calculator.literals import PaginatorName
def get_value() -> PaginatorName:
return "list_bill_estimate_commitments"
# PaginatorName definition
PaginatorName = Literal[
"list_bill_estimate_commitments",
"list_bill_estimate_input_commitment_modifications",
"list_bill_estimate_input_usage_modifications",
"list_bill_estimate_line_items",
"list_bill_estimates",
"list_bill_scenario_commitment_modifications",
"list_bill_scenario_usage_modifications",
"list_bill_scenarios",
"list_workload_estimate_usage",
"list_workload_estimates",
]