Literals#
Index > ChimeSDKMediaPipelines > Literals
Auto-generated documentation for ChimeSDKMediaPipelines type annotations stubs module mypy-boto3-chime-sdk-media-pipelines.
ArtifactsConcatenationStateType#
# ArtifactsConcatenationStateType usage example
from mypy_boto3_chime_sdk_media_pipelines.literals import ArtifactsConcatenationStateType
def get_value() -> ArtifactsConcatenationStateType:
return "Disabled"
# ArtifactsConcatenationStateType definition
ArtifactsConcatenationStateType = Literal[
"Disabled",
"Enabled",
]
ArtifactsStateType#
# ArtifactsStateType usage example
from mypy_boto3_chime_sdk_media_pipelines.literals import ArtifactsStateType
def get_value() -> ArtifactsStateType:
return "Disabled"
# ArtifactsStateType definition
ArtifactsStateType = Literal[
"Disabled",
"Enabled",
]
AudioArtifactsConcatenationStateType#
# AudioArtifactsConcatenationStateType usage example
from mypy_boto3_chime_sdk_media_pipelines.literals import AudioArtifactsConcatenationStateType
def get_value() -> AudioArtifactsConcatenationStateType:
return "Enabled"
# AudioArtifactsConcatenationStateType definition
AudioArtifactsConcatenationStateType = Literal[
"Enabled",
]
AudioChannelsOptionType#
# AudioChannelsOptionType usage example
from mypy_boto3_chime_sdk_media_pipelines.literals import AudioChannelsOptionType
def get_value() -> AudioChannelsOptionType:
return "Mono"
# AudioChannelsOptionType definition
AudioChannelsOptionType = Literal[
"Mono",
"Stereo",
]
AudioMuxTypeType#
# AudioMuxTypeType usage example
from mypy_boto3_chime_sdk_media_pipelines.literals import AudioMuxTypeType
def get_value() -> AudioMuxTypeType:
return "AudioOnly"
# AudioMuxTypeType definition
AudioMuxTypeType = Literal[
"AudioOnly",
"AudioWithActiveSpeakerVideo",
"AudioWithCompositedVideo",
]
CallAnalyticsLanguageCodeType#
# CallAnalyticsLanguageCodeType usage example
from mypy_boto3_chime_sdk_media_pipelines.literals import CallAnalyticsLanguageCodeType
def get_value() -> CallAnalyticsLanguageCodeType:
return "de-DE"
# CallAnalyticsLanguageCodeType definition
CallAnalyticsLanguageCodeType = Literal[
"de-DE",
"en-AU",
"en-GB",
"en-US",
"es-US",
"fr-CA",
"fr-FR",
"it-IT",
"pt-BR",
]
ConcatenationSinkTypeType#
# ConcatenationSinkTypeType usage example
from mypy_boto3_chime_sdk_media_pipelines.literals import ConcatenationSinkTypeType
def get_value() -> ConcatenationSinkTypeType:
return "S3Bucket"
# ConcatenationSinkTypeType definition
ConcatenationSinkTypeType = Literal[
"S3Bucket",
]
ConcatenationSourceTypeType#
# ConcatenationSourceTypeType usage example
from mypy_boto3_chime_sdk_media_pipelines.literals import ConcatenationSourceTypeType
def get_value() -> ConcatenationSourceTypeType:
return "MediaCapturePipeline"
# ConcatenationSourceTypeType definition
ConcatenationSourceTypeType = Literal[
"MediaCapturePipeline",
]
ContentMuxTypeType#
# ContentMuxTypeType usage example
from mypy_boto3_chime_sdk_media_pipelines.literals import ContentMuxTypeType
def get_value() -> ContentMuxTypeType:
return "ContentOnly"
# ContentMuxTypeType definition
ContentMuxTypeType = Literal[
"ContentOnly",
]
ContentRedactionOutputType#
# ContentRedactionOutputType usage example
from mypy_boto3_chime_sdk_media_pipelines.literals import ContentRedactionOutputType
def get_value() -> ContentRedactionOutputType:
return "redacted"
# ContentRedactionOutputType definition
ContentRedactionOutputType = Literal[
"redacted",
"redacted_and_unredacted",
]
ContentShareLayoutOptionType#
# ContentShareLayoutOptionType usage example
from mypy_boto3_chime_sdk_media_pipelines.literals import ContentShareLayoutOptionType
def get_value() -> ContentShareLayoutOptionType:
return "Horizontal"
# ContentShareLayoutOptionType definition
ContentShareLayoutOptionType = Literal[
"Horizontal",
"PresenterOnly",
"Vertical",
]
ContentTypeType#
# ContentTypeType usage example
from mypy_boto3_chime_sdk_media_pipelines.literals import ContentTypeType
def get_value() -> ContentTypeType:
return "PII"
# ContentTypeType definition
ContentTypeType = Literal[
"PII",
]
FragmentSelectorTypeType#
# FragmentSelectorTypeType usage example
from mypy_boto3_chime_sdk_media_pipelines.literals import FragmentSelectorTypeType
def get_value() -> FragmentSelectorTypeType:
return "ProducerTimestamp"
# FragmentSelectorTypeType definition
FragmentSelectorTypeType = Literal[
"ProducerTimestamp",
"ServerTimestamp",
]
LayoutOptionType#
# LayoutOptionType usage example
from mypy_boto3_chime_sdk_media_pipelines.literals import LayoutOptionType
def get_value() -> LayoutOptionType:
return "GridView"
# LayoutOptionType definition
LayoutOptionType = Literal[
"GridView",
]
LiveConnectorMuxTypeType#
# LiveConnectorMuxTypeType usage example
from mypy_boto3_chime_sdk_media_pipelines.literals import LiveConnectorMuxTypeType
def get_value() -> LiveConnectorMuxTypeType:
return "AudioWithActiveSpeakerVideo"
# LiveConnectorMuxTypeType definition
LiveConnectorMuxTypeType = Literal[
"AudioWithActiveSpeakerVideo",
"AudioWithCompositedVideo",
]
LiveConnectorSinkTypeType#
# LiveConnectorSinkTypeType usage example
from mypy_boto3_chime_sdk_media_pipelines.literals import LiveConnectorSinkTypeType
def get_value() -> LiveConnectorSinkTypeType:
return "RTMP"
# LiveConnectorSinkTypeType definition
LiveConnectorSinkTypeType = Literal[
"RTMP",
]
LiveConnectorSourceTypeType#
# LiveConnectorSourceTypeType usage example
from mypy_boto3_chime_sdk_media_pipelines.literals import LiveConnectorSourceTypeType
def get_value() -> LiveConnectorSourceTypeType:
return "ChimeSdkMeeting"
# LiveConnectorSourceTypeType definition
LiveConnectorSourceTypeType = Literal[
"ChimeSdkMeeting",
]
MediaEncodingType#
# MediaEncodingType usage example
from mypy_boto3_chime_sdk_media_pipelines.literals import MediaEncodingType
def get_value() -> MediaEncodingType:
return "pcm"
# MediaEncodingType definition
MediaEncodingType = Literal[
"pcm",
]
MediaInsightsPipelineConfigurationElementTypeType#
# MediaInsightsPipelineConfigurationElementTypeType usage example
from mypy_boto3_chime_sdk_media_pipelines.literals import MediaInsightsPipelineConfigurationElementTypeType
def get_value() -> MediaInsightsPipelineConfigurationElementTypeType:
return "AmazonTranscribeCallAnalyticsProcessor"
# MediaInsightsPipelineConfigurationElementTypeType definition
MediaInsightsPipelineConfigurationElementTypeType = Literal[
"AmazonTranscribeCallAnalyticsProcessor",
"AmazonTranscribeProcessor",
"KinesisDataStreamSink",
"LambdaFunctionSink",
"S3RecordingSink",
"SnsTopicSink",
"SqsQueueSink",
"VoiceAnalyticsProcessor",
]
MediaPipelineSinkTypeType#
# MediaPipelineSinkTypeType usage example
from mypy_boto3_chime_sdk_media_pipelines.literals import MediaPipelineSinkTypeType
def get_value() -> MediaPipelineSinkTypeType:
return "S3Bucket"
# MediaPipelineSinkTypeType definition
MediaPipelineSinkTypeType = Literal[
"S3Bucket",
]
MediaPipelineSourceTypeType#
# MediaPipelineSourceTypeType usage example
from mypy_boto3_chime_sdk_media_pipelines.literals import MediaPipelineSourceTypeType
def get_value() -> MediaPipelineSourceTypeType:
return "ChimeSdkMeeting"
# MediaPipelineSourceTypeType definition
MediaPipelineSourceTypeType = Literal[
"ChimeSdkMeeting",
]
MediaPipelineStatusType#
# MediaPipelineStatusType usage example
from mypy_boto3_chime_sdk_media_pipelines.literals import MediaPipelineStatusType
def get_value() -> MediaPipelineStatusType:
return "Failed"
# MediaPipelineStatusType definition
MediaPipelineStatusType = Literal[
"Failed",
"Initializing",
"InProgress",
"Paused",
"Stopped",
"Stopping",
]
MediaPipelineStatusUpdateType#
# MediaPipelineStatusUpdateType usage example
from mypy_boto3_chime_sdk_media_pipelines.literals import MediaPipelineStatusUpdateType
def get_value() -> MediaPipelineStatusUpdateType:
return "Pause"
# MediaPipelineStatusUpdateType definition
MediaPipelineStatusUpdateType = Literal[
"Pause",
"Resume",
]
PartialResultsStabilityType#
# PartialResultsStabilityType usage example
from mypy_boto3_chime_sdk_media_pipelines.literals import PartialResultsStabilityType
def get_value() -> PartialResultsStabilityType:
return "high"
# PartialResultsStabilityType definition
PartialResultsStabilityType = Literal[
"high",
"low",
"medium",
]
ParticipantRoleType#
# ParticipantRoleType usage example
from mypy_boto3_chime_sdk_media_pipelines.literals import ParticipantRoleType
def get_value() -> ParticipantRoleType:
return "AGENT"
# ParticipantRoleType definition
ParticipantRoleType = Literal[
"AGENT",
"CUSTOMER",
]
PresenterPositionType#
# PresenterPositionType usage example
from mypy_boto3_chime_sdk_media_pipelines.literals import PresenterPositionType
def get_value() -> PresenterPositionType:
return "BottomLeft"
# PresenterPositionType definition
PresenterPositionType = Literal[
"BottomLeft",
"BottomRight",
"TopLeft",
"TopRight",
]
RealTimeAlertRuleTypeType#
# RealTimeAlertRuleTypeType usage example
from mypy_boto3_chime_sdk_media_pipelines.literals import RealTimeAlertRuleTypeType
def get_value() -> RealTimeAlertRuleTypeType:
return "IssueDetection"
# RealTimeAlertRuleTypeType definition
RealTimeAlertRuleTypeType = Literal[
"IssueDetection",
"KeywordMatch",
"Sentiment",
]
RecordingFileFormatType#
# RecordingFileFormatType usage example
from mypy_boto3_chime_sdk_media_pipelines.literals import RecordingFileFormatType
def get_value() -> RecordingFileFormatType:
return "Opus"
# RecordingFileFormatType definition
RecordingFileFormatType = Literal[
"Opus",
"Wav",
]
ResolutionOptionType#
# ResolutionOptionType usage example
from mypy_boto3_chime_sdk_media_pipelines.literals import ResolutionOptionType
def get_value() -> ResolutionOptionType:
return "FHD"
# ResolutionOptionType definition
ResolutionOptionType = Literal[
"FHD",
"HD",
]
SentimentTypeType#
# SentimentTypeType usage example
from mypy_boto3_chime_sdk_media_pipelines.literals import SentimentTypeType
def get_value() -> SentimentTypeType:
return "NEGATIVE"
# SentimentTypeType definition
SentimentTypeType = Literal[
"NEGATIVE",
]
VideoMuxTypeType#
# VideoMuxTypeType usage example
from mypy_boto3_chime_sdk_media_pipelines.literals import VideoMuxTypeType
def get_value() -> VideoMuxTypeType:
return "VideoOnly"
# VideoMuxTypeType definition
VideoMuxTypeType = Literal[
"VideoOnly",
]
VocabularyFilterMethodType#
# VocabularyFilterMethodType usage example
from mypy_boto3_chime_sdk_media_pipelines.literals import VocabularyFilterMethodType
def get_value() -> VocabularyFilterMethodType:
return "mask"
# VocabularyFilterMethodType definition
VocabularyFilterMethodType = Literal[
"mask",
"remove",
"tag",
]
VoiceAnalyticsConfigurationStatusType#
# VoiceAnalyticsConfigurationStatusType usage example
from mypy_boto3_chime_sdk_media_pipelines.literals import VoiceAnalyticsConfigurationStatusType
def get_value() -> VoiceAnalyticsConfigurationStatusType:
return "Disabled"
# VoiceAnalyticsConfigurationStatusType definition
VoiceAnalyticsConfigurationStatusType = Literal[
"Disabled",
"Enabled",
]
ChimeSDKMediaPipelinesServiceName#
# ChimeSDKMediaPipelinesServiceName usage example
from mypy_boto3_chime_sdk_media_pipelines.literals import ChimeSDKMediaPipelinesServiceName
def get_value() -> ChimeSDKMediaPipelinesServiceName:
return "chime-sdk-media-pipelines"
# ChimeSDKMediaPipelinesServiceName definition
ChimeSDKMediaPipelinesServiceName = Literal[
"chime-sdk-media-pipelines",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_chime_sdk_media_pipelines.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",
"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",
"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",
"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",
"mediapackagev2",
"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",
"osis",
"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",
"vpc-lattice",
"waf",
"waf-regional",
"wafv2",
"wellarchitected",
"wisdom",
"workdocs",
"worklink",
"workmail",
"workmailmessageflow",
"workspaces",
"workspaces-web",
"xray",
]
ResourceServiceName#
# ResourceServiceName usage example
from mypy_boto3_chime_sdk_media_pipelines.literals import ResourceServiceName
def get_value() -> ResourceServiceName:
return "cloudformation"
# ResourceServiceName definition
ResourceServiceName = Literal[
"cloudformation",
"cloudwatch",
"dynamodb",
"ec2",
"glacier",
"iam",
"opsworks",
"s3",
"sns",
"sqs",
]
RegionName#
# RegionName usage example
from mypy_boto3_chime_sdk_media_pipelines.literals import RegionName
def get_value() -> RegionName:
return "ap-southeast-1"
# RegionName definition
RegionName = Literal[
"ap-southeast-1",
"eu-central-1",
"us-east-1",
"us-west-2",
]