Skip to content

Literals

Index > GroundStation > Literals

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

AgentStatusType

Usage Example
from mypy_boto3_groundstation.literals import AgentStatusType

def get_value() -> AgentStatusType:
    return "ACTIVE"
Definition
AgentStatusType = Literal[
    "ACTIVE",
    "FAILED",
    "INACTIVE",
    "SUCCESS",
]

AngleUnitsType

Usage Example
from mypy_boto3_groundstation.literals import AngleUnitsType

def get_value() -> AngleUnitsType:
    return "DEGREE_ANGLE"
Definition
AngleUnitsType = Literal[
    "DEGREE_ANGLE",
    "RADIAN",
]

AuditResultsType

Usage Example
from mypy_boto3_groundstation.literals import AuditResultsType

def get_value() -> AuditResultsType:
    return "HEALTHY"
Definition
AuditResultsType = Literal[
    "HEALTHY",
    "UNHEALTHY",
]

BandwidthUnitsType

Usage Example
from mypy_boto3_groundstation.literals import BandwidthUnitsType

def get_value() -> BandwidthUnitsType:
    return "GHz"
Definition
BandwidthUnitsType = Literal[
    "GHz",
    "kHz",
    "MHz",
]

ComponentTypeType

Usage Example
from mypy_boto3_groundstation.literals import ComponentTypeType

def get_value() -> ComponentTypeType:
    return "DIGITIZER"
Definition
ComponentTypeType = Literal[
    "DIGITIZER",
    "LAMINAR_FLOW",
    "PRISM",
]

ConfigCapabilityTypeType

Usage Example
from mypy_boto3_groundstation.literals import ConfigCapabilityTypeType

def get_value() -> ConfigCapabilityTypeType:
    return "antenna-downlink"
Definition
ConfigCapabilityTypeType = Literal[
    "antenna-downlink",
    "antenna-downlink-demod-decode",
    "antenna-uplink",
    "dataflow-endpoint",
    "s3-recording",
    "tracking",
    "uplink-echo",
]

ContactScheduledWaiterName

Usage Example
from mypy_boto3_groundstation.literals import ContactScheduledWaiterName

def get_value() -> ContactScheduledWaiterName:
    return "contact_scheduled"
Definition
ContactScheduledWaiterName = Literal[
    "contact_scheduled",
]

ContactStatusType

Usage Example
from mypy_boto3_groundstation.literals import ContactStatusType

def get_value() -> ContactStatusType:
    return "AVAILABLE"
Definition
ContactStatusType = Literal[
    "AVAILABLE",
    "AWS_CANCELLED",
    "AWS_FAILED",
    "CANCELLED",
    "CANCELLING",
    "COMPLETED",
    "FAILED",
    "FAILED_TO_SCHEDULE",
    "PASS",
    "POSTPASS",
    "PREPASS",
    "SCHEDULED",
    "SCHEDULING",
]

CriticalityType

Usage Example
from mypy_boto3_groundstation.literals import CriticalityType

def get_value() -> CriticalityType:
    return "PREFERRED"
Definition
CriticalityType = Literal[
    "PREFERRED",
    "REMOVED",
    "REQUIRED",
]

EirpUnitsType

Usage Example
from mypy_boto3_groundstation.literals import EirpUnitsType

def get_value() -> EirpUnitsType:
    return "dBW"
Definition
EirpUnitsType = Literal[
    "dBW",
]

EndpointStatusType

Usage Example
from mypy_boto3_groundstation.literals import EndpointStatusType

def get_value() -> EndpointStatusType:
    return "created"
Definition
EndpointStatusType = Literal[
    "created",
    "creating",
    "deleted",
    "deleting",
    "failed",
]

EphemerisInvalidReasonType

Usage Example
from mypy_boto3_groundstation.literals import EphemerisInvalidReasonType

def get_value() -> EphemerisInvalidReasonType:
    return "KMS_KEY_INVALID"
Definition
EphemerisInvalidReasonType = Literal[
    "KMS_KEY_INVALID",
    "METADATA_INVALID",
    "TIME_RANGE_INVALID",
    "TRAJECTORY_INVALID",
    "VALIDATION_ERROR",
]

EphemerisSourceType

Usage Example
from mypy_boto3_groundstation.literals import EphemerisSourceType

def get_value() -> EphemerisSourceType:
    return "CUSTOMER_PROVIDED"
Definition
EphemerisSourceType = Literal[
    "CUSTOMER_PROVIDED",
    "SPACE_TRACK",
]

EphemerisStatusType

Usage Example
from mypy_boto3_groundstation.literals import EphemerisStatusType

def get_value() -> EphemerisStatusType:
    return "DISABLED"
Definition
EphemerisStatusType = Literal[
    "DISABLED",
    "ENABLED",
    "ERROR",
    "EXPIRED",
    "INVALID",
    "VALIDATING",
]

FrequencyUnitsType

Usage Example
from mypy_boto3_groundstation.literals import FrequencyUnitsType

def get_value() -> FrequencyUnitsType:
    return "GHz"
Definition
FrequencyUnitsType = Literal[
    "GHz",
    "kHz",
    "MHz",
]

ListConfigsPaginatorName

Usage Example
from mypy_boto3_groundstation.literals import ListConfigsPaginatorName

def get_value() -> ListConfigsPaginatorName:
    return "list_configs"
Definition
ListConfigsPaginatorName = Literal[
    "list_configs",
]

ListContactsPaginatorName

Usage Example
from mypy_boto3_groundstation.literals import ListContactsPaginatorName

def get_value() -> ListContactsPaginatorName:
    return "list_contacts"
Definition
ListContactsPaginatorName = Literal[
    "list_contacts",
]

ListDataflowEndpointGroupsPaginatorName

Usage Example
from mypy_boto3_groundstation.literals import ListDataflowEndpointGroupsPaginatorName

def get_value() -> ListDataflowEndpointGroupsPaginatorName:
    return "list_dataflow_endpoint_groups"
Definition
ListDataflowEndpointGroupsPaginatorName = Literal[
    "list_dataflow_endpoint_groups",
]

ListEphemeridesPaginatorName

Usage Example
from mypy_boto3_groundstation.literals import ListEphemeridesPaginatorName

def get_value() -> ListEphemeridesPaginatorName:
    return "list_ephemerides"
Definition
ListEphemeridesPaginatorName = Literal[
    "list_ephemerides",
]

ListGroundStationsPaginatorName

Usage Example
from mypy_boto3_groundstation.literals import ListGroundStationsPaginatorName

def get_value() -> ListGroundStationsPaginatorName:
    return "list_ground_stations"
Definition
ListGroundStationsPaginatorName = Literal[
    "list_ground_stations",
]

ListMissionProfilesPaginatorName

Usage Example
from mypy_boto3_groundstation.literals import ListMissionProfilesPaginatorName

def get_value() -> ListMissionProfilesPaginatorName:
    return "list_mission_profiles"
Definition
ListMissionProfilesPaginatorName = Literal[
    "list_mission_profiles",
]

ListSatellitesPaginatorName

Usage Example
from mypy_boto3_groundstation.literals import ListSatellitesPaginatorName

def get_value() -> ListSatellitesPaginatorName:
    return "list_satellites"
Definition
ListSatellitesPaginatorName = Literal[
    "list_satellites",
]

PolarizationType

Usage Example
from mypy_boto3_groundstation.literals import PolarizationType

def get_value() -> PolarizationType:
    return "LEFT_HAND"
Definition
PolarizationType = Literal[
    "LEFT_HAND",
    "NONE",
    "RIGHT_HAND",
]

GroundStationServiceName

Usage Example
from mypy_boto3_groundstation.literals import GroundStationServiceName

def get_value() -> GroundStationServiceName:
    return "groundstation"
Definition
GroundStationServiceName = Literal[
    "groundstation",
]

ServiceName

Usage Example
from mypy_boto3_groundstation.literals import ServiceName

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

ResourceServiceName

Usage Example
from mypy_boto3_groundstation.literals import ResourceServiceName

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

PaginatorName

Usage Example
from mypy_boto3_groundstation.literals import PaginatorName

def get_value() -> PaginatorName:
    return "list_configs"
Definition
PaginatorName = Literal[
    "list_configs",
    "list_contacts",
    "list_dataflow_endpoint_groups",
    "list_ephemerides",
    "list_ground_stations",
    "list_mission_profiles",
    "list_satellites",
]

WaiterName

Usage Example
from mypy_boto3_groundstation.literals import WaiterName

def get_value() -> WaiterName:
    return "contact_scheduled"
Definition
WaiterName = Literal[
    "contact_scheduled",
]

RegionName

Usage Example
from mypy_boto3_groundstation.literals import RegionName

def get_value() -> RegionName:
    return "af-south-1"
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",
]