Literals#
Index > ElastiCache > Literals
Auto-generated documentation for ElastiCache type annotations stubs module types-boto3-elasticache.
AZModeType#
# AZModeType usage example
from types_boto3_elasticache.literals import AZModeType
def get_value() -> AZModeType:
    return "cross-az"# AZModeType definition
AZModeType = Literal[
    "cross-az",
    "single-az",
]AuthTokenUpdateStatusType#
# AuthTokenUpdateStatusType usage example
from types_boto3_elasticache.literals import AuthTokenUpdateStatusType
def get_value() -> AuthTokenUpdateStatusType:
    return "ROTATING"# AuthTokenUpdateStatusType definition
AuthTokenUpdateStatusType = Literal[
    "ROTATING",
    "SETTING",
]AuthTokenUpdateStrategyTypeType#
# AuthTokenUpdateStrategyTypeType usage example
from types_boto3_elasticache.literals import AuthTokenUpdateStrategyTypeType
def get_value() -> AuthTokenUpdateStrategyTypeType:
    return "DELETE"# AuthTokenUpdateStrategyTypeType definition
AuthTokenUpdateStrategyTypeType = Literal[
    "DELETE",
    "ROTATE",
    "SET",
]AuthenticationTypeType#
# AuthenticationTypeType usage example
from types_boto3_elasticache.literals import AuthenticationTypeType
def get_value() -> AuthenticationTypeType:
    return "iam"# AuthenticationTypeType definition
AuthenticationTypeType = Literal[
    "iam",
    "no-password",
    "password",
]AutomaticFailoverStatusType#
# AutomaticFailoverStatusType usage example
from types_boto3_elasticache.literals import AutomaticFailoverStatusType
def get_value() -> AutomaticFailoverStatusType:
    return "disabled"# AutomaticFailoverStatusType definition
AutomaticFailoverStatusType = Literal[
    "disabled",
    "disabling",
    "enabled",
    "enabling",
]CacheClusterAvailableWaiterName#
# CacheClusterAvailableWaiterName usage example
from types_boto3_elasticache.literals import CacheClusterAvailableWaiterName
def get_value() -> CacheClusterAvailableWaiterName:
    return "cache_cluster_available"# CacheClusterAvailableWaiterName definition
CacheClusterAvailableWaiterName = Literal[
    "cache_cluster_available",
]CacheClusterDeletedWaiterName#
# CacheClusterDeletedWaiterName usage example
from types_boto3_elasticache.literals import CacheClusterDeletedWaiterName
def get_value() -> CacheClusterDeletedWaiterName:
    return "cache_cluster_deleted"# CacheClusterDeletedWaiterName definition
CacheClusterDeletedWaiterName = Literal[
    "cache_cluster_deleted",
]ChangeTypeType#
# ChangeTypeType usage example
from types_boto3_elasticache.literals import ChangeTypeType
def get_value() -> ChangeTypeType:
    return "immediate"# ChangeTypeType definition
ChangeTypeType = Literal[
    "immediate",
    "requires-reboot",
]ClusterModeType#
# ClusterModeType usage example
from types_boto3_elasticache.literals import ClusterModeType
def get_value() -> ClusterModeType:
    return "compatible"# ClusterModeType definition
ClusterModeType = Literal[
    "compatible",
    "disabled",
    "enabled",
]DataStorageUnitType#
# DataStorageUnitType usage example
from types_boto3_elasticache.literals import DataStorageUnitType
def get_value() -> DataStorageUnitType:
    return "GB"# DataStorageUnitType definition
DataStorageUnitType = Literal[
    "GB",
]DataTieringStatusType#
# DataTieringStatusType usage example
from types_boto3_elasticache.literals import DataTieringStatusType
def get_value() -> DataTieringStatusType:
    return "disabled"# DataTieringStatusType definition
DataTieringStatusType = Literal[
    "disabled",
    "enabled",
]DescribeCacheClustersPaginatorName#
# DescribeCacheClustersPaginatorName usage example
from types_boto3_elasticache.literals import DescribeCacheClustersPaginatorName
def get_value() -> DescribeCacheClustersPaginatorName:
    return "describe_cache_clusters"# DescribeCacheClustersPaginatorName definition
DescribeCacheClustersPaginatorName = Literal[
    "describe_cache_clusters",
]DescribeCacheEngineVersionsPaginatorName#
# DescribeCacheEngineVersionsPaginatorName usage example
from types_boto3_elasticache.literals import DescribeCacheEngineVersionsPaginatorName
def get_value() -> DescribeCacheEngineVersionsPaginatorName:
    return "describe_cache_engine_versions"# DescribeCacheEngineVersionsPaginatorName definition
DescribeCacheEngineVersionsPaginatorName = Literal[
    "describe_cache_engine_versions",
]DescribeCacheParameterGroupsPaginatorName#
# DescribeCacheParameterGroupsPaginatorName usage example
from types_boto3_elasticache.literals import DescribeCacheParameterGroupsPaginatorName
def get_value() -> DescribeCacheParameterGroupsPaginatorName:
    return "describe_cache_parameter_groups"# DescribeCacheParameterGroupsPaginatorName definition
DescribeCacheParameterGroupsPaginatorName = Literal[
    "describe_cache_parameter_groups",
]DescribeCacheParametersPaginatorName#
# DescribeCacheParametersPaginatorName usage example
from types_boto3_elasticache.literals import DescribeCacheParametersPaginatorName
def get_value() -> DescribeCacheParametersPaginatorName:
    return "describe_cache_parameters"# DescribeCacheParametersPaginatorName definition
DescribeCacheParametersPaginatorName = Literal[
    "describe_cache_parameters",
]DescribeCacheSecurityGroupsPaginatorName#
# DescribeCacheSecurityGroupsPaginatorName usage example
from types_boto3_elasticache.literals import DescribeCacheSecurityGroupsPaginatorName
def get_value() -> DescribeCacheSecurityGroupsPaginatorName:
    return "describe_cache_security_groups"# DescribeCacheSecurityGroupsPaginatorName definition
DescribeCacheSecurityGroupsPaginatorName = Literal[
    "describe_cache_security_groups",
]DescribeCacheSubnetGroupsPaginatorName#
# DescribeCacheSubnetGroupsPaginatorName usage example
from types_boto3_elasticache.literals import DescribeCacheSubnetGroupsPaginatorName
def get_value() -> DescribeCacheSubnetGroupsPaginatorName:
    return "describe_cache_subnet_groups"# DescribeCacheSubnetGroupsPaginatorName definition
DescribeCacheSubnetGroupsPaginatorName = Literal[
    "describe_cache_subnet_groups",
]DescribeEngineDefaultParametersPaginatorName#
# DescribeEngineDefaultParametersPaginatorName usage example
from types_boto3_elasticache.literals import DescribeEngineDefaultParametersPaginatorName
def get_value() -> DescribeEngineDefaultParametersPaginatorName:
    return "describe_engine_default_parameters"# DescribeEngineDefaultParametersPaginatorName definition
DescribeEngineDefaultParametersPaginatorName = Literal[
    "describe_engine_default_parameters",
]DescribeEventsPaginatorName#
# DescribeEventsPaginatorName usage example
from types_boto3_elasticache.literals import DescribeEventsPaginatorName
def get_value() -> DescribeEventsPaginatorName:
    return "describe_events"# DescribeEventsPaginatorName definition
DescribeEventsPaginatorName = Literal[
    "describe_events",
]DescribeGlobalReplicationGroupsPaginatorName#
# DescribeGlobalReplicationGroupsPaginatorName usage example
from types_boto3_elasticache.literals import DescribeGlobalReplicationGroupsPaginatorName
def get_value() -> DescribeGlobalReplicationGroupsPaginatorName:
    return "describe_global_replication_groups"# DescribeGlobalReplicationGroupsPaginatorName definition
DescribeGlobalReplicationGroupsPaginatorName = Literal[
    "describe_global_replication_groups",
]DescribeReplicationGroupsPaginatorName#
# DescribeReplicationGroupsPaginatorName usage example
from types_boto3_elasticache.literals import DescribeReplicationGroupsPaginatorName
def get_value() -> DescribeReplicationGroupsPaginatorName:
    return "describe_replication_groups"# DescribeReplicationGroupsPaginatorName definition
DescribeReplicationGroupsPaginatorName = Literal[
    "describe_replication_groups",
]DescribeReservedCacheNodesOfferingsPaginatorName#
# DescribeReservedCacheNodesOfferingsPaginatorName usage example
from types_boto3_elasticache.literals import DescribeReservedCacheNodesOfferingsPaginatorName
def get_value() -> DescribeReservedCacheNodesOfferingsPaginatorName:
    return "describe_reserved_cache_nodes_offerings"# DescribeReservedCacheNodesOfferingsPaginatorName definition
DescribeReservedCacheNodesOfferingsPaginatorName = Literal[
    "describe_reserved_cache_nodes_offerings",
]DescribeReservedCacheNodesPaginatorName#
# DescribeReservedCacheNodesPaginatorName usage example
from types_boto3_elasticache.literals import DescribeReservedCacheNodesPaginatorName
def get_value() -> DescribeReservedCacheNodesPaginatorName:
    return "describe_reserved_cache_nodes"# DescribeReservedCacheNodesPaginatorName definition
DescribeReservedCacheNodesPaginatorName = Literal[
    "describe_reserved_cache_nodes",
]DescribeServerlessCacheSnapshotsPaginatorName#
# DescribeServerlessCacheSnapshotsPaginatorName usage example
from types_boto3_elasticache.literals import DescribeServerlessCacheSnapshotsPaginatorName
def get_value() -> DescribeServerlessCacheSnapshotsPaginatorName:
    return "describe_serverless_cache_snapshots"# DescribeServerlessCacheSnapshotsPaginatorName definition
DescribeServerlessCacheSnapshotsPaginatorName = Literal[
    "describe_serverless_cache_snapshots",
]DescribeServerlessCachesPaginatorName#
# DescribeServerlessCachesPaginatorName usage example
from types_boto3_elasticache.literals import DescribeServerlessCachesPaginatorName
def get_value() -> DescribeServerlessCachesPaginatorName:
    return "describe_serverless_caches"# DescribeServerlessCachesPaginatorName definition
DescribeServerlessCachesPaginatorName = Literal[
    "describe_serverless_caches",
]DescribeServiceUpdatesPaginatorName#
# DescribeServiceUpdatesPaginatorName usage example
from types_boto3_elasticache.literals import DescribeServiceUpdatesPaginatorName
def get_value() -> DescribeServiceUpdatesPaginatorName:
    return "describe_service_updates"# DescribeServiceUpdatesPaginatorName definition
DescribeServiceUpdatesPaginatorName = Literal[
    "describe_service_updates",
]DescribeSnapshotsPaginatorName#
# DescribeSnapshotsPaginatorName usage example
from types_boto3_elasticache.literals import DescribeSnapshotsPaginatorName
def get_value() -> DescribeSnapshotsPaginatorName:
    return "describe_snapshots"# DescribeSnapshotsPaginatorName definition
DescribeSnapshotsPaginatorName = Literal[
    "describe_snapshots",
]DescribeUpdateActionsPaginatorName#
# DescribeUpdateActionsPaginatorName usage example
from types_boto3_elasticache.literals import DescribeUpdateActionsPaginatorName
def get_value() -> DescribeUpdateActionsPaginatorName:
    return "describe_update_actions"# DescribeUpdateActionsPaginatorName definition
DescribeUpdateActionsPaginatorName = Literal[
    "describe_update_actions",
]DescribeUserGroupsPaginatorName#
# DescribeUserGroupsPaginatorName usage example
from types_boto3_elasticache.literals import DescribeUserGroupsPaginatorName
def get_value() -> DescribeUserGroupsPaginatorName:
    return "describe_user_groups"# DescribeUserGroupsPaginatorName definition
DescribeUserGroupsPaginatorName = Literal[
    "describe_user_groups",
]DescribeUsersPaginatorName#
# DescribeUsersPaginatorName usage example
from types_boto3_elasticache.literals import DescribeUsersPaginatorName
def get_value() -> DescribeUsersPaginatorName:
    return "describe_users"# DescribeUsersPaginatorName definition
DescribeUsersPaginatorName = Literal[
    "describe_users",
]DestinationTypeType#
# DestinationTypeType usage example
from types_boto3_elasticache.literals import DestinationTypeType
def get_value() -> DestinationTypeType:
    return "cloudwatch-logs"# DestinationTypeType definition
DestinationTypeType = Literal[
    "cloudwatch-logs",
    "kinesis-firehose",
]InputAuthenticationTypeType#
# InputAuthenticationTypeType usage example
from types_boto3_elasticache.literals import InputAuthenticationTypeType
def get_value() -> InputAuthenticationTypeType:
    return "iam"# InputAuthenticationTypeType definition
InputAuthenticationTypeType = Literal[
    "iam",
    "no-password-required",
    "password",
]IpDiscoveryType#
# IpDiscoveryType usage example
from types_boto3_elasticache.literals import IpDiscoveryType
def get_value() -> IpDiscoveryType:
    return "ipv4"# IpDiscoveryType definition
IpDiscoveryType = Literal[
    "ipv4",
    "ipv6",
]LogDeliveryConfigurationStatusType#
# LogDeliveryConfigurationStatusType usage example
from types_boto3_elasticache.literals import LogDeliveryConfigurationStatusType
def get_value() -> LogDeliveryConfigurationStatusType:
    return "active"# LogDeliveryConfigurationStatusType definition
LogDeliveryConfigurationStatusType = Literal[
    "active",
    "disabling",
    "enabling",
    "error",
    "modifying",
]LogFormatType#
# LogFormatType usage example
from types_boto3_elasticache.literals import LogFormatType
def get_value() -> LogFormatType:
    return "json"# LogFormatType definition
LogFormatType = Literal[
    "json",
    "text",
]LogTypeType#
# LogTypeType usage example
from types_boto3_elasticache.literals import LogTypeType
def get_value() -> LogTypeType:
    return "engine-log"# LogTypeType definition
LogTypeType = Literal[
    "engine-log",
    "slow-log",
]MultiAZStatusType#
# MultiAZStatusType usage example
from types_boto3_elasticache.literals import MultiAZStatusType
def get_value() -> MultiAZStatusType:
    return "disabled"# MultiAZStatusType definition
MultiAZStatusType = Literal[
    "disabled",
    "enabled",
]NetworkTypeType#
# NetworkTypeType usage example
from types_boto3_elasticache.literals import NetworkTypeType
def get_value() -> NetworkTypeType:
    return "dual_stack"# NetworkTypeType definition
NetworkTypeType = Literal[
    "dual_stack",
    "ipv4",
    "ipv6",
]NodeUpdateInitiatedByType#
# NodeUpdateInitiatedByType usage example
from types_boto3_elasticache.literals import NodeUpdateInitiatedByType
def get_value() -> NodeUpdateInitiatedByType:
    return "customer"# NodeUpdateInitiatedByType definition
NodeUpdateInitiatedByType = Literal[
    "customer",
    "system",
]NodeUpdateStatusType#
# NodeUpdateStatusType usage example
from types_boto3_elasticache.literals import NodeUpdateStatusType
def get_value() -> NodeUpdateStatusType:
    return "complete"# NodeUpdateStatusType definition
NodeUpdateStatusType = Literal[
    "complete",
    "in-progress",
    "not-applied",
    "stopped",
    "stopping",
    "waiting-to-start",
]OutpostModeType#
# OutpostModeType usage example
from types_boto3_elasticache.literals import OutpostModeType
def get_value() -> OutpostModeType:
    return "cross-outpost"# OutpostModeType definition
OutpostModeType = Literal[
    "cross-outpost",
    "single-outpost",
]PendingAutomaticFailoverStatusType#
# PendingAutomaticFailoverStatusType usage example
from types_boto3_elasticache.literals import PendingAutomaticFailoverStatusType
def get_value() -> PendingAutomaticFailoverStatusType:
    return "disabled"# PendingAutomaticFailoverStatusType definition
PendingAutomaticFailoverStatusType = Literal[
    "disabled",
    "enabled",
]ReplicationGroupAvailableWaiterName#
# ReplicationGroupAvailableWaiterName usage example
from types_boto3_elasticache.literals import ReplicationGroupAvailableWaiterName
def get_value() -> ReplicationGroupAvailableWaiterName:
    return "replication_group_available"# ReplicationGroupAvailableWaiterName definition
ReplicationGroupAvailableWaiterName = Literal[
    "replication_group_available",
]ReplicationGroupDeletedWaiterName#
# ReplicationGroupDeletedWaiterName usage example
from types_boto3_elasticache.literals import ReplicationGroupDeletedWaiterName
def get_value() -> ReplicationGroupDeletedWaiterName:
    return "replication_group_deleted"# ReplicationGroupDeletedWaiterName definition
ReplicationGroupDeletedWaiterName = Literal[
    "replication_group_deleted",
]ServiceUpdateSeverityType#
# ServiceUpdateSeverityType usage example
from types_boto3_elasticache.literals import ServiceUpdateSeverityType
def get_value() -> ServiceUpdateSeverityType:
    return "critical"# ServiceUpdateSeverityType definition
ServiceUpdateSeverityType = Literal[
    "critical",
    "important",
    "low",
    "medium",
]ServiceUpdateStatusType#
# ServiceUpdateStatusType usage example
from types_boto3_elasticache.literals import ServiceUpdateStatusType
def get_value() -> ServiceUpdateStatusType:
    return "available"# ServiceUpdateStatusType definition
ServiceUpdateStatusType = Literal[
    "available",
    "cancelled",
    "expired",
]ServiceUpdateTypeType#
# ServiceUpdateTypeType usage example
from types_boto3_elasticache.literals import ServiceUpdateTypeType
def get_value() -> ServiceUpdateTypeType:
    return "security-update"# ServiceUpdateTypeType definition
ServiceUpdateTypeType = Literal[
    "security-update",
]SlaMetType#
# SlaMetType usage example
from types_boto3_elasticache.literals import SlaMetType
def get_value() -> SlaMetType:
    return "n/a"# SlaMetType definition
SlaMetType = Literal[
    "n/a",
    "no",
    "yes",
]SourceTypeType#
# SourceTypeType usage example
from types_boto3_elasticache.literals import SourceTypeType
def get_value() -> SourceTypeType:
    return "cache-cluster"# SourceTypeType definition
SourceTypeType = Literal[
    "cache-cluster",
    "cache-parameter-group",
    "cache-security-group",
    "cache-subnet-group",
    "replication-group",
    "serverless-cache",
    "serverless-cache-snapshot",
    "user",
    "user-group",
]TransitEncryptionModeType#
# TransitEncryptionModeType usage example
from types_boto3_elasticache.literals import TransitEncryptionModeType
def get_value() -> TransitEncryptionModeType:
    return "preferred"# TransitEncryptionModeType definition
TransitEncryptionModeType = Literal[
    "preferred",
    "required",
]UpdateActionStatusType#
# UpdateActionStatusType usage example
from types_boto3_elasticache.literals import UpdateActionStatusType
def get_value() -> UpdateActionStatusType:
    return "complete"# UpdateActionStatusType definition
UpdateActionStatusType = Literal[
    "complete",
    "in-progress",
    "not-applicable",
    "not-applied",
    "scheduled",
    "scheduling",
    "stopped",
    "stopping",
    "waiting-to-start",
]ElastiCacheServiceName#
# ElastiCacheServiceName usage example
from types_boto3_elasticache.literals import ElastiCacheServiceName
def get_value() -> ElastiCacheServiceName:
    return "elasticache"# ElastiCacheServiceName definition
ElastiCacheServiceName = Literal[
    "elasticache",
]ServiceName#
# ServiceName usage example
from types_boto3_elasticache.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",
    "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",
    "dsql",
    "dynamodb",
    "dynamodbstreams",
    "ebs",
    "ec2",
    "ec2-instance-connect",
    "ecr",
    "ecr-public",
    "ecs",
    "efs",
    "eks",
    "eks-auth",
    "elasticache",
    "elasticbeanstalk",
    "elastictranscoder",
    "elb",
    "elbv2",
    "emr",
    "emr-containers",
    "emr-serverless",
    "entityresolution",
    "es",
    "events",
    "evidently",
    "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",
    "iotanalytics",
    "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",
    "neptune",
    "neptune-graph",
    "neptunedata",
    "network-firewall",
    "networkflowmonitor",
    "networkmanager",
    "networkmonitor",
    "notifications",
    "notificationscontacts",
    "oam",
    "observabilityadmin",
    "odb",
    "omics",
    "opensearch",
    "opensearchserverless",
    "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",
    "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",
    "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",
    "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",
    "verifiedpermissions",
    "voice-id",
    "vpc-lattice",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-instances",
    "workspaces-thin-client",
    "workspaces-web",
    "xray",
]ResourceServiceName#
# ResourceServiceName usage example
from types_boto3_elasticache.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 types_boto3_elasticache.literals import PaginatorName
def get_value() -> PaginatorName:
    return "describe_cache_clusters"# PaginatorName definition
PaginatorName = Literal[
    "describe_cache_clusters",
    "describe_cache_engine_versions",
    "describe_cache_parameter_groups",
    "describe_cache_parameters",
    "describe_cache_security_groups",
    "describe_cache_subnet_groups",
    "describe_engine_default_parameters",
    "describe_events",
    "describe_global_replication_groups",
    "describe_replication_groups",
    "describe_reserved_cache_nodes",
    "describe_reserved_cache_nodes_offerings",
    "describe_serverless_cache_snapshots",
    "describe_serverless_caches",
    "describe_service_updates",
    "describe_snapshots",
    "describe_update_actions",
    "describe_user_groups",
    "describe_users",
]WaiterName#
# WaiterName usage example
from types_boto3_elasticache.literals import WaiterName
def get_value() -> WaiterName:
    return "cache_cluster_available"# WaiterName definition
WaiterName = Literal[
    "cache_cluster_available",
    "cache_cluster_deleted",
    "replication_group_available",
    "replication_group_deleted",
]RegionName#
# RegionName usage example
from types_boto3_elasticache.literals import RegionName
def get_value() -> RegionName:
    return "af-south-1"# RegionName definition
RegionName = Literal[
    "af-south-1",
    "ap-east-1",
    "ap-east-2",
    "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",
    "ap-southeast-6",
    "ap-southeast-7",
    "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",
    "mx-central-1",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-1",
    "us-west-2",
]