Literals#
Auto-generated documentation for EKS type annotations stubs module mypy-boto3-eks.
AMITypesType#
# AMITypesType usage example
from mypy_boto3_eks.literals import AMITypesType
def get_value() -> AMITypesType:
return "AL2023_ARM_64_STANDARD"
# AMITypesType definition
AMITypesType = Literal[
"AL2023_ARM_64_STANDARD",
"AL2023_x86_64_NEURON",
"AL2023_x86_64_NVIDIA",
"AL2023_x86_64_STANDARD",
"AL2_ARM_64",
"AL2_x86_64",
"AL2_x86_64_GPU",
"BOTTLEROCKET_ARM_64",
"BOTTLEROCKET_ARM_64_NVIDIA",
"BOTTLEROCKET_x86_64",
"BOTTLEROCKET_x86_64_NVIDIA",
"CUSTOM",
"WINDOWS_CORE_2019_x86_64",
"WINDOWS_CORE_2022_x86_64",
"WINDOWS_FULL_2019_x86_64",
"WINDOWS_FULL_2022_x86_64",
]
AccessScopeTypeType#
# AccessScopeTypeType usage example
from mypy_boto3_eks.literals import AccessScopeTypeType
def get_value() -> AccessScopeTypeType:
return "cluster"
# AccessScopeTypeType definition
AccessScopeTypeType = Literal[
"cluster",
"namespace",
]
AddonActiveWaiterName#
# AddonActiveWaiterName usage example
from mypy_boto3_eks.literals import AddonActiveWaiterName
def get_value() -> AddonActiveWaiterName:
return "addon_active"
# AddonActiveWaiterName definition
AddonActiveWaiterName = Literal[
"addon_active",
]
AddonDeletedWaiterName#
# AddonDeletedWaiterName usage example
from mypy_boto3_eks.literals import AddonDeletedWaiterName
def get_value() -> AddonDeletedWaiterName:
return "addon_deleted"
# AddonDeletedWaiterName definition
AddonDeletedWaiterName = Literal[
"addon_deleted",
]
AddonIssueCodeType#
# AddonIssueCodeType usage example
from mypy_boto3_eks.literals import AddonIssueCodeType
def get_value() -> AddonIssueCodeType:
return "AccessDenied"
# AddonIssueCodeType definition
AddonIssueCodeType = Literal[
"AccessDenied",
"AddonPermissionFailure",
"AddonSubscriptionNeeded",
"AdmissionRequestDenied",
"ClusterUnreachable",
"ConfigurationConflict",
"InsufficientNumberOfReplicas",
"InternalFailure",
"K8sResourceNotFound",
"UnsupportedAddonModification",
]
AddonStatusType#
# AddonStatusType usage example
from mypy_boto3_eks.literals import AddonStatusType
def get_value() -> AddonStatusType:
return "ACTIVE"
# AddonStatusType definition
AddonStatusType = Literal[
"ACTIVE",
"CREATE_FAILED",
"CREATING",
"DEGRADED",
"DELETE_FAILED",
"DELETING",
"UPDATE_FAILED",
"UPDATING",
]
AuthenticationModeType#
# AuthenticationModeType usage example
from mypy_boto3_eks.literals import AuthenticationModeType
def get_value() -> AuthenticationModeType:
return "API"
# AuthenticationModeType definition
AuthenticationModeType = Literal[
"API",
"API_AND_CONFIG_MAP",
"CONFIG_MAP",
]
CapacityTypesType#
# CapacityTypesType usage example
from mypy_boto3_eks.literals import CapacityTypesType
def get_value() -> CapacityTypesType:
return "CAPACITY_BLOCK"
# CapacityTypesType definition
CapacityTypesType = Literal[
"CAPACITY_BLOCK",
"ON_DEMAND",
"SPOT",
]
CategoryType#
# CategoryType usage example
from mypy_boto3_eks.literals import CategoryType
def get_value() -> CategoryType:
return "UPGRADE_READINESS"
# CategoryType definition
CategoryType = Literal[
"UPGRADE_READINESS",
]
ClusterActiveWaiterName#
# ClusterActiveWaiterName usage example
from mypy_boto3_eks.literals import ClusterActiveWaiterName
def get_value() -> ClusterActiveWaiterName:
return "cluster_active"
# ClusterActiveWaiterName definition
ClusterActiveWaiterName = Literal[
"cluster_active",
]
ClusterDeletedWaiterName#
# ClusterDeletedWaiterName usage example
from mypy_boto3_eks.literals import ClusterDeletedWaiterName
def get_value() -> ClusterDeletedWaiterName:
return "cluster_deleted"
# ClusterDeletedWaiterName definition
ClusterDeletedWaiterName = Literal[
"cluster_deleted",
]
ClusterIssueCodeType#
# ClusterIssueCodeType usage example
from mypy_boto3_eks.literals import ClusterIssueCodeType
def get_value() -> ClusterIssueCodeType:
return "AccessDenied"
# ClusterIssueCodeType definition
ClusterIssueCodeType = Literal[
"AccessDenied",
"ClusterUnreachable",
"ConfigurationConflict",
"Ec2SecurityGroupNotFound",
"Ec2ServiceNotSubscribed",
"Ec2SubnetNotFound",
"IamRoleNotFound",
"InsufficientFreeAddresses",
"InternalFailure",
"KmsGrantRevoked",
"KmsKeyDisabled",
"KmsKeyMarkedForDeletion",
"KmsKeyNotFound",
"Other",
"ResourceLimitExceeded",
"ResourceNotFound",
"StsRegionalEndpointDisabled",
"UnsupportedVersion",
"VpcNotFound",
]
ClusterStatusType#
# ClusterStatusType usage example
from mypy_boto3_eks.literals import ClusterStatusType
def get_value() -> ClusterStatusType:
return "ACTIVE"
# ClusterStatusType definition
ClusterStatusType = Literal[
"ACTIVE",
"CREATING",
"DELETING",
"FAILED",
"PENDING",
"UPDATING",
]
ConfigStatusType#
# ConfigStatusType usage example
from mypy_boto3_eks.literals import ConfigStatusType
def get_value() -> ConfigStatusType:
return "ACTIVE"
# ConfigStatusType definition
ConfigStatusType = Literal[
"ACTIVE",
"CREATING",
"DELETING",
]
ConnectorConfigProviderType#
# ConnectorConfigProviderType usage example
from mypy_boto3_eks.literals import ConnectorConfigProviderType
def get_value() -> ConnectorConfigProviderType:
return "AKS"
# ConnectorConfigProviderType definition
ConnectorConfigProviderType = Literal[
"AKS",
"ANTHOS",
"EC2",
"EKS_ANYWHERE",
"GKE",
"OPENSHIFT",
"OTHER",
"RANCHER",
"TANZU",
]
DescribeAddonVersionsPaginatorName#
# DescribeAddonVersionsPaginatorName usage example
from mypy_boto3_eks.literals import DescribeAddonVersionsPaginatorName
def get_value() -> DescribeAddonVersionsPaginatorName:
return "describe_addon_versions"
# DescribeAddonVersionsPaginatorName definition
DescribeAddonVersionsPaginatorName = Literal[
"describe_addon_versions",
]
EksAnywhereSubscriptionLicenseTypeType#
# EksAnywhereSubscriptionLicenseTypeType usage example
from mypy_boto3_eks.literals import EksAnywhereSubscriptionLicenseTypeType
def get_value() -> EksAnywhereSubscriptionLicenseTypeType:
return "Cluster"
# EksAnywhereSubscriptionLicenseTypeType definition
EksAnywhereSubscriptionLicenseTypeType = Literal[
"Cluster",
]
EksAnywhereSubscriptionStatusType#
# EksAnywhereSubscriptionStatusType usage example
from mypy_boto3_eks.literals import EksAnywhereSubscriptionStatusType
def get_value() -> EksAnywhereSubscriptionStatusType:
return "ACTIVE"
# EksAnywhereSubscriptionStatusType definition
EksAnywhereSubscriptionStatusType = Literal[
"ACTIVE",
"CREATING",
"DELETING",
"EXPIRED",
"EXPIRING",
"UPDATING",
]
EksAnywhereSubscriptionTermUnitType#
# EksAnywhereSubscriptionTermUnitType usage example
from mypy_boto3_eks.literals import EksAnywhereSubscriptionTermUnitType
def get_value() -> EksAnywhereSubscriptionTermUnitType:
return "MONTHS"
# EksAnywhereSubscriptionTermUnitType definition
EksAnywhereSubscriptionTermUnitType = Literal[
"MONTHS",
]
ErrorCodeType#
# ErrorCodeType usage example
from mypy_boto3_eks.literals import ErrorCodeType
def get_value() -> ErrorCodeType:
return "AccessDenied"
# ErrorCodeType definition
ErrorCodeType = Literal[
"AccessDenied",
"AdmissionRequestDenied",
"ClusterUnreachable",
"ConfigurationConflict",
"EniLimitReached",
"InsufficientFreeAddresses",
"InsufficientNumberOfReplicas",
"IpNotAvailable",
"K8sResourceNotFound",
"NodeCreationFailure",
"OperationNotPermitted",
"PodEvictionFailure",
"SecurityGroupNotFound",
"SubnetNotFound",
"Unknown",
"UnsupportedAddonModification",
"VpcIdNotFound",
]
FargateProfileActiveWaiterName#
# FargateProfileActiveWaiterName usage example
from mypy_boto3_eks.literals import FargateProfileActiveWaiterName
def get_value() -> FargateProfileActiveWaiterName:
return "fargate_profile_active"
# FargateProfileActiveWaiterName definition
FargateProfileActiveWaiterName = Literal[
"fargate_profile_active",
]
FargateProfileDeletedWaiterName#
# FargateProfileDeletedWaiterName usage example
from mypy_boto3_eks.literals import FargateProfileDeletedWaiterName
def get_value() -> FargateProfileDeletedWaiterName:
return "fargate_profile_deleted"
# FargateProfileDeletedWaiterName definition
FargateProfileDeletedWaiterName = Literal[
"fargate_profile_deleted",
]
FargateProfileIssueCodeType#
# FargateProfileIssueCodeType usage example
from mypy_boto3_eks.literals import FargateProfileIssueCodeType
def get_value() -> FargateProfileIssueCodeType:
return "AccessDenied"
# FargateProfileIssueCodeType definition
FargateProfileIssueCodeType = Literal[
"AccessDenied",
"ClusterUnreachable",
"InternalFailure",
"PodExecutionRoleAlreadyInUse",
]
FargateProfileStatusType#
# FargateProfileStatusType usage example
from mypy_boto3_eks.literals import FargateProfileStatusType
def get_value() -> FargateProfileStatusType:
return "ACTIVE"
# FargateProfileStatusType definition
FargateProfileStatusType = Literal[
"ACTIVE",
"CREATE_FAILED",
"CREATING",
"DELETE_FAILED",
"DELETING",
]
InsightStatusValueType#
# InsightStatusValueType usage example
from mypy_boto3_eks.literals import InsightStatusValueType
def get_value() -> InsightStatusValueType:
return "ERROR"
# InsightStatusValueType definition
InsightStatusValueType = Literal[
"ERROR",
"PASSING",
"UNKNOWN",
"WARNING",
]
IpFamilyType#
# IpFamilyType usage example
from mypy_boto3_eks.literals import IpFamilyType
def get_value() -> IpFamilyType:
return "ipv4"
# IpFamilyType definition
IpFamilyType = Literal[
"ipv4",
"ipv6",
]
ListAccessEntriesPaginatorName#
# ListAccessEntriesPaginatorName usage example
from mypy_boto3_eks.literals import ListAccessEntriesPaginatorName
def get_value() -> ListAccessEntriesPaginatorName:
return "list_access_entries"
# ListAccessEntriesPaginatorName definition
ListAccessEntriesPaginatorName = Literal[
"list_access_entries",
]
ListAccessPoliciesPaginatorName#
# ListAccessPoliciesPaginatorName usage example
from mypy_boto3_eks.literals import ListAccessPoliciesPaginatorName
def get_value() -> ListAccessPoliciesPaginatorName:
return "list_access_policies"
# ListAccessPoliciesPaginatorName definition
ListAccessPoliciesPaginatorName = Literal[
"list_access_policies",
]
ListAddonsPaginatorName#
# ListAddonsPaginatorName usage example
from mypy_boto3_eks.literals import ListAddonsPaginatorName
def get_value() -> ListAddonsPaginatorName:
return "list_addons"
# ListAddonsPaginatorName definition
ListAddonsPaginatorName = Literal[
"list_addons",
]
ListAssociatedAccessPoliciesPaginatorName#
# ListAssociatedAccessPoliciesPaginatorName usage example
from mypy_boto3_eks.literals import ListAssociatedAccessPoliciesPaginatorName
def get_value() -> ListAssociatedAccessPoliciesPaginatorName:
return "list_associated_access_policies"
# ListAssociatedAccessPoliciesPaginatorName definition
ListAssociatedAccessPoliciesPaginatorName = Literal[
"list_associated_access_policies",
]
ListClustersPaginatorName#
# ListClustersPaginatorName usage example
from mypy_boto3_eks.literals import ListClustersPaginatorName
def get_value() -> ListClustersPaginatorName:
return "list_clusters"
# ListClustersPaginatorName definition
ListClustersPaginatorName = Literal[
"list_clusters",
]
ListEksAnywhereSubscriptionsPaginatorName#
# ListEksAnywhereSubscriptionsPaginatorName usage example
from mypy_boto3_eks.literals import ListEksAnywhereSubscriptionsPaginatorName
def get_value() -> ListEksAnywhereSubscriptionsPaginatorName:
return "list_eks_anywhere_subscriptions"
# ListEksAnywhereSubscriptionsPaginatorName definition
ListEksAnywhereSubscriptionsPaginatorName = Literal[
"list_eks_anywhere_subscriptions",
]
ListFargateProfilesPaginatorName#
# ListFargateProfilesPaginatorName usage example
from mypy_boto3_eks.literals import ListFargateProfilesPaginatorName
def get_value() -> ListFargateProfilesPaginatorName:
return "list_fargate_profiles"
# ListFargateProfilesPaginatorName definition
ListFargateProfilesPaginatorName = Literal[
"list_fargate_profiles",
]
ListIdentityProviderConfigsPaginatorName#
# ListIdentityProviderConfigsPaginatorName usage example
from mypy_boto3_eks.literals import ListIdentityProviderConfigsPaginatorName
def get_value() -> ListIdentityProviderConfigsPaginatorName:
return "list_identity_provider_configs"
# ListIdentityProviderConfigsPaginatorName definition
ListIdentityProviderConfigsPaginatorName = Literal[
"list_identity_provider_configs",
]
ListInsightsPaginatorName#
# ListInsightsPaginatorName usage example
from mypy_boto3_eks.literals import ListInsightsPaginatorName
def get_value() -> ListInsightsPaginatorName:
return "list_insights"
# ListInsightsPaginatorName definition
ListInsightsPaginatorName = Literal[
"list_insights",
]
ListNodegroupsPaginatorName#
# ListNodegroupsPaginatorName usage example
from mypy_boto3_eks.literals import ListNodegroupsPaginatorName
def get_value() -> ListNodegroupsPaginatorName:
return "list_nodegroups"
# ListNodegroupsPaginatorName definition
ListNodegroupsPaginatorName = Literal[
"list_nodegroups",
]
ListPodIdentityAssociationsPaginatorName#
# ListPodIdentityAssociationsPaginatorName usage example
from mypy_boto3_eks.literals import ListPodIdentityAssociationsPaginatorName
def get_value() -> ListPodIdentityAssociationsPaginatorName:
return "list_pod_identity_associations"
# ListPodIdentityAssociationsPaginatorName definition
ListPodIdentityAssociationsPaginatorName = Literal[
"list_pod_identity_associations",
]
ListUpdatesPaginatorName#
# ListUpdatesPaginatorName usage example
from mypy_boto3_eks.literals import ListUpdatesPaginatorName
def get_value() -> ListUpdatesPaginatorName:
return "list_updates"
# ListUpdatesPaginatorName definition
ListUpdatesPaginatorName = Literal[
"list_updates",
]
LogTypeType#
# LogTypeType usage example
from mypy_boto3_eks.literals import LogTypeType
def get_value() -> LogTypeType:
return "api"
# LogTypeType definition
LogTypeType = Literal[
"api",
"audit",
"authenticator",
"controllerManager",
"scheduler",
]
NodegroupActiveWaiterName#
# NodegroupActiveWaiterName usage example
from mypy_boto3_eks.literals import NodegroupActiveWaiterName
def get_value() -> NodegroupActiveWaiterName:
return "nodegroup_active"
# NodegroupActiveWaiterName definition
NodegroupActiveWaiterName = Literal[
"nodegroup_active",
]
NodegroupDeletedWaiterName#
# NodegroupDeletedWaiterName usage example
from mypy_boto3_eks.literals import NodegroupDeletedWaiterName
def get_value() -> NodegroupDeletedWaiterName:
return "nodegroup_deleted"
# NodegroupDeletedWaiterName definition
NodegroupDeletedWaiterName = Literal[
"nodegroup_deleted",
]
NodegroupIssueCodeType#
# NodegroupIssueCodeType usage example
from mypy_boto3_eks.literals import NodegroupIssueCodeType
def get_value() -> NodegroupIssueCodeType:
return "AccessDenied"
# NodegroupIssueCodeType definition
NodegroupIssueCodeType = Literal[
"AccessDenied",
"AmiIdNotFound",
"AsgInstanceLaunchFailures",
"AutoScalingGroupInstanceRefreshActive",
"AutoScalingGroupInvalidConfiguration",
"AutoScalingGroupNotFound",
"AutoScalingGroupOptInRequired",
"AutoScalingGroupRateLimitExceeded",
"ClusterUnreachable",
"Ec2InstanceTypeDoesNotExist",
"Ec2LaunchTemplateDeletionFailure",
"Ec2LaunchTemplateInvalidConfiguration",
"Ec2LaunchTemplateMaxLimitExceeded",
"Ec2LaunchTemplateNotFound",
"Ec2LaunchTemplateVersionMaxLimitExceeded",
"Ec2LaunchTemplateVersionMismatch",
"Ec2SecurityGroupDeletionFailure",
"Ec2SecurityGroupNotFound",
"Ec2SubnetInvalidConfiguration",
"Ec2SubnetListTooLong",
"Ec2SubnetMissingIpv6Assignment",
"Ec2SubnetNotFound",
"IamInstanceProfileNotFound",
"IamLimitExceeded",
"IamNodeRoleNotFound",
"IamThrottling",
"InstanceLimitExceeded",
"InsufficientFreeAddresses",
"InternalFailure",
"KubernetesLabelInvalid",
"LimitExceeded",
"NodeCreationFailure",
"NodeTerminationFailure",
"PodEvictionFailure",
"SourceEc2LaunchTemplateNotFound",
"Unknown",
]
NodegroupStatusType#
# NodegroupStatusType usage example
from mypy_boto3_eks.literals import NodegroupStatusType
def get_value() -> NodegroupStatusType:
return "ACTIVE"
# NodegroupStatusType definition
NodegroupStatusType = Literal[
"ACTIVE",
"CREATE_FAILED",
"CREATING",
"DEGRADED",
"DELETE_FAILED",
"DELETING",
"UPDATING",
]
ResolveConflictsType#
# ResolveConflictsType usage example
from mypy_boto3_eks.literals import ResolveConflictsType
def get_value() -> ResolveConflictsType:
return "NONE"
# ResolveConflictsType definition
ResolveConflictsType = Literal[
"NONE",
"OVERWRITE",
"PRESERVE",
]
SupportTypeType#
# SupportTypeType usage example
from mypy_boto3_eks.literals import SupportTypeType
def get_value() -> SupportTypeType:
return "EXTENDED"
# SupportTypeType definition
SupportTypeType = Literal[
"EXTENDED",
"STANDARD",
]
TaintEffectType#
# TaintEffectType usage example
from mypy_boto3_eks.literals import TaintEffectType
def get_value() -> TaintEffectType:
return "NO_EXECUTE"
# TaintEffectType definition
TaintEffectType = Literal[
"NO_EXECUTE",
"NO_SCHEDULE",
"PREFER_NO_SCHEDULE",
]
UpdateParamTypeType#
# UpdateParamTypeType usage example
from mypy_boto3_eks.literals import UpdateParamTypeType
def get_value() -> UpdateParamTypeType:
return "AddonVersion"
# UpdateParamTypeType definition
UpdateParamTypeType = Literal[
"AddonVersion",
"AuthenticationMode",
"ClusterLogging",
"ConfigurationValues",
"DesiredSize",
"EncryptionConfig",
"EndpointPrivateAccess",
"EndpointPublicAccess",
"IdentityProviderConfig",
"LabelsToAdd",
"LabelsToRemove",
"LaunchTemplateName",
"LaunchTemplateVersion",
"MaxSize",
"MaxUnavailable",
"MaxUnavailablePercentage",
"MinSize",
"PlatformVersion",
"PodIdentityAssociations",
"PublicAccessCidrs",
"ReleaseVersion",
"ResolveConflicts",
"SecurityGroups",
"ServiceAccountRoleArn",
"Subnets",
"TaintsToAdd",
"TaintsToRemove",
"UpgradePolicy",
"Version",
"ZonalShiftConfig",
]
UpdateStatusType#
# UpdateStatusType usage example
from mypy_boto3_eks.literals import UpdateStatusType
def get_value() -> UpdateStatusType:
return "Cancelled"
# UpdateStatusType definition
UpdateStatusType = Literal[
"Cancelled",
"Failed",
"InProgress",
"Successful",
]
UpdateTypeType#
# UpdateTypeType usage example
from mypy_boto3_eks.literals import UpdateTypeType
def get_value() -> UpdateTypeType:
return "AccessConfigUpdate"
# UpdateTypeType definition
UpdateTypeType = Literal[
"AccessConfigUpdate",
"AddonUpdate",
"AssociateEncryptionConfig",
"AssociateIdentityProviderConfig",
"ConfigUpdate",
"DisassociateIdentityProviderConfig",
"EndpointAccessUpdate",
"LoggingUpdate",
"UpgradePolicyUpdate",
"VersionUpdate",
"VpcConfigUpdate",
"ZonalShiftConfigUpdate",
]
EKSServiceName#
# EKSServiceName usage example
from mypy_boto3_eks.literals import EKSServiceName
def get_value() -> EKSServiceName:
return "eks"
# EKSServiceName definition
EKSServiceName = Literal[
"eks",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_eks.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_eks.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_eks.literals import PaginatorName
def get_value() -> PaginatorName:
return "describe_addon_versions"
# PaginatorName definition
PaginatorName = Literal[
"describe_addon_versions",
"list_access_entries",
"list_access_policies",
"list_addons",
"list_associated_access_policies",
"list_clusters",
"list_eks_anywhere_subscriptions",
"list_fargate_profiles",
"list_identity_provider_configs",
"list_insights",
"list_nodegroups",
"list_pod_identity_associations",
"list_updates",
]
WaiterName#
# WaiterName usage example
from mypy_boto3_eks.literals import WaiterName
def get_value() -> WaiterName:
return "addon_active"
# WaiterName definition
WaiterName = Literal[
"addon_active",
"addon_deleted",
"cluster_active",
"cluster_deleted",
"fargate_profile_active",
"fargate_profile_deleted",
"nodegroup_active",
"nodegroup_deleted",
]
RegionName#
# RegionName usage example
from mypy_boto3_eks.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",
]