Literals#
Auto-generated documentation for Lightsail type annotations stubs module mypy-boto3-lightsail.
AccessDirectionType#
# AccessDirectionType usage example
from mypy_boto3_lightsail.literals import AccessDirectionType
def get_value() -> AccessDirectionType:
return "inbound"
# AccessDirectionType definition
AccessDirectionType = Literal[
"inbound",
"outbound",
]
AccessTypeType#
# AccessTypeType usage example
from mypy_boto3_lightsail.literals import AccessTypeType
def get_value() -> AccessTypeType:
return "private"
# AccessTypeType definition
AccessTypeType = Literal[
"private",
"public",
]
AccountLevelBpaSyncStatusType#
# AccountLevelBpaSyncStatusType usage example
from mypy_boto3_lightsail.literals import AccountLevelBpaSyncStatusType
def get_value() -> AccountLevelBpaSyncStatusType:
return "Defaulted"
# AccountLevelBpaSyncStatusType definition
AccountLevelBpaSyncStatusType = Literal[
"Defaulted",
"Failed",
"InSync",
"NeverSynced",
]
AddOnTypeType#
# AddOnTypeType usage example
from mypy_boto3_lightsail.literals import AddOnTypeType
def get_value() -> AddOnTypeType:
return "AutoSnapshot"
# AddOnTypeType definition
AddOnTypeType = Literal[
"AutoSnapshot",
"StopInstanceOnIdle",
]
AlarmStateType#
# AlarmStateType usage example
from mypy_boto3_lightsail.literals import AlarmStateType
def get_value() -> AlarmStateType:
return "ALARM"
# AlarmStateType definition
AlarmStateType = Literal[
"ALARM",
"INSUFFICIENT_DATA",
"OK",
]
AppCategoryType#
# AppCategoryType usage example
from mypy_boto3_lightsail.literals import AppCategoryType
def get_value() -> AppCategoryType:
return "LfR"
# AppCategoryType definition
AppCategoryType = Literal[
"LfR",
]
AutoMountStatusType#
# AutoMountStatusType usage example
from mypy_boto3_lightsail.literals import AutoMountStatusType
def get_value() -> AutoMountStatusType:
return "Failed"
# AutoMountStatusType definition
AutoMountStatusType = Literal[
"Failed",
"Mounted",
"NotMounted",
"Pending",
]
AutoSnapshotStatusType#
# AutoSnapshotStatusType usage example
from mypy_boto3_lightsail.literals import AutoSnapshotStatusType
def get_value() -> AutoSnapshotStatusType:
return "Failed"
# AutoSnapshotStatusType definition
AutoSnapshotStatusType = Literal[
"Failed",
"InProgress",
"NotFound",
"Success",
]
BPAStatusMessageType#
# BPAStatusMessageType usage example
from mypy_boto3_lightsail.literals import BPAStatusMessageType
def get_value() -> BPAStatusMessageType:
return "DEFAULTED_FOR_SLR_MISSING"
# BPAStatusMessageType definition
BPAStatusMessageType = Literal[
"DEFAULTED_FOR_SLR_MISSING",
"DEFAULTED_FOR_SLR_MISSING_ON_HOLD",
"SYNC_ON_HOLD",
"Unknown",
]
BehaviorEnumType#
# BehaviorEnumType usage example
from mypy_boto3_lightsail.literals import BehaviorEnumType
def get_value() -> BehaviorEnumType:
return "cache"
# BehaviorEnumType definition
BehaviorEnumType = Literal[
"cache",
"dont-cache",
]
BlueprintTypeType#
# BlueprintTypeType usage example
from mypy_boto3_lightsail.literals import BlueprintTypeType
def get_value() -> BlueprintTypeType:
return "app"
# BlueprintTypeType definition
BlueprintTypeType = Literal[
"app",
"os",
]
BucketMetricNameType#
# BucketMetricNameType usage example
from mypy_boto3_lightsail.literals import BucketMetricNameType
def get_value() -> BucketMetricNameType:
return "BucketSizeBytes"
# BucketMetricNameType definition
BucketMetricNameType = Literal[
"BucketSizeBytes",
"NumberOfObjects",
]
CertificateDomainValidationStatusType#
# CertificateDomainValidationStatusType usage example
from mypy_boto3_lightsail.literals import CertificateDomainValidationStatusType
def get_value() -> CertificateDomainValidationStatusType:
return "FAILED"
# CertificateDomainValidationStatusType definition
CertificateDomainValidationStatusType = Literal[
"FAILED",
"PENDING_VALIDATION",
"SUCCESS",
]
CertificateProviderType#
# CertificateProviderType usage example
from mypy_boto3_lightsail.literals import CertificateProviderType
def get_value() -> CertificateProviderType:
return "LetsEncrypt"
# CertificateProviderType definition
CertificateProviderType = Literal[
"LetsEncrypt",
]
CertificateStatusType#
# CertificateStatusType usage example
from mypy_boto3_lightsail.literals import CertificateStatusType
def get_value() -> CertificateStatusType:
return "EXPIRED"
# CertificateStatusType definition
CertificateStatusType = Literal[
"EXPIRED",
"FAILED",
"INACTIVE",
"ISSUED",
"PENDING_VALIDATION",
"REVOKED",
"VALIDATION_TIMED_OUT",
]
CloudFormationStackRecordSourceTypeType#
# CloudFormationStackRecordSourceTypeType usage example
from mypy_boto3_lightsail.literals import CloudFormationStackRecordSourceTypeType
def get_value() -> CloudFormationStackRecordSourceTypeType:
return "ExportSnapshotRecord"
# CloudFormationStackRecordSourceTypeType definition
CloudFormationStackRecordSourceTypeType = Literal[
"ExportSnapshotRecord",
]
ComparisonOperatorType#
# ComparisonOperatorType usage example
from mypy_boto3_lightsail.literals import ComparisonOperatorType
def get_value() -> ComparisonOperatorType:
return "GreaterThanOrEqualToThreshold"
# ComparisonOperatorType definition
ComparisonOperatorType = Literal[
"GreaterThanOrEqualToThreshold",
"GreaterThanThreshold",
"LessThanOrEqualToThreshold",
"LessThanThreshold",
]
ContactMethodStatusType#
# ContactMethodStatusType usage example
from mypy_boto3_lightsail.literals import ContactMethodStatusType
def get_value() -> ContactMethodStatusType:
return "Invalid"
# ContactMethodStatusType definition
ContactMethodStatusType = Literal[
"Invalid",
"PendingVerification",
"Valid",
]
ContactMethodVerificationProtocolType#
# ContactMethodVerificationProtocolType usage example
from mypy_boto3_lightsail.literals import ContactMethodVerificationProtocolType
def get_value() -> ContactMethodVerificationProtocolType:
return "Email"
# ContactMethodVerificationProtocolType definition
ContactMethodVerificationProtocolType = Literal[
"Email",
]
ContactProtocolType#
# ContactProtocolType usage example
from mypy_boto3_lightsail.literals import ContactProtocolType
def get_value() -> ContactProtocolType:
return "Email"
# ContactProtocolType definition
ContactProtocolType = Literal[
"Email",
"SMS",
]
ContainerServiceDeploymentStateType#
# ContainerServiceDeploymentStateType usage example
from mypy_boto3_lightsail.literals import ContainerServiceDeploymentStateType
def get_value() -> ContainerServiceDeploymentStateType:
return "ACTIVATING"
# ContainerServiceDeploymentStateType definition
ContainerServiceDeploymentStateType = Literal[
"ACTIVATING",
"ACTIVE",
"FAILED",
"INACTIVE",
]
ContainerServiceMetricNameType#
# ContainerServiceMetricNameType usage example
from mypy_boto3_lightsail.literals import ContainerServiceMetricNameType
def get_value() -> ContainerServiceMetricNameType:
return "CPUUtilization"
# ContainerServiceMetricNameType definition
ContainerServiceMetricNameType = Literal[
"CPUUtilization",
"MemoryUtilization",
]
ContainerServicePowerNameType#
# ContainerServicePowerNameType usage example
from mypy_boto3_lightsail.literals import ContainerServicePowerNameType
def get_value() -> ContainerServicePowerNameType:
return "large"
# ContainerServicePowerNameType definition
ContainerServicePowerNameType = Literal[
"large",
"medium",
"micro",
"nano",
"small",
"xlarge",
]
ContainerServiceProtocolType#
# ContainerServiceProtocolType usage example
from mypy_boto3_lightsail.literals import ContainerServiceProtocolType
def get_value() -> ContainerServiceProtocolType:
return "HTTP"
# ContainerServiceProtocolType definition
ContainerServiceProtocolType = Literal[
"HTTP",
"HTTPS",
"TCP",
"UDP",
]
ContainerServiceStateDetailCodeType#
# ContainerServiceStateDetailCodeType usage example
from mypy_boto3_lightsail.literals import ContainerServiceStateDetailCodeType
def get_value() -> ContainerServiceStateDetailCodeType:
return "ACTIVATING_DEPLOYMENT"
# ContainerServiceStateDetailCodeType definition
ContainerServiceStateDetailCodeType = Literal[
"ACTIVATING_DEPLOYMENT",
"CERTIFICATE_LIMIT_EXCEEDED",
"CREATING_DEPLOYMENT",
"CREATING_NETWORK_INFRASTRUCTURE",
"CREATING_SYSTEM_RESOURCES",
"EVALUATING_HEALTH_CHECK",
"PROVISIONING_CERTIFICATE",
"PROVISIONING_SERVICE",
"UNKNOWN_ERROR",
]
ContainerServiceStateType#
# ContainerServiceStateType usage example
from mypy_boto3_lightsail.literals import ContainerServiceStateType
def get_value() -> ContainerServiceStateType:
return "DELETING"
# ContainerServiceStateType definition
ContainerServiceStateType = Literal[
"DELETING",
"DEPLOYING",
"DISABLED",
"PENDING",
"READY",
"RUNNING",
"UPDATING",
]
CurrencyType#
# CurrencyType usage example
from mypy_boto3_lightsail.literals import CurrencyType
def get_value() -> CurrencyType:
return "USD"
# CurrencyType definition
CurrencyType = Literal[
"USD",
]
DiskSnapshotStateType#
# DiskSnapshotStateType usage example
from mypy_boto3_lightsail.literals import DiskSnapshotStateType
def get_value() -> DiskSnapshotStateType:
return "completed"
# DiskSnapshotStateType definition
DiskSnapshotStateType = Literal[
"completed",
"error",
"pending",
"unknown",
]
DiskStateType#
# DiskStateType usage example
from mypy_boto3_lightsail.literals import DiskStateType
def get_value() -> DiskStateType:
return "available"
# DiskStateType definition
DiskStateType = Literal[
"available",
"error",
"in-use",
"pending",
"unknown",
]
DistributionMetricNameType#
# DistributionMetricNameType usage example
from mypy_boto3_lightsail.literals import DistributionMetricNameType
def get_value() -> DistributionMetricNameType:
return "BytesDownloaded"
# DistributionMetricNameType definition
DistributionMetricNameType = Literal[
"BytesDownloaded",
"BytesUploaded",
"Http4xxErrorRate",
"Http5xxErrorRate",
"Requests",
"TotalErrorRate",
]
DnsRecordCreationStateCodeType#
# DnsRecordCreationStateCodeType usage example
from mypy_boto3_lightsail.literals import DnsRecordCreationStateCodeType
def get_value() -> DnsRecordCreationStateCodeType:
return "FAILED"
# DnsRecordCreationStateCodeType definition
DnsRecordCreationStateCodeType = Literal[
"FAILED",
"STARTED",
"SUCCEEDED",
]
ExportSnapshotRecordSourceTypeType#
# ExportSnapshotRecordSourceTypeType usage example
from mypy_boto3_lightsail.literals import ExportSnapshotRecordSourceTypeType
def get_value() -> ExportSnapshotRecordSourceTypeType:
return "DiskSnapshot"
# ExportSnapshotRecordSourceTypeType definition
ExportSnapshotRecordSourceTypeType = Literal[
"DiskSnapshot",
"InstanceSnapshot",
]
ForwardValuesType#
# ForwardValuesType usage example
from mypy_boto3_lightsail.literals import ForwardValuesType
def get_value() -> ForwardValuesType:
return "all"
# ForwardValuesType definition
ForwardValuesType = Literal[
"all",
"allow-list",
"none",
]
GetActiveNamesPaginatorName#
# GetActiveNamesPaginatorName usage example
from mypy_boto3_lightsail.literals import GetActiveNamesPaginatorName
def get_value() -> GetActiveNamesPaginatorName:
return "get_active_names"
# GetActiveNamesPaginatorName definition
GetActiveNamesPaginatorName = Literal[
"get_active_names",
]
GetBlueprintsPaginatorName#
# GetBlueprintsPaginatorName usage example
from mypy_boto3_lightsail.literals import GetBlueprintsPaginatorName
def get_value() -> GetBlueprintsPaginatorName:
return "get_blueprints"
# GetBlueprintsPaginatorName definition
GetBlueprintsPaginatorName = Literal[
"get_blueprints",
]
GetBundlesPaginatorName#
# GetBundlesPaginatorName usage example
from mypy_boto3_lightsail.literals import GetBundlesPaginatorName
def get_value() -> GetBundlesPaginatorName:
return "get_bundles"
# GetBundlesPaginatorName definition
GetBundlesPaginatorName = Literal[
"get_bundles",
]
GetCloudFormationStackRecordsPaginatorName#
# GetCloudFormationStackRecordsPaginatorName usage example
from mypy_boto3_lightsail.literals import GetCloudFormationStackRecordsPaginatorName
def get_value() -> GetCloudFormationStackRecordsPaginatorName:
return "get_cloud_formation_stack_records"
# GetCloudFormationStackRecordsPaginatorName definition
GetCloudFormationStackRecordsPaginatorName = Literal[
"get_cloud_formation_stack_records",
]
GetDiskSnapshotsPaginatorName#
# GetDiskSnapshotsPaginatorName usage example
from mypy_boto3_lightsail.literals import GetDiskSnapshotsPaginatorName
def get_value() -> GetDiskSnapshotsPaginatorName:
return "get_disk_snapshots"
# GetDiskSnapshotsPaginatorName definition
GetDiskSnapshotsPaginatorName = Literal[
"get_disk_snapshots",
]
GetDisksPaginatorName#
# GetDisksPaginatorName usage example
from mypy_boto3_lightsail.literals import GetDisksPaginatorName
def get_value() -> GetDisksPaginatorName:
return "get_disks"
# GetDisksPaginatorName definition
GetDisksPaginatorName = Literal[
"get_disks",
]
GetDomainsPaginatorName#
# GetDomainsPaginatorName usage example
from mypy_boto3_lightsail.literals import GetDomainsPaginatorName
def get_value() -> GetDomainsPaginatorName:
return "get_domains"
# GetDomainsPaginatorName definition
GetDomainsPaginatorName = Literal[
"get_domains",
]
GetExportSnapshotRecordsPaginatorName#
# GetExportSnapshotRecordsPaginatorName usage example
from mypy_boto3_lightsail.literals import GetExportSnapshotRecordsPaginatorName
def get_value() -> GetExportSnapshotRecordsPaginatorName:
return "get_export_snapshot_records"
# GetExportSnapshotRecordsPaginatorName definition
GetExportSnapshotRecordsPaginatorName = Literal[
"get_export_snapshot_records",
]
GetInstanceSnapshotsPaginatorName#
# GetInstanceSnapshotsPaginatorName usage example
from mypy_boto3_lightsail.literals import GetInstanceSnapshotsPaginatorName
def get_value() -> GetInstanceSnapshotsPaginatorName:
return "get_instance_snapshots"
# GetInstanceSnapshotsPaginatorName definition
GetInstanceSnapshotsPaginatorName = Literal[
"get_instance_snapshots",
]
GetInstancesPaginatorName#
# GetInstancesPaginatorName usage example
from mypy_boto3_lightsail.literals import GetInstancesPaginatorName
def get_value() -> GetInstancesPaginatorName:
return "get_instances"
# GetInstancesPaginatorName definition
GetInstancesPaginatorName = Literal[
"get_instances",
]
GetKeyPairsPaginatorName#
# GetKeyPairsPaginatorName usage example
from mypy_boto3_lightsail.literals import GetKeyPairsPaginatorName
def get_value() -> GetKeyPairsPaginatorName:
return "get_key_pairs"
# GetKeyPairsPaginatorName definition
GetKeyPairsPaginatorName = Literal[
"get_key_pairs",
]
GetLoadBalancersPaginatorName#
# GetLoadBalancersPaginatorName usage example
from mypy_boto3_lightsail.literals import GetLoadBalancersPaginatorName
def get_value() -> GetLoadBalancersPaginatorName:
return "get_load_balancers"
# GetLoadBalancersPaginatorName definition
GetLoadBalancersPaginatorName = Literal[
"get_load_balancers",
]
GetOperationsPaginatorName#
# GetOperationsPaginatorName usage example
from mypy_boto3_lightsail.literals import GetOperationsPaginatorName
def get_value() -> GetOperationsPaginatorName:
return "get_operations"
# GetOperationsPaginatorName definition
GetOperationsPaginatorName = Literal[
"get_operations",
]
GetRelationalDatabaseBlueprintsPaginatorName#
# GetRelationalDatabaseBlueprintsPaginatorName usage example
from mypy_boto3_lightsail.literals import GetRelationalDatabaseBlueprintsPaginatorName
def get_value() -> GetRelationalDatabaseBlueprintsPaginatorName:
return "get_relational_database_blueprints"
# GetRelationalDatabaseBlueprintsPaginatorName definition
GetRelationalDatabaseBlueprintsPaginatorName = Literal[
"get_relational_database_blueprints",
]
GetRelationalDatabaseBundlesPaginatorName#
# GetRelationalDatabaseBundlesPaginatorName usage example
from mypy_boto3_lightsail.literals import GetRelationalDatabaseBundlesPaginatorName
def get_value() -> GetRelationalDatabaseBundlesPaginatorName:
return "get_relational_database_bundles"
# GetRelationalDatabaseBundlesPaginatorName definition
GetRelationalDatabaseBundlesPaginatorName = Literal[
"get_relational_database_bundles",
]
GetRelationalDatabaseEventsPaginatorName#
# GetRelationalDatabaseEventsPaginatorName usage example
from mypy_boto3_lightsail.literals import GetRelationalDatabaseEventsPaginatorName
def get_value() -> GetRelationalDatabaseEventsPaginatorName:
return "get_relational_database_events"
# GetRelationalDatabaseEventsPaginatorName definition
GetRelationalDatabaseEventsPaginatorName = Literal[
"get_relational_database_events",
]
GetRelationalDatabaseParametersPaginatorName#
# GetRelationalDatabaseParametersPaginatorName usage example
from mypy_boto3_lightsail.literals import GetRelationalDatabaseParametersPaginatorName
def get_value() -> GetRelationalDatabaseParametersPaginatorName:
return "get_relational_database_parameters"
# GetRelationalDatabaseParametersPaginatorName definition
GetRelationalDatabaseParametersPaginatorName = Literal[
"get_relational_database_parameters",
]
GetRelationalDatabaseSnapshotsPaginatorName#
# GetRelationalDatabaseSnapshotsPaginatorName usage example
from mypy_boto3_lightsail.literals import GetRelationalDatabaseSnapshotsPaginatorName
def get_value() -> GetRelationalDatabaseSnapshotsPaginatorName:
return "get_relational_database_snapshots"
# GetRelationalDatabaseSnapshotsPaginatorName definition
GetRelationalDatabaseSnapshotsPaginatorName = Literal[
"get_relational_database_snapshots",
]
GetRelationalDatabasesPaginatorName#
# GetRelationalDatabasesPaginatorName usage example
from mypy_boto3_lightsail.literals import GetRelationalDatabasesPaginatorName
def get_value() -> GetRelationalDatabasesPaginatorName:
return "get_relational_databases"
# GetRelationalDatabasesPaginatorName definition
GetRelationalDatabasesPaginatorName = Literal[
"get_relational_databases",
]
GetStaticIpsPaginatorName#
# GetStaticIpsPaginatorName usage example
from mypy_boto3_lightsail.literals import GetStaticIpsPaginatorName
def get_value() -> GetStaticIpsPaginatorName:
return "get_static_ips"
# GetStaticIpsPaginatorName definition
GetStaticIpsPaginatorName = Literal[
"get_static_ips",
]
HeaderEnumType#
# HeaderEnumType usage example
from mypy_boto3_lightsail.literals import HeaderEnumType
def get_value() -> HeaderEnumType:
return "Accept"
# HeaderEnumType definition
HeaderEnumType = Literal[
"Accept",
"Accept-Charset",
"Accept-Datetime",
"Accept-Encoding",
"Accept-Language",
"Authorization",
"CloudFront-Forwarded-Proto",
"CloudFront-Is-Desktop-Viewer",
"CloudFront-Is-Mobile-Viewer",
"CloudFront-Is-SmartTV-Viewer",
"CloudFront-Is-Tablet-Viewer",
"CloudFront-Viewer-Country",
"Host",
"Origin",
"Referer",
]
HttpEndpointType#
# HttpEndpointType usage example
from mypy_boto3_lightsail.literals import HttpEndpointType
def get_value() -> HttpEndpointType:
return "disabled"
# HttpEndpointType definition
HttpEndpointType = Literal[
"disabled",
"enabled",
]
HttpProtocolIpv6Type#
# HttpProtocolIpv6Type usage example
from mypy_boto3_lightsail.literals import HttpProtocolIpv6Type
def get_value() -> HttpProtocolIpv6Type:
return "disabled"
# HttpProtocolIpv6Type definition
HttpProtocolIpv6Type = Literal[
"disabled",
"enabled",
]
HttpTokensType#
# HttpTokensType usage example
from mypy_boto3_lightsail.literals import HttpTokensType
def get_value() -> HttpTokensType:
return "optional"
# HttpTokensType definition
HttpTokensType = Literal[
"optional",
"required",
]
InstanceAccessProtocolType#
# InstanceAccessProtocolType usage example
from mypy_boto3_lightsail.literals import InstanceAccessProtocolType
def get_value() -> InstanceAccessProtocolType:
return "rdp"
# InstanceAccessProtocolType definition
InstanceAccessProtocolType = Literal[
"rdp",
"ssh",
]
InstanceHealthReasonType#
# InstanceHealthReasonType usage example
from mypy_boto3_lightsail.literals import InstanceHealthReasonType
def get_value() -> InstanceHealthReasonType:
return "Instance.DeregistrationInProgress"
# InstanceHealthReasonType definition
InstanceHealthReasonType = Literal[
"Instance.DeregistrationInProgress",
"Instance.FailedHealthChecks",
"Instance.InvalidState",
"Instance.IpUnusable",
"Instance.NotInUse",
"Instance.NotRegistered",
"Instance.ResponseCodeMismatch",
"Instance.Timeout",
"Lb.InitialHealthChecking",
"Lb.InternalError",
"Lb.RegistrationInProgress",
]
InstanceHealthStateType#
# InstanceHealthStateType usage example
from mypy_boto3_lightsail.literals import InstanceHealthStateType
def get_value() -> InstanceHealthStateType:
return "draining"
# InstanceHealthStateType definition
InstanceHealthStateType = Literal[
"draining",
"healthy",
"initial",
"unavailable",
"unhealthy",
"unused",
]
InstanceMetadataStateType#
# InstanceMetadataStateType usage example
from mypy_boto3_lightsail.literals import InstanceMetadataStateType
def get_value() -> InstanceMetadataStateType:
return "applied"
# InstanceMetadataStateType definition
InstanceMetadataStateType = Literal[
"applied",
"pending",
]
InstanceMetricNameType#
# InstanceMetricNameType usage example
from mypy_boto3_lightsail.literals import InstanceMetricNameType
def get_value() -> InstanceMetricNameType:
return "BurstCapacityPercentage"
# InstanceMetricNameType definition
InstanceMetricNameType = Literal[
"BurstCapacityPercentage",
"BurstCapacityTime",
"CPUUtilization",
"MetadataNoToken",
"NetworkIn",
"NetworkOut",
"StatusCheckFailed",
"StatusCheckFailed_Instance",
"StatusCheckFailed_System",
]
InstancePlatformType#
# InstancePlatformType usage example
from mypy_boto3_lightsail.literals import InstancePlatformType
def get_value() -> InstancePlatformType:
return "LINUX_UNIX"
# InstancePlatformType definition
InstancePlatformType = Literal[
"LINUX_UNIX",
"WINDOWS",
]
InstanceSnapshotStateType#
# InstanceSnapshotStateType usage example
from mypy_boto3_lightsail.literals import InstanceSnapshotStateType
def get_value() -> InstanceSnapshotStateType:
return "available"
# InstanceSnapshotStateType definition
InstanceSnapshotStateType = Literal[
"available",
"error",
"pending",
]
IpAddressTypeType#
# IpAddressTypeType usage example
from mypy_boto3_lightsail.literals import IpAddressTypeType
def get_value() -> IpAddressTypeType:
return "dualstack"
# IpAddressTypeType definition
IpAddressTypeType = Literal[
"dualstack",
"ipv4",
"ipv6",
]
LoadBalancerAttributeNameType#
# LoadBalancerAttributeNameType usage example
from mypy_boto3_lightsail.literals import LoadBalancerAttributeNameType
def get_value() -> LoadBalancerAttributeNameType:
return "HealthCheckPath"
# LoadBalancerAttributeNameType definition
LoadBalancerAttributeNameType = Literal[
"HealthCheckPath",
"HttpsRedirectionEnabled",
"SessionStickiness_LB_CookieDurationSeconds",
"SessionStickinessEnabled",
"TlsPolicyName",
]
LoadBalancerMetricNameType#
# LoadBalancerMetricNameType usage example
from mypy_boto3_lightsail.literals import LoadBalancerMetricNameType
def get_value() -> LoadBalancerMetricNameType:
return "ClientTLSNegotiationErrorCount"
# LoadBalancerMetricNameType definition
LoadBalancerMetricNameType = Literal[
"ClientTLSNegotiationErrorCount",
"HealthyHostCount",
"HTTPCode_Instance_2XX_Count",
"HTTPCode_Instance_3XX_Count",
"HTTPCode_Instance_4XX_Count",
"HTTPCode_Instance_5XX_Count",
"HTTPCode_LB_4XX_Count",
"HTTPCode_LB_5XX_Count",
"InstanceResponseTime",
"RejectedConnectionCount",
"RequestCount",
"UnhealthyHostCount",
]
LoadBalancerProtocolType#
# LoadBalancerProtocolType usage example
from mypy_boto3_lightsail.literals import LoadBalancerProtocolType
def get_value() -> LoadBalancerProtocolType:
return "HTTP"
# LoadBalancerProtocolType definition
LoadBalancerProtocolType = Literal[
"HTTP",
"HTTP_HTTPS",
]
LoadBalancerStateType#
# LoadBalancerStateType usage example
from mypy_boto3_lightsail.literals import LoadBalancerStateType
def get_value() -> LoadBalancerStateType:
return "active"
# LoadBalancerStateType definition
LoadBalancerStateType = Literal[
"active",
"active_impaired",
"failed",
"provisioning",
"unknown",
]
LoadBalancerTlsCertificateDnsRecordCreationStateCodeType#
# LoadBalancerTlsCertificateDnsRecordCreationStateCodeType usage example
from mypy_boto3_lightsail.literals import LoadBalancerTlsCertificateDnsRecordCreationStateCodeType
def get_value() -> LoadBalancerTlsCertificateDnsRecordCreationStateCodeType:
return "FAILED"
# LoadBalancerTlsCertificateDnsRecordCreationStateCodeType definition
LoadBalancerTlsCertificateDnsRecordCreationStateCodeType = Literal[
"FAILED",
"STARTED",
"SUCCEEDED",
]
LoadBalancerTlsCertificateDomainStatusType#
# LoadBalancerTlsCertificateDomainStatusType usage example
from mypy_boto3_lightsail.literals import LoadBalancerTlsCertificateDomainStatusType
def get_value() -> LoadBalancerTlsCertificateDomainStatusType:
return "FAILED"
# LoadBalancerTlsCertificateDomainStatusType definition
LoadBalancerTlsCertificateDomainStatusType = Literal[
"FAILED",
"PENDING_VALIDATION",
"SUCCESS",
]
LoadBalancerTlsCertificateFailureReasonType#
# LoadBalancerTlsCertificateFailureReasonType usage example
from mypy_boto3_lightsail.literals import LoadBalancerTlsCertificateFailureReasonType
def get_value() -> LoadBalancerTlsCertificateFailureReasonType:
return "ADDITIONAL_VERIFICATION_REQUIRED"
# LoadBalancerTlsCertificateFailureReasonType definition
LoadBalancerTlsCertificateFailureReasonType = Literal[
"ADDITIONAL_VERIFICATION_REQUIRED",
"DOMAIN_NOT_ALLOWED",
"INVALID_PUBLIC_DOMAIN",
"NO_AVAILABLE_CONTACTS",
"OTHER",
]
LoadBalancerTlsCertificateRenewalStatusType#
# LoadBalancerTlsCertificateRenewalStatusType usage example
from mypy_boto3_lightsail.literals import LoadBalancerTlsCertificateRenewalStatusType
def get_value() -> LoadBalancerTlsCertificateRenewalStatusType:
return "FAILED"
# LoadBalancerTlsCertificateRenewalStatusType definition
LoadBalancerTlsCertificateRenewalStatusType = Literal[
"FAILED",
"PENDING_AUTO_RENEWAL",
"PENDING_VALIDATION",
"SUCCESS",
]
LoadBalancerTlsCertificateRevocationReasonType#
# LoadBalancerTlsCertificateRevocationReasonType usage example
from mypy_boto3_lightsail.literals import LoadBalancerTlsCertificateRevocationReasonType
def get_value() -> LoadBalancerTlsCertificateRevocationReasonType:
return "AFFILIATION_CHANGED"
# LoadBalancerTlsCertificateRevocationReasonType definition
LoadBalancerTlsCertificateRevocationReasonType = Literal[
"A_A_COMPROMISE",
"AFFILIATION_CHANGED",
"CA_COMPROMISE",
"CERTIFICATE_HOLD",
"CESSATION_OF_OPERATION",
"KEY_COMPROMISE",
"PRIVILEGE_WITHDRAWN",
"REMOVE_FROM_CRL",
"SUPERCEDED",
"UNSPECIFIED",
]
LoadBalancerTlsCertificateStatusType#
# LoadBalancerTlsCertificateStatusType usage example
from mypy_boto3_lightsail.literals import LoadBalancerTlsCertificateStatusType
def get_value() -> LoadBalancerTlsCertificateStatusType:
return "EXPIRED"
# LoadBalancerTlsCertificateStatusType definition
LoadBalancerTlsCertificateStatusType = Literal[
"EXPIRED",
"FAILED",
"INACTIVE",
"ISSUED",
"PENDING_VALIDATION",
"REVOKED",
"UNKNOWN",
"VALIDATION_TIMED_OUT",
]
MetricNameType#
# MetricNameType usage example
from mypy_boto3_lightsail.literals import MetricNameType
def get_value() -> MetricNameType:
return "BurstCapacityPercentage"
# MetricNameType definition
MetricNameType = Literal[
"BurstCapacityPercentage",
"BurstCapacityTime",
"ClientTLSNegotiationErrorCount",
"CPUUtilization",
"DatabaseConnections",
"DiskQueueDepth",
"FreeStorageSpace",
"HealthyHostCount",
"HTTPCode_Instance_2XX_Count",
"HTTPCode_Instance_3XX_Count",
"HTTPCode_Instance_4XX_Count",
"HTTPCode_Instance_5XX_Count",
"HTTPCode_LB_4XX_Count",
"HTTPCode_LB_5XX_Count",
"InstanceResponseTime",
"NetworkIn",
"NetworkOut",
"NetworkReceiveThroughput",
"NetworkTransmitThroughput",
"RejectedConnectionCount",
"RequestCount",
"StatusCheckFailed",
"StatusCheckFailed_Instance",
"StatusCheckFailed_System",
"UnhealthyHostCount",
]
MetricStatisticType#
# MetricStatisticType usage example
from mypy_boto3_lightsail.literals import MetricStatisticType
def get_value() -> MetricStatisticType:
return "Average"
# MetricStatisticType definition
MetricStatisticType = Literal[
"Average",
"Maximum",
"Minimum",
"SampleCount",
"Sum",
]
MetricUnitType#
# MetricUnitType usage example
from mypy_boto3_lightsail.literals import MetricUnitType
def get_value() -> MetricUnitType:
return "Bits"
# MetricUnitType definition
MetricUnitType = Literal[
"Bits",
"Bits/Second",
"Bytes",
"Bytes/Second",
"Count",
"Count/Second",
"Gigabits",
"Gigabits/Second",
"Gigabytes",
"Gigabytes/Second",
"Kilobits",
"Kilobits/Second",
"Kilobytes",
"Kilobytes/Second",
"Megabits",
"Megabits/Second",
"Megabytes",
"Megabytes/Second",
"Microseconds",
"Milliseconds",
"None",
"Percent",
"Seconds",
"Terabits",
"Terabits/Second",
"Terabytes",
"Terabytes/Second",
]
NameServersUpdateStateCodeType#
# NameServersUpdateStateCodeType usage example
from mypy_boto3_lightsail.literals import NameServersUpdateStateCodeType
def get_value() -> NameServersUpdateStateCodeType:
return "FAILED"
# NameServersUpdateStateCodeType definition
NameServersUpdateStateCodeType = Literal[
"FAILED",
"PENDING",
"STARTED",
"SUCCEEDED",
]
NetworkProtocolType#
# NetworkProtocolType usage example
from mypy_boto3_lightsail.literals import NetworkProtocolType
def get_value() -> NetworkProtocolType:
return "all"
# NetworkProtocolType definition
NetworkProtocolType = Literal[
"all",
"icmp",
"icmpv6",
"tcp",
"udp",
]
OperationStatusType#
# OperationStatusType usage example
from mypy_boto3_lightsail.literals import OperationStatusType
def get_value() -> OperationStatusType:
return "Completed"
# OperationStatusType definition
OperationStatusType = Literal[
"Completed",
"Failed",
"NotStarted",
"Started",
"Succeeded",
]
OperationTypeType#
# OperationTypeType usage example
from mypy_boto3_lightsail.literals import OperationTypeType
def get_value() -> OperationTypeType:
return "AllocateStaticIp"
# OperationTypeType definition
OperationTypeType = Literal[
"AllocateStaticIp",
"AttachCertificateToDistribution",
"AttachDisk",
"AttachInstancesToLoadBalancer",
"AttachLoadBalancerTlsCertificate",
"AttachStaticIp",
"CloseInstancePublicPorts",
"CreateBucket",
"CreateBucketAccessKey",
"CreateCertificate",
"CreateContactMethod",
"CreateContainerService",
"CreateContainerServiceDeployment",
"CreateContainerServiceRegistryLogin",
"CreateDisk",
"CreateDiskFromSnapshot",
"CreateDiskSnapshot",
"CreateDistribution",
"CreateDomain",
"CreateInstance",
"CreateInstancesFromSnapshot",
"CreateInstanceSnapshot",
"CreateLoadBalancer",
"CreateLoadBalancerTlsCertificate",
"CreateRelationalDatabase",
"CreateRelationalDatabaseFromSnapshot",
"CreateRelationalDatabaseSnapshot",
"DeleteAlarm",
"DeleteBucket",
"DeleteBucketAccessKey",
"DeleteCertificate",
"DeleteContactMethod",
"DeleteContainerImage",
"DeleteContainerService",
"DeleteDisk",
"DeleteDiskSnapshot",
"DeleteDistribution",
"DeleteDomain",
"DeleteDomainEntry",
"DeleteInstance",
"DeleteInstanceSnapshot",
"DeleteKnownHostKeys",
"DeleteLoadBalancer",
"DeleteLoadBalancerTlsCertificate",
"DeleteRelationalDatabase",
"DeleteRelationalDatabaseSnapshot",
"DetachCertificateFromDistribution",
"DetachDisk",
"DetachInstancesFromLoadBalancer",
"DetachStaticIp",
"DisableAddOn",
"EnableAddOn",
"GetAlarms",
"GetContactMethods",
"OpenInstancePublicPorts",
"PutAlarm",
"PutInstancePublicPorts",
"RebootInstance",
"RebootRelationalDatabase",
"RegisterContainerImage",
"ReleaseStaticIp",
"ResetDistributionCache",
"SendContactMethodVerification",
"SetIpAddressType",
"SetResourceAccessForBucket",
"SetupInstanceHttps",
"StartGUISession",
"StartInstance",
"StartRelationalDatabase",
"StopGUISession",
"StopInstance",
"StopRelationalDatabase",
"TestAlarm",
"UpdateBucket",
"UpdateBucketBundle",
"UpdateContainerService",
"UpdateDistribution",
"UpdateDistributionBundle",
"UpdateDomainEntry",
"UpdateInstanceMetadataOptions",
"UpdateLoadBalancerAttribute",
"UpdateRelationalDatabase",
"UpdateRelationalDatabaseParameters",
]
OriginProtocolPolicyEnumType#
# OriginProtocolPolicyEnumType usage example
from mypy_boto3_lightsail.literals import OriginProtocolPolicyEnumType
def get_value() -> OriginProtocolPolicyEnumType:
return "http-only"
# OriginProtocolPolicyEnumType definition
OriginProtocolPolicyEnumType = Literal[
"http-only",
"https-only",
]
PortAccessTypeType#
# PortAccessTypeType usage example
from mypy_boto3_lightsail.literals import PortAccessTypeType
def get_value() -> PortAccessTypeType:
return "Private"
# PortAccessTypeType definition
PortAccessTypeType = Literal[
"Private",
"Public",
]
PortInfoSourceTypeType#
# PortInfoSourceTypeType usage example
from mypy_boto3_lightsail.literals import PortInfoSourceTypeType
def get_value() -> PortInfoSourceTypeType:
return "CLOSED"
# PortInfoSourceTypeType definition
PortInfoSourceTypeType = Literal[
"CLOSED",
"DEFAULT",
"INSTANCE",
"NONE",
]
PortStateType#
# PortStateType usage example
from mypy_boto3_lightsail.literals import PortStateType
def get_value() -> PortStateType:
return "closed"
# PortStateType definition
PortStateType = Literal[
"closed",
"open",
]
PricingUnitType#
# PricingUnitType usage example
from mypy_boto3_lightsail.literals import PricingUnitType
def get_value() -> PricingUnitType:
return "Bundles"
# PricingUnitType definition
PricingUnitType = Literal[
"Bundles",
"GB",
"GB-Mo",
"Hrs",
"Queries",
]
R53HostedZoneDeletionStateCodeType#
# R53HostedZoneDeletionStateCodeType usage example
from mypy_boto3_lightsail.literals import R53HostedZoneDeletionStateCodeType
def get_value() -> R53HostedZoneDeletionStateCodeType:
return "FAILED"
# R53HostedZoneDeletionStateCodeType definition
R53HostedZoneDeletionStateCodeType = Literal[
"FAILED",
"PENDING",
"STARTED",
"SUCCEEDED",
]
RecordStateType#
# RecordStateType usage example
from mypy_boto3_lightsail.literals import RecordStateType
def get_value() -> RecordStateType:
return "Failed"
# RecordStateType definition
RecordStateType = Literal[
"Failed",
"Started",
"Succeeded",
]
RegionNameType#
# RegionNameType usage example
from mypy_boto3_lightsail.literals import RegionNameType
def get_value() -> RegionNameType:
return "ap-northeast-1"
# RegionNameType definition
RegionNameType = Literal[
"ap-northeast-1",
"ap-northeast-2",
"ap-south-1",
"ap-southeast-1",
"ap-southeast-2",
"ca-central-1",
"eu-central-1",
"eu-north-1",
"eu-west-1",
"eu-west-2",
"eu-west-3",
"us-east-1",
"us-east-2",
"us-west-1",
"us-west-2",
]
RelationalDatabaseEngineType#
# RelationalDatabaseEngineType usage example
from mypy_boto3_lightsail.literals import RelationalDatabaseEngineType
def get_value() -> RelationalDatabaseEngineType:
return "mysql"
# RelationalDatabaseEngineType definition
RelationalDatabaseEngineType = Literal[
"mysql",
]
RelationalDatabaseMetricNameType#
# RelationalDatabaseMetricNameType usage example
from mypy_boto3_lightsail.literals import RelationalDatabaseMetricNameType
def get_value() -> RelationalDatabaseMetricNameType:
return "CPUUtilization"
# RelationalDatabaseMetricNameType definition
RelationalDatabaseMetricNameType = Literal[
"CPUUtilization",
"DatabaseConnections",
"DiskQueueDepth",
"FreeStorageSpace",
"NetworkReceiveThroughput",
"NetworkTransmitThroughput",
]
RelationalDatabasePasswordVersionType#
# RelationalDatabasePasswordVersionType usage example
from mypy_boto3_lightsail.literals import RelationalDatabasePasswordVersionType
def get_value() -> RelationalDatabasePasswordVersionType:
return "CURRENT"
# RelationalDatabasePasswordVersionType definition
RelationalDatabasePasswordVersionType = Literal[
"CURRENT",
"PENDING",
"PREVIOUS",
]
RenewalStatusType#
# RenewalStatusType usage example
from mypy_boto3_lightsail.literals import RenewalStatusType
def get_value() -> RenewalStatusType:
return "Failed"
# RenewalStatusType definition
RenewalStatusType = Literal[
"Failed",
"PendingAutoRenewal",
"PendingValidation",
"Success",
]
ResourceBucketAccessType#
# ResourceBucketAccessType usage example
from mypy_boto3_lightsail.literals import ResourceBucketAccessType
def get_value() -> ResourceBucketAccessType:
return "allow"
# ResourceBucketAccessType definition
ResourceBucketAccessType = Literal[
"allow",
"deny",
]
ResourceTypeType#
# ResourceTypeType usage example
from mypy_boto3_lightsail.literals import ResourceTypeType
def get_value() -> ResourceTypeType:
return "Alarm"
# ResourceTypeType definition
ResourceTypeType = Literal[
"Alarm",
"Bucket",
"Certificate",
"CloudFormationStackRecord",
"ContactMethod",
"ContainerService",
"Disk",
"DiskSnapshot",
"Distribution",
"Domain",
"ExportSnapshotRecord",
"Instance",
"InstanceSnapshot",
"KeyPair",
"LoadBalancer",
"LoadBalancerTlsCertificate",
"PeeredVpc",
"RelationalDatabase",
"RelationalDatabaseSnapshot",
"StaticIp",
]
SetupStatusType#
# SetupStatusType usage example
from mypy_boto3_lightsail.literals import SetupStatusType
def get_value() -> SetupStatusType:
return "failed"
# SetupStatusType definition
SetupStatusType = Literal[
"failed",
"inProgress",
"succeeded",
]
StatusType#
# StatusType usage example
from mypy_boto3_lightsail.literals import StatusType
def get_value() -> StatusType:
return "failedInstanceCreation"
# StatusType definition
StatusType = Literal[
"failedInstanceCreation",
"failedStartingGUISession",
"failedStoppingGUISession",
"notStarted",
"settingUpInstance",
"started",
"startExpired",
"starting",
"stopped",
"stopping",
]
StatusTypeType#
# StatusTypeType usage example
from mypy_boto3_lightsail.literals import StatusTypeType
def get_value() -> StatusTypeType:
return "Active"
# StatusTypeType definition
StatusTypeType = Literal[
"Active",
"Inactive",
]
TreatMissingDataType#
# TreatMissingDataType usage example
from mypy_boto3_lightsail.literals import TreatMissingDataType
def get_value() -> TreatMissingDataType:
return "breaching"
# TreatMissingDataType definition
TreatMissingDataType = Literal[
"breaching",
"ignore",
"missing",
"notBreaching",
]
ViewerMinimumTlsProtocolVersionEnumType#
# ViewerMinimumTlsProtocolVersionEnumType usage example
from mypy_boto3_lightsail.literals import ViewerMinimumTlsProtocolVersionEnumType
def get_value() -> ViewerMinimumTlsProtocolVersionEnumType:
return "TLSv1.1_2016"
# ViewerMinimumTlsProtocolVersionEnumType definition
ViewerMinimumTlsProtocolVersionEnumType = Literal[
"TLSv1.1_2016",
"TLSv1.2_2018",
"TLSv1.2_2019",
"TLSv1.2_2021",
]
LightsailServiceName#
# LightsailServiceName usage example
from mypy_boto3_lightsail.literals import LightsailServiceName
def get_value() -> LightsailServiceName:
return "lightsail"
# LightsailServiceName definition
LightsailServiceName = Literal[
"lightsail",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_lightsail.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_lightsail.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_lightsail.literals import PaginatorName
def get_value() -> PaginatorName:
return "get_active_names"
# PaginatorName definition
PaginatorName = Literal[
"get_active_names",
"get_blueprints",
"get_bundles",
"get_cloud_formation_stack_records",
"get_disk_snapshots",
"get_disks",
"get_domains",
"get_export_snapshot_records",
"get_instance_snapshots",
"get_instances",
"get_key_pairs",
"get_load_balancers",
"get_operations",
"get_relational_database_blueprints",
"get_relational_database_bundles",
"get_relational_database_events",
"get_relational_database_parameters",
"get_relational_database_snapshots",
"get_relational_databases",
"get_static_ips",
]
RegionName#
# RegionName usage example
from mypy_boto3_lightsail.literals import RegionName
def get_value() -> RegionName:
return "ap-northeast-1"
# RegionName definition
RegionName = Literal[
"ap-northeast-1",
"ap-northeast-2",
"ap-south-1",
"ap-southeast-1",
"ap-southeast-2",
"ca-central-1",
"eu-central-1",
"eu-north-1",
"eu-west-1",
"eu-west-2",
"eu-west-3",
"us-east-1",
"us-east-2",
"us-west-2",
]