Literals#
Auto-generated documentation for EMR type annotations stubs module mypy-boto3-emr.
ActionOnFailureType#
# ActionOnFailureType usage example
from mypy_boto3_emr.literals import ActionOnFailureType
def get_value() -> ActionOnFailureType:
return "CANCEL_AND_WAIT"
# ActionOnFailureType definition
ActionOnFailureType = Literal[
"CANCEL_AND_WAIT",
"CONTINUE",
"TERMINATE_CLUSTER",
"TERMINATE_JOB_FLOW",
]
AdjustmentTypeType#
# AdjustmentTypeType usage example
from mypy_boto3_emr.literals import AdjustmentTypeType
def get_value() -> AdjustmentTypeType:
return "CHANGE_IN_CAPACITY"
# AdjustmentTypeType definition
AdjustmentTypeType = Literal[
"CHANGE_IN_CAPACITY",
"EXACT_CAPACITY",
"PERCENT_CHANGE_IN_CAPACITY",
]
AuthModeType#
# AuthModeType usage example
from mypy_boto3_emr.literals import AuthModeType
def get_value() -> AuthModeType:
return "IAM"
# AuthModeType definition
AuthModeType = Literal[
"IAM",
"SSO",
]
AutoScalingPolicyStateChangeReasonCodeType#
# AutoScalingPolicyStateChangeReasonCodeType usage example
from mypy_boto3_emr.literals import AutoScalingPolicyStateChangeReasonCodeType
def get_value() -> AutoScalingPolicyStateChangeReasonCodeType:
return "CLEANUP_FAILURE"
# AutoScalingPolicyStateChangeReasonCodeType definition
AutoScalingPolicyStateChangeReasonCodeType = Literal[
"CLEANUP_FAILURE",
"PROVISION_FAILURE",
"USER_REQUEST",
]
AutoScalingPolicyStateType#
# AutoScalingPolicyStateType usage example
from mypy_boto3_emr.literals import AutoScalingPolicyStateType
def get_value() -> AutoScalingPolicyStateType:
return "ATTACHED"
# AutoScalingPolicyStateType definition
AutoScalingPolicyStateType = Literal[
"ATTACHED",
"ATTACHING",
"DETACHED",
"DETACHING",
"FAILED",
"PENDING",
]
CancelStepsRequestStatusType#
# CancelStepsRequestStatusType usage example
from mypy_boto3_emr.literals import CancelStepsRequestStatusType
def get_value() -> CancelStepsRequestStatusType:
return "FAILED"
# CancelStepsRequestStatusType definition
CancelStepsRequestStatusType = Literal[
"FAILED",
"SUBMITTED",
]
ClusterRunningWaiterName#
# ClusterRunningWaiterName usage example
from mypy_boto3_emr.literals import ClusterRunningWaiterName
def get_value() -> ClusterRunningWaiterName:
return "cluster_running"
# ClusterRunningWaiterName definition
ClusterRunningWaiterName = Literal[
"cluster_running",
]
ClusterStateChangeReasonCodeType#
# ClusterStateChangeReasonCodeType usage example
from mypy_boto3_emr.literals import ClusterStateChangeReasonCodeType
def get_value() -> ClusterStateChangeReasonCodeType:
return "ALL_STEPS_COMPLETED"
# ClusterStateChangeReasonCodeType definition
ClusterStateChangeReasonCodeType = Literal[
"ALL_STEPS_COMPLETED",
"BOOTSTRAP_FAILURE",
"INSTANCE_FAILURE",
"INSTANCE_FLEET_TIMEOUT",
"INTERNAL_ERROR",
"STEP_FAILURE",
"USER_REQUEST",
"VALIDATION_ERROR",
]
ClusterStateType#
# ClusterStateType usage example
from mypy_boto3_emr.literals import ClusterStateType
def get_value() -> ClusterStateType:
return "BOOTSTRAPPING"
# ClusterStateType definition
ClusterStateType = Literal[
"BOOTSTRAPPING",
"RUNNING",
"STARTING",
"TERMINATED",
"TERMINATED_WITH_ERRORS",
"TERMINATING",
"WAITING",
]
ClusterTerminatedWaiterName#
# ClusterTerminatedWaiterName usage example
from mypy_boto3_emr.literals import ClusterTerminatedWaiterName
def get_value() -> ClusterTerminatedWaiterName:
return "cluster_terminated"
# ClusterTerminatedWaiterName definition
ClusterTerminatedWaiterName = Literal[
"cluster_terminated",
]
ComparisonOperatorType#
# ComparisonOperatorType usage example
from mypy_boto3_emr.literals import ComparisonOperatorType
def get_value() -> ComparisonOperatorType:
return "GREATER_THAN"
# ComparisonOperatorType definition
ComparisonOperatorType = Literal[
"GREATER_THAN",
"GREATER_THAN_OR_EQUAL",
"LESS_THAN",
"LESS_THAN_OR_EQUAL",
]
ComputeLimitsUnitTypeType#
# ComputeLimitsUnitTypeType usage example
from mypy_boto3_emr.literals import ComputeLimitsUnitTypeType
def get_value() -> ComputeLimitsUnitTypeType:
return "InstanceFleetUnits"
# ComputeLimitsUnitTypeType definition
ComputeLimitsUnitTypeType = Literal[
"InstanceFleetUnits",
"Instances",
"VCPU",
]
ExecutionEngineTypeType#
# ExecutionEngineTypeType usage example
from mypy_boto3_emr.literals import ExecutionEngineTypeType
def get_value() -> ExecutionEngineTypeType:
return "EMR"
# ExecutionEngineTypeType definition
ExecutionEngineTypeType = Literal[
"EMR",
]
IdcUserAssignmentType#
# IdcUserAssignmentType usage example
from mypy_boto3_emr.literals import IdcUserAssignmentType
def get_value() -> IdcUserAssignmentType:
return "OPTIONAL"
# IdcUserAssignmentType definition
IdcUserAssignmentType = Literal[
"OPTIONAL",
"REQUIRED",
]
IdentityTypeType#
# IdentityTypeType usage example
from mypy_boto3_emr.literals import IdentityTypeType
def get_value() -> IdentityTypeType:
return "GROUP"
# IdentityTypeType definition
IdentityTypeType = Literal[
"GROUP",
"USER",
]
InstanceCollectionTypeType#
# InstanceCollectionTypeType usage example
from mypy_boto3_emr.literals import InstanceCollectionTypeType
def get_value() -> InstanceCollectionTypeType:
return "INSTANCE_FLEET"
# InstanceCollectionTypeType definition
InstanceCollectionTypeType = Literal[
"INSTANCE_FLEET",
"INSTANCE_GROUP",
]
InstanceFleetStateChangeReasonCodeType#
# InstanceFleetStateChangeReasonCodeType usage example
from mypy_boto3_emr.literals import InstanceFleetStateChangeReasonCodeType
def get_value() -> InstanceFleetStateChangeReasonCodeType:
return "CLUSTER_TERMINATED"
# InstanceFleetStateChangeReasonCodeType definition
InstanceFleetStateChangeReasonCodeType = Literal[
"CLUSTER_TERMINATED",
"INSTANCE_FAILURE",
"INTERNAL_ERROR",
"VALIDATION_ERROR",
]
InstanceFleetStateType#
# InstanceFleetStateType usage example
from mypy_boto3_emr.literals import InstanceFleetStateType
def get_value() -> InstanceFleetStateType:
return "BOOTSTRAPPING"
# InstanceFleetStateType definition
InstanceFleetStateType = Literal[
"BOOTSTRAPPING",
"PROVISIONING",
"RESIZING",
"RUNNING",
"SUSPENDED",
"TERMINATED",
"TERMINATING",
]
InstanceFleetTypeType#
# InstanceFleetTypeType usage example
from mypy_boto3_emr.literals import InstanceFleetTypeType
def get_value() -> InstanceFleetTypeType:
return "CORE"
# InstanceFleetTypeType definition
InstanceFleetTypeType = Literal[
"CORE",
"MASTER",
"TASK",
]
InstanceGroupStateChangeReasonCodeType#
# InstanceGroupStateChangeReasonCodeType usage example
from mypy_boto3_emr.literals import InstanceGroupStateChangeReasonCodeType
def get_value() -> InstanceGroupStateChangeReasonCodeType:
return "CLUSTER_TERMINATED"
# InstanceGroupStateChangeReasonCodeType definition
InstanceGroupStateChangeReasonCodeType = Literal[
"CLUSTER_TERMINATED",
"INSTANCE_FAILURE",
"INTERNAL_ERROR",
"VALIDATION_ERROR",
]
InstanceGroupStateType#
# InstanceGroupStateType usage example
from mypy_boto3_emr.literals import InstanceGroupStateType
def get_value() -> InstanceGroupStateType:
return "ARRESTED"
# InstanceGroupStateType definition
InstanceGroupStateType = Literal[
"ARRESTED",
"BOOTSTRAPPING",
"ENDED",
"PROVISIONING",
"RECONFIGURING",
"RESIZING",
"RUNNING",
"SHUTTING_DOWN",
"SUSPENDED",
"TERMINATED",
"TERMINATING",
]
InstanceGroupTypeType#
# InstanceGroupTypeType usage example
from mypy_boto3_emr.literals import InstanceGroupTypeType
def get_value() -> InstanceGroupTypeType:
return "CORE"
# InstanceGroupTypeType definition
InstanceGroupTypeType = Literal[
"CORE",
"MASTER",
"TASK",
]
InstanceRoleTypeType#
# InstanceRoleTypeType usage example
from mypy_boto3_emr.literals import InstanceRoleTypeType
def get_value() -> InstanceRoleTypeType:
return "CORE"
# InstanceRoleTypeType definition
InstanceRoleTypeType = Literal[
"CORE",
"MASTER",
"TASK",
]
InstanceStateChangeReasonCodeType#
# InstanceStateChangeReasonCodeType usage example
from mypy_boto3_emr.literals import InstanceStateChangeReasonCodeType
def get_value() -> InstanceStateChangeReasonCodeType:
return "BOOTSTRAP_FAILURE"
# InstanceStateChangeReasonCodeType definition
InstanceStateChangeReasonCodeType = Literal[
"BOOTSTRAP_FAILURE",
"CLUSTER_TERMINATED",
"INSTANCE_FAILURE",
"INTERNAL_ERROR",
"VALIDATION_ERROR",
]
InstanceStateType#
# InstanceStateType usage example
from mypy_boto3_emr.literals import InstanceStateType
def get_value() -> InstanceStateType:
return "AWAITING_FULFILLMENT"
# InstanceStateType definition
InstanceStateType = Literal[
"AWAITING_FULFILLMENT",
"BOOTSTRAPPING",
"PROVISIONING",
"RUNNING",
"TERMINATED",
]
JobFlowExecutionStateType#
# JobFlowExecutionStateType usage example
from mypy_boto3_emr.literals import JobFlowExecutionStateType
def get_value() -> JobFlowExecutionStateType:
return "BOOTSTRAPPING"
# JobFlowExecutionStateType definition
JobFlowExecutionStateType = Literal[
"BOOTSTRAPPING",
"COMPLETED",
"FAILED",
"RUNNING",
"SHUTTING_DOWN",
"STARTING",
"TERMINATED",
"WAITING",
]
ListBootstrapActionsPaginatorName#
# ListBootstrapActionsPaginatorName usage example
from mypy_boto3_emr.literals import ListBootstrapActionsPaginatorName
def get_value() -> ListBootstrapActionsPaginatorName:
return "list_bootstrap_actions"
# ListBootstrapActionsPaginatorName definition
ListBootstrapActionsPaginatorName = Literal[
"list_bootstrap_actions",
]
ListClustersPaginatorName#
# ListClustersPaginatorName usage example
from mypy_boto3_emr.literals import ListClustersPaginatorName
def get_value() -> ListClustersPaginatorName:
return "list_clusters"
# ListClustersPaginatorName definition
ListClustersPaginatorName = Literal[
"list_clusters",
]
ListInstanceFleetsPaginatorName#
# ListInstanceFleetsPaginatorName usage example
from mypy_boto3_emr.literals import ListInstanceFleetsPaginatorName
def get_value() -> ListInstanceFleetsPaginatorName:
return "list_instance_fleets"
# ListInstanceFleetsPaginatorName definition
ListInstanceFleetsPaginatorName = Literal[
"list_instance_fleets",
]
ListInstanceGroupsPaginatorName#
# ListInstanceGroupsPaginatorName usage example
from mypy_boto3_emr.literals import ListInstanceGroupsPaginatorName
def get_value() -> ListInstanceGroupsPaginatorName:
return "list_instance_groups"
# ListInstanceGroupsPaginatorName definition
ListInstanceGroupsPaginatorName = Literal[
"list_instance_groups",
]
ListInstancesPaginatorName#
# ListInstancesPaginatorName usage example
from mypy_boto3_emr.literals import ListInstancesPaginatorName
def get_value() -> ListInstancesPaginatorName:
return "list_instances"
# ListInstancesPaginatorName definition
ListInstancesPaginatorName = Literal[
"list_instances",
]
ListNotebookExecutionsPaginatorName#
# ListNotebookExecutionsPaginatorName usage example
from mypy_boto3_emr.literals import ListNotebookExecutionsPaginatorName
def get_value() -> ListNotebookExecutionsPaginatorName:
return "list_notebook_executions"
# ListNotebookExecutionsPaginatorName definition
ListNotebookExecutionsPaginatorName = Literal[
"list_notebook_executions",
]
ListSecurityConfigurationsPaginatorName#
# ListSecurityConfigurationsPaginatorName usage example
from mypy_boto3_emr.literals import ListSecurityConfigurationsPaginatorName
def get_value() -> ListSecurityConfigurationsPaginatorName:
return "list_security_configurations"
# ListSecurityConfigurationsPaginatorName definition
ListSecurityConfigurationsPaginatorName = Literal[
"list_security_configurations",
]
ListStepsPaginatorName#
# ListStepsPaginatorName usage example
from mypy_boto3_emr.literals import ListStepsPaginatorName
def get_value() -> ListStepsPaginatorName:
return "list_steps"
# ListStepsPaginatorName definition
ListStepsPaginatorName = Literal[
"list_steps",
]
ListStudioSessionMappingsPaginatorName#
# ListStudioSessionMappingsPaginatorName usage example
from mypy_boto3_emr.literals import ListStudioSessionMappingsPaginatorName
def get_value() -> ListStudioSessionMappingsPaginatorName:
return "list_studio_session_mappings"
# ListStudioSessionMappingsPaginatorName definition
ListStudioSessionMappingsPaginatorName = Literal[
"list_studio_session_mappings",
]
ListStudiosPaginatorName#
# ListStudiosPaginatorName usage example
from mypy_boto3_emr.literals import ListStudiosPaginatorName
def get_value() -> ListStudiosPaginatorName:
return "list_studios"
# ListStudiosPaginatorName definition
ListStudiosPaginatorName = Literal[
"list_studios",
]
MarketTypeType#
# MarketTypeType usage example
from mypy_boto3_emr.literals import MarketTypeType
def get_value() -> MarketTypeType:
return "ON_DEMAND"
# MarketTypeType definition
MarketTypeType = Literal[
"ON_DEMAND",
"SPOT",
]
NotebookExecutionStatusType#
# NotebookExecutionStatusType usage example
from mypy_boto3_emr.literals import NotebookExecutionStatusType
def get_value() -> NotebookExecutionStatusType:
return "FAILED"
# NotebookExecutionStatusType definition
NotebookExecutionStatusType = Literal[
"FAILED",
"FAILING",
"FINISHED",
"FINISHING",
"RUNNING",
"START_PENDING",
"STARTING",
"STOP_PENDING",
"STOPPED",
"STOPPING",
]
OnDemandCapacityReservationPreferenceType#
# OnDemandCapacityReservationPreferenceType usage example
from mypy_boto3_emr.literals import OnDemandCapacityReservationPreferenceType
def get_value() -> OnDemandCapacityReservationPreferenceType:
return "none"
# OnDemandCapacityReservationPreferenceType definition
OnDemandCapacityReservationPreferenceType = Literal[
"none",
"open",
]
OnDemandCapacityReservationUsageStrategyType#
# OnDemandCapacityReservationUsageStrategyType usage example
from mypy_boto3_emr.literals import OnDemandCapacityReservationUsageStrategyType
def get_value() -> OnDemandCapacityReservationUsageStrategyType:
return "use-capacity-reservations-first"
# OnDemandCapacityReservationUsageStrategyType definition
OnDemandCapacityReservationUsageStrategyType = Literal[
"use-capacity-reservations-first",
]
OnDemandProvisioningAllocationStrategyType#
# OnDemandProvisioningAllocationStrategyType usage example
from mypy_boto3_emr.literals import OnDemandProvisioningAllocationStrategyType
def get_value() -> OnDemandProvisioningAllocationStrategyType:
return "lowest-price"
# OnDemandProvisioningAllocationStrategyType definition
OnDemandProvisioningAllocationStrategyType = Literal[
"lowest-price",
"prioritized",
]
OutputNotebookFormatType#
# OutputNotebookFormatType usage example
from mypy_boto3_emr.literals import OutputNotebookFormatType
def get_value() -> OutputNotebookFormatType:
return "HTML"
# OutputNotebookFormatType definition
OutputNotebookFormatType = Literal[
"HTML",
]
PlacementGroupStrategyType#
# PlacementGroupStrategyType usage example
from mypy_boto3_emr.literals import PlacementGroupStrategyType
def get_value() -> PlacementGroupStrategyType:
return "CLUSTER"
# PlacementGroupStrategyType definition
PlacementGroupStrategyType = Literal[
"CLUSTER",
"NONE",
"PARTITION",
"SPREAD",
]
ReconfigurationTypeType#
# ReconfigurationTypeType usage example
from mypy_boto3_emr.literals import ReconfigurationTypeType
def get_value() -> ReconfigurationTypeType:
return "MERGE"
# ReconfigurationTypeType definition
ReconfigurationTypeType = Literal[
"MERGE",
"OVERWRITE",
]
RepoUpgradeOnBootType#
# RepoUpgradeOnBootType usage example
from mypy_boto3_emr.literals import RepoUpgradeOnBootType
def get_value() -> RepoUpgradeOnBootType:
return "NONE"
# RepoUpgradeOnBootType definition
RepoUpgradeOnBootType = Literal[
"NONE",
"SECURITY",
]
ScaleDownBehaviorType#
# ScaleDownBehaviorType usage example
from mypy_boto3_emr.literals import ScaleDownBehaviorType
def get_value() -> ScaleDownBehaviorType:
return "TERMINATE_AT_INSTANCE_HOUR"
# ScaleDownBehaviorType definition
ScaleDownBehaviorType = Literal[
"TERMINATE_AT_INSTANCE_HOUR",
"TERMINATE_AT_TASK_COMPLETION",
]
SpotProvisioningAllocationStrategyType#
# SpotProvisioningAllocationStrategyType usage example
from mypy_boto3_emr.literals import SpotProvisioningAllocationStrategyType
def get_value() -> SpotProvisioningAllocationStrategyType:
return "capacity-optimized"
# SpotProvisioningAllocationStrategyType definition
SpotProvisioningAllocationStrategyType = Literal[
"capacity-optimized",
"capacity-optimized-prioritized",
"diversified",
"lowest-price",
"price-capacity-optimized",
]
SpotProvisioningTimeoutActionType#
# SpotProvisioningTimeoutActionType usage example
from mypy_boto3_emr.literals import SpotProvisioningTimeoutActionType
def get_value() -> SpotProvisioningTimeoutActionType:
return "SWITCH_TO_ON_DEMAND"
# SpotProvisioningTimeoutActionType definition
SpotProvisioningTimeoutActionType = Literal[
"SWITCH_TO_ON_DEMAND",
"TERMINATE_CLUSTER",
]
StatisticType#
# StatisticType usage example
from mypy_boto3_emr.literals import StatisticType
def get_value() -> StatisticType:
return "AVERAGE"
# StatisticType definition
StatisticType = Literal[
"AVERAGE",
"MAXIMUM",
"MINIMUM",
"SAMPLE_COUNT",
"SUM",
]
StepCancellationOptionType#
# StepCancellationOptionType usage example
from mypy_boto3_emr.literals import StepCancellationOptionType
def get_value() -> StepCancellationOptionType:
return "SEND_INTERRUPT"
# StepCancellationOptionType definition
StepCancellationOptionType = Literal[
"SEND_INTERRUPT",
"TERMINATE_PROCESS",
]
StepCompleteWaiterName#
# StepCompleteWaiterName usage example
from mypy_boto3_emr.literals import StepCompleteWaiterName
def get_value() -> StepCompleteWaiterName:
return "step_complete"
# StepCompleteWaiterName definition
StepCompleteWaiterName = Literal[
"step_complete",
]
StepExecutionStateType#
# StepExecutionStateType usage example
from mypy_boto3_emr.literals import StepExecutionStateType
def get_value() -> StepExecutionStateType:
return "CANCELLED"
# StepExecutionStateType definition
StepExecutionStateType = Literal[
"CANCELLED",
"COMPLETED",
"CONTINUE",
"FAILED",
"INTERRUPTED",
"PENDING",
"RUNNING",
]
StepStateChangeReasonCodeType#
# StepStateChangeReasonCodeType usage example
from mypy_boto3_emr.literals import StepStateChangeReasonCodeType
def get_value() -> StepStateChangeReasonCodeType:
return "NONE"
# StepStateChangeReasonCodeType definition
StepStateChangeReasonCodeType = Literal[
"NONE",
]
StepStateType#
# StepStateType usage example
from mypy_boto3_emr.literals import StepStateType
def get_value() -> StepStateType:
return "CANCELLED"
# StepStateType definition
StepStateType = Literal[
"CANCEL_PENDING",
"CANCELLED",
"COMPLETED",
"FAILED",
"INTERRUPTED",
"PENDING",
"RUNNING",
]
UnitType#
# UnitType usage example
from mypy_boto3_emr.literals import UnitType
def get_value() -> UnitType:
return "BITS"
# UnitType definition
UnitType = Literal[
"BITS",
"BITS_PER_SECOND",
"BYTES",
"BYTES_PER_SECOND",
"COUNT",
"COUNT_PER_SECOND",
"GIGA_BITS",
"GIGA_BITS_PER_SECOND",
"GIGA_BYTES",
"GIGA_BYTES_PER_SECOND",
"KILO_BITS",
"KILO_BITS_PER_SECOND",
"KILO_BYTES",
"KILO_BYTES_PER_SECOND",
"MEGA_BITS",
"MEGA_BITS_PER_SECOND",
"MEGA_BYTES",
"MEGA_BYTES_PER_SECOND",
"MICRO_SECONDS",
"MILLI_SECONDS",
"NONE",
"PERCENT",
"SECONDS",
"TERA_BITS",
"TERA_BITS_PER_SECOND",
"TERA_BYTES",
"TERA_BYTES_PER_SECOND",
]
EMRServiceName#
# EMRServiceName usage example
from mypy_boto3_emr.literals import EMRServiceName
def get_value() -> EMRServiceName:
return "emr"
# EMRServiceName definition
EMRServiceName = Literal[
"emr",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_emr.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_emr.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_emr.literals import PaginatorName
def get_value() -> PaginatorName:
return "list_bootstrap_actions"
# PaginatorName definition
PaginatorName = Literal[
"list_bootstrap_actions",
"list_clusters",
"list_instance_fleets",
"list_instance_groups",
"list_instances",
"list_notebook_executions",
"list_security_configurations",
"list_steps",
"list_studio_session_mappings",
"list_studios",
]
WaiterName#
# WaiterName usage example
from mypy_boto3_emr.literals import WaiterName
def get_value() -> WaiterName:
return "cluster_running"
# WaiterName definition
WaiterName = Literal[
"cluster_running",
"cluster_terminated",
"step_complete",
]
RegionName#
# RegionName usage example
from mypy_boto3_emr.literals import RegionName
def get_value() -> RegionName:
return "af-south-1"
# RegionName definition
RegionName = Literal[
"af-south-1",
"ap-east-1",
"ap-northeast-1",
"ap-northeast-2",
"ap-northeast-3",
"ap-south-1",
"ap-south-2",
"ap-southeast-1",
"ap-southeast-2",
"ap-southeast-3",
"ap-southeast-4",
"ap-southeast-5",
"ca-central-1",
"ca-west-1",
"eu-central-1",
"eu-central-2",
"eu-north-1",
"eu-south-1",
"eu-south-2",
"eu-west-1",
"eu-west-2",
"eu-west-3",
"il-central-1",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
"us-east-2",
"us-west-1",
"us-west-2",
]