Skip to content

Literals

Index > RDS > Literals

Auto-generated documentation for RDS type annotations stubs module mypy-boto3-rds.

ActivityStreamModeType

Usage Example
from mypy_boto3_rds.literals import ActivityStreamModeType

def get_value() -> ActivityStreamModeType:
    return "async"
Definition
ActivityStreamModeType = Literal[
    "async",
    "sync",
]

ActivityStreamPolicyStatusType

Usage Example
from mypy_boto3_rds.literals import ActivityStreamPolicyStatusType

def get_value() -> ActivityStreamPolicyStatusType:
    return "locked"
Definition
ActivityStreamPolicyStatusType = Literal[
    "locked",
    "locking-policy",
    "unlocked",
    "unlocking-policy",
]

ActivityStreamStatusType

Usage Example
from mypy_boto3_rds.literals import ActivityStreamStatusType

def get_value() -> ActivityStreamStatusType:
    return "started"
Definition
ActivityStreamStatusType = Literal[
    "started",
    "starting",
    "stopped",
    "stopping",
]

ApplyMethodType

Usage Example
from mypy_boto3_rds.literals import ApplyMethodType

def get_value() -> ApplyMethodType:
    return "immediate"
Definition
ApplyMethodType = Literal[
    "immediate",
    "pending-reboot",
]

AuditPolicyStateType

Usage Example
from mypy_boto3_rds.literals import AuditPolicyStateType

def get_value() -> AuditPolicyStateType:
    return "locked"
Definition
AuditPolicyStateType = Literal[
    "locked",
    "unlocked",
]

AuthSchemeType

Usage Example
from mypy_boto3_rds.literals import AuthSchemeType

def get_value() -> AuthSchemeType:
    return "SECRETS"
Definition
AuthSchemeType = Literal[
    "SECRETS",
]

AutomationModeType

Usage Example
from mypy_boto3_rds.literals import AutomationModeType

def get_value() -> AutomationModeType:
    return "all-paused"
Definition
AutomationModeType = Literal[
    "all-paused",
    "full",
]

ClientPasswordAuthTypeType

Usage Example
from mypy_boto3_rds.literals import ClientPasswordAuthTypeType

def get_value() -> ClientPasswordAuthTypeType:
    return "MYSQL_NATIVE_PASSWORD"
Definition
ClientPasswordAuthTypeType = Literal[
    "MYSQL_NATIVE_PASSWORD",
    "POSTGRES_MD5",
    "POSTGRES_SCRAM_SHA_256",
    "SQL_SERVER_AUTHENTICATION",
]

CustomEngineVersionStatusType

Usage Example
from mypy_boto3_rds.literals import CustomEngineVersionStatusType

def get_value() -> CustomEngineVersionStatusType:
    return "available"
Definition
CustomEngineVersionStatusType = Literal[
    "available",
    "inactive",
    "inactive-except-restore",
]

DBClusterAvailableWaiterName

Usage Example
from mypy_boto3_rds.literals import DBClusterAvailableWaiterName

def get_value() -> DBClusterAvailableWaiterName:
    return "db_cluster_available"
Definition
DBClusterAvailableWaiterName = Literal[
    "db_cluster_available",
]

DBClusterDeletedWaiterName

Usage Example
from mypy_boto3_rds.literals import DBClusterDeletedWaiterName

def get_value() -> DBClusterDeletedWaiterName:
    return "db_cluster_deleted"
Definition
DBClusterDeletedWaiterName = Literal[
    "db_cluster_deleted",
]

DBClusterSnapshotAvailableWaiterName

Usage Example
from mypy_boto3_rds.literals import DBClusterSnapshotAvailableWaiterName

def get_value() -> DBClusterSnapshotAvailableWaiterName:
    return "db_cluster_snapshot_available"
Definition
DBClusterSnapshotAvailableWaiterName = Literal[
    "db_cluster_snapshot_available",
]

DBClusterSnapshotDeletedWaiterName

Usage Example
from mypy_boto3_rds.literals import DBClusterSnapshotDeletedWaiterName

def get_value() -> DBClusterSnapshotDeletedWaiterName:
    return "db_cluster_snapshot_deleted"
Definition
DBClusterSnapshotDeletedWaiterName = Literal[
    "db_cluster_snapshot_deleted",
]

DBInstanceAvailableWaiterName

Usage Example
from mypy_boto3_rds.literals import DBInstanceAvailableWaiterName

def get_value() -> DBInstanceAvailableWaiterName:
    return "db_instance_available"
Definition
DBInstanceAvailableWaiterName = Literal[
    "db_instance_available",
]

DBInstanceDeletedWaiterName

Usage Example
from mypy_boto3_rds.literals import DBInstanceDeletedWaiterName

def get_value() -> DBInstanceDeletedWaiterName:
    return "db_instance_deleted"
Definition
DBInstanceDeletedWaiterName = Literal[
    "db_instance_deleted",
]

DBProxyEndpointStatusType

Usage Example
from mypy_boto3_rds.literals import DBProxyEndpointStatusType

def get_value() -> DBProxyEndpointStatusType:
    return "available"
Definition
DBProxyEndpointStatusType = Literal[
    "available",
    "creating",
    "deleting",
    "incompatible-network",
    "insufficient-resource-limits",
    "modifying",
]

DBProxyEndpointTargetRoleType

Usage Example
from mypy_boto3_rds.literals import DBProxyEndpointTargetRoleType

def get_value() -> DBProxyEndpointTargetRoleType:
    return "READ_ONLY"
Definition
DBProxyEndpointTargetRoleType = Literal[
    "READ_ONLY",
    "READ_WRITE",
]

DBProxyStatusType

Usage Example
from mypy_boto3_rds.literals import DBProxyStatusType

def get_value() -> DBProxyStatusType:
    return "available"
Definition
DBProxyStatusType = Literal[
    "available",
    "creating",
    "deleting",
    "incompatible-network",
    "insufficient-resource-limits",
    "modifying",
    "reactivating",
    "suspended",
    "suspending",
]

DBSnapshotAvailableWaiterName

Usage Example
from mypy_boto3_rds.literals import DBSnapshotAvailableWaiterName

def get_value() -> DBSnapshotAvailableWaiterName:
    return "db_snapshot_available"
Definition
DBSnapshotAvailableWaiterName = Literal[
    "db_snapshot_available",
]

DBSnapshotCompletedWaiterName

Usage Example
from mypy_boto3_rds.literals import DBSnapshotCompletedWaiterName

def get_value() -> DBSnapshotCompletedWaiterName:
    return "db_snapshot_completed"
Definition
DBSnapshotCompletedWaiterName = Literal[
    "db_snapshot_completed",
]

DBSnapshotDeletedWaiterName

Usage Example
from mypy_boto3_rds.literals import DBSnapshotDeletedWaiterName

def get_value() -> DBSnapshotDeletedWaiterName:
    return "db_snapshot_deleted"
Definition
DBSnapshotDeletedWaiterName = Literal[
    "db_snapshot_deleted",
]

DescribeBlueGreenDeploymentsPaginatorName

Usage Example
from mypy_boto3_rds.literals import DescribeBlueGreenDeploymentsPaginatorName

def get_value() -> DescribeBlueGreenDeploymentsPaginatorName:
    return "describe_blue_green_deployments"
Definition
DescribeBlueGreenDeploymentsPaginatorName = Literal[
    "describe_blue_green_deployments",
]

DescribeCertificatesPaginatorName

Usage Example
from mypy_boto3_rds.literals import DescribeCertificatesPaginatorName

def get_value() -> DescribeCertificatesPaginatorName:
    return "describe_certificates"
Definition
DescribeCertificatesPaginatorName = Literal[
    "describe_certificates",
]

DescribeDBClusterBacktracksPaginatorName

Usage Example
from mypy_boto3_rds.literals import DescribeDBClusterBacktracksPaginatorName

def get_value() -> DescribeDBClusterBacktracksPaginatorName:
    return "describe_db_cluster_backtracks"
Definition
DescribeDBClusterBacktracksPaginatorName = Literal[
    "describe_db_cluster_backtracks",
]

DescribeDBClusterEndpointsPaginatorName

Usage Example
from mypy_boto3_rds.literals import DescribeDBClusterEndpointsPaginatorName

def get_value() -> DescribeDBClusterEndpointsPaginatorName:
    return "describe_db_cluster_endpoints"
Definition
DescribeDBClusterEndpointsPaginatorName = Literal[
    "describe_db_cluster_endpoints",
]

DescribeDBClusterParameterGroupsPaginatorName

Usage Example
from mypy_boto3_rds.literals import DescribeDBClusterParameterGroupsPaginatorName

def get_value() -> DescribeDBClusterParameterGroupsPaginatorName:
    return "describe_db_cluster_parameter_groups"
Definition
DescribeDBClusterParameterGroupsPaginatorName = Literal[
    "describe_db_cluster_parameter_groups",
]

DescribeDBClusterParametersPaginatorName

Usage Example
from mypy_boto3_rds.literals import DescribeDBClusterParametersPaginatorName

def get_value() -> DescribeDBClusterParametersPaginatorName:
    return "describe_db_cluster_parameters"
Definition
DescribeDBClusterParametersPaginatorName = Literal[
    "describe_db_cluster_parameters",
]

DescribeDBClusterSnapshotsPaginatorName

Usage Example
from mypy_boto3_rds.literals import DescribeDBClusterSnapshotsPaginatorName

def get_value() -> DescribeDBClusterSnapshotsPaginatorName:
    return "describe_db_cluster_snapshots"
Definition
DescribeDBClusterSnapshotsPaginatorName = Literal[
    "describe_db_cluster_snapshots",
]

DescribeDBClustersPaginatorName

Usage Example
from mypy_boto3_rds.literals import DescribeDBClustersPaginatorName

def get_value() -> DescribeDBClustersPaginatorName:
    return "describe_db_clusters"
Definition
DescribeDBClustersPaginatorName = Literal[
    "describe_db_clusters",
]

DescribeDBEngineVersionsPaginatorName

Usage Example
from mypy_boto3_rds.literals import DescribeDBEngineVersionsPaginatorName

def get_value() -> DescribeDBEngineVersionsPaginatorName:
    return "describe_db_engine_versions"
Definition
DescribeDBEngineVersionsPaginatorName = Literal[
    "describe_db_engine_versions",
]

DescribeDBInstanceAutomatedBackupsPaginatorName

Usage Example
from mypy_boto3_rds.literals import DescribeDBInstanceAutomatedBackupsPaginatorName

def get_value() -> DescribeDBInstanceAutomatedBackupsPaginatorName:
    return "describe_db_instance_automated_backups"
Definition
DescribeDBInstanceAutomatedBackupsPaginatorName = Literal[
    "describe_db_instance_automated_backups",
]

DescribeDBInstancesPaginatorName

Usage Example
from mypy_boto3_rds.literals import DescribeDBInstancesPaginatorName

def get_value() -> DescribeDBInstancesPaginatorName:
    return "describe_db_instances"
Definition
DescribeDBInstancesPaginatorName = Literal[
    "describe_db_instances",
]

DescribeDBLogFilesPaginatorName

Usage Example
from mypy_boto3_rds.literals import DescribeDBLogFilesPaginatorName

def get_value() -> DescribeDBLogFilesPaginatorName:
    return "describe_db_log_files"
Definition
DescribeDBLogFilesPaginatorName = Literal[
    "describe_db_log_files",
]

DescribeDBParameterGroupsPaginatorName

Usage Example
from mypy_boto3_rds.literals import DescribeDBParameterGroupsPaginatorName

def get_value() -> DescribeDBParameterGroupsPaginatorName:
    return "describe_db_parameter_groups"
Definition
DescribeDBParameterGroupsPaginatorName = Literal[
    "describe_db_parameter_groups",
]

DescribeDBParametersPaginatorName

Usage Example
from mypy_boto3_rds.literals import DescribeDBParametersPaginatorName

def get_value() -> DescribeDBParametersPaginatorName:
    return "describe_db_parameters"
Definition
DescribeDBParametersPaginatorName = Literal[
    "describe_db_parameters",
]

DescribeDBProxiesPaginatorName

Usage Example
from mypy_boto3_rds.literals import DescribeDBProxiesPaginatorName

def get_value() -> DescribeDBProxiesPaginatorName:
    return "describe_db_proxies"
Definition
DescribeDBProxiesPaginatorName = Literal[
    "describe_db_proxies",
]

DescribeDBProxyEndpointsPaginatorName

Usage Example
from mypy_boto3_rds.literals import DescribeDBProxyEndpointsPaginatorName

def get_value() -> DescribeDBProxyEndpointsPaginatorName:
    return "describe_db_proxy_endpoints"
Definition
DescribeDBProxyEndpointsPaginatorName = Literal[
    "describe_db_proxy_endpoints",
]

DescribeDBProxyTargetGroupsPaginatorName

Usage Example
from mypy_boto3_rds.literals import DescribeDBProxyTargetGroupsPaginatorName

def get_value() -> DescribeDBProxyTargetGroupsPaginatorName:
    return "describe_db_proxy_target_groups"
Definition
DescribeDBProxyTargetGroupsPaginatorName = Literal[
    "describe_db_proxy_target_groups",
]

DescribeDBProxyTargetsPaginatorName

Usage Example
from mypy_boto3_rds.literals import DescribeDBProxyTargetsPaginatorName

def get_value() -> DescribeDBProxyTargetsPaginatorName:
    return "describe_db_proxy_targets"
Definition
DescribeDBProxyTargetsPaginatorName = Literal[
    "describe_db_proxy_targets",
]

DescribeDBSecurityGroupsPaginatorName

Usage Example
from mypy_boto3_rds.literals import DescribeDBSecurityGroupsPaginatorName

def get_value() -> DescribeDBSecurityGroupsPaginatorName:
    return "describe_db_security_groups"
Definition
DescribeDBSecurityGroupsPaginatorName = Literal[
    "describe_db_security_groups",
]

DescribeDBSnapshotsPaginatorName

Usage Example
from mypy_boto3_rds.literals import DescribeDBSnapshotsPaginatorName

def get_value() -> DescribeDBSnapshotsPaginatorName:
    return "describe_db_snapshots"
Definition
DescribeDBSnapshotsPaginatorName = Literal[
    "describe_db_snapshots",
]

DescribeDBSubnetGroupsPaginatorName

Usage Example
from mypy_boto3_rds.literals import DescribeDBSubnetGroupsPaginatorName

def get_value() -> DescribeDBSubnetGroupsPaginatorName:
    return "describe_db_subnet_groups"
Definition
DescribeDBSubnetGroupsPaginatorName = Literal[
    "describe_db_subnet_groups",
]

DescribeEngineDefaultClusterParametersPaginatorName

Usage Example
from mypy_boto3_rds.literals import DescribeEngineDefaultClusterParametersPaginatorName

def get_value() -> DescribeEngineDefaultClusterParametersPaginatorName:
    return "describe_engine_default_cluster_parameters"
Definition
DescribeEngineDefaultClusterParametersPaginatorName = Literal[
    "describe_engine_default_cluster_parameters",
]

DescribeEngineDefaultParametersPaginatorName

Usage Example
from mypy_boto3_rds.literals import DescribeEngineDefaultParametersPaginatorName

def get_value() -> DescribeEngineDefaultParametersPaginatorName:
    return "describe_engine_default_parameters"
Definition
DescribeEngineDefaultParametersPaginatorName = Literal[
    "describe_engine_default_parameters",
]

DescribeEventSubscriptionsPaginatorName

Usage Example
from mypy_boto3_rds.literals import DescribeEventSubscriptionsPaginatorName

def get_value() -> DescribeEventSubscriptionsPaginatorName:
    return "describe_event_subscriptions"
Definition
DescribeEventSubscriptionsPaginatorName = Literal[
    "describe_event_subscriptions",
]

DescribeEventsPaginatorName

Usage Example
from mypy_boto3_rds.literals import DescribeEventsPaginatorName

def get_value() -> DescribeEventsPaginatorName:
    return "describe_events"
Definition
DescribeEventsPaginatorName = Literal[
    "describe_events",
]

DescribeExportTasksPaginatorName

Usage Example
from mypy_boto3_rds.literals import DescribeExportTasksPaginatorName

def get_value() -> DescribeExportTasksPaginatorName:
    return "describe_export_tasks"
Definition
DescribeExportTasksPaginatorName = Literal[
    "describe_export_tasks",
]

DescribeGlobalClustersPaginatorName

Usage Example
from mypy_boto3_rds.literals import DescribeGlobalClustersPaginatorName

def get_value() -> DescribeGlobalClustersPaginatorName:
    return "describe_global_clusters"
Definition
DescribeGlobalClustersPaginatorName = Literal[
    "describe_global_clusters",
]

DescribeOptionGroupOptionsPaginatorName

Usage Example
from mypy_boto3_rds.literals import DescribeOptionGroupOptionsPaginatorName

def get_value() -> DescribeOptionGroupOptionsPaginatorName:
    return "describe_option_group_options"
Definition
DescribeOptionGroupOptionsPaginatorName = Literal[
    "describe_option_group_options",
]

DescribeOptionGroupsPaginatorName

Usage Example
from mypy_boto3_rds.literals import DescribeOptionGroupsPaginatorName

def get_value() -> DescribeOptionGroupsPaginatorName:
    return "describe_option_groups"
Definition
DescribeOptionGroupsPaginatorName = Literal[
    "describe_option_groups",
]

DescribeOrderableDBInstanceOptionsPaginatorName

Usage Example
from mypy_boto3_rds.literals import DescribeOrderableDBInstanceOptionsPaginatorName

def get_value() -> DescribeOrderableDBInstanceOptionsPaginatorName:
    return "describe_orderable_db_instance_options"
Definition
DescribeOrderableDBInstanceOptionsPaginatorName = Literal[
    "describe_orderable_db_instance_options",
]

DescribePendingMaintenanceActionsPaginatorName

Usage Example
from mypy_boto3_rds.literals import DescribePendingMaintenanceActionsPaginatorName

def get_value() -> DescribePendingMaintenanceActionsPaginatorName:
    return "describe_pending_maintenance_actions"
Definition
DescribePendingMaintenanceActionsPaginatorName = Literal[
    "describe_pending_maintenance_actions",
]

DescribeReservedDBInstancesOfferingsPaginatorName

Usage Example
from mypy_boto3_rds.literals import DescribeReservedDBInstancesOfferingsPaginatorName

def get_value() -> DescribeReservedDBInstancesOfferingsPaginatorName:
    return "describe_reserved_db_instances_offerings"
Definition
DescribeReservedDBInstancesOfferingsPaginatorName = Literal[
    "describe_reserved_db_instances_offerings",
]

DescribeReservedDBInstancesPaginatorName

Usage Example
from mypy_boto3_rds.literals import DescribeReservedDBInstancesPaginatorName

def get_value() -> DescribeReservedDBInstancesPaginatorName:
    return "describe_reserved_db_instances"
Definition
DescribeReservedDBInstancesPaginatorName = Literal[
    "describe_reserved_db_instances",
]

DescribeSourceRegionsPaginatorName

Usage Example
from mypy_boto3_rds.literals import DescribeSourceRegionsPaginatorName

def get_value() -> DescribeSourceRegionsPaginatorName:
    return "describe_source_regions"
Definition
DescribeSourceRegionsPaginatorName = Literal[
    "describe_source_regions",
]

DownloadDBLogFilePortionPaginatorName

Usage Example
from mypy_boto3_rds.literals import DownloadDBLogFilePortionPaginatorName

def get_value() -> DownloadDBLogFilePortionPaginatorName:
    return "download_db_log_file_portion"
Definition
DownloadDBLogFilePortionPaginatorName = Literal[
    "download_db_log_file_portion",
]

EngineFamilyType

Usage Example
from mypy_boto3_rds.literals import EngineFamilyType

def get_value() -> EngineFamilyType:
    return "MYSQL"
Definition
EngineFamilyType = Literal[
    "MYSQL",
    "POSTGRESQL",
    "SQLSERVER",
]

ExportSourceTypeType

Usage Example
from mypy_boto3_rds.literals import ExportSourceTypeType

def get_value() -> ExportSourceTypeType:
    return "CLUSTER"
Definition
ExportSourceTypeType = Literal[
    "CLUSTER",
    "SNAPSHOT",
]

FailoverStatusType

Usage Example
from mypy_boto3_rds.literals import FailoverStatusType

def get_value() -> FailoverStatusType:
    return "cancelling"
Definition
FailoverStatusType = Literal[
    "cancelling",
    "failing-over",
    "pending",
]

IAMAuthModeType

Usage Example
from mypy_boto3_rds.literals import IAMAuthModeType

def get_value() -> IAMAuthModeType:
    return "DISABLED"
Definition
IAMAuthModeType = Literal[
    "DISABLED",
    "ENABLED",
    "REQUIRED",
]

ReplicaModeType

Usage Example
from mypy_boto3_rds.literals import ReplicaModeType

def get_value() -> ReplicaModeType:
    return "mounted"
Definition
ReplicaModeType = Literal[
    "mounted",
    "open-read-only",
]

SourceTypeType

Usage Example
from mypy_boto3_rds.literals import SourceTypeType

def get_value() -> SourceTypeType:
    return "blue-green-deployment"
Definition
SourceTypeType = Literal[
    "blue-green-deployment",
    "custom-engine-version",
    "db-cluster",
    "db-cluster-snapshot",
    "db-instance",
    "db-parameter-group",
    "db-proxy",
    "db-security-group",
    "db-snapshot",
]

TargetHealthReasonType

Usage Example
from mypy_boto3_rds.literals import TargetHealthReasonType

def get_value() -> TargetHealthReasonType:
    return "AUTH_FAILURE"
Definition
TargetHealthReasonType = Literal[
    "AUTH_FAILURE",
    "CONNECTION_FAILED",
    "INVALID_REPLICATION_STATE",
    "PENDING_PROXY_CAPACITY",
    "UNREACHABLE",
]

TargetRoleType

Usage Example
from mypy_boto3_rds.literals import TargetRoleType

def get_value() -> TargetRoleType:
    return "READ_ONLY"
Definition
TargetRoleType = Literal[
    "READ_ONLY",
    "READ_WRITE",
    "UNKNOWN",
]

TargetStateType

Usage Example
from mypy_boto3_rds.literals import TargetStateType

def get_value() -> TargetStateType:
    return "AVAILABLE"
Definition
TargetStateType = Literal[
    "AVAILABLE",
    "REGISTERING",
    "UNAVAILABLE",
]

TargetTypeType

Usage Example
from mypy_boto3_rds.literals import TargetTypeType

def get_value() -> TargetTypeType:
    return "RDS_INSTANCE"
Definition
TargetTypeType = Literal[
    "RDS_INSTANCE",
    "RDS_SERVERLESS_ENDPOINT",
    "TRACKED_CLUSTER",
]

WriteForwardingStatusType

Usage Example
from mypy_boto3_rds.literals import WriteForwardingStatusType

def get_value() -> WriteForwardingStatusType:
    return "disabled"
Definition
WriteForwardingStatusType = Literal[
    "disabled",
    "disabling",
    "enabled",
    "enabling",
    "unknown",
]

RDSServiceName

Usage Example
from mypy_boto3_rds.literals import RDSServiceName

def get_value() -> RDSServiceName:
    return "rds"
Definition
RDSServiceName = Literal[
    "rds",
]

ServiceName

Usage Example
from mypy_boto3_rds.literals import ServiceName

def get_value() -> ServiceName:
    return "accessanalyzer"
Definition
ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "alexaforbusiness",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "arc-zonal-shift",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "backup",
    "backup-gateway",
    "backupstorage",
    "batch",
    "billingconductor",
    "braket",
    "budgets",
    "ce",
    "chime",
    "chime-sdk-identity",
    "chime-sdk-media-pipelines",
    "chime-sdk-meetings",
    "chime-sdk-messaging",
    "chime-sdk-voice",
    "cleanrooms",
    "cloud9",
    "cloudcontrol",
    "clouddirectory",
    "cloudformation",
    "cloudfront",
    "cloudhsm",
    "cloudhsmv2",
    "cloudsearch",
    "cloudsearchdomain",
    "cloudtrail",
    "cloudtrail-data",
    "cloudwatch",
    "codeartifact",
    "codebuild",
    "codecatalyst",
    "codecommit",
    "codedeploy",
    "codeguru-reviewer",
    "codeguruprofiler",
    "codepipeline",
    "codestar",
    "codestar-connections",
    "codestar-notifications",
    "cognito-identity",
    "cognito-idp",
    "cognito-sync",
    "comprehend",
    "comprehendmedical",
    "compute-optimizer",
    "config",
    "connect",
    "connect-contact-lens",
    "connectcampaigns",
    "connectcases",
    "connectparticipant",
    "controltower",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "dax",
    "detective",
    "devicefarm",
    "devops-guru",
    "directconnect",
    "discovery",
    "dlm",
    "dms",
    "docdb",
    "docdb-elastic",
    "drs",
    "ds",
    "dynamodb",
    "dynamodbstreams",
    "ebs",
    "ec2",
    "ec2-instance-connect",
    "ecr",
    "ecr-public",
    "ecs",
    "efs",
    "eks",
    "elastic-inference",
    "elasticache",
    "elasticbeanstalk",
    "elastictranscoder",
    "elb",
    "elbv2",
    "emr",
    "emr-containers",
    "emr-serverless",
    "es",
    "events",
    "evidently",
    "finspace",
    "finspace-data",
    "firehose",
    "fis",
    "fms",
    "forecast",
    "forecastquery",
    "frauddetector",
    "fsx",
    "gamelift",
    "gamesparks",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "honeycode",
    "iam",
    "identitystore",
    "imagebuilder",
    "importexport",
    "inspector",
    "inspector2",
    "internetmonitor",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot-roborunner",
    "iot1click-devices",
    "iot1click-projects",
    "iotanalytics",
    "iotdeviceadvisor",
    "iotevents",
    "iotevents-data",
    "iotfleethub",
    "iotfleetwise",
    "iotsecuretunneling",
    "iotsitewise",
    "iotthingsgraph",
    "iottwinmaker",
    "iotwireless",
    "ivs",
    "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",
    "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",
    "macie",
    "macie2",
    "managedblockchain",
    "marketplace-catalog",
    "marketplace-entitlement",
    "marketplacecommerceanalytics",
    "mediaconnect",
    "mediaconvert",
    "medialive",
    "mediapackage",
    "mediapackage-vod",
    "mediastore",
    "mediastore-data",
    "mediatailor",
    "memorydb",
    "meteringmarketplace",
    "mgh",
    "mgn",
    "migration-hub-refactor-spaces",
    "migrationhub-config",
    "migrationhuborchestrator",
    "migrationhubstrategy",
    "mobile",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "network-firewall",
    "networkmanager",
    "nimble",
    "oam",
    "omics",
    "opensearch",
    "opensearchserverless",
    "opsworks",
    "opsworkscm",
    "organizations",
    "outposts",
    "panorama",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "pipes",
    "polly",
    "pricing",
    "privatenetworks",
    "proton",
    "qldb",
    "qldb-session",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "resiliencehub",
    "resource-explorer-2",
    "resource-groups",
    "resourcegroupstaggingapi",
    "robomaker",
    "rolesanywhere",
    "route53",
    "route53-recovery-cluster",
    "route53-recovery-control-config",
    "route53-recovery-readiness",
    "route53domains",
    "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",
    "sqs",
    "ssm",
    "ssm-contacts",
    "ssm-incidents",
    "ssm-sap",
    "sso",
    "sso-admin",
    "sso-oidc",
    "stepfunctions",
    "storagegateway",
    "sts",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "textract",
    "timestream-query",
    "timestream-write",
    "tnb",
    "transcribe",
    "transfer",
    "translate",
    "voice-id",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "worklink",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-web",
    "xray",
]

ResourceServiceName

Usage Example
from mypy_boto3_rds.literals import ResourceServiceName

def get_value() -> ResourceServiceName:
    return "cloudformation"
Definition
ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "opsworks",
    "s3",
    "sns",
    "sqs",
]

PaginatorName

Usage Example
from mypy_boto3_rds.literals import PaginatorName

def get_value() -> PaginatorName:
    return "describe_blue_green_deployments"
Definition
PaginatorName = Literal[
    "describe_blue_green_deployments",
    "describe_certificates",
    "describe_db_cluster_backtracks",
    "describe_db_cluster_endpoints",
    "describe_db_cluster_parameter_groups",
    "describe_db_cluster_parameters",
    "describe_db_cluster_snapshots",
    "describe_db_clusters",
    "describe_db_engine_versions",
    "describe_db_instance_automated_backups",
    "describe_db_instances",
    "describe_db_log_files",
    "describe_db_parameter_groups",
    "describe_db_parameters",
    "describe_db_proxies",
    "describe_db_proxy_endpoints",
    "describe_db_proxy_target_groups",
    "describe_db_proxy_targets",
    "describe_db_security_groups",
    "describe_db_snapshots",
    "describe_db_subnet_groups",
    "describe_engine_default_cluster_parameters",
    "describe_engine_default_parameters",
    "describe_event_subscriptions",
    "describe_events",
    "describe_export_tasks",
    "describe_global_clusters",
    "describe_option_group_options",
    "describe_option_groups",
    "describe_orderable_db_instance_options",
    "describe_pending_maintenance_actions",
    "describe_reserved_db_instances",
    "describe_reserved_db_instances_offerings",
    "describe_source_regions",
    "download_db_log_file_portion",
]

WaiterName

Usage Example
from mypy_boto3_rds.literals import WaiterName

def get_value() -> WaiterName:
    return "db_cluster_available"
Definition
WaiterName = Literal[
    "db_cluster_available",
    "db_cluster_deleted",
    "db_cluster_snapshot_available",
    "db_cluster_snapshot_deleted",
    "db_instance_available",
    "db_instance_deleted",
    "db_snapshot_available",
    "db_snapshot_completed",
    "db_snapshot_deleted",
]

RegionName

Usage Example
from mypy_boto3_rds.literals import RegionName

def get_value() -> RegionName:
    return "af-south-1"
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",
    "ca-central-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",
    "me-central-1",
    "me-south-1",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-1",
    "us-west-2",
]