Literals#
Index > CognitoIdentityProvider > Literals
Auto-generated documentation for CognitoIdentityProvider type annotations stubs module types-boto3-cognito-idp.
AccountTakeoverEventActionTypeType#
# AccountTakeoverEventActionTypeType usage example
from types_boto3_cognito_idp.literals import AccountTakeoverEventActionTypeType
def get_value() -> AccountTakeoverEventActionTypeType:
    return "BLOCK"# AccountTakeoverEventActionTypeType definition
AccountTakeoverEventActionTypeType = Literal[
    "BLOCK",
    "MFA_IF_CONFIGURED",
    "MFA_REQUIRED",
    "NO_ACTION",
]AdminListGroupsForUserPaginatorName#
# AdminListGroupsForUserPaginatorName usage example
from types_boto3_cognito_idp.literals import AdminListGroupsForUserPaginatorName
def get_value() -> AdminListGroupsForUserPaginatorName:
    return "admin_list_groups_for_user"# AdminListGroupsForUserPaginatorName definition
AdminListGroupsForUserPaginatorName = Literal[
    "admin_list_groups_for_user",
]AdminListUserAuthEventsPaginatorName#
# AdminListUserAuthEventsPaginatorName usage example
from types_boto3_cognito_idp.literals import AdminListUserAuthEventsPaginatorName
def get_value() -> AdminListUserAuthEventsPaginatorName:
    return "admin_list_user_auth_events"# AdminListUserAuthEventsPaginatorName definition
AdminListUserAuthEventsPaginatorName = Literal[
    "admin_list_user_auth_events",
]AdvancedSecurityEnabledModeTypeType#
# AdvancedSecurityEnabledModeTypeType usage example
from types_boto3_cognito_idp.literals import AdvancedSecurityEnabledModeTypeType
def get_value() -> AdvancedSecurityEnabledModeTypeType:
    return "AUDIT"# AdvancedSecurityEnabledModeTypeType definition
AdvancedSecurityEnabledModeTypeType = Literal[
    "AUDIT",
    "ENFORCED",
]AdvancedSecurityModeTypeType#
# AdvancedSecurityModeTypeType usage example
from types_boto3_cognito_idp.literals import AdvancedSecurityModeTypeType
def get_value() -> AdvancedSecurityModeTypeType:
    return "AUDIT"# AdvancedSecurityModeTypeType definition
AdvancedSecurityModeTypeType = Literal[
    "AUDIT",
    "ENFORCED",
    "OFF",
]AliasAttributeTypeType#
# AliasAttributeTypeType usage example
from types_boto3_cognito_idp.literals import AliasAttributeTypeType
def get_value() -> AliasAttributeTypeType:
    return "email"# AliasAttributeTypeType definition
AliasAttributeTypeType = Literal[
    "email",
    "phone_number",
    "preferred_username",
]AssetCategoryTypeType#
# AssetCategoryTypeType usage example
from types_boto3_cognito_idp.literals import AssetCategoryTypeType
def get_value() -> AssetCategoryTypeType:
    return "AUTH_APP_GRAPHIC"# AssetCategoryTypeType definition
AssetCategoryTypeType = Literal[
    "AUTH_APP_GRAPHIC",
    "EMAIL_GRAPHIC",
    "FAVICON_ICO",
    "FAVICON_SVG",
    "FORM_BACKGROUND",
    "FORM_LOGO",
    "IDP_BUTTON_ICON",
    "PAGE_BACKGROUND",
    "PAGE_FOOTER_BACKGROUND",
    "PAGE_FOOTER_LOGO",
    "PAGE_HEADER_BACKGROUND",
    "PAGE_HEADER_LOGO",
    "PASSKEY_GRAPHIC",
    "PASSWORD_GRAPHIC",
    "SMS_GRAPHIC",
]AssetExtensionTypeType#
# AssetExtensionTypeType usage example
from types_boto3_cognito_idp.literals import AssetExtensionTypeType
def get_value() -> AssetExtensionTypeType:
    return "ICO"# AssetExtensionTypeType definition
AssetExtensionTypeType = Literal[
    "ICO",
    "JPEG",
    "PNG",
    "SVG",
    "WEBP",
]AttributeDataTypeType#
# AttributeDataTypeType usage example
from types_boto3_cognito_idp.literals import AttributeDataTypeType
def get_value() -> AttributeDataTypeType:
    return "Boolean"# AttributeDataTypeType definition
AttributeDataTypeType = Literal[
    "Boolean",
    "DateTime",
    "Number",
    "String",
]AuthFactorTypeType#
# AuthFactorTypeType usage example
from types_boto3_cognito_idp.literals import AuthFactorTypeType
def get_value() -> AuthFactorTypeType:
    return "EMAIL_OTP"# AuthFactorTypeType definition
AuthFactorTypeType = Literal[
    "EMAIL_OTP",
    "PASSWORD",
    "SMS_OTP",
    "WEB_AUTHN",
]AuthFlowTypeType#
# AuthFlowTypeType usage example
from types_boto3_cognito_idp.literals import AuthFlowTypeType
def get_value() -> AuthFlowTypeType:
    return "ADMIN_NO_SRP_AUTH"# AuthFlowTypeType definition
AuthFlowTypeType = Literal[
    "ADMIN_NO_SRP_AUTH",
    "ADMIN_USER_PASSWORD_AUTH",
    "CUSTOM_AUTH",
    "REFRESH_TOKEN",
    "REFRESH_TOKEN_AUTH",
    "USER_AUTH",
    "USER_PASSWORD_AUTH",
    "USER_SRP_AUTH",
]ChallengeNameType#
# ChallengeNameType usage example
from types_boto3_cognito_idp.literals import ChallengeNameType
def get_value() -> ChallengeNameType:
    return "Mfa"# ChallengeNameType definition
ChallengeNameType = Literal[
    "Mfa",
    "Password",
]ChallengeNameTypeType#
# ChallengeNameTypeType usage example
from types_boto3_cognito_idp.literals import ChallengeNameTypeType
def get_value() -> ChallengeNameTypeType:
    return "ADMIN_NO_SRP_AUTH"# ChallengeNameTypeType definition
ChallengeNameTypeType = Literal[
    "ADMIN_NO_SRP_AUTH",
    "CUSTOM_CHALLENGE",
    "DEVICE_PASSWORD_VERIFIER",
    "DEVICE_SRP_AUTH",
    "EMAIL_OTP",
    "MFA_SETUP",
    "NEW_PASSWORD_REQUIRED",
    "PASSWORD",
    "PASSWORD_SRP",
    "PASSWORD_VERIFIER",
    "SELECT_CHALLENGE",
    "SELECT_MFA_TYPE",
    "SMS_MFA",
    "SMS_OTP",
    "SOFTWARE_TOKEN_MFA",
    "WEB_AUTHN",
]ChallengeResponseType#
# ChallengeResponseType usage example
from types_boto3_cognito_idp.literals import ChallengeResponseType
def get_value() -> ChallengeResponseType:
    return "Failure"# ChallengeResponseType definition
ChallengeResponseType = Literal[
    "Failure",
    "Success",
]ColorSchemeModeTypeType#
# ColorSchemeModeTypeType usage example
from types_boto3_cognito_idp.literals import ColorSchemeModeTypeType
def get_value() -> ColorSchemeModeTypeType:
    return "DARK"# ColorSchemeModeTypeType definition
ColorSchemeModeTypeType = Literal[
    "DARK",
    "DYNAMIC",
    "LIGHT",
]CompromisedCredentialsEventActionTypeType#
# CompromisedCredentialsEventActionTypeType usage example
from types_boto3_cognito_idp.literals import CompromisedCredentialsEventActionTypeType
def get_value() -> CompromisedCredentialsEventActionTypeType:
    return "BLOCK"# CompromisedCredentialsEventActionTypeType definition
CompromisedCredentialsEventActionTypeType = Literal[
    "BLOCK",
    "NO_ACTION",
]CustomEmailSenderLambdaVersionTypeType#
# CustomEmailSenderLambdaVersionTypeType usage example
from types_boto3_cognito_idp.literals import CustomEmailSenderLambdaVersionTypeType
def get_value() -> CustomEmailSenderLambdaVersionTypeType:
    return "V1_0"# CustomEmailSenderLambdaVersionTypeType definition
CustomEmailSenderLambdaVersionTypeType = Literal[
    "V1_0",
]CustomSMSSenderLambdaVersionTypeType#
# CustomSMSSenderLambdaVersionTypeType usage example
from types_boto3_cognito_idp.literals import CustomSMSSenderLambdaVersionTypeType
def get_value() -> CustomSMSSenderLambdaVersionTypeType:
    return "V1_0"# CustomSMSSenderLambdaVersionTypeType definition
CustomSMSSenderLambdaVersionTypeType = Literal[
    "V1_0",
]DefaultEmailOptionTypeType#
# DefaultEmailOptionTypeType usage example
from types_boto3_cognito_idp.literals import DefaultEmailOptionTypeType
def get_value() -> DefaultEmailOptionTypeType:
    return "CONFIRM_WITH_CODE"# DefaultEmailOptionTypeType definition
DefaultEmailOptionTypeType = Literal[
    "CONFIRM_WITH_CODE",
    "CONFIRM_WITH_LINK",
]DeletionProtectionTypeType#
# DeletionProtectionTypeType usage example
from types_boto3_cognito_idp.literals import DeletionProtectionTypeType
def get_value() -> DeletionProtectionTypeType:
    return "ACTIVE"# DeletionProtectionTypeType definition
DeletionProtectionTypeType = Literal[
    "ACTIVE",
    "INACTIVE",
]DeliveryMediumTypeType#
# DeliveryMediumTypeType usage example
from types_boto3_cognito_idp.literals import DeliveryMediumTypeType
def get_value() -> DeliveryMediumTypeType:
    return "EMAIL"# DeliveryMediumTypeType definition
DeliveryMediumTypeType = Literal[
    "EMAIL",
    "SMS",
]DeviceRememberedStatusTypeType#
# DeviceRememberedStatusTypeType usage example
from types_boto3_cognito_idp.literals import DeviceRememberedStatusTypeType
def get_value() -> DeviceRememberedStatusTypeType:
    return "not_remembered"# DeviceRememberedStatusTypeType definition
DeviceRememberedStatusTypeType = Literal[
    "not_remembered",
    "remembered",
]DomainStatusTypeType#
# DomainStatusTypeType usage example
from types_boto3_cognito_idp.literals import DomainStatusTypeType
def get_value() -> DomainStatusTypeType:
    return "ACTIVE"# DomainStatusTypeType definition
DomainStatusTypeType = Literal[
    "ACTIVE",
    "CREATING",
    "DELETING",
    "FAILED",
    "UPDATING",
]EmailSendingAccountTypeType#
# EmailSendingAccountTypeType usage example
from types_boto3_cognito_idp.literals import EmailSendingAccountTypeType
def get_value() -> EmailSendingAccountTypeType:
    return "COGNITO_DEFAULT"# EmailSendingAccountTypeType definition
EmailSendingAccountTypeType = Literal[
    "COGNITO_DEFAULT",
    "DEVELOPER",
]EventFilterTypeType#
# EventFilterTypeType usage example
from types_boto3_cognito_idp.literals import EventFilterTypeType
def get_value() -> EventFilterTypeType:
    return "PASSWORD_CHANGE"# EventFilterTypeType definition
EventFilterTypeType = Literal[
    "PASSWORD_CHANGE",
    "SIGN_IN",
    "SIGN_UP",
]EventResponseTypeType#
# EventResponseTypeType usage example
from types_boto3_cognito_idp.literals import EventResponseTypeType
def get_value() -> EventResponseTypeType:
    return "Fail"# EventResponseTypeType definition
EventResponseTypeType = Literal[
    "Fail",
    "InProgress",
    "Pass",
]EventSourceNameType#
# EventSourceNameType usage example
from types_boto3_cognito_idp.literals import EventSourceNameType
def get_value() -> EventSourceNameType:
    return "userAuthEvents"# EventSourceNameType definition
EventSourceNameType = Literal[
    "userAuthEvents",
    "userNotification",
]EventTypeType#
# EventTypeType usage example
from types_boto3_cognito_idp.literals import EventTypeType
def get_value() -> EventTypeType:
    return "ForgotPassword"# EventTypeType definition
EventTypeType = Literal[
    "ForgotPassword",
    "PasswordChange",
    "ResendCode",
    "SignIn",
    "SignUp",
]ExplicitAuthFlowsTypeType#
# ExplicitAuthFlowsTypeType usage example
from types_boto3_cognito_idp.literals import ExplicitAuthFlowsTypeType
def get_value() -> ExplicitAuthFlowsTypeType:
    return "ADMIN_NO_SRP_AUTH"# ExplicitAuthFlowsTypeType definition
ExplicitAuthFlowsTypeType = Literal[
    "ADMIN_NO_SRP_AUTH",
    "ALLOW_ADMIN_USER_PASSWORD_AUTH",
    "ALLOW_CUSTOM_AUTH",
    "ALLOW_REFRESH_TOKEN_AUTH",
    "ALLOW_USER_AUTH",
    "ALLOW_USER_PASSWORD_AUTH",
    "ALLOW_USER_SRP_AUTH",
    "CUSTOM_AUTH_FLOW_ONLY",
    "USER_PASSWORD_AUTH",
]FeatureTypeType#
# FeatureTypeType usage example
from types_boto3_cognito_idp.literals import FeatureTypeType
def get_value() -> FeatureTypeType:
    return "DISABLED"# FeatureTypeType definition
FeatureTypeType = Literal[
    "DISABLED",
    "ENABLED",
]FeedbackValueTypeType#
# FeedbackValueTypeType usage example
from types_boto3_cognito_idp.literals import FeedbackValueTypeType
def get_value() -> FeedbackValueTypeType:
    return "Invalid"# FeedbackValueTypeType definition
FeedbackValueTypeType = Literal[
    "Invalid",
    "Valid",
]IdentityProviderTypeTypeType#
# IdentityProviderTypeTypeType usage example
from types_boto3_cognito_idp.literals import IdentityProviderTypeTypeType
def get_value() -> IdentityProviderTypeTypeType:
    return "Facebook"# IdentityProviderTypeTypeType definition
IdentityProviderTypeTypeType = Literal[
    "Facebook",
    "Google",
    "LoginWithAmazon",
    "OIDC",
    "SAML",
    "SignInWithApple",
]ListGroupsPaginatorName#
# ListGroupsPaginatorName usage example
from types_boto3_cognito_idp.literals import ListGroupsPaginatorName
def get_value() -> ListGroupsPaginatorName:
    return "list_groups"# ListGroupsPaginatorName definition
ListGroupsPaginatorName = Literal[
    "list_groups",
]ListIdentityProvidersPaginatorName#
# ListIdentityProvidersPaginatorName usage example
from types_boto3_cognito_idp.literals import ListIdentityProvidersPaginatorName
def get_value() -> ListIdentityProvidersPaginatorName:
    return "list_identity_providers"# ListIdentityProvidersPaginatorName definition
ListIdentityProvidersPaginatorName = Literal[
    "list_identity_providers",
]ListResourceServersPaginatorName#
# ListResourceServersPaginatorName usage example
from types_boto3_cognito_idp.literals import ListResourceServersPaginatorName
def get_value() -> ListResourceServersPaginatorName:
    return "list_resource_servers"# ListResourceServersPaginatorName definition
ListResourceServersPaginatorName = Literal[
    "list_resource_servers",
]ListUserPoolClientsPaginatorName#
# ListUserPoolClientsPaginatorName usage example
from types_boto3_cognito_idp.literals import ListUserPoolClientsPaginatorName
def get_value() -> ListUserPoolClientsPaginatorName:
    return "list_user_pool_clients"# ListUserPoolClientsPaginatorName definition
ListUserPoolClientsPaginatorName = Literal[
    "list_user_pool_clients",
]ListUserPoolsPaginatorName#
# ListUserPoolsPaginatorName usage example
from types_boto3_cognito_idp.literals import ListUserPoolsPaginatorName
def get_value() -> ListUserPoolsPaginatorName:
    return "list_user_pools"# ListUserPoolsPaginatorName definition
ListUserPoolsPaginatorName = Literal[
    "list_user_pools",
]ListUsersInGroupPaginatorName#
# ListUsersInGroupPaginatorName usage example
from types_boto3_cognito_idp.literals import ListUsersInGroupPaginatorName
def get_value() -> ListUsersInGroupPaginatorName:
    return "list_users_in_group"# ListUsersInGroupPaginatorName definition
ListUsersInGroupPaginatorName = Literal[
    "list_users_in_group",
]ListUsersPaginatorName#
# ListUsersPaginatorName usage example
from types_boto3_cognito_idp.literals import ListUsersPaginatorName
def get_value() -> ListUsersPaginatorName:
    return "list_users"# ListUsersPaginatorName definition
ListUsersPaginatorName = Literal[
    "list_users",
]LogLevelType#
# LogLevelType usage example
from types_boto3_cognito_idp.literals import LogLevelType
def get_value() -> LogLevelType:
    return "ERROR"# LogLevelType definition
LogLevelType = Literal[
    "ERROR",
    "INFO",
]MessageActionTypeType#
# MessageActionTypeType usage example
from types_boto3_cognito_idp.literals import MessageActionTypeType
def get_value() -> MessageActionTypeType:
    return "RESEND"# MessageActionTypeType definition
MessageActionTypeType = Literal[
    "RESEND",
    "SUPPRESS",
]OAuthFlowTypeType#
# OAuthFlowTypeType usage example
from types_boto3_cognito_idp.literals import OAuthFlowTypeType
def get_value() -> OAuthFlowTypeType:
    return "client_credentials"# OAuthFlowTypeType definition
OAuthFlowTypeType = Literal[
    "client_credentials",
    "code",
    "implicit",
]PreTokenGenerationLambdaVersionTypeType#
# PreTokenGenerationLambdaVersionTypeType usage example
from types_boto3_cognito_idp.literals import PreTokenGenerationLambdaVersionTypeType
def get_value() -> PreTokenGenerationLambdaVersionTypeType:
    return "V1_0"# PreTokenGenerationLambdaVersionTypeType definition
PreTokenGenerationLambdaVersionTypeType = Literal[
    "V1_0",
    "V2_0",
    "V3_0",
]PreventUserExistenceErrorTypesType#
# PreventUserExistenceErrorTypesType usage example
from types_boto3_cognito_idp.literals import PreventUserExistenceErrorTypesType
def get_value() -> PreventUserExistenceErrorTypesType:
    return "ENABLED"# PreventUserExistenceErrorTypesType definition
PreventUserExistenceErrorTypesType = Literal[
    "ENABLED",
    "LEGACY",
]RecoveryOptionNameTypeType#
# RecoveryOptionNameTypeType usage example
from types_boto3_cognito_idp.literals import RecoveryOptionNameTypeType
def get_value() -> RecoveryOptionNameTypeType:
    return "admin_only"# RecoveryOptionNameTypeType definition
RecoveryOptionNameTypeType = Literal[
    "admin_only",
    "verified_email",
    "verified_phone_number",
]RiskDecisionTypeType#
# RiskDecisionTypeType usage example
from types_boto3_cognito_idp.literals import RiskDecisionTypeType
def get_value() -> RiskDecisionTypeType:
    return "AccountTakeover"# RiskDecisionTypeType definition
RiskDecisionTypeType = Literal[
    "AccountTakeover",
    "Block",
    "NoRisk",
]RiskLevelTypeType#
# RiskLevelTypeType usage example
from types_boto3_cognito_idp.literals import RiskLevelTypeType
def get_value() -> RiskLevelTypeType:
    return "High"# RiskLevelTypeType definition
RiskLevelTypeType = Literal[
    "High",
    "Low",
    "Medium",
]StatusTypeType#
# StatusTypeType usage example
from types_boto3_cognito_idp.literals import StatusTypeType
def get_value() -> StatusTypeType:
    return "Disabled"# StatusTypeType definition
StatusTypeType = Literal[
    "Disabled",
    "Enabled",
]TermsEnforcementTypeType#
# TermsEnforcementTypeType usage example
from types_boto3_cognito_idp.literals import TermsEnforcementTypeType
def get_value() -> TermsEnforcementTypeType:
    return "NONE"# TermsEnforcementTypeType definition
TermsEnforcementTypeType = Literal[
    "NONE",
]TermsSourceTypeType#
# TermsSourceTypeType usage example
from types_boto3_cognito_idp.literals import TermsSourceTypeType
def get_value() -> TermsSourceTypeType:
    return "LINK"# TermsSourceTypeType definition
TermsSourceTypeType = Literal[
    "LINK",
]TimeUnitsTypeType#
# TimeUnitsTypeType usage example
from types_boto3_cognito_idp.literals import TimeUnitsTypeType
def get_value() -> TimeUnitsTypeType:
    return "days"# TimeUnitsTypeType definition
TimeUnitsTypeType = Literal[
    "days",
    "hours",
    "minutes",
    "seconds",
]UserImportJobStatusTypeType#
# UserImportJobStatusTypeType usage example
from types_boto3_cognito_idp.literals import UserImportJobStatusTypeType
def get_value() -> UserImportJobStatusTypeType:
    return "Created"# UserImportJobStatusTypeType definition
UserImportJobStatusTypeType = Literal[
    "Created",
    "Expired",
    "Failed",
    "InProgress",
    "Pending",
    "Stopped",
    "Stopping",
    "Succeeded",
]UserPoolMfaTypeType#
# UserPoolMfaTypeType usage example
from types_boto3_cognito_idp.literals import UserPoolMfaTypeType
def get_value() -> UserPoolMfaTypeType:
    return "OFF"# UserPoolMfaTypeType definition
UserPoolMfaTypeType = Literal[
    "OFF",
    "ON",
    "OPTIONAL",
]UserPoolTierTypeType#
# UserPoolTierTypeType usage example
from types_boto3_cognito_idp.literals import UserPoolTierTypeType
def get_value() -> UserPoolTierTypeType:
    return "ESSENTIALS"# UserPoolTierTypeType definition
UserPoolTierTypeType = Literal[
    "ESSENTIALS",
    "LITE",
    "PLUS",
]UserStatusTypeType#
# UserStatusTypeType usage example
from types_boto3_cognito_idp.literals import UserStatusTypeType
def get_value() -> UserStatusTypeType:
    return "ARCHIVED"# UserStatusTypeType definition
UserStatusTypeType = Literal[
    "ARCHIVED",
    "COMPROMISED",
    "CONFIRMED",
    "EXTERNAL_PROVIDER",
    "FORCE_CHANGE_PASSWORD",
    "RESET_REQUIRED",
    "UNCONFIRMED",
    "UNKNOWN",
]UserVerificationTypeType#
# UserVerificationTypeType usage example
from types_boto3_cognito_idp.literals import UserVerificationTypeType
def get_value() -> UserVerificationTypeType:
    return "preferred"# UserVerificationTypeType definition
UserVerificationTypeType = Literal[
    "preferred",
    "required",
]UsernameAttributeTypeType#
# UsernameAttributeTypeType usage example
from types_boto3_cognito_idp.literals import UsernameAttributeTypeType
def get_value() -> UsernameAttributeTypeType:
    return "email"# UsernameAttributeTypeType definition
UsernameAttributeTypeType = Literal[
    "email",
    "phone_number",
]VerifiedAttributeTypeType#
# VerifiedAttributeTypeType usage example
from types_boto3_cognito_idp.literals import VerifiedAttributeTypeType
def get_value() -> VerifiedAttributeTypeType:
    return "email"# VerifiedAttributeTypeType definition
VerifiedAttributeTypeType = Literal[
    "email",
    "phone_number",
]VerifySoftwareTokenResponseTypeType#
# VerifySoftwareTokenResponseTypeType usage example
from types_boto3_cognito_idp.literals import VerifySoftwareTokenResponseTypeType
def get_value() -> VerifySoftwareTokenResponseTypeType:
    return "ERROR"# VerifySoftwareTokenResponseTypeType definition
VerifySoftwareTokenResponseTypeType = Literal[
    "ERROR",
    "SUCCESS",
]CognitoIdentityProviderServiceName#
# CognitoIdentityProviderServiceName usage example
from types_boto3_cognito_idp.literals import CognitoIdentityProviderServiceName
def get_value() -> CognitoIdentityProviderServiceName:
    return "cognito-idp"# CognitoIdentityProviderServiceName definition
CognitoIdentityProviderServiceName = Literal[
    "cognito-idp",
]ServiceName#
# ServiceName usage example
from types_boto3_cognito_idp.literals import ServiceName
def get_value() -> ServiceName:
    return "accessanalyzer"# ServiceName definition
ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "aiops",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appfabric",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "application-signals",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "arc-region-switch",
    "arc-zonal-shift",
    "artifact",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "b2bi",
    "backup",
    "backup-gateway",
    "backupsearch",
    "batch",
    "bcm-dashboards",
    "bcm-data-exports",
    "bcm-pricing-calculator",
    "bcm-recommended-actions",
    "bedrock",
    "bedrock-agent",
    "bedrock-agent-runtime",
    "bedrock-agentcore",
    "bedrock-agentcore-control",
    "bedrock-data-automation",
    "bedrock-data-automation-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",
    "dsql",
    "dynamodb",
    "dynamodbstreams",
    "ebs",
    "ec2",
    "ec2-instance-connect",
    "ecr",
    "ecr-public",
    "ecs",
    "efs",
    "eks",
    "eks-auth",
    "elasticache",
    "elasticbeanstalk",
    "elastictranscoder",
    "elb",
    "elbv2",
    "emr",
    "emr-containers",
    "emr-serverless",
    "entityresolution",
    "es",
    "events",
    "evidently",
    "evs",
    "finspace",
    "finspace-data",
    "firehose",
    "fis",
    "fms",
    "forecast",
    "forecastquery",
    "frauddetector",
    "freetier",
    "fsx",
    "gamelift",
    "gameliftstreams",
    "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",
    "invoicing",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot-managed-integrations",
    "iotanalytics",
    "iotdeviceadvisor",
    "iotevents",
    "iotevents-data",
    "iotfleetwise",
    "iotsecuretunneling",
    "iotsitewise",
    "iotthingsgraph",
    "iottwinmaker",
    "iotwireless",
    "ivs",
    "ivs-realtime",
    "ivschat",
    "kafka",
    "kafkaconnect",
    "kendra",
    "kendra-ranking",
    "keyspaces",
    "keyspacesstreams",
    "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",
    "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",
    "mpa",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "neptune-graph",
    "neptunedata",
    "network-firewall",
    "networkflowmonitor",
    "networkmanager",
    "networkmonitor",
    "notifications",
    "notificationscontacts",
    "oam",
    "observabilityadmin",
    "odb",
    "omics",
    "opensearch",
    "opensearchserverless",
    "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",
    "proton",
    "qapps",
    "qbusiness",
    "qconnect",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "repostspace",
    "resiliencehub",
    "resource-explorer-2",
    "resource-groups",
    "resourcegroupstaggingapi",
    "rolesanywhere",
    "route53",
    "route53-recovery-cluster",
    "route53-recovery-control-config",
    "route53-recovery-readiness",
    "route53domains",
    "route53profiles",
    "route53resolver",
    "rtbfabric",
    "rum",
    "s3",
    "s3control",
    "s3outposts",
    "s3tables",
    "s3vectors",
    "sagemaker",
    "sagemaker-a2i-runtime",
    "sagemaker-edge",
    "sagemaker-featurestore-runtime",
    "sagemaker-geospatial",
    "sagemaker-metrics",
    "sagemaker-runtime",
    "savingsplans",
    "scheduler",
    "schemas",
    "sdb",
    "secretsmanager",
    "security-ir",
    "securityhub",
    "securitylake",
    "serverlessrepo",
    "service-quotas",
    "servicecatalog",
    "servicecatalog-appregistry",
    "servicediscovery",
    "ses",
    "sesv2",
    "shield",
    "signer",
    "simspaceweaver",
    "snow-device-management",
    "snowball",
    "sns",
    "socialmessaging",
    "sqs",
    "ssm",
    "ssm-contacts",
    "ssm-guiconnect",
    "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-instances",
    "workspaces-thin-client",
    "workspaces-web",
    "xray",
]ResourceServiceName#
# ResourceServiceName usage example
from types_boto3_cognito_idp.literals import ResourceServiceName
def get_value() -> ResourceServiceName:
    return "cloudformation"# ResourceServiceName definition
ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "s3",
    "sns",
    "sqs",
]PaginatorName#
# PaginatorName usage example
from types_boto3_cognito_idp.literals import PaginatorName
def get_value() -> PaginatorName:
    return "admin_list_groups_for_user"# PaginatorName definition
PaginatorName = Literal[
    "admin_list_groups_for_user",
    "admin_list_user_auth_events",
    "list_groups",
    "list_identity_providers",
    "list_resource_servers",
    "list_user_pool_clients",
    "list_user_pools",
    "list_users",
    "list_users_in_group",
]RegionName#
# RegionName usage example
from types_boto3_cognito_idp.literals import RegionName
def get_value() -> RegionName:
    return "af-south-1"# RegionName definition
RegionName = Literal[
    "af-south-1",
    "ap-east-1",
    "ap-northeast-1",
    "ap-northeast-2",
    "ap-northeast-3",
    "ap-south-1",
    "ap-south-2",
    "ap-southeast-1",
    "ap-southeast-2",
    "ap-southeast-3",
    "ap-southeast-4",
    "ap-southeast-5",
    "ap-southeast-7",
    "ca-central-1",
    "ca-west-1",
    "eu-central-1",
    "eu-central-2",
    "eu-north-1",
    "eu-south-1",
    "eu-south-2",
    "eu-west-1",
    "eu-west-2",
    "eu-west-3",
    "il-central-1",
    "me-central-1",
    "me-south-1",
    "mx-central-1",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-1",
    "us-west-2",
]