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