Literals#
Index > GroundStation > Literals
Auto-generated documentation for GroundStation type annotations stubs module types-boto3-groundstation.
AgentStatusType#
# AgentStatusType usage example
from types_boto3_groundstation.literals import AgentStatusType
def get_value() -> AgentStatusType:
    return "ACTIVE"# AgentStatusType definition
AgentStatusType = Literal[
    "ACTIVE",
    "FAILED",
    "INACTIVE",
    "SUCCESS",
]AngleUnitsType#
# AngleUnitsType usage example
from types_boto3_groundstation.literals import AngleUnitsType
def get_value() -> AngleUnitsType:
    return "DEGREE_ANGLE"# AngleUnitsType definition
AngleUnitsType = Literal[
    "DEGREE_ANGLE",
    "RADIAN",
]AuditResultsType#
# AuditResultsType usage example
from types_boto3_groundstation.literals import AuditResultsType
def get_value() -> AuditResultsType:
    return "HEALTHY"# AuditResultsType definition
AuditResultsType = Literal[
    "HEALTHY",
    "UNHEALTHY",
]BandwidthUnitsType#
# BandwidthUnitsType usage example
from types_boto3_groundstation.literals import BandwidthUnitsType
def get_value() -> BandwidthUnitsType:
    return "GHz"# BandwidthUnitsType definition
BandwidthUnitsType = Literal[
    "GHz",
    "kHz",
    "MHz",
]CapabilityHealthReasonType#
# CapabilityHealthReasonType usage example
from types_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 types_boto3_groundstation.literals import CapabilityHealthType
def get_value() -> CapabilityHealthType:
    return "HEALTHY"# CapabilityHealthType definition
CapabilityHealthType = Literal[
    "HEALTHY",
    "UNHEALTHY",
]ConfigCapabilityTypeType#
# ConfigCapabilityTypeType usage example
from types_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 types_boto3_groundstation.literals import ContactScheduledWaiterName
def get_value() -> ContactScheduledWaiterName:
    return "contact_scheduled"# ContactScheduledWaiterName definition
ContactScheduledWaiterName = Literal[
    "contact_scheduled",
]ContactStatusType#
# ContactStatusType usage example
from types_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 types_boto3_groundstation.literals import CriticalityType
def get_value() -> CriticalityType:
    return "PREFERRED"# CriticalityType definition
CriticalityType = Literal[
    "PREFERRED",
    "REMOVED",
    "REQUIRED",
]EirpUnitsType#
# EirpUnitsType usage example
from types_boto3_groundstation.literals import EirpUnitsType
def get_value() -> EirpUnitsType:
    return "dBW"# EirpUnitsType definition
EirpUnitsType = Literal[
    "dBW",
]EndpointStatusType#
# EndpointStatusType usage example
from types_boto3_groundstation.literals import EndpointStatusType
def get_value() -> EndpointStatusType:
    return "created"# EndpointStatusType definition
EndpointStatusType = Literal[
    "created",
    "creating",
    "deleted",
    "deleting",
    "failed",
]EphemerisErrorCodeType#
# EphemerisErrorCodeType usage example
from types_boto3_groundstation.literals import EphemerisErrorCodeType
def get_value() -> EphemerisErrorCodeType:
    return "AZ_EL_SEGMENTS_OUT_OF_ORDER"# EphemerisErrorCodeType definition
EphemerisErrorCodeType = Literal[
    "AZ_EL_SEGMENT_END_TIME_BEFORE_START_TIME",
    "AZ_EL_SEGMENT_END_TIME_INVALID",
    "AZ_EL_SEGMENT_END_TIME_TOO_LATE",
    "AZ_EL_SEGMENT_LIST_MISSING",
    "AZ_EL_SEGMENT_REFERENCE_EPOCH_INVALID",
    "AZ_EL_SEGMENT_START_TIME_INVALID",
    "AZ_EL_SEGMENT_TIMES_OVERLAP",
    "AZ_EL_SEGMENT_VALID_TIME_RANGE_INVALID",
    "AZ_EL_SEGMENTS_OUT_OF_ORDER",
    "AZ_EL_TOTAL_DURATION_EXCEEDED",
    "CENTER_BODY_UNSUPPORTED",
    "CREATION_DATE_MISSING",
    "END_TIME_IN_PAST",
    "EXPIRATION_TIME_TOO_EARLY",
    "FILE_FORMAT_INVALID",
    "INSUFFICIENT_KMS_PERMISSIONS",
    "INSUFFICIENT_TIME_AZ_EL",
    "INTERNAL_ERROR",
    "INTERPOLATION_DEGREE_INVALID",
    "INTERPOLATION_MISSING",
    "MEAN_MOTION_INVALID",
    "MISMATCHED_SATCAT_ID",
    "OBJECT_ID_MISSING",
    "OBJECT_NAME_MISSING",
    "OEM_VERSION_UNSUPPORTED",
    "ORIGINATOR_MISSING",
    "REF_FRAME_EPOCH_UNSUPPORTED",
    "REF_FRAME_UNSUPPORTED",
    "START_TIME_IN_FUTURE",
    "START_TIME_METADATA_TOO_EARLY",
    "STOP_TIME_METADATA_TOO_LATE",
    "TIME_AZ_EL_ANGLE_UNITS_INVALID",
    "TIME_AZ_EL_AZ_DEGREE_RANGE_INVALID",
    "TIME_AZ_EL_AZ_RADIAN_RANGE_INVALID",
    "TIME_AZ_EL_EL_DEGREE_RANGE_INVALID",
    "TIME_AZ_EL_EL_RADIAN_RANGE_INVALID",
    "TIME_AZ_EL_ITEMS_OUT_OF_ORDER",
    "TIME_SYSTEM_UNSUPPORTED",
]EphemerisInvalidReasonType#
# EphemerisInvalidReasonType usage example
from types_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 types_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 types_boto3_groundstation.literals import EphemerisStatusType
def get_value() -> EphemerisStatusType:
    return "DISABLED"# EphemerisStatusType definition
EphemerisStatusType = Literal[
    "DISABLED",
    "ENABLED",
    "ERROR",
    "EXPIRED",
    "INVALID",
    "VALIDATING",
]EphemerisTypeType#
# EphemerisTypeType usage example
from types_boto3_groundstation.literals import EphemerisTypeType
def get_value() -> EphemerisTypeType:
    return "AZ_EL"# EphemerisTypeType definition
EphemerisTypeType = Literal[
    "AZ_EL",
    "OEM",
    "SERVICE_MANAGED",
    "TLE",
]FrequencyUnitsType#
# FrequencyUnitsType usage example
from types_boto3_groundstation.literals import FrequencyUnitsType
def get_value() -> FrequencyUnitsType:
    return "GHz"# FrequencyUnitsType definition
FrequencyUnitsType = Literal[
    "GHz",
    "kHz",
    "MHz",
]ListConfigsPaginatorName#
# ListConfigsPaginatorName usage example
from types_boto3_groundstation.literals import ListConfigsPaginatorName
def get_value() -> ListConfigsPaginatorName:
    return "list_configs"# ListConfigsPaginatorName definition
ListConfigsPaginatorName = Literal[
    "list_configs",
]ListContactsPaginatorName#
# ListContactsPaginatorName usage example
from types_boto3_groundstation.literals import ListContactsPaginatorName
def get_value() -> ListContactsPaginatorName:
    return "list_contacts"# ListContactsPaginatorName definition
ListContactsPaginatorName = Literal[
    "list_contacts",
]ListDataflowEndpointGroupsPaginatorName#
# ListDataflowEndpointGroupsPaginatorName usage example
from types_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 types_boto3_groundstation.literals import ListEphemeridesPaginatorName
def get_value() -> ListEphemeridesPaginatorName:
    return "list_ephemerides"# ListEphemeridesPaginatorName definition
ListEphemeridesPaginatorName = Literal[
    "list_ephemerides",
]ListGroundStationsPaginatorName#
# ListGroundStationsPaginatorName usage example
from types_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 types_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 types_boto3_groundstation.literals import ListSatellitesPaginatorName
def get_value() -> ListSatellitesPaginatorName:
    return "list_satellites"# ListSatellitesPaginatorName definition
ListSatellitesPaginatorName = Literal[
    "list_satellites",
]PolarizationType#
# PolarizationType usage example
from types_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 types_boto3_groundstation.literals import GroundStationServiceName
def get_value() -> GroundStationServiceName:
    return "groundstation"# GroundStationServiceName definition
GroundStationServiceName = Literal[
    "groundstation",
]ServiceName#
# ServiceName usage example
from types_boto3_groundstation.literals import ServiceName
def get_value() -> ServiceName:
    return "accessanalyzer"# ServiceName definition
ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "aiops",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appfabric",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "application-signals",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "arc-region-switch",
    "arc-zonal-shift",
    "artifact",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "b2bi",
    "backup",
    "backup-gateway",
    "backupsearch",
    "batch",
    "bcm-dashboards",
    "bcm-data-exports",
    "bcm-pricing-calculator",
    "bcm-recommended-actions",
    "bedrock",
    "bedrock-agent",
    "bedrock-agent-runtime",
    "bedrock-agentcore",
    "bedrock-agentcore-control",
    "bedrock-data-automation",
    "bedrock-data-automation-runtime",
    "bedrock-runtime",
    "billing",
    "billingconductor",
    "braket",
    "budgets",
    "ce",
    "chatbot",
    "chime",
    "chime-sdk-identity",
    "chime-sdk-media-pipelines",
    "chime-sdk-meetings",
    "chime-sdk-messaging",
    "chime-sdk-voice",
    "cleanrooms",
    "cleanroomsml",
    "cloud9",
    "cloudcontrol",
    "clouddirectory",
    "cloudformation",
    "cloudfront",
    "cloudfront-keyvaluestore",
    "cloudhsm",
    "cloudhsmv2",
    "cloudsearch",
    "cloudsearchdomain",
    "cloudtrail",
    "cloudtrail-data",
    "cloudwatch",
    "codeartifact",
    "codebuild",
    "codecatalyst",
    "codecommit",
    "codeconnections",
    "codedeploy",
    "codeguru-reviewer",
    "codeguru-security",
    "codeguruprofiler",
    "codepipeline",
    "codestar-connections",
    "codestar-notifications",
    "cognito-identity",
    "cognito-idp",
    "cognito-sync",
    "comprehend",
    "comprehendmedical",
    "compute-optimizer",
    "config",
    "connect",
    "connect-contact-lens",
    "connectcampaigns",
    "connectcampaignsv2",
    "connectcases",
    "connectparticipant",
    "controlcatalog",
    "controltower",
    "cost-optimization-hub",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "datazone",
    "dax",
    "deadline",
    "detective",
    "devicefarm",
    "devops-guru",
    "directconnect",
    "discovery",
    "dlm",
    "dms",
    "docdb",
    "docdb-elastic",
    "drs",
    "ds",
    "ds-data",
    "dsql",
    "dynamodb",
    "dynamodbstreams",
    "ebs",
    "ec2",
    "ec2-instance-connect",
    "ecr",
    "ecr-public",
    "ecs",
    "efs",
    "eks",
    "eks-auth",
    "elasticache",
    "elasticbeanstalk",
    "elastictranscoder",
    "elb",
    "elbv2",
    "emr",
    "emr-containers",
    "emr-serverless",
    "entityresolution",
    "es",
    "events",
    "evidently",
    "evs",
    "finspace",
    "finspace-data",
    "firehose",
    "fis",
    "fms",
    "forecast",
    "forecastquery",
    "frauddetector",
    "freetier",
    "fsx",
    "gamelift",
    "gameliftstreams",
    "geo-maps",
    "geo-places",
    "geo-routes",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "iam",
    "identitystore",
    "imagebuilder",
    "importexport",
    "inspector",
    "inspector-scan",
    "inspector2",
    "internetmonitor",
    "invoicing",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot-managed-integrations",
    "iotanalytics",
    "iotdeviceadvisor",
    "iotevents",
    "iotevents-data",
    "iotfleetwise",
    "iotsecuretunneling",
    "iotsitewise",
    "iotthingsgraph",
    "iottwinmaker",
    "iotwireless",
    "ivs",
    "ivs-realtime",
    "ivschat",
    "kafka",
    "kafkaconnect",
    "kendra",
    "kendra-ranking",
    "keyspaces",
    "keyspacesstreams",
    "kinesis",
    "kinesis-video-archived-media",
    "kinesis-video-media",
    "kinesis-video-signaling",
    "kinesis-video-webrtc-storage",
    "kinesisanalytics",
    "kinesisanalyticsv2",
    "kinesisvideo",
    "kms",
    "lakeformation",
    "lambda",
    "launch-wizard",
    "lex-models",
    "lex-runtime",
    "lexv2-models",
    "lexv2-runtime",
    "license-manager",
    "license-manager-linux-subscriptions",
    "license-manager-user-subscriptions",
    "lightsail",
    "location",
    "logs",
    "lookoutequipment",
    "m2",
    "machinelearning",
    "macie2",
    "mailmanager",
    "managedblockchain",
    "managedblockchain-query",
    "marketplace-agreement",
    "marketplace-catalog",
    "marketplace-deployment",
    "marketplace-entitlement",
    "marketplace-reporting",
    "marketplacecommerceanalytics",
    "mediaconnect",
    "mediaconvert",
    "medialive",
    "mediapackage",
    "mediapackage-vod",
    "mediapackagev2",
    "mediastore",
    "mediastore-data",
    "mediatailor",
    "medical-imaging",
    "memorydb",
    "meteringmarketplace",
    "mgh",
    "mgn",
    "migration-hub-refactor-spaces",
    "migrationhub-config",
    "migrationhuborchestrator",
    "migrationhubstrategy",
    "mpa",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "neptune-graph",
    "neptunedata",
    "network-firewall",
    "networkflowmonitor",
    "networkmanager",
    "networkmonitor",
    "notifications",
    "notificationscontacts",
    "oam",
    "observabilityadmin",
    "odb",
    "omics",
    "opensearch",
    "opensearchserverless",
    "organizations",
    "osis",
    "outposts",
    "panorama",
    "partnercentral-selling",
    "payment-cryptography",
    "payment-cryptography-data",
    "pca-connector-ad",
    "pca-connector-scep",
    "pcs",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "pipes",
    "polly",
    "pricing",
    "proton",
    "qapps",
    "qbusiness",
    "qconnect",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "repostspace",
    "resiliencehub",
    "resource-explorer-2",
    "resource-groups",
    "resourcegroupstaggingapi",
    "rolesanywhere",
    "route53",
    "route53-recovery-cluster",
    "route53-recovery-control-config",
    "route53-recovery-readiness",
    "route53domains",
    "route53profiles",
    "route53resolver",
    "rtbfabric",
    "rum",
    "s3",
    "s3control",
    "s3outposts",
    "s3tables",
    "s3vectors",
    "sagemaker",
    "sagemaker-a2i-runtime",
    "sagemaker-edge",
    "sagemaker-featurestore-runtime",
    "sagemaker-geospatial",
    "sagemaker-metrics",
    "sagemaker-runtime",
    "savingsplans",
    "scheduler",
    "schemas",
    "sdb",
    "secretsmanager",
    "security-ir",
    "securityhub",
    "securitylake",
    "serverlessrepo",
    "service-quotas",
    "servicecatalog",
    "servicecatalog-appregistry",
    "servicediscovery",
    "ses",
    "sesv2",
    "shield",
    "signer",
    "simspaceweaver",
    "snow-device-management",
    "snowball",
    "sns",
    "socialmessaging",
    "sqs",
    "ssm",
    "ssm-contacts",
    "ssm-guiconnect",
    "ssm-incidents",
    "ssm-quicksetup",
    "ssm-sap",
    "sso",
    "sso-admin",
    "sso-oidc",
    "stepfunctions",
    "storagegateway",
    "sts",
    "supplychain",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "taxsettings",
    "textract",
    "timestream-influxdb",
    "timestream-query",
    "timestream-write",
    "tnb",
    "transcribe",
    "transfer",
    "translate",
    "trustedadvisor",
    "verifiedpermissions",
    "voice-id",
    "vpc-lattice",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-instances",
    "workspaces-thin-client",
    "workspaces-web",
    "xray",
]ResourceServiceName#
# ResourceServiceName usage example
from types_boto3_groundstation.literals import ResourceServiceName
def get_value() -> ResourceServiceName:
    return "cloudformation"# ResourceServiceName definition
ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "s3",
    "sns",
    "sqs",
]PaginatorName#
# PaginatorName usage example
from types_boto3_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 types_boto3_groundstation.literals import WaiterName
def get_value() -> WaiterName:
    return "contact_scheduled"# WaiterName definition
WaiterName = Literal[
    "contact_scheduled",
]RegionName#
# RegionName usage example
from types_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",
]