Skip to content

Literals#

Index > ChimeSDKMediaPipelines > Literals

Auto-generated documentation for ChimeSDKMediaPipelines type annotations stubs module mypy-boto3-chime-sdk-media-pipelines.

ActiveSpeakerPositionType#

# ActiveSpeakerPositionType usage example

from mypy_boto3_chime_sdk_media_pipelines.literals import ActiveSpeakerPositionType

def get_value() -> ActiveSpeakerPositionType:
    return "BottomLeft"
# ActiveSpeakerPositionType definition

ActiveSpeakerPositionType = Literal[
    "BottomLeft",
    "BottomRight",
    "TopLeft",
    "TopRight",
]

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",
]

BorderColorType#

# BorderColorType usage example

from mypy_boto3_chime_sdk_media_pipelines.literals import BorderColorType

def get_value() -> BorderColorType:
    return "Black"
# BorderColorType definition

BorderColorType = Literal[
    "Black",
    "Blue",
    "Green",
    "Red",
    "White",
    "Yellow",
]

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",
]

CanvasOrientationType#

# CanvasOrientationType usage example

from mypy_boto3_chime_sdk_media_pipelines.literals import CanvasOrientationType

def get_value() -> CanvasOrientationType:
    return "Landscape"
# CanvasOrientationType definition

CanvasOrientationType = Literal[
    "Landscape",
    "Portrait",
]

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 "ActiveSpeakerOnly"
# ContentShareLayoutOptionType definition

ContentShareLayoutOptionType = Literal[
    "ActiveSpeakerOnly",
    "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",
]

HighlightColorType#

# HighlightColorType usage example

from mypy_boto3_chime_sdk_media_pipelines.literals import HighlightColorType

def get_value() -> HighlightColorType:
    return "Black"
# HighlightColorType definition

HighlightColorType = Literal[
    "Black",
    "Blue",
    "Green",
    "Red",
    "White",
    "Yellow",
]

HorizontalTilePositionType#

# HorizontalTilePositionType usage example

from mypy_boto3_chime_sdk_media_pipelines.literals import HorizontalTilePositionType

def get_value() -> HorizontalTilePositionType:
    return "Bottom"
# HorizontalTilePositionType definition

HorizontalTilePositionType = Literal[
    "Bottom",
    "Top",
]

KinesisVideoStreamPoolStatusType#

# KinesisVideoStreamPoolStatusType usage example

from mypy_boto3_chime_sdk_media_pipelines.literals import KinesisVideoStreamPoolStatusType

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

KinesisVideoStreamPoolStatusType = Literal[
    "ACTIVE",
    "CREATING",
    "DELETING",
    "FAILED",
    "UPDATING",
]

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",
    "VoiceEnhancementSink",
]

MediaPipelineElementStatusType#

# MediaPipelineElementStatusType usage example

from mypy_boto3_chime_sdk_media_pipelines.literals import MediaPipelineElementStatusType

def get_value() -> MediaPipelineElementStatusType:
    return "Failed"
# MediaPipelineElementStatusType definition

MediaPipelineElementStatusType = Literal[
    "Failed",
    "Initializing",
    "InProgress",
    "NotStarted",
    "NotSupported",
    "Paused",
    "Stopped",
    "Stopping",
]

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",
    "NotStarted",
    "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",
]

MediaPipelineTaskStatusType#

# MediaPipelineTaskStatusType usage example

from mypy_boto3_chime_sdk_media_pipelines.literals import MediaPipelineTaskStatusType

def get_value() -> MediaPipelineTaskStatusType:
    return "Failed"
# MediaPipelineTaskStatusType definition

MediaPipelineTaskStatusType = Literal[
    "Failed",
    "Initializing",
    "InProgress",
    "NotStarted",
    "Stopped",
    "Stopping",
]

MediaStreamPipelineSinkTypeType#

# MediaStreamPipelineSinkTypeType usage example

from mypy_boto3_chime_sdk_media_pipelines.literals import MediaStreamPipelineSinkTypeType

def get_value() -> MediaStreamPipelineSinkTypeType:
    return "KinesisVideoStreamPool"
# MediaStreamPipelineSinkTypeType definition

MediaStreamPipelineSinkTypeType = Literal[
    "KinesisVideoStreamPool",
]

MediaStreamTypeType#

# MediaStreamTypeType usage example

from mypy_boto3_chime_sdk_media_pipelines.literals import MediaStreamTypeType

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

MediaStreamTypeType = Literal[
    "IndividualAudio",
    "MixedAudio",
]

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",
]

TileOrderType#

# TileOrderType usage example

from mypy_boto3_chime_sdk_media_pipelines.literals import TileOrderType

def get_value() -> TileOrderType:
    return "JoinSequence"
# TileOrderType definition

TileOrderType = Literal[
    "JoinSequence",
    "SpeakerSequence",
]

VerticalTilePositionType#

# VerticalTilePositionType usage example

from mypy_boto3_chime_sdk_media_pipelines.literals import VerticalTilePositionType

def get_value() -> VerticalTilePositionType:
    return "Left"
# VerticalTilePositionType definition

VerticalTilePositionType = Literal[
    "Left",
    "Right",
]

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",
]

VoiceAnalyticsLanguageCodeType#

# VoiceAnalyticsLanguageCodeType usage example

from mypy_boto3_chime_sdk_media_pipelines.literals import VoiceAnalyticsLanguageCodeType

def get_value() -> VoiceAnalyticsLanguageCodeType:
    return "en-US"
# VoiceAnalyticsLanguageCodeType definition

VoiceAnalyticsLanguageCodeType = Literal[
    "en-US",
]

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",
    "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",
    "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",