Literals#
Index > Ivsrealtime > Literals
Auto-generated documentation for Ivsrealtime type annotations stubs module mypy-boto3-ivs-realtime.
CompositionStateType#
# CompositionStateType usage example
from mypy_boto3_ivs_realtime.literals import CompositionStateType
def get_value() -> CompositionStateType:
return "ACTIVE"
# CompositionStateType definition
CompositionStateType = Literal[
"ACTIVE",
"FAILED",
"STARTING",
"STOPPED",
"STOPPING",
]
DestinationStateType#
# DestinationStateType usage example
from mypy_boto3_ivs_realtime.literals import DestinationStateType
def get_value() -> DestinationStateType:
return "ACTIVE"
# DestinationStateType definition
DestinationStateType = Literal[
"ACTIVE",
"FAILED",
"RECONNECTING",
"STARTING",
"STOPPED",
"STOPPING",
]
EventErrorCodeType#
# EventErrorCodeType usage example
from mypy_boto3_ivs_realtime.literals import EventErrorCodeType
def get_value() -> EventErrorCodeType:
return "BITRATE_EXCEEDED"
# EventErrorCodeType definition
EventErrorCodeType = Literal[
"B_FRAME_PRESENT",
"BITRATE_EXCEEDED",
"INSUFFICIENT_CAPABILITIES",
"INTERNAL_SERVER_EXCEPTION",
"INVALID_AUDIO_CODEC",
"INVALID_INPUT",
"INVALID_PROTOCOL",
"INVALID_STREAM_KEY",
"INVALID_VIDEO_CODEC",
"PUBLISHER_NOT_FOUND",
"QUOTA_EXCEEDED",
"RESOLUTION_EXCEEDED",
"REUSE_OF_STREAM_KEY",
"STREAM_DURATION_EXCEEDED",
]
EventNameType#
# EventNameType usage example
from mypy_boto3_ivs_realtime.literals import EventNameType
def get_value() -> EventNameType:
return "JOINED"
# EventNameType definition
EventNameType = Literal[
"JOIN_ERROR",
"JOINED",
"LEFT",
"PUBLISH_ERROR",
"PUBLISH_STARTED",
"PUBLISH_STOPPED",
"SUBSCRIBE_ERROR",
"SUBSCRIBE_STARTED",
"SUBSCRIBE_STOPPED",
]
IngestConfigurationStateType#
# IngestConfigurationStateType usage example
from mypy_boto3_ivs_realtime.literals import IngestConfigurationStateType
def get_value() -> IngestConfigurationStateType:
return "ACTIVE"
# IngestConfigurationStateType definition
IngestConfigurationStateType = Literal[
"ACTIVE",
"INACTIVE",
]
IngestProtocolType#
# IngestProtocolType usage example
from mypy_boto3_ivs_realtime.literals import IngestProtocolType
def get_value() -> IngestProtocolType:
return "RTMP"
# IngestProtocolType definition
IngestProtocolType = Literal[
"RTMP",
"RTMPS",
]
ListIngestConfigurationsPaginatorName#
# ListIngestConfigurationsPaginatorName usage example
from mypy_boto3_ivs_realtime.literals import ListIngestConfigurationsPaginatorName
def get_value() -> ListIngestConfigurationsPaginatorName:
return "list_ingest_configurations"
# ListIngestConfigurationsPaginatorName definition
ListIngestConfigurationsPaginatorName = Literal[
"list_ingest_configurations",
]
ListPublicKeysPaginatorName#
# ListPublicKeysPaginatorName usage example
from mypy_boto3_ivs_realtime.literals import ListPublicKeysPaginatorName
def get_value() -> ListPublicKeysPaginatorName:
return "list_public_keys"
# ListPublicKeysPaginatorName definition
ListPublicKeysPaginatorName = Literal[
"list_public_keys",
]
ParticipantProtocolType#
# ParticipantProtocolType usage example
from mypy_boto3_ivs_realtime.literals import ParticipantProtocolType
def get_value() -> ParticipantProtocolType:
return "RTMP"
# ParticipantProtocolType definition
ParticipantProtocolType = Literal[
"RTMP",
"RTMPS",
"UNKNOWN",
"WHIP",
]
ParticipantRecordingFilterByRecordingStateType#
# ParticipantRecordingFilterByRecordingStateType usage example
from mypy_boto3_ivs_realtime.literals import ParticipantRecordingFilterByRecordingStateType
def get_value() -> ParticipantRecordingFilterByRecordingStateType:
return "ACTIVE"
# ParticipantRecordingFilterByRecordingStateType definition
ParticipantRecordingFilterByRecordingStateType = Literal[
"ACTIVE",
"FAILED",
"STARTING",
"STOPPED",
"STOPPING",
]
ParticipantRecordingMediaTypeType#
# ParticipantRecordingMediaTypeType usage example
from mypy_boto3_ivs_realtime.literals import ParticipantRecordingMediaTypeType
def get_value() -> ParticipantRecordingMediaTypeType:
return "AUDIO_ONLY"
# ParticipantRecordingMediaTypeType definition
ParticipantRecordingMediaTypeType = Literal[
"AUDIO_ONLY",
"AUDIO_VIDEO",
]
ParticipantRecordingStateType#
# ParticipantRecordingStateType usage example
from mypy_boto3_ivs_realtime.literals import ParticipantRecordingStateType
def get_value() -> ParticipantRecordingStateType:
return "ACTIVE"
# ParticipantRecordingStateType definition
ParticipantRecordingStateType = Literal[
"ACTIVE",
"DISABLED",
"FAILED",
"STARTING",
"STOPPED",
"STOPPING",
]
ParticipantStateType#
# ParticipantStateType usage example
from mypy_boto3_ivs_realtime.literals import ParticipantStateType
def get_value() -> ParticipantStateType:
return "CONNECTED"
# ParticipantStateType definition
ParticipantStateType = Literal[
"CONNECTED",
"DISCONNECTED",
]
ParticipantTokenCapabilityType#
# ParticipantTokenCapabilityType usage example
from mypy_boto3_ivs_realtime.literals import ParticipantTokenCapabilityType
def get_value() -> ParticipantTokenCapabilityType:
return "PUBLISH"
# ParticipantTokenCapabilityType definition
ParticipantTokenCapabilityType = Literal[
"PUBLISH",
"SUBSCRIBE",
]
PipBehaviorType#
# PipBehaviorType usage example
from mypy_boto3_ivs_realtime.literals import PipBehaviorType
def get_value() -> PipBehaviorType:
return "DYNAMIC"
# PipBehaviorType definition
PipBehaviorType = Literal[
"DYNAMIC",
"STATIC",
]
PipPositionType#
# PipPositionType usage example
from mypy_boto3_ivs_realtime.literals import PipPositionType
def get_value() -> PipPositionType:
return "BOTTOM_LEFT"
# PipPositionType definition
PipPositionType = Literal[
"BOTTOM_LEFT",
"BOTTOM_RIGHT",
"TOP_LEFT",
"TOP_RIGHT",
]
RecordingConfigurationFormatType#
# RecordingConfigurationFormatType usage example
from mypy_boto3_ivs_realtime.literals import RecordingConfigurationFormatType
def get_value() -> RecordingConfigurationFormatType:
return "HLS"
# RecordingConfigurationFormatType definition
RecordingConfigurationFormatType = Literal[
"HLS",
]
VideoAspectRatioType#
# VideoAspectRatioType usage example
from mypy_boto3_ivs_realtime.literals import VideoAspectRatioType
def get_value() -> VideoAspectRatioType:
return "AUTO"
# VideoAspectRatioType definition
VideoAspectRatioType = Literal[
"AUTO",
"PORTRAIT",
"SQUARE",
"VIDEO",
]
VideoFillModeType#
# VideoFillModeType usage example
from mypy_boto3_ivs_realtime.literals import VideoFillModeType
def get_value() -> VideoFillModeType:
return "CONTAIN"
# VideoFillModeType definition
VideoFillModeType = Literal[
"CONTAIN",
"COVER",
"FILL",
]
IvsrealtimeServiceName#
# IvsrealtimeServiceName usage example
from mypy_boto3_ivs_realtime.literals import IvsrealtimeServiceName
def get_value() -> IvsrealtimeServiceName:
return "ivs-realtime"
# IvsrealtimeServiceName definition
IvsrealtimeServiceName = Literal[
"ivs-realtime",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_ivs_realtime.literals import ServiceName
def get_value() -> ServiceName:
return "accessanalyzer"
# ServiceName definition
ServiceName = Literal[
"accessanalyzer",
"account",
"acm",
"acm-pca",
"amp",
"amplify",
"amplifybackend",
"amplifyuibuilder",
"apigateway",
"apigatewaymanagementapi",
"apigatewayv2",
"appconfig",
"appconfigdata",
"appfabric",
"appflow",
"appintegrations",
"application-autoscaling",
"application-insights",
"application-signals",
"applicationcostprofiler",
"appmesh",
"apprunner",
"appstream",
"appsync",
"apptest",
"arc-zonal-shift",
"artifact",
"athena",
"auditmanager",
"autoscaling",
"autoscaling-plans",
"b2bi",
"backup",
"backup-gateway",
"batch",
"bcm-data-exports",
"bedrock",
"bedrock-agent",
"bedrock-agent-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",
"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",
"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",
"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",
"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",
"mq",
"mturk",
"mwaa",
"neptune",
"neptune-graph",
"neptunedata",
"network-firewall",
"networkmanager",
"networkmonitor",
"oam",
"omics",
"opensearch",
"opensearchserverless",
"opsworks",
"opsworkscm",
"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",
"privatenetworks",
"proton",
"qapps",
"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",
"route53profiles",
"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",
"socialmessaging",
"sqs",
"ssm",
"ssm-contacts",
"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-thin-client",
"workspaces-web",
"xray",
]
ResourceServiceName#
# ResourceServiceName usage example
from mypy_boto3_ivs_realtime.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_ivs_realtime.literals import PaginatorName
def get_value() -> PaginatorName:
return "list_ingest_configurations"
# PaginatorName definition
PaginatorName = Literal[
"list_ingest_configurations",
"list_public_keys",
]
RegionName#
# RegionName usage example
from mypy_boto3_ivs_realtime.literals import RegionName
def get_value() -> RegionName:
return "ap-northeast-1"
# RegionName definition
RegionName = Literal[
"ap-northeast-1",
"ap-northeast-2",
"ap-south-1",
"eu-central-1",
"eu-west-1",
"us-east-1",
"us-west-2",
]