Skip to content

Literals

Index > MediaConnect > Literals

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

AlgorithmType

Usage Example
from mypy_boto3_mediaconnect.literals import AlgorithmType

def get_value() -> AlgorithmType:
    return "aes128"
Definition
AlgorithmType = Literal[
    "aes128",
    "aes192",
    "aes256",
]

ColorimetryType

Usage Example
from mypy_boto3_mediaconnect.literals import ColorimetryType

def get_value() -> ColorimetryType:
    return "BT2020"
Definition
ColorimetryType = Literal[
    "BT2020",
    "BT2100",
    "BT601",
    "BT709",
    "ST2065-1",
    "ST2065-3",
    "XYZ",
]

DurationUnitsType

Usage Example
from mypy_boto3_mediaconnect.literals import DurationUnitsType

def get_value() -> DurationUnitsType:
    return "MONTHS"
Definition
DurationUnitsType = Literal[
    "MONTHS",
]

EncoderProfileType

Usage Example
from mypy_boto3_mediaconnect.literals import EncoderProfileType

def get_value() -> EncoderProfileType:
    return "high"
Definition
EncoderProfileType = Literal[
    "high",
    "main",
]

EncodingNameType

Usage Example
from mypy_boto3_mediaconnect.literals import EncodingNameType

def get_value() -> EncodingNameType:
    return "jxsv"
Definition
EncodingNameType = Literal[
    "jxsv",
    "pcm",
    "raw",
    "smpte291",
]

EntitlementStatusType

Usage Example
from mypy_boto3_mediaconnect.literals import EntitlementStatusType

def get_value() -> EntitlementStatusType:
    return "DISABLED"
Definition
EntitlementStatusType = Literal[
    "DISABLED",
    "ENABLED",
]

FailoverModeType

Usage Example
from mypy_boto3_mediaconnect.literals import FailoverModeType

def get_value() -> FailoverModeType:
    return "FAILOVER"
Definition
FailoverModeType = Literal[
    "FAILOVER",
    "MERGE",
]

FlowActiveWaiterName

Usage Example
from mypy_boto3_mediaconnect.literals import FlowActiveWaiterName

def get_value() -> FlowActiveWaiterName:
    return "flow_active"
Definition
FlowActiveWaiterName = Literal[
    "flow_active",
]

FlowDeletedWaiterName

Usage Example
from mypy_boto3_mediaconnect.literals import FlowDeletedWaiterName

def get_value() -> FlowDeletedWaiterName:
    return "flow_deleted"
Definition
FlowDeletedWaiterName = Literal[
    "flow_deleted",
]

FlowStandbyWaiterName

Usage Example
from mypy_boto3_mediaconnect.literals import FlowStandbyWaiterName

def get_value() -> FlowStandbyWaiterName:
    return "flow_standby"
Definition
FlowStandbyWaiterName = Literal[
    "flow_standby",
]

KeyTypeType

Usage Example
from mypy_boto3_mediaconnect.literals import KeyTypeType

def get_value() -> KeyTypeType:
    return "speke"
Definition
KeyTypeType = Literal[
    "speke",
    "srt-password",
    "static-key",
]

ListEntitlementsPaginatorName

Usage Example
from mypy_boto3_mediaconnect.literals import ListEntitlementsPaginatorName

def get_value() -> ListEntitlementsPaginatorName:
    return "list_entitlements"
Definition
ListEntitlementsPaginatorName = Literal[
    "list_entitlements",
]

ListFlowsPaginatorName

Usage Example
from mypy_boto3_mediaconnect.literals import ListFlowsPaginatorName

def get_value() -> ListFlowsPaginatorName:
    return "list_flows"
Definition
ListFlowsPaginatorName = Literal[
    "list_flows",
]

ListOfferingsPaginatorName

Usage Example
from mypy_boto3_mediaconnect.literals import ListOfferingsPaginatorName

def get_value() -> ListOfferingsPaginatorName:
    return "list_offerings"
Definition
ListOfferingsPaginatorName = Literal[
    "list_offerings",
]

ListReservationsPaginatorName

Usage Example
from mypy_boto3_mediaconnect.literals import ListReservationsPaginatorName

def get_value() -> ListReservationsPaginatorName:
    return "list_reservations"
Definition
ListReservationsPaginatorName = Literal[
    "list_reservations",
]

MaintenanceDayType

Usage Example
from mypy_boto3_mediaconnect.literals import MaintenanceDayType

def get_value() -> MaintenanceDayType:
    return "Friday"
Definition
MaintenanceDayType = Literal[
    "Friday",
    "Monday",
    "Saturday",
    "Sunday",
    "Thursday",
    "Tuesday",
    "Wednesday",
]

MediaStreamTypeType

Usage Example
from mypy_boto3_mediaconnect.literals import MediaStreamTypeType

def get_value() -> MediaStreamTypeType:
    return "ancillary-data"
Definition
MediaStreamTypeType = Literal[
    "ancillary-data",
    "audio",
    "video",
]

NetworkInterfaceTypeType

Usage Example
from mypy_boto3_mediaconnect.literals import NetworkInterfaceTypeType

def get_value() -> NetworkInterfaceTypeType:
    return "efa"
Definition
NetworkInterfaceTypeType = Literal[
    "efa",
    "ena",
]

PriceUnitsType

Usage Example
from mypy_boto3_mediaconnect.literals import PriceUnitsType

def get_value() -> PriceUnitsType:
    return "HOURLY"
Definition
PriceUnitsType = Literal[
    "HOURLY",
]

ProtocolType

Usage Example
from mypy_boto3_mediaconnect.literals import ProtocolType

def get_value() -> ProtocolType:
    return "cdi"
Definition
ProtocolType = Literal[
    "cdi",
    "fujitsu-qos",
    "rist",
    "rtp",
    "rtp-fec",
    "srt-caller",
    "srt-listener",
    "st2110-jpegxs",
    "zixi-pull",
    "zixi-push",
]

RangeType

Usage Example
from mypy_boto3_mediaconnect.literals import RangeType

def get_value() -> RangeType:
    return "FULL"
Definition
RangeType = Literal[
    "FULL",
    "FULLPROTECT",
    "NARROW",
]

ReservationStateType

Usage Example
from mypy_boto3_mediaconnect.literals import ReservationStateType

def get_value() -> ReservationStateType:
    return "ACTIVE"
Definition
ReservationStateType = Literal[
    "ACTIVE",
    "CANCELED",
    "EXPIRED",
    "PROCESSING",
]

ResourceTypeType

Usage Example
from mypy_boto3_mediaconnect.literals import ResourceTypeType

def get_value() -> ResourceTypeType:
    return "Mbps_Outbound_Bandwidth"
Definition
ResourceTypeType = Literal[
    "Mbps_Outbound_Bandwidth",
]

ScanModeType

Usage Example
from mypy_boto3_mediaconnect.literals import ScanModeType

def get_value() -> ScanModeType:
    return "interlace"
Definition
ScanModeType = Literal[
    "interlace",
    "progressive",
    "progressive-segmented-frame",
]

SourceTypeType

Usage Example
from mypy_boto3_mediaconnect.literals import SourceTypeType

def get_value() -> SourceTypeType:
    return "ENTITLED"
Definition
SourceTypeType = Literal[
    "ENTITLED",
    "OWNED",
]

StateType

Usage Example
from mypy_boto3_mediaconnect.literals import StateType

def get_value() -> StateType:
    return "DISABLED"
Definition
StateType = Literal[
    "DISABLED",
    "ENABLED",
]

StatusType

Usage Example
from mypy_boto3_mediaconnect.literals import StatusType

def get_value() -> StatusType:
    return "ACTIVE"
Definition
StatusType = Literal[
    "ACTIVE",
    "DELETING",
    "ERROR",
    "STANDBY",
    "STARTING",
    "STOPPING",
    "UPDATING",
]

TcsType

Usage Example
from mypy_boto3_mediaconnect.literals import TcsType

def get_value() -> TcsType:
    return "BT2100LINHLG"
Definition
TcsType = Literal[
    "BT2100LINHLG",
    "BT2100LINPQ",
    "DENSITY",
    "HLG",
    "LINEAR",
    "PQ",
    "SDR",
    "ST2065-1",
    "ST428-1",
]

MediaConnectServiceName

Usage Example
from mypy_boto3_mediaconnect.literals import MediaConnectServiceName

def get_value() -> MediaConnectServiceName:
    return "mediaconnect"
Definition
MediaConnectServiceName = Literal[
    "mediaconnect",
]

ServiceName

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

def get_value() -> PaginatorName:
    return "list_entitlements"
Definition
PaginatorName = Literal[
    "list_entitlements",
    "list_flows",
    "list_offerings",
    "list_reservations",
]

WaiterName

Usage Example
from mypy_boto3_mediaconnect.literals import WaiterName

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

RegionName

Usage Example
from mypy_boto3_mediaconnect.literals import RegionName

def get_value() -> RegionName:
    return "ap-east-1"
Definition
RegionName = Literal[
    "ap-east-1",
    "ap-northeast-1",
    "ap-northeast-2",
    "ap-south-1",
    "ap-southeast-1",
    "ap-southeast-2",
    "eu-central-1",
    "eu-north-1",
    "eu-west-1",
    "eu-west-2",
    "eu-west-3",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-1",
    "us-west-2",
]