Skip to content

Literals

Index > Chime > Literals

Auto-generated documentation for Chime type annotations stubs module mypy-boto3-chime.

AccountStatusType

Usage Example
from mypy_boto3_chime.literals import AccountStatusType

def get_value() -> AccountStatusType:
    return "Active"
Definition
AccountStatusType = Literal[
    "Active",
    "Suspended",
]

AccountTypeType

Usage Example
from mypy_boto3_chime.literals import AccountTypeType

def get_value() -> AccountTypeType:
    return "EnterpriseDirectory"
Definition
AccountTypeType = Literal[
    "EnterpriseDirectory",
    "EnterpriseLWA",
    "EnterpriseOIDC",
    "Team",
]

AppInstanceDataTypeType

Usage Example
from mypy_boto3_chime.literals import AppInstanceDataTypeType

def get_value() -> AppInstanceDataTypeType:
    return "Channel"
Definition
AppInstanceDataTypeType = Literal[
    "Channel",
    "ChannelMessage",
]

ArtifactsStateType

Usage Example
from mypy_boto3_chime.literals import ArtifactsStateType

def get_value() -> ArtifactsStateType:
    return "Disabled"
Definition
ArtifactsStateType = Literal[
    "Disabled",
    "Enabled",
]

AudioMuxTypeType

Usage Example
from mypy_boto3_chime.literals import AudioMuxTypeType

def get_value() -> AudioMuxTypeType:
    return "AudioOnly"
Definition
AudioMuxTypeType = Literal[
    "AudioOnly",
    "AudioWithActiveSpeakerVideo",
]

BotTypeType

Usage Example
from mypy_boto3_chime.literals import BotTypeType

def get_value() -> BotTypeType:
    return "ChatBot"
Definition
BotTypeType = Literal[
    "ChatBot",
]

CallingNameStatusType

Usage Example
from mypy_boto3_chime.literals import CallingNameStatusType

def get_value() -> CallingNameStatusType:
    return "Unassigned"
Definition
CallingNameStatusType = Literal[
    "Unassigned",
    "UpdateFailed",
    "UpdateInProgress",
    "UpdateSucceeded",
]

CapabilityType

Usage Example
from mypy_boto3_chime.literals import CapabilityType

def get_value() -> CapabilityType:
    return "SMS"
Definition
CapabilityType = Literal[
    "SMS",
    "Voice",
]

ChannelMembershipTypeType

Usage Example
from mypy_boto3_chime.literals import ChannelMembershipTypeType

def get_value() -> ChannelMembershipTypeType:
    return "DEFAULT"
Definition
ChannelMembershipTypeType = Literal[
    "DEFAULT",
    "HIDDEN",
]

ChannelMessagePersistenceTypeType

Usage Example
from mypy_boto3_chime.literals import ChannelMessagePersistenceTypeType

def get_value() -> ChannelMessagePersistenceTypeType:
    return "NON_PERSISTENT"
Definition
ChannelMessagePersistenceTypeType = Literal[
    "NON_PERSISTENT",
    "PERSISTENT",
]

ChannelMessageTypeType

Usage Example
from mypy_boto3_chime.literals import ChannelMessageTypeType

def get_value() -> ChannelMessageTypeType:
    return "CONTROL"
Definition
ChannelMessageTypeType = Literal[
    "CONTROL",
    "STANDARD",
]

ChannelModeType

Usage Example
from mypy_boto3_chime.literals import ChannelModeType

def get_value() -> ChannelModeType:
    return "RESTRICTED"
Definition
ChannelModeType = Literal[
    "RESTRICTED",
    "UNRESTRICTED",
]

ChannelPrivacyType

Usage Example
from mypy_boto3_chime.literals import ChannelPrivacyType

def get_value() -> ChannelPrivacyType:
    return "PRIVATE"
Definition
ChannelPrivacyType = Literal[
    "PRIVATE",
    "PUBLIC",
]

ContentMuxTypeType

Usage Example
from mypy_boto3_chime.literals import ContentMuxTypeType

def get_value() -> ContentMuxTypeType:
    return "ContentOnly"
Definition
ContentMuxTypeType = Literal[
    "ContentOnly",
]

EmailStatusType

Usage Example
from mypy_boto3_chime.literals import EmailStatusType

def get_value() -> EmailStatusType:
    return "Failed"
Definition
EmailStatusType = Literal[
    "Failed",
    "NotSent",
    "Sent",
]

ErrorCodeType

Usage Example
from mypy_boto3_chime.literals import ErrorCodeType

def get_value() -> ErrorCodeType:
    return "AccessDenied"
Definition
ErrorCodeType = Literal[
    "AccessDenied",
    "BadRequest",
    "Conflict",
    "Forbidden",
    "NotFound",
    "PhoneNumberAssociationsExist",
    "PreconditionFailed",
    "ResourceLimitExceeded",
    "ServiceFailure",
    "ServiceUnavailable",
    "Throttled",
    "Throttling",
    "Unauthorized",
    "Unprocessable",
    "VoiceConnectorGroupAssociationsExist",
]

GeoMatchLevelType

Usage Example
from mypy_boto3_chime.literals import GeoMatchLevelType

def get_value() -> GeoMatchLevelType:
    return "AreaCode"
Definition
GeoMatchLevelType = Literal[
    "AreaCode",
    "Country",
]

InviteStatusType

Usage Example
from mypy_boto3_chime.literals import InviteStatusType

def get_value() -> InviteStatusType:
    return "Accepted"
Definition
InviteStatusType = Literal[
    "Accepted",
    "Failed",
    "Pending",
]

LicenseType

Usage Example
from mypy_boto3_chime.literals import LicenseType

def get_value() -> LicenseType:
    return "Basic"
Definition
LicenseType = Literal[
    "Basic",
    "Plus",
    "Pro",
    "ProTrial",
]

ListAccountsPaginatorName

Usage Example
from mypy_boto3_chime.literals import ListAccountsPaginatorName

def get_value() -> ListAccountsPaginatorName:
    return "list_accounts"
Definition
ListAccountsPaginatorName = Literal[
    "list_accounts",
]

ListUsersPaginatorName

Usage Example
from mypy_boto3_chime.literals import ListUsersPaginatorName

def get_value() -> ListUsersPaginatorName:
    return "list_users"
Definition
ListUsersPaginatorName = Literal[
    "list_users",
]

MediaPipelineSinkTypeType

Usage Example
from mypy_boto3_chime.literals import MediaPipelineSinkTypeType

def get_value() -> MediaPipelineSinkTypeType:
    return "S3Bucket"
Definition
MediaPipelineSinkTypeType = Literal[
    "S3Bucket",
]

MediaPipelineSourceTypeType

Usage Example
from mypy_boto3_chime.literals import MediaPipelineSourceTypeType

def get_value() -> MediaPipelineSourceTypeType:
    return "ChimeSdkMeeting"
Definition
MediaPipelineSourceTypeType = Literal[
    "ChimeSdkMeeting",
]

MediaPipelineStatusType

Usage Example
from mypy_boto3_chime.literals import MediaPipelineStatusType

def get_value() -> MediaPipelineStatusType:
    return "Failed"
Definition
MediaPipelineStatusType = Literal[
    "Failed",
    "Initializing",
    "InProgress",
    "Stopped",
    "Stopping",
]

MemberTypeType

Usage Example
from mypy_boto3_chime.literals import MemberTypeType

def get_value() -> MemberTypeType:
    return "Bot"
Definition
MemberTypeType = Literal[
    "Bot",
    "User",
    "Webhook",
]

NotificationTargetType

Usage Example
from mypy_boto3_chime.literals import NotificationTargetType

def get_value() -> NotificationTargetType:
    return "EventBridge"
Definition
NotificationTargetType = Literal[
    "EventBridge",
    "SNS",
    "SQS",
]

NumberSelectionBehaviorType

Usage Example
from mypy_boto3_chime.literals import NumberSelectionBehaviorType

def get_value() -> NumberSelectionBehaviorType:
    return "AvoidSticky"
Definition
NumberSelectionBehaviorType = Literal[
    "AvoidSticky",
    "PreferSticky",
]

OrderedPhoneNumberStatusType

Usage Example
from mypy_boto3_chime.literals import OrderedPhoneNumberStatusType

def get_value() -> OrderedPhoneNumberStatusType:
    return "Acquired"
Definition
OrderedPhoneNumberStatusType = Literal[
    "Acquired",
    "Failed",
    "Processing",
]

OriginationRouteProtocolType

Usage Example
from mypy_boto3_chime.literals import OriginationRouteProtocolType

def get_value() -> OriginationRouteProtocolType:
    return "TCP"
Definition
OriginationRouteProtocolType = Literal[
    "TCP",
    "UDP",
]

PhoneNumberAssociationNameType

Usage Example
from mypy_boto3_chime.literals import PhoneNumberAssociationNameType

def get_value() -> PhoneNumberAssociationNameType:
    return "AccountId"
Definition
PhoneNumberAssociationNameType = Literal[
    "AccountId",
    "SipRuleId",
    "UserId",
    "VoiceConnectorGroupId",
    "VoiceConnectorId",
]

PhoneNumberOrderStatusType

Usage Example
from mypy_boto3_chime.literals import PhoneNumberOrderStatusType

def get_value() -> PhoneNumberOrderStatusType:
    return "Failed"
Definition
PhoneNumberOrderStatusType = Literal[
    "Failed",
    "Partial",
    "Processing",
    "Successful",
]

PhoneNumberProductTypeType

Usage Example
from mypy_boto3_chime.literals import PhoneNumberProductTypeType

def get_value() -> PhoneNumberProductTypeType:
    return "BusinessCalling"
Definition
PhoneNumberProductTypeType = Literal[
    "BusinessCalling",
    "SipMediaApplicationDialIn",
    "VoiceConnector",
]

PhoneNumberStatusType

Usage Example
from mypy_boto3_chime.literals import PhoneNumberStatusType

def get_value() -> PhoneNumberStatusType:
    return "AcquireFailed"
Definition
PhoneNumberStatusType = Literal[
    "AcquireFailed",
    "AcquireInProgress",
    "Assigned",
    "DeleteFailed",
    "DeleteInProgress",
    "ReleaseFailed",
    "ReleaseInProgress",
    "Unassigned",
]

PhoneNumberTypeType

Usage Example
from mypy_boto3_chime.literals import PhoneNumberTypeType

def get_value() -> PhoneNumberTypeType:
    return "Local"
Definition
PhoneNumberTypeType = Literal[
    "Local",
    "TollFree",
]

ProxySessionStatusType

Usage Example
from mypy_boto3_chime.literals import ProxySessionStatusType

def get_value() -> ProxySessionStatusType:
    return "Closed"
Definition
ProxySessionStatusType = Literal[
    "Closed",
    "InProgress",
    "Open",
]

RegistrationStatusType

Usage Example
from mypy_boto3_chime.literals import RegistrationStatusType

def get_value() -> RegistrationStatusType:
    return "Registered"
Definition
RegistrationStatusType = Literal[
    "Registered",
    "Suspended",
    "Unregistered",
]

RoomMembershipRoleType

Usage Example
from mypy_boto3_chime.literals import RoomMembershipRoleType

def get_value() -> RoomMembershipRoleType:
    return "Administrator"
Definition
RoomMembershipRoleType = Literal[
    "Administrator",
    "Member",
]

SipRuleTriggerTypeType

Usage Example
from mypy_boto3_chime.literals import SipRuleTriggerTypeType

def get_value() -> SipRuleTriggerTypeType:
    return "RequestUriHostname"
Definition
SipRuleTriggerTypeType = Literal[
    "RequestUriHostname",
    "ToPhoneNumber",
]

SortOrderType

Usage Example
from mypy_boto3_chime.literals import SortOrderType

def get_value() -> SortOrderType:
    return "ASCENDING"
Definition
SortOrderType = Literal[
    "ASCENDING",
    "DESCENDING",
]

TranscribeContentIdentificationTypeType

Usage Example
from mypy_boto3_chime.literals import TranscribeContentIdentificationTypeType

def get_value() -> TranscribeContentIdentificationTypeType:
    return "PII"
Definition
TranscribeContentIdentificationTypeType = Literal[
    "PII",
]

TranscribeContentRedactionTypeType

Usage Example
from mypy_boto3_chime.literals import TranscribeContentRedactionTypeType

def get_value() -> TranscribeContentRedactionTypeType:
    return "PII"
Definition
TranscribeContentRedactionTypeType = Literal[
    "PII",
]

TranscribeLanguageCodeType

Usage Example
from mypy_boto3_chime.literals import TranscribeLanguageCodeType

def get_value() -> TranscribeLanguageCodeType:
    return "de-DE"
Definition
TranscribeLanguageCodeType = Literal[
    "de-DE",
    "en-AU",
    "en-GB",
    "en-US",
    "es-US",
    "fr-CA",
    "fr-FR",
    "it-IT",
    "ja-JP",
    "ko-KR",
    "pt-BR",
    "zh-CN",
]

TranscribeMedicalContentIdentificationTypeType

Usage Example
from mypy_boto3_chime.literals import TranscribeMedicalContentIdentificationTypeType

def get_value() -> TranscribeMedicalContentIdentificationTypeType:
    return "PHI"
Definition
TranscribeMedicalContentIdentificationTypeType = Literal[
    "PHI",
]

TranscribeMedicalLanguageCodeType

Usage Example
from mypy_boto3_chime.literals import TranscribeMedicalLanguageCodeType

def get_value() -> TranscribeMedicalLanguageCodeType:
    return "en-US"
Definition
TranscribeMedicalLanguageCodeType = Literal[
    "en-US",
]

TranscribeMedicalRegionType

Usage Example
from mypy_boto3_chime.literals import TranscribeMedicalRegionType

def get_value() -> TranscribeMedicalRegionType:
    return "ap-southeast-2"
Definition
TranscribeMedicalRegionType = Literal[
    "ap-southeast-2",
    "auto",
    "ca-central-1",
    "eu-west-1",
    "us-east-1",
    "us-east-2",
    "us-west-2",
]

TranscribeMedicalSpecialtyType

Usage Example
from mypy_boto3_chime.literals import TranscribeMedicalSpecialtyType

def get_value() -> TranscribeMedicalSpecialtyType:
    return "CARDIOLOGY"
Definition
TranscribeMedicalSpecialtyType = Literal[
    "CARDIOLOGY",
    "NEUROLOGY",
    "ONCOLOGY",
    "PRIMARYCARE",
    "RADIOLOGY",
    "UROLOGY",
]

TranscribeMedicalTypeType

Usage Example
from mypy_boto3_chime.literals import TranscribeMedicalTypeType

def get_value() -> TranscribeMedicalTypeType:
    return "CONVERSATION"
Definition
TranscribeMedicalTypeType = Literal[
    "CONVERSATION",
    "DICTATION",
]

TranscribePartialResultsStabilityType

Usage Example
from mypy_boto3_chime.literals import TranscribePartialResultsStabilityType

def get_value() -> TranscribePartialResultsStabilityType:
    return "high"
Definition
TranscribePartialResultsStabilityType = Literal[
    "high",
    "low",
    "medium",
]

TranscribeRegionType

Usage Example
from mypy_boto3_chime.literals import TranscribeRegionType

def get_value() -> TranscribeRegionType:
    return "ap-northeast-1"
Definition
TranscribeRegionType = Literal[
    "ap-northeast-1",
    "ap-northeast-2",
    "ap-southeast-2",
    "auto",
    "ca-central-1",
    "eu-central-1",
    "eu-west-1",
    "eu-west-2",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-2",
]

TranscribeVocabularyFilterMethodType

Usage Example
from mypy_boto3_chime.literals import TranscribeVocabularyFilterMethodType

def get_value() -> TranscribeVocabularyFilterMethodType:
    return "mask"
Definition
TranscribeVocabularyFilterMethodType = Literal[
    "mask",
    "remove",
    "tag",
]

UserTypeType

Usage Example
from mypy_boto3_chime.literals import UserTypeType

def get_value() -> UserTypeType:
    return "PrivateUser"
Definition
UserTypeType = Literal[
    "PrivateUser",
    "SharedDevice",
]

VideoMuxTypeType

Usage Example
from mypy_boto3_chime.literals import VideoMuxTypeType

def get_value() -> VideoMuxTypeType:
    return "VideoOnly"
Definition
VideoMuxTypeType = Literal[
    "VideoOnly",
]

VoiceConnectorAwsRegionType

Usage Example
from mypy_boto3_chime.literals import VoiceConnectorAwsRegionType

def get_value() -> VoiceConnectorAwsRegionType:
    return "us-east-1"
Definition
VoiceConnectorAwsRegionType = Literal[
    "us-east-1",
    "us-west-2",
]

ChimeServiceName

Usage Example
from mypy_boto3_chime.literals import ChimeServiceName

def get_value() -> ChimeServiceName:
    return "chime"
Definition
ChimeServiceName = Literal[
    "chime",
]

ServiceName

Usage Example
from mypy_boto3_chime.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_chime.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_chime.literals import PaginatorName

def get_value() -> PaginatorName:
    return "list_accounts"
Definition
PaginatorName = Literal[
    "list_accounts",
    "list_users",
]