Literals#
Auto-generated documentation for SsmSap type annotations stubs module mypy-boto3-ssm-sap.
AllocationTypeType#
# AllocationTypeType usage example
from mypy_boto3_ssm_sap.literals import AllocationTypeType
def get_value() -> AllocationTypeType:
return "ELASTIC_IP"
# AllocationTypeType definition
AllocationTypeType = Literal[
"ELASTIC_IP",
"OVERLAY",
"UNKNOWN",
"VPC_SUBNET",
]
ApplicationDiscoveryStatusType#
# ApplicationDiscoveryStatusType usage example
from mypy_boto3_ssm_sap.literals import ApplicationDiscoveryStatusType
def get_value() -> ApplicationDiscoveryStatusType:
return "DELETING"
# ApplicationDiscoveryStatusType definition
ApplicationDiscoveryStatusType = Literal[
"DELETING",
"REFRESH_FAILED",
"REGISTERING",
"REGISTRATION_FAILED",
"SUCCESS",
]
ApplicationStatusType#
# ApplicationStatusType usage example
from mypy_boto3_ssm_sap.literals import ApplicationStatusType
def get_value() -> ApplicationStatusType:
return "ACTIVATED"
# ApplicationStatusType definition
ApplicationStatusType = Literal[
"ACTIVATED",
"DELETING",
"FAILED",
"REGISTERING",
"STARTING",
"STOPPED",
"STOPPING",
"UNKNOWN",
]
ApplicationTypeType#
# ApplicationTypeType usage example
from mypy_boto3_ssm_sap.literals import ApplicationTypeType
def get_value() -> ApplicationTypeType:
return "HANA"
# ApplicationTypeType definition
ApplicationTypeType = Literal[
"HANA",
"SAP_ABAP",
]
BackintModeType#
# BackintModeType usage example
from mypy_boto3_ssm_sap.literals import BackintModeType
def get_value() -> BackintModeType:
return "AWSBackup"
# BackintModeType definition
BackintModeType = Literal[
"AWSBackup",
]
ClusterStatusType#
# ClusterStatusType usage example
from mypy_boto3_ssm_sap.literals import ClusterStatusType
def get_value() -> ClusterStatusType:
return "MAINTENANCE"
# ClusterStatusType definition
ClusterStatusType = Literal[
"MAINTENANCE",
"NONE",
"OFFLINE",
"ONLINE",
"STANDBY",
]
ComponentStatusType#
# ComponentStatusType usage example
from mypy_boto3_ssm_sap.literals import ComponentStatusType
def get_value() -> ComponentStatusType:
return "ACTIVATED"
# ComponentStatusType definition
ComponentStatusType = Literal[
"ACTIVATED",
"RUNNING",
"RUNNING_WITH_ERROR",
"STARTING",
"STOPPED",
"STOPPING",
"UNDEFINED",
]
ComponentTypeType#
# ComponentTypeType usage example
from mypy_boto3_ssm_sap.literals import ComponentTypeType
def get_value() -> ComponentTypeType:
return "ABAP"
# ComponentTypeType definition
ComponentTypeType = Literal[
"ABAP",
"ASCS",
"DIALOG",
"ERS",
"HANA",
"HANA_NODE",
"WD",
"WEBDISP",
]
ConnectedEntityTypeType#
# ConnectedEntityTypeType usage example
from mypy_boto3_ssm_sap.literals import ConnectedEntityTypeType
def get_value() -> ConnectedEntityTypeType:
return "DBMS"
# ConnectedEntityTypeType definition
ConnectedEntityTypeType = Literal[
"DBMS",
]
CredentialTypeType#
# CredentialTypeType usage example
from mypy_boto3_ssm_sap.literals import CredentialTypeType
def get_value() -> CredentialTypeType:
return "ADMIN"
# CredentialTypeType definition
CredentialTypeType = Literal[
"ADMIN",
]
DatabaseConnectionMethodType#
# DatabaseConnectionMethodType usage example
from mypy_boto3_ssm_sap.literals import DatabaseConnectionMethodType
def get_value() -> DatabaseConnectionMethodType:
return "DIRECT"
# DatabaseConnectionMethodType definition
DatabaseConnectionMethodType = Literal[
"DIRECT",
"OVERLAY",
]
DatabaseStatusType#
# DatabaseStatusType usage example
from mypy_boto3_ssm_sap.literals import DatabaseStatusType
def get_value() -> DatabaseStatusType:
return "ERROR"
# DatabaseStatusType definition
DatabaseStatusType = Literal[
"ERROR",
"RUNNING",
"STARTING",
"STOPPED",
"UNKNOWN",
"WARNING",
]
DatabaseTypeType#
# DatabaseTypeType usage example
from mypy_boto3_ssm_sap.literals import DatabaseTypeType
def get_value() -> DatabaseTypeType:
return "SYSTEM"
# DatabaseTypeType definition
DatabaseTypeType = Literal[
"SYSTEM",
"TENANT",
]
FilterOperatorType#
# FilterOperatorType usage example
from mypy_boto3_ssm_sap.literals import FilterOperatorType
def get_value() -> FilterOperatorType:
return "Equals"
# FilterOperatorType definition
FilterOperatorType = Literal[
"Equals",
"GreaterThanOrEquals",
"LessThanOrEquals",
]
HostRoleType#
# HostRoleType usage example
from mypy_boto3_ssm_sap.literals import HostRoleType
def get_value() -> HostRoleType:
return "LEADER"
# HostRoleType definition
HostRoleType = Literal[
"LEADER",
"STANDBY",
"UNKNOWN",
"WORKER",
]
ListApplicationsPaginatorName#
# ListApplicationsPaginatorName usage example
from mypy_boto3_ssm_sap.literals import ListApplicationsPaginatorName
def get_value() -> ListApplicationsPaginatorName:
return "list_applications"
# ListApplicationsPaginatorName definition
ListApplicationsPaginatorName = Literal[
"list_applications",
]
ListComponentsPaginatorName#
# ListComponentsPaginatorName usage example
from mypy_boto3_ssm_sap.literals import ListComponentsPaginatorName
def get_value() -> ListComponentsPaginatorName:
return "list_components"
# ListComponentsPaginatorName definition
ListComponentsPaginatorName = Literal[
"list_components",
]
ListDatabasesPaginatorName#
# ListDatabasesPaginatorName usage example
from mypy_boto3_ssm_sap.literals import ListDatabasesPaginatorName
def get_value() -> ListDatabasesPaginatorName:
return "list_databases"
# ListDatabasesPaginatorName definition
ListDatabasesPaginatorName = Literal[
"list_databases",
]
ListOperationEventsPaginatorName#
# ListOperationEventsPaginatorName usage example
from mypy_boto3_ssm_sap.literals import ListOperationEventsPaginatorName
def get_value() -> ListOperationEventsPaginatorName:
return "list_operation_events"
# ListOperationEventsPaginatorName definition
ListOperationEventsPaginatorName = Literal[
"list_operation_events",
]
ListOperationsPaginatorName#
# ListOperationsPaginatorName usage example
from mypy_boto3_ssm_sap.literals import ListOperationsPaginatorName
def get_value() -> ListOperationsPaginatorName:
return "list_operations"
# ListOperationsPaginatorName definition
ListOperationsPaginatorName = Literal[
"list_operations",
]
OperationEventStatusType#
# OperationEventStatusType usage example
from mypy_boto3_ssm_sap.literals import OperationEventStatusType
def get_value() -> OperationEventStatusType:
return "COMPLETED"
# OperationEventStatusType definition
OperationEventStatusType = Literal[
"COMPLETED",
"FAILED",
"IN_PROGRESS",
]
OperationModeType#
# OperationModeType usage example
from mypy_boto3_ssm_sap.literals import OperationModeType
def get_value() -> OperationModeType:
return "DELTA_DATASHIPPING"
# OperationModeType definition
OperationModeType = Literal[
"DELTA_DATASHIPPING",
"LOGREPLAY",
"LOGREPLAY_READACCESS",
"NONE",
"PRIMARY",
]
OperationStatusType#
# OperationStatusType usage example
from mypy_boto3_ssm_sap.literals import OperationStatusType
def get_value() -> OperationStatusType:
return "ERROR"
# OperationStatusType definition
OperationStatusType = Literal[
"ERROR",
"INPROGRESS",
"SUCCESS",
]
PermissionActionTypeType#
# PermissionActionTypeType usage example
from mypy_boto3_ssm_sap.literals import PermissionActionTypeType
def get_value() -> PermissionActionTypeType:
return "RESTORE"
# PermissionActionTypeType definition
PermissionActionTypeType = Literal[
"RESTORE",
]
ReplicationModeType#
# ReplicationModeType usage example
from mypy_boto3_ssm_sap.literals import ReplicationModeType
def get_value() -> ReplicationModeType:
return "ASYNC"
# ReplicationModeType definition
ReplicationModeType = Literal[
"ASYNC",
"NONE",
"PRIMARY",
"SYNC",
"SYNCMEM",
]
SsmSapServiceName#
# SsmSapServiceName usage example
from mypy_boto3_ssm_sap.literals import SsmSapServiceName
def get_value() -> SsmSapServiceName:
return "ssm-sap"
# SsmSapServiceName definition
SsmSapServiceName = Literal[
"ssm-sap",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_ssm_sap.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_ssm_sap.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_ssm_sap.literals import PaginatorName
def get_value() -> PaginatorName:
return "list_applications"
# PaginatorName definition
PaginatorName = Literal[
"list_applications",
"list_components",
"list_databases",
"list_operation_events",
"list_operations",
]
RegionName#
# RegionName usage example
from mypy_boto3_ssm_sap.literals import RegionName
def get_value() -> RegionName:
return "af-south-1"
# RegionName definition
RegionName = Literal[
"af-south-1",
"ap-east-1",
"ap-northeast-1",
"ap-northeast-2",
"ap-northeast-3",
"ap-south-1",
"ap-south-2",
"ap-southeast-1",
"ap-southeast-2",
"ap-southeast-3",
"ap-southeast-4",
"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",
"il-central-1",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
"us-east-2",
"us-west-1",
"us-west-2",
]