Skip to content

Literals#

Index > GroundStation > Literals

Auto-generated documentation for GroundStation type annotations stubs module mypy-boto3-groundstation.

AgentStatusType#

# AgentStatusType usage example

from mypy_boto3_groundstation.literals import AgentStatusType

def get_value() -> AgentStatusType:
    return "ACTIVE"
# AgentStatusType definition

AgentStatusType = Literal[
    "ACTIVE",
    "FAILED",
    "INACTIVE",
    "SUCCESS",
]

AngleUnitsType#

# AngleUnitsType usage example

from mypy_boto3_groundstation.literals import AngleUnitsType

def get_value() -> AngleUnitsType:
    return "DEGREE_ANGLE"
# AngleUnitsType definition

AngleUnitsType = Literal[
    "DEGREE_ANGLE",
    "RADIAN",
]

AuditResultsType#

# AuditResultsType usage example

from mypy_boto3_groundstation.literals import AuditResultsType

def get_value() -> AuditResultsType:
    return "HEALTHY"
# AuditResultsType definition

AuditResultsType = Literal[
    "HEALTHY",
    "UNHEALTHY",
]

BandwidthUnitsType#

# BandwidthUnitsType usage example

from mypy_boto3_groundstation.literals import BandwidthUnitsType

def get_value() -> BandwidthUnitsType:
    return "GHz"
# BandwidthUnitsType definition

BandwidthUnitsType = Literal[
    "GHz",
    "kHz",
    "MHz",
]

CapabilityHealthReasonType#

# CapabilityHealthReasonType usage example

from mypy_boto3_groundstation.literals import CapabilityHealthReasonType

def get_value() -> CapabilityHealthReasonType:
    return "DATAPLANE_FAILURE"
# CapabilityHealthReasonType definition

CapabilityHealthReasonType = Literal[
    "DATAPLANE_FAILURE",
    "HEALTHY",
    "INITIALIZING_DATAPLANE",
    "INVALID_IP_OWNERSHIP",
    "NO_REGISTERED_AGENT",
    "NOT_AUTHORIZED_TO_CREATE_SLR",
    "UNVERIFIED_IP_OWNERSHIP",
]

CapabilityHealthType#

# CapabilityHealthType usage example

from mypy_boto3_groundstation.literals import CapabilityHealthType

def get_value() -> CapabilityHealthType:
    return "HEALTHY"
# CapabilityHealthType definition

CapabilityHealthType = Literal[
    "HEALTHY",
    "UNHEALTHY",
]

ConfigCapabilityTypeType#

# ConfigCapabilityTypeType usage example

from mypy_boto3_groundstation.literals import ConfigCapabilityTypeType

def get_value() -> ConfigCapabilityTypeType:
    return "antenna-downlink"
# ConfigCapabilityTypeType definition

ConfigCapabilityTypeType = Literal[
    "antenna-downlink",
    "antenna-downlink-demod-decode",
    "antenna-uplink",
    "dataflow-endpoint",
    "s3-recording",
    "tracking",
    "uplink-echo",
]

ContactScheduledWaiterName#

# ContactScheduledWaiterName usage example

from mypy_boto3_groundstation.literals import ContactScheduledWaiterName

def get_value() -> ContactScheduledWaiterName:
    return "contact_scheduled"
# ContactScheduledWaiterName definition

ContactScheduledWaiterName = Literal[
    "contact_scheduled",
]

ContactStatusType#

# ContactStatusType usage example

from mypy_boto3_groundstation.literals import ContactStatusType

def get_value() -> ContactStatusType:
    return "AVAILABLE"
# ContactStatusType definition

ContactStatusType = Literal[
    "AVAILABLE",
    "AWS_CANCELLED",
    "AWS_FAILED",
    "CANCELLED",
    "CANCELLING",
    "COMPLETED",
    "FAILED",
    "FAILED_TO_SCHEDULE",
    "PASS",
    "POSTPASS",
    "PREPASS",
    "SCHEDULED",
    "SCHEDULING",
]

CriticalityType#

# CriticalityType usage example

from mypy_boto3_groundstation.literals import CriticalityType

def get_value() -> CriticalityType:
    return "PREFERRED"
# CriticalityType definition

CriticalityType = Literal[
    "PREFERRED",
    "REMOVED",
    "REQUIRED",
]

EirpUnitsType#

# EirpUnitsType usage example

from mypy_boto3_groundstation.literals import EirpUnitsType

def get_value() -> EirpUnitsType:
    return "dBW"
# EirpUnitsType definition

EirpUnitsType = Literal[
    "dBW",
]

EndpointStatusType#

# EndpointStatusType usage example

from mypy_boto3_groundstation.literals import EndpointStatusType

def get_value() -> EndpointStatusType:
    return "created"
# EndpointStatusType definition

EndpointStatusType = Literal[
    "created",
    "creating",
    "deleted",
    "deleting",
    "failed",
]

EphemerisInvalidReasonType#

# EphemerisInvalidReasonType usage example

from mypy_boto3_groundstation.literals import EphemerisInvalidReasonType

def get_value() -> EphemerisInvalidReasonType:
    return "KMS_KEY_INVALID"
# EphemerisInvalidReasonType definition

EphemerisInvalidReasonType = Literal[
    "KMS_KEY_INVALID",
    "METADATA_INVALID",
    "TIME_RANGE_INVALID",
    "TRAJECTORY_INVALID",
    "VALIDATION_ERROR",
]

EphemerisSourceType#

# EphemerisSourceType usage example

from mypy_boto3_groundstation.literals import EphemerisSourceType

def get_value() -> EphemerisSourceType:
    return "CUSTOMER_PROVIDED"
# EphemerisSourceType definition

EphemerisSourceType = Literal[
    "CUSTOMER_PROVIDED",
    "SPACE_TRACK",
]

EphemerisStatusType#

# EphemerisStatusType usage example

from mypy_boto3_groundstation.literals import EphemerisStatusType

def get_value() -> EphemerisStatusType:
    return "DISABLED"
# EphemerisStatusType definition

EphemerisStatusType = Literal[
    "DISABLED",
    "ENABLED",
    "ERROR",
    "EXPIRED",
    "INVALID",
    "VALIDATING",
]

FrequencyUnitsType#

# FrequencyUnitsType usage example

from mypy_boto3_groundstation.literals import FrequencyUnitsType

def get_value() -> FrequencyUnitsType:
    return "GHz"
# FrequencyUnitsType definition

FrequencyUnitsType = Literal[
    "GHz",
    "kHz",
    "MHz",
]

ListConfigsPaginatorName#

# ListConfigsPaginatorName usage example

from mypy_boto3_groundstation.literals import ListConfigsPaginatorName

def get_value() -> ListConfigsPaginatorName:
    return "list_configs"
# ListConfigsPaginatorName definition

ListConfigsPaginatorName = Literal[
    "list_configs",
]

ListContactsPaginatorName#

# ListContactsPaginatorName usage example

from mypy_boto3_groundstation.literals import ListContactsPaginatorName

def get_value() -> ListContactsPaginatorName:
    return "list_contacts"
# ListContactsPaginatorName definition

ListContactsPaginatorName = Literal[
    "list_contacts",
]

ListDataflowEndpointGroupsPaginatorName#

# ListDataflowEndpointGroupsPaginatorName usage example

from mypy_boto3_groundstation.literals import ListDataflowEndpointGroupsPaginatorName

def get_value() -> ListDataflowEndpointGroupsPaginatorName:
    return "list_dataflow_endpoint_groups"
# ListDataflowEndpointGroupsPaginatorName definition

ListDataflowEndpointGroupsPaginatorName = Literal[
    "list_dataflow_endpoint_groups",
]

ListEphemeridesPaginatorName#

# ListEphemeridesPaginatorName usage example

from mypy_boto3_groundstation.literals import ListEphemeridesPaginatorName

def get_value() -> ListEphemeridesPaginatorName:
    return "list_ephemerides"
# ListEphemeridesPaginatorName definition

ListEphemeridesPaginatorName = Literal[
    "list_ephemerides",
]

ListGroundStationsPaginatorName#

# ListGroundStationsPaginatorName usage example

from mypy_boto3_groundstation.literals import ListGroundStationsPaginatorName

def get_value() -> ListGroundStationsPaginatorName:
    return "list_ground_stations"
# ListGroundStationsPaginatorName definition

ListGroundStationsPaginatorName = Literal[
    "list_ground_stations",
]

ListMissionProfilesPaginatorName#

# ListMissionProfilesPaginatorName usage example

from mypy_boto3_groundstation.literals import ListMissionProfilesPaginatorName

def get_value() -> ListMissionProfilesPaginatorName:
    return "list_mission_profiles"
# ListMissionProfilesPaginatorName definition

ListMissionProfilesPaginatorName = Literal[
    "list_mission_profiles",
]

ListSatellitesPaginatorName#

# ListSatellitesPaginatorName usage example

from mypy_boto3_groundstation.literals import ListSatellitesPaginatorName

def get_value() -> ListSatellitesPaginatorName:
    return "list_satellites"
# ListSatellitesPaginatorName definition

ListSatellitesPaginatorName = Literal[
    "list_satellites",
]

PolarizationType#

# PolarizationType usage example

from mypy_boto3_groundstation.literals import PolarizationType

def get_value() -> PolarizationType:
    return "LEFT_HAND"
# PolarizationType definition

PolarizationType = Literal[
    "LEFT_HAND",
    "NONE",
    "RIGHT_HAND",
]

GroundStationServiceName#

# GroundStationServiceName usage example

from mypy_boto3_groundstation.literals import GroundStationServiceName

def get_value() -> GroundStationServiceName:
    return "groundstation"
# GroundStationServiceName definition

GroundStationServiceName = Literal[
    "groundstation",
]

ServiceName#

# ServiceName usage example

from mypy_boto3_groundstation.literals import ServiceName

def get_value() -> ServiceName:
    return "accessanalyzer"
# ServiceName definition

ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "alexaforbusiness",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appfabric",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "arc-zonal-shift",
    "artifact",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "b2bi",
    "backup",
    "backup-gateway",
    "backupstorage",
    "batch",
    "bcm-data-exports",
    "bedrock",
    "bedrock-agent",
    "bedrock-agent-runtime",
    "bedrock-runtime",
    "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",
    "codedeploy",
    "codeguru-reviewer",
    "codeguru-security",
    "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",
    "cost-optimization-hub",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "datazone",
    "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",
    "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",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "honeycode",
    "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",
    "managedblockchain",
    "managedblockchain-query",
    "marketplace-agreement",
    "marketplace-catalog",
    "marketplace-deployment",
    "marketplace-entitlement",
    "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",
    "mobile",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "neptune-graph",
    "neptunedata",
    "network-firewall",
    "networkmanager",
    "networkmonitor",
    "nimble",
    "oam",
    "omics",
    "opensearch",
    "opensearchserverless",
    "opsworks",
    "opsworkscm",
    "organizations",
    "osis",
    "outposts",
    "panorama",
    "payment-cryptography",
    "payment-cryptography-data",
    "pca-connector-ad",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "pipes",
    "polly",
    "pricing",
    "privatenetworks",
    "proton",
    "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",
    "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",
    "supplychain",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "textract",
    "timestream-influxdb",
    "timestream-query",
    "timestream-write",
    "tnb",
    "transcribe",
    "transfer",
    "translate",
    "trustedadvisor",
    "verifiedpermissions",
    "voice-id",
    "vpc-lattice",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "worklink",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-thin-client",
    "workspaces-web",
    "xray",
]

ResourceServiceName#

# ResourceServiceName usage example

from mypy_boto3_groundstation.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_groundstation.literals import PaginatorName

def get_value() -> PaginatorName:
    return "list_configs"
# PaginatorName definition

PaginatorName = Literal[
    "list_configs",
    "list_contacts",
    "list_dataflow_endpoint_groups",
    "list_ephemerides",
    "list_ground_stations",
    "list_mission_profiles",
    "list_satellites",
]

WaiterName#

# WaiterName usage example

from mypy_boto3_groundstation.literals import WaiterName

def get_value() -> WaiterName:
    return "contact_scheduled"
# WaiterName definition

WaiterName = Literal[
    "contact_scheduled",
]

RegionName#

# RegionName usage example

from mypy_boto3_groundstation.literals import RegionName

def get_value() -> RegionName:
    return "af-south-1"
# RegionName definition

RegionName = Literal[
    "af-south-1",
    "ap-northeast-2",
    "ap-southeast-1",
    "ap-southeast-2",
    "eu-central-1",
    "eu-north-1",
    "eu-west-1",
    "me-south-1",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-2",
]