Skip to content

Literals#

Index > MediaConnect > Literals

Auto-generated documentation for MediaConnect type annotations stubs module mypy-boto3-mediaconnect.

AlgorithmType#

# AlgorithmType usage example

from mypy_boto3_mediaconnect.literals import AlgorithmType

def get_value() -> AlgorithmType:
    return "aes128"
# AlgorithmType definition

AlgorithmType = Literal[
    "aes128",
    "aes192",
    "aes256",
]

BridgePlacementType#

# BridgePlacementType usage example

from mypy_boto3_mediaconnect.literals import BridgePlacementType

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

BridgePlacementType = Literal[
    "AVAILABLE",
    "LOCKED",
]

BridgeStateType#

# BridgeStateType usage example

from mypy_boto3_mediaconnect.literals import BridgeStateType

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

BridgeStateType = Literal[
    "ACTIVE",
    "CREATING",
    "DELETED",
    "DELETING",
    "DEPLOYING",
    "STANDBY",
    "START_FAILED",
    "START_PENDING",
    "STARTING",
    "STOP_FAILED",
    "STOPPING",
    "UPDATING",
]

ColorimetryType#

# ColorimetryType usage example

from mypy_boto3_mediaconnect.literals import ColorimetryType

def get_value() -> ColorimetryType:
    return "BT2020"
# ColorimetryType definition

ColorimetryType = Literal[
    "BT2020",
    "BT2100",
    "BT601",
    "BT709",
    "ST2065-1",
    "ST2065-3",
    "XYZ",
]

ConnectionStatusType#

# ConnectionStatusType usage example

from mypy_boto3_mediaconnect.literals import ConnectionStatusType

def get_value() -> ConnectionStatusType:
    return "CONNECTED"
# ConnectionStatusType definition

ConnectionStatusType = Literal[
    "CONNECTED",
    "DISCONNECTED",
]

DesiredStateType#

# DesiredStateType usage example

from mypy_boto3_mediaconnect.literals import DesiredStateType

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

DesiredStateType = Literal[
    "ACTIVE",
    "DELETED",
    "STANDBY",
]

DurationUnitsType#

# DurationUnitsType usage example

from mypy_boto3_mediaconnect.literals import DurationUnitsType

def get_value() -> DurationUnitsType:
    return "MONTHS"
# DurationUnitsType definition

DurationUnitsType = Literal[
    "MONTHS",
]

EncoderProfileType#

# EncoderProfileType usage example

from mypy_boto3_mediaconnect.literals import EncoderProfileType

def get_value() -> EncoderProfileType:
    return "high"
# EncoderProfileType definition

EncoderProfileType = Literal[
    "high",
    "main",
]

EncodingNameType#

# EncodingNameType usage example

from mypy_boto3_mediaconnect.literals import EncodingNameType

def get_value() -> EncodingNameType:
    return "jxsv"
# EncodingNameType definition

EncodingNameType = Literal[
    "jxsv",
    "pcm",
    "raw",
    "smpte291",
]

EntitlementStatusType#

# EntitlementStatusType usage example

from mypy_boto3_mediaconnect.literals import EntitlementStatusType

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

EntitlementStatusType = Literal[
    "DISABLED",
    "ENABLED",
]

FailoverModeType#

# FailoverModeType usage example

from mypy_boto3_mediaconnect.literals import FailoverModeType

def get_value() -> FailoverModeType:
    return "FAILOVER"
# FailoverModeType definition

FailoverModeType = Literal[
    "FAILOVER",
    "MERGE",
]

FlowActiveWaiterName#

# FlowActiveWaiterName usage example

from mypy_boto3_mediaconnect.literals import FlowActiveWaiterName

def get_value() -> FlowActiveWaiterName:
    return "flow_active"
# FlowActiveWaiterName definition

FlowActiveWaiterName = Literal[
    "flow_active",
]

FlowDeletedWaiterName#

# FlowDeletedWaiterName usage example

from mypy_boto3_mediaconnect.literals import FlowDeletedWaiterName

def get_value() -> FlowDeletedWaiterName:
    return "flow_deleted"
# FlowDeletedWaiterName definition

FlowDeletedWaiterName = Literal[
    "flow_deleted",
]

FlowStandbyWaiterName#

# FlowStandbyWaiterName usage example

from mypy_boto3_mediaconnect.literals import FlowStandbyWaiterName

def get_value() -> FlowStandbyWaiterName:
    return "flow_standby"
# FlowStandbyWaiterName definition

FlowStandbyWaiterName = Literal[
    "flow_standby",
]

GatewayStateType#

# GatewayStateType usage example

from mypy_boto3_mediaconnect.literals import GatewayStateType

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

GatewayStateType = Literal[
    "ACTIVE",
    "CREATING",
    "DELETED",
    "DELETING",
    "ERROR",
    "UPDATING",
]

InstanceStateType#

# InstanceStateType usage example

from mypy_boto3_mediaconnect.literals import InstanceStateType

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

InstanceStateType = Literal[
    "ACTIVE",
    "DEREGISTERED",
    "DEREGISTERING",
    "DEREGISTRATION_ERROR",
    "REGISTERING",
    "REGISTRATION_ERROR",
]

KeyTypeType#

# KeyTypeType usage example

from mypy_boto3_mediaconnect.literals import KeyTypeType

def get_value() -> KeyTypeType:
    return "speke"
# KeyTypeType definition

KeyTypeType = Literal[
    "speke",
    "srt-password",
    "static-key",
]

ListBridgesPaginatorName#

# ListBridgesPaginatorName usage example

from mypy_boto3_mediaconnect.literals import ListBridgesPaginatorName

def get_value() -> ListBridgesPaginatorName:
    return "list_bridges"
# ListBridgesPaginatorName definition

ListBridgesPaginatorName = Literal[
    "list_bridges",
]

ListEntitlementsPaginatorName#

# ListEntitlementsPaginatorName usage example

from mypy_boto3_mediaconnect.literals import ListEntitlementsPaginatorName

def get_value() -> ListEntitlementsPaginatorName:
    return "list_entitlements"
# ListEntitlementsPaginatorName definition

ListEntitlementsPaginatorName = Literal[
    "list_entitlements",
]

ListFlowsPaginatorName#

# ListFlowsPaginatorName usage example

from mypy_boto3_mediaconnect.literals import ListFlowsPaginatorName

def get_value() -> ListFlowsPaginatorName:
    return "list_flows"
# ListFlowsPaginatorName definition

ListFlowsPaginatorName = Literal[
    "list_flows",
]

ListGatewayInstancesPaginatorName#

# ListGatewayInstancesPaginatorName usage example

from mypy_boto3_mediaconnect.literals import ListGatewayInstancesPaginatorName

def get_value() -> ListGatewayInstancesPaginatorName:
    return "list_gateway_instances"
# ListGatewayInstancesPaginatorName definition

ListGatewayInstancesPaginatorName = Literal[
    "list_gateway_instances",
]

ListGatewaysPaginatorName#

# ListGatewaysPaginatorName usage example

from mypy_boto3_mediaconnect.literals import ListGatewaysPaginatorName

def get_value() -> ListGatewaysPaginatorName:
    return "list_gateways"
# ListGatewaysPaginatorName definition

ListGatewaysPaginatorName = Literal[
    "list_gateways",
]

ListOfferingsPaginatorName#

# ListOfferingsPaginatorName usage example

from mypy_boto3_mediaconnect.literals import ListOfferingsPaginatorName

def get_value() -> ListOfferingsPaginatorName:
    return "list_offerings"
# ListOfferingsPaginatorName definition

ListOfferingsPaginatorName = Literal[
    "list_offerings",
]

ListReservationsPaginatorName#

# ListReservationsPaginatorName usage example

from mypy_boto3_mediaconnect.literals import ListReservationsPaginatorName

def get_value() -> ListReservationsPaginatorName:
    return "list_reservations"
# ListReservationsPaginatorName definition

ListReservationsPaginatorName = Literal[
    "list_reservations",
]

MaintenanceDayType#

# MaintenanceDayType usage example

from mypy_boto3_mediaconnect.literals import MaintenanceDayType

def get_value() -> MaintenanceDayType:
    return "Friday"
# MaintenanceDayType definition

MaintenanceDayType = Literal[
    "Friday",
    "Monday",
    "Saturday",
    "Sunday",
    "Thursday",
    "Tuesday",
    "Wednesday",
]

MediaStreamTypeType#

# MediaStreamTypeType usage example

from mypy_boto3_mediaconnect.literals import MediaStreamTypeType

def get_value() -> MediaStreamTypeType:
    return "ancillary-data"
# MediaStreamTypeType definition

MediaStreamTypeType = Literal[
    "ancillary-data",
    "audio",
    "video",
]

NetworkInterfaceTypeType#

# NetworkInterfaceTypeType usage example

from mypy_boto3_mediaconnect.literals import NetworkInterfaceTypeType

def get_value() -> NetworkInterfaceTypeType:
    return "efa"
# NetworkInterfaceTypeType definition

NetworkInterfaceTypeType = Literal[
    "efa",
    "ena",
]

PriceUnitsType#

# PriceUnitsType usage example

from mypy_boto3_mediaconnect.literals import PriceUnitsType

def get_value() -> PriceUnitsType:
    return "HOURLY"
# PriceUnitsType definition

PriceUnitsType = Literal[
    "HOURLY",
]

ProtocolType#

# ProtocolType usage example

from mypy_boto3_mediaconnect.literals import ProtocolType

def get_value() -> ProtocolType:
    return "cdi"
# ProtocolType definition

ProtocolType = Literal[
    "cdi",
    "fujitsu-qos",
    "rist",
    "rtp",
    "rtp-fec",
    "srt-caller",
    "srt-listener",
    "st2110-jpegxs",
    "udp",
    "zixi-pull",
    "zixi-push",
]

RangeType#

# RangeType usage example

from mypy_boto3_mediaconnect.literals import RangeType

def get_value() -> RangeType:
    return "FULL"
# RangeType definition

RangeType = Literal[
    "FULL",
    "FULLPROTECT",
    "NARROW",
]

ReservationStateType#

# ReservationStateType usage example

from mypy_boto3_mediaconnect.literals import ReservationStateType

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

ReservationStateType = Literal[
    "ACTIVE",
    "CANCELED",
    "EXPIRED",
    "PROCESSING",
]

ResourceTypeType#

# ResourceTypeType usage example

from mypy_boto3_mediaconnect.literals import ResourceTypeType

def get_value() -> ResourceTypeType:
    return "Mbps_Outbound_Bandwidth"
# ResourceTypeType definition

ResourceTypeType = Literal[
    "Mbps_Outbound_Bandwidth",
]

ScanModeType#

# ScanModeType usage example

from mypy_boto3_mediaconnect.literals import ScanModeType

def get_value() -> ScanModeType:
    return "interlace"
# ScanModeType definition

ScanModeType = Literal[
    "interlace",
    "progressive",
    "progressive-segmented-frame",
]

SourceTypeType#

# SourceTypeType usage example

from mypy_boto3_mediaconnect.literals import SourceTypeType

def get_value() -> SourceTypeType:
    return "ENTITLED"
# SourceTypeType definition

SourceTypeType = Literal[
    "ENTITLED",
    "OWNED",
]

StateType#

# StateType usage example

from mypy_boto3_mediaconnect.literals import StateType

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

StateType = Literal[
    "DISABLED",
    "ENABLED",
]

StatusType#

# StatusType usage example

from mypy_boto3_mediaconnect.literals import StatusType

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

StatusType = Literal[
    "ACTIVE",
    "DELETING",
    "ERROR",
    "STANDBY",
    "STARTING",
    "STOPPING",
    "UPDATING",
]

TcsType#

# TcsType usage example

from mypy_boto3_mediaconnect.literals import TcsType

def get_value() -> TcsType:
    return "BT2100LINHLG"
# TcsType definition

TcsType = Literal[
    "BT2100LINHLG",
    "BT2100LINPQ",
    "DENSITY",
    "HLG",
    "LINEAR",
    "PQ",
    "SDR",
    "ST2065-1",
    "ST428-1",
]

MediaConnectServiceName#

# MediaConnectServiceName usage example

from mypy_boto3_mediaconnect.literals import MediaConnectServiceName

def get_value() -> MediaConnectServiceName:
    return "mediaconnect"
# MediaConnectServiceName definition

MediaConnectServiceName = Literal[
    "mediaconnect",
]

ServiceName#

# ServiceName usage example

from mypy_boto3_mediaconnect.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_mediaconnect.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_mediaconnect.literals import PaginatorName

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

PaginatorName = Literal[
    "list_bridges",
    "list_entitlements",
    "list_flows",
    "list_gateway_instances",
    "list_gateways",
    "list_offerings",
    "list_reservations",
]

WaiterName#

# WaiterName usage example

from mypy_boto3_mediaconnect.literals import WaiterName

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

WaiterName = Literal[
    "flow_active",
    "flow_deleted",
    "flow_standby",
]

RegionName#

# RegionName usage example

from mypy_boto3_mediaconnect.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-4",
    "ca-central-1",
    "eu-central-1",
    "eu-north-1",
    "eu-west-1",
    "eu-west-2",
    "eu-west-3",
    "me-central-1",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-1",
    "us-west-2",
]