Skip to content

Literals#

Index > IAM > Literals

Auto-generated documentation for IAM type annotations stubs module mypy-boto3-iam.

AccessAdvisorUsageGranularityTypeType#

# AccessAdvisorUsageGranularityTypeType usage example

from mypy_boto3_iam.literals import AccessAdvisorUsageGranularityTypeType

def get_value() -> AccessAdvisorUsageGranularityTypeType:
    return "ACTION_LEVEL"
# AccessAdvisorUsageGranularityTypeType definition

AccessAdvisorUsageGranularityTypeType = Literal[
    "ACTION_LEVEL",
    "SERVICE_LEVEL",
]

ContextKeyTypeEnumType#

# ContextKeyTypeEnumType usage example

from mypy_boto3_iam.literals import ContextKeyTypeEnumType

def get_value() -> ContextKeyTypeEnumType:
    return "binary"
# ContextKeyTypeEnumType definition

ContextKeyTypeEnumType = Literal[
    "binary",
    "binaryList",
    "boolean",
    "booleanList",
    "date",
    "dateList",
    "ip",
    "ipList",
    "numeric",
    "numericList",
    "string",
    "stringList",
]

DeletionTaskStatusTypeType#

# DeletionTaskStatusTypeType usage example

from mypy_boto3_iam.literals import DeletionTaskStatusTypeType

def get_value() -> DeletionTaskStatusTypeType:
    return "FAILED"
# DeletionTaskStatusTypeType definition

DeletionTaskStatusTypeType = Literal[
    "FAILED",
    "IN_PROGRESS",
    "NOT_STARTED",
    "SUCCEEDED",
]

EntityTypeType#

# EntityTypeType usage example

from mypy_boto3_iam.literals import EntityTypeType

def get_value() -> EntityTypeType:
    return "AWSManagedPolicy"
# EntityTypeType definition

EntityTypeType = Literal[
    "AWSManagedPolicy",
    "Group",
    "LocalManagedPolicy",
    "Role",
    "User",
]

GetAccountAuthorizationDetailsPaginatorName#

# GetAccountAuthorizationDetailsPaginatorName usage example

from mypy_boto3_iam.literals import GetAccountAuthorizationDetailsPaginatorName

def get_value() -> GetAccountAuthorizationDetailsPaginatorName:
    return "get_account_authorization_details"
# GetAccountAuthorizationDetailsPaginatorName definition

GetAccountAuthorizationDetailsPaginatorName = Literal[
    "get_account_authorization_details",
]

GetGroupPaginatorName#

# GetGroupPaginatorName usage example

from mypy_boto3_iam.literals import GetGroupPaginatorName

def get_value() -> GetGroupPaginatorName:
    return "get_group"
# GetGroupPaginatorName definition

GetGroupPaginatorName = Literal[
    "get_group",
]

InstanceProfileExistsWaiterName#

# InstanceProfileExistsWaiterName usage example

from mypy_boto3_iam.literals import InstanceProfileExistsWaiterName

def get_value() -> InstanceProfileExistsWaiterName:
    return "instance_profile_exists"
# InstanceProfileExistsWaiterName definition

InstanceProfileExistsWaiterName = Literal[
    "instance_profile_exists",
]

ListAccessKeysPaginatorName#

# ListAccessKeysPaginatorName usage example

from mypy_boto3_iam.literals import ListAccessKeysPaginatorName

def get_value() -> ListAccessKeysPaginatorName:
    return "list_access_keys"
# ListAccessKeysPaginatorName definition

ListAccessKeysPaginatorName = Literal[
    "list_access_keys",
]

ListAccountAliasesPaginatorName#

# ListAccountAliasesPaginatorName usage example

from mypy_boto3_iam.literals import ListAccountAliasesPaginatorName

def get_value() -> ListAccountAliasesPaginatorName:
    return "list_account_aliases"
# ListAccountAliasesPaginatorName definition

ListAccountAliasesPaginatorName = Literal[
    "list_account_aliases",
]

ListAttachedGroupPoliciesPaginatorName#

# ListAttachedGroupPoliciesPaginatorName usage example

from mypy_boto3_iam.literals import ListAttachedGroupPoliciesPaginatorName

def get_value() -> ListAttachedGroupPoliciesPaginatorName:
    return "list_attached_group_policies"
# ListAttachedGroupPoliciesPaginatorName definition

ListAttachedGroupPoliciesPaginatorName = Literal[
    "list_attached_group_policies",
]

ListAttachedRolePoliciesPaginatorName#

# ListAttachedRolePoliciesPaginatorName usage example

from mypy_boto3_iam.literals import ListAttachedRolePoliciesPaginatorName

def get_value() -> ListAttachedRolePoliciesPaginatorName:
    return "list_attached_role_policies"
# ListAttachedRolePoliciesPaginatorName definition

ListAttachedRolePoliciesPaginatorName = Literal[
    "list_attached_role_policies",
]

ListAttachedUserPoliciesPaginatorName#

# ListAttachedUserPoliciesPaginatorName usage example

from mypy_boto3_iam.literals import ListAttachedUserPoliciesPaginatorName

def get_value() -> ListAttachedUserPoliciesPaginatorName:
    return "list_attached_user_policies"
# ListAttachedUserPoliciesPaginatorName definition

ListAttachedUserPoliciesPaginatorName = Literal[
    "list_attached_user_policies",
]

ListEntitiesForPolicyPaginatorName#

# ListEntitiesForPolicyPaginatorName usage example

from mypy_boto3_iam.literals import ListEntitiesForPolicyPaginatorName

def get_value() -> ListEntitiesForPolicyPaginatorName:
    return "list_entities_for_policy"
# ListEntitiesForPolicyPaginatorName definition

ListEntitiesForPolicyPaginatorName = Literal[
    "list_entities_for_policy",
]

ListGroupPoliciesPaginatorName#

# ListGroupPoliciesPaginatorName usage example

from mypy_boto3_iam.literals import ListGroupPoliciesPaginatorName

def get_value() -> ListGroupPoliciesPaginatorName:
    return "list_group_policies"
# ListGroupPoliciesPaginatorName definition

ListGroupPoliciesPaginatorName = Literal[
    "list_group_policies",
]

ListGroupsForUserPaginatorName#

# ListGroupsForUserPaginatorName usage example

from mypy_boto3_iam.literals import ListGroupsForUserPaginatorName

def get_value() -> ListGroupsForUserPaginatorName:
    return "list_groups_for_user"
# ListGroupsForUserPaginatorName definition

ListGroupsForUserPaginatorName = Literal[
    "list_groups_for_user",
]

ListGroupsPaginatorName#

# ListGroupsPaginatorName usage example

from mypy_boto3_iam.literals import ListGroupsPaginatorName

def get_value() -> ListGroupsPaginatorName:
    return "list_groups"
# ListGroupsPaginatorName definition

ListGroupsPaginatorName = Literal[
    "list_groups",
]

ListInstanceProfileTagsPaginatorName#

# ListInstanceProfileTagsPaginatorName usage example

from mypy_boto3_iam.literals import ListInstanceProfileTagsPaginatorName

def get_value() -> ListInstanceProfileTagsPaginatorName:
    return "list_instance_profile_tags"
# ListInstanceProfileTagsPaginatorName definition

ListInstanceProfileTagsPaginatorName = Literal[
    "list_instance_profile_tags",
]

ListInstanceProfilesForRolePaginatorName#

# ListInstanceProfilesForRolePaginatorName usage example

from mypy_boto3_iam.literals import ListInstanceProfilesForRolePaginatorName

def get_value() -> ListInstanceProfilesForRolePaginatorName:
    return "list_instance_profiles_for_role"
# ListInstanceProfilesForRolePaginatorName definition

ListInstanceProfilesForRolePaginatorName = Literal[
    "list_instance_profiles_for_role",
]

ListInstanceProfilesPaginatorName#

# ListInstanceProfilesPaginatorName usage example

from mypy_boto3_iam.literals import ListInstanceProfilesPaginatorName

def get_value() -> ListInstanceProfilesPaginatorName:
    return "list_instance_profiles"
# ListInstanceProfilesPaginatorName definition

ListInstanceProfilesPaginatorName = Literal[
    "list_instance_profiles",
]

ListMFADeviceTagsPaginatorName#

# ListMFADeviceTagsPaginatorName usage example

from mypy_boto3_iam.literals import ListMFADeviceTagsPaginatorName

def get_value() -> ListMFADeviceTagsPaginatorName:
    return "list_mfa_device_tags"
# ListMFADeviceTagsPaginatorName definition

ListMFADeviceTagsPaginatorName = Literal[
    "list_mfa_device_tags",
]

ListMFADevicesPaginatorName#

# ListMFADevicesPaginatorName usage example

from mypy_boto3_iam.literals import ListMFADevicesPaginatorName

def get_value() -> ListMFADevicesPaginatorName:
    return "list_mfa_devices"
# ListMFADevicesPaginatorName definition

ListMFADevicesPaginatorName = Literal[
    "list_mfa_devices",
]

ListOpenIDConnectProviderTagsPaginatorName#

# ListOpenIDConnectProviderTagsPaginatorName usage example

from mypy_boto3_iam.literals import ListOpenIDConnectProviderTagsPaginatorName

def get_value() -> ListOpenIDConnectProviderTagsPaginatorName:
    return "list_open_id_connect_provider_tags"
# ListOpenIDConnectProviderTagsPaginatorName definition

ListOpenIDConnectProviderTagsPaginatorName = Literal[
    "list_open_id_connect_provider_tags",
]

ListPoliciesPaginatorName#

# ListPoliciesPaginatorName usage example

from mypy_boto3_iam.literals import ListPoliciesPaginatorName

def get_value() -> ListPoliciesPaginatorName:
    return "list_policies"
# ListPoliciesPaginatorName definition

ListPoliciesPaginatorName = Literal[
    "list_policies",
]

ListPolicyTagsPaginatorName#

# ListPolicyTagsPaginatorName usage example

from mypy_boto3_iam.literals import ListPolicyTagsPaginatorName

def get_value() -> ListPolicyTagsPaginatorName:
    return "list_policy_tags"
# ListPolicyTagsPaginatorName definition

ListPolicyTagsPaginatorName = Literal[
    "list_policy_tags",
]

ListPolicyVersionsPaginatorName#

# ListPolicyVersionsPaginatorName usage example

from mypy_boto3_iam.literals import ListPolicyVersionsPaginatorName

def get_value() -> ListPolicyVersionsPaginatorName:
    return "list_policy_versions"
# ListPolicyVersionsPaginatorName definition

ListPolicyVersionsPaginatorName = Literal[
    "list_policy_versions",
]

ListRolePoliciesPaginatorName#

# ListRolePoliciesPaginatorName usage example

from mypy_boto3_iam.literals import ListRolePoliciesPaginatorName

def get_value() -> ListRolePoliciesPaginatorName:
    return "list_role_policies"
# ListRolePoliciesPaginatorName definition

ListRolePoliciesPaginatorName = Literal[
    "list_role_policies",
]

ListRoleTagsPaginatorName#

# ListRoleTagsPaginatorName usage example

from mypy_boto3_iam.literals import ListRoleTagsPaginatorName

def get_value() -> ListRoleTagsPaginatorName:
    return "list_role_tags"
# ListRoleTagsPaginatorName definition

ListRoleTagsPaginatorName = Literal[
    "list_role_tags",
]

ListRolesPaginatorName#

# ListRolesPaginatorName usage example

from mypy_boto3_iam.literals import ListRolesPaginatorName

def get_value() -> ListRolesPaginatorName:
    return "list_roles"
# ListRolesPaginatorName definition

ListRolesPaginatorName = Literal[
    "list_roles",
]

ListSAMLProviderTagsPaginatorName#

# ListSAMLProviderTagsPaginatorName usage example

from mypy_boto3_iam.literals import ListSAMLProviderTagsPaginatorName

def get_value() -> ListSAMLProviderTagsPaginatorName:
    return "list_saml_provider_tags"
# ListSAMLProviderTagsPaginatorName definition

ListSAMLProviderTagsPaginatorName = Literal[
    "list_saml_provider_tags",
]

ListSSHPublicKeysPaginatorName#

# ListSSHPublicKeysPaginatorName usage example

from mypy_boto3_iam.literals import ListSSHPublicKeysPaginatorName

def get_value() -> ListSSHPublicKeysPaginatorName:
    return "list_ssh_public_keys"
# ListSSHPublicKeysPaginatorName definition

ListSSHPublicKeysPaginatorName = Literal[
    "list_ssh_public_keys",
]

ListServerCertificateTagsPaginatorName#

# ListServerCertificateTagsPaginatorName usage example

from mypy_boto3_iam.literals import ListServerCertificateTagsPaginatorName

def get_value() -> ListServerCertificateTagsPaginatorName:
    return "list_server_certificate_tags"
# ListServerCertificateTagsPaginatorName definition

ListServerCertificateTagsPaginatorName = Literal[
    "list_server_certificate_tags",
]

ListServerCertificatesPaginatorName#

# ListServerCertificatesPaginatorName usage example

from mypy_boto3_iam.literals import ListServerCertificatesPaginatorName

def get_value() -> ListServerCertificatesPaginatorName:
    return "list_server_certificates"
# ListServerCertificatesPaginatorName definition

ListServerCertificatesPaginatorName = Literal[
    "list_server_certificates",
]

ListSigningCertificatesPaginatorName#

# ListSigningCertificatesPaginatorName usage example

from mypy_boto3_iam.literals import ListSigningCertificatesPaginatorName

def get_value() -> ListSigningCertificatesPaginatorName:
    return "list_signing_certificates"
# ListSigningCertificatesPaginatorName definition

ListSigningCertificatesPaginatorName = Literal[
    "list_signing_certificates",
]

ListUserPoliciesPaginatorName#

# ListUserPoliciesPaginatorName usage example

from mypy_boto3_iam.literals import ListUserPoliciesPaginatorName

def get_value() -> ListUserPoliciesPaginatorName:
    return "list_user_policies"
# ListUserPoliciesPaginatorName definition

ListUserPoliciesPaginatorName = Literal[
    "list_user_policies",
]

ListUserTagsPaginatorName#

# ListUserTagsPaginatorName usage example

from mypy_boto3_iam.literals import ListUserTagsPaginatorName

def get_value() -> ListUserTagsPaginatorName:
    return "list_user_tags"
# ListUserTagsPaginatorName definition

ListUserTagsPaginatorName = Literal[
    "list_user_tags",
]

ListUsersPaginatorName#

# ListUsersPaginatorName usage example

from mypy_boto3_iam.literals import ListUsersPaginatorName

def get_value() -> ListUsersPaginatorName:
    return "list_users"
# ListUsersPaginatorName definition

ListUsersPaginatorName = Literal[
    "list_users",
]

ListVirtualMFADevicesPaginatorName#

# ListVirtualMFADevicesPaginatorName usage example

from mypy_boto3_iam.literals import ListVirtualMFADevicesPaginatorName

def get_value() -> ListVirtualMFADevicesPaginatorName:
    return "list_virtual_mfa_devices"
# ListVirtualMFADevicesPaginatorName definition

ListVirtualMFADevicesPaginatorName = Literal[
    "list_virtual_mfa_devices",
]

PermissionsBoundaryAttachmentTypeType#

# PermissionsBoundaryAttachmentTypeType usage example

from mypy_boto3_iam.literals import PermissionsBoundaryAttachmentTypeType

def get_value() -> PermissionsBoundaryAttachmentTypeType:
    return "PermissionsBoundaryPolicy"
# PermissionsBoundaryAttachmentTypeType definition

PermissionsBoundaryAttachmentTypeType = Literal[
    "PermissionsBoundaryPolicy",
]

PolicyEvaluationDecisionTypeType#

# PolicyEvaluationDecisionTypeType usage example

from mypy_boto3_iam.literals import PolicyEvaluationDecisionTypeType

def get_value() -> PolicyEvaluationDecisionTypeType:
    return "allowed"
# PolicyEvaluationDecisionTypeType definition

PolicyEvaluationDecisionTypeType = Literal[
    "allowed",
    "explicitDeny",
    "implicitDeny",
]

PolicyExistsWaiterName#

# PolicyExistsWaiterName usage example

from mypy_boto3_iam.literals import PolicyExistsWaiterName

def get_value() -> PolicyExistsWaiterName:
    return "policy_exists"
# PolicyExistsWaiterName definition

PolicyExistsWaiterName = Literal[
    "policy_exists",
]

PolicySourceTypeType#

# PolicySourceTypeType usage example

from mypy_boto3_iam.literals import PolicySourceTypeType

def get_value() -> PolicySourceTypeType:
    return "aws-managed"
# PolicySourceTypeType definition

PolicySourceTypeType = Literal[
    "aws-managed",
    "group",
    "none",
    "resource",
    "role",
    "user",
    "user-managed",
]

PolicyUsageTypeType#

# PolicyUsageTypeType usage example

from mypy_boto3_iam.literals import PolicyUsageTypeType

def get_value() -> PolicyUsageTypeType:
    return "PermissionsBoundary"
# PolicyUsageTypeType definition

PolicyUsageTypeType = Literal[
    "PermissionsBoundary",
    "PermissionsPolicy",
]

ReportFormatTypeType#

# ReportFormatTypeType usage example

from mypy_boto3_iam.literals import ReportFormatTypeType

def get_value() -> ReportFormatTypeType:
    return "text/csv"
# ReportFormatTypeType definition

ReportFormatTypeType = Literal[
    "text/csv",
]

ReportStateTypeType#

# ReportStateTypeType usage example

from mypy_boto3_iam.literals import ReportStateTypeType

def get_value() -> ReportStateTypeType:
    return "COMPLETE"
# ReportStateTypeType definition

ReportStateTypeType = Literal[
    "COMPLETE",
    "INPROGRESS",
    "STARTED",
]

RoleExistsWaiterName#

# RoleExistsWaiterName usage example

from mypy_boto3_iam.literals import RoleExistsWaiterName

def get_value() -> RoleExistsWaiterName:
    return "role_exists"
# RoleExistsWaiterName definition

RoleExistsWaiterName = Literal[
    "role_exists",
]

SimulateCustomPolicyPaginatorName#

# SimulateCustomPolicyPaginatorName usage example

from mypy_boto3_iam.literals import SimulateCustomPolicyPaginatorName

def get_value() -> SimulateCustomPolicyPaginatorName:
    return "simulate_custom_policy"
# SimulateCustomPolicyPaginatorName definition

SimulateCustomPolicyPaginatorName = Literal[
    "simulate_custom_policy",
]

SimulatePrincipalPolicyPaginatorName#

# SimulatePrincipalPolicyPaginatorName usage example

from mypy_boto3_iam.literals import SimulatePrincipalPolicyPaginatorName

def get_value() -> SimulatePrincipalPolicyPaginatorName:
    return "simulate_principal_policy"
# SimulatePrincipalPolicyPaginatorName definition

SimulatePrincipalPolicyPaginatorName = Literal[
    "simulate_principal_policy",
]

UserExistsWaiterName#

# UserExistsWaiterName usage example

from mypy_boto3_iam.literals import UserExistsWaiterName

def get_value() -> UserExistsWaiterName:
    return "user_exists"
# UserExistsWaiterName definition

UserExistsWaiterName = Literal[
    "user_exists",
]

assignmentStatusTypeType#

# assignmentStatusTypeType usage example

from mypy_boto3_iam.literals import assignmentStatusTypeType

def get_value() -> assignmentStatusTypeType:
    return "Any"
# assignmentStatusTypeType definition

assignmentStatusTypeType = Literal[
    "Any",
    "Assigned",
    "Unassigned",
]

encodingTypeType#

# encodingTypeType usage example

from mypy_boto3_iam.literals import encodingTypeType

def get_value() -> encodingTypeType:
    return "PEM"
# encodingTypeType definition

encodingTypeType = Literal[
    "PEM",
    "SSH",
]

globalEndpointTokenVersionType#

# globalEndpointTokenVersionType usage example

from mypy_boto3_iam.literals import globalEndpointTokenVersionType

def get_value() -> globalEndpointTokenVersionType:
    return "v1Token"
# globalEndpointTokenVersionType definition

globalEndpointTokenVersionType = Literal[
    "v1Token",
    "v2Token",
]

jobStatusTypeType#

# jobStatusTypeType usage example

from mypy_boto3_iam.literals import jobStatusTypeType

def get_value() -> jobStatusTypeType:
    return "COMPLETED"
# jobStatusTypeType definition

jobStatusTypeType = Literal[
    "COMPLETED",
    "FAILED",
    "IN_PROGRESS",
]

policyOwnerEntityTypeType#

# policyOwnerEntityTypeType usage example

from mypy_boto3_iam.literals import policyOwnerEntityTypeType

def get_value() -> policyOwnerEntityTypeType:
    return "GROUP"
# policyOwnerEntityTypeType definition

policyOwnerEntityTypeType = Literal[
    "GROUP",
    "ROLE",
    "USER",
]

policyScopeTypeType#

# policyScopeTypeType usage example

from mypy_boto3_iam.literals import policyScopeTypeType

def get_value() -> policyScopeTypeType:
    return "AWS"
# policyScopeTypeType definition

policyScopeTypeType = Literal[
    "All",
    "AWS",
    "Local",
]

policyTypeType#

# policyTypeType usage example

from mypy_boto3_iam.literals import policyTypeType

def get_value() -> policyTypeType:
    return "INLINE"
# policyTypeType definition

policyTypeType = Literal[
    "INLINE",
    "MANAGED",
]

sortKeyTypeType#

# sortKeyTypeType usage example

from mypy_boto3_iam.literals import sortKeyTypeType

def get_value() -> sortKeyTypeType:
    return "LAST_AUTHENTICATED_TIME_ASCENDING"
# sortKeyTypeType definition

sortKeyTypeType = Literal[
    "LAST_AUTHENTICATED_TIME_ASCENDING",
    "LAST_AUTHENTICATED_TIME_DESCENDING",
    "SERVICE_NAMESPACE_ASCENDING",
    "SERVICE_NAMESPACE_DESCENDING",
]

statusTypeType#

# statusTypeType usage example

from mypy_boto3_iam.literals import statusTypeType

def get_value() -> statusTypeType:
    return "Active"
# statusTypeType definition

statusTypeType = Literal[
    "Active",
    "Inactive",
]

summaryKeyTypeType#

# summaryKeyTypeType usage example

from mypy_boto3_iam.literals import summaryKeyTypeType

def get_value() -> summaryKeyTypeType:
    return "AccessKeysPerUserQuota"
# summaryKeyTypeType definition

summaryKeyTypeType = Literal[
    "AccessKeysPerUserQuota",
    "AccountAccessKeysPresent",
    "AccountMFAEnabled",
    "AccountSigningCertificatesPresent",
    "AttachedPoliciesPerGroupQuota",
    "AttachedPoliciesPerRoleQuota",
    "AttachedPoliciesPerUserQuota",
    "GlobalEndpointTokenVersion",
    "GroupPolicySizeQuota",
    "Groups",
    "GroupsPerUserQuota",
    "GroupsQuota",
    "MFADevices",
    "MFADevicesInUse",
    "Policies",
    "PoliciesQuota",
    "PolicySizeQuota",
    "PolicyVersionsInUse",
    "PolicyVersionsInUseQuota",
    "ServerCertificates",
    "ServerCertificatesQuota",
    "SigningCertificatesPerUserQuota",
    "UserPolicySizeQuota",
    "Users",
    "UsersQuota",
    "VersionsPerPolicyQuota",
]

IAMServiceName#

# IAMServiceName usage example

from mypy_boto3_iam.literals import IAMServiceName

def get_value() -> IAMServiceName:
    return "iam"
# IAMServiceName definition

IAMServiceName = Literal[
    "iam",
]

ServiceName#

# ServiceName usage example

from mypy_boto3_iam.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_iam.literals import ResourceServiceName

def get_value() -> ResourceServiceName:
    return "cloudformation"
# ResourceServiceName definition

ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "opsworks",
    "s3",
    "sns",
    "sqs",
]

PaginatorName#

# PaginatorName usage example

from mypy_boto3_iam.literals import PaginatorName

def get_value() -> PaginatorName:
    return "get_account_authorization_details"
# PaginatorName definition

PaginatorName = Literal[
    "get_account_authorization_details",
    "get_group",
    "list_access_keys",
    "list_account_aliases",
    "list_attached_group_policies",
    "list_attached_role_policies",
    "list_attached_user_policies",
    "list_entities_for_policy",
    "list_group_policies",
    "list_groups",
    "list_groups_for_user",
    "list_instance_profile_tags",
    "list_instance_profiles",
    "list_instance_profiles_for_role",
    "list_mfa_device_tags",
    "list_mfa_devices",
    "list_open_id_connect_provider_tags",
    "list_policies",
    "list_policy_tags",
    "list_policy_versions",
    "list_role_policies",
    "list_role_tags",
    "list_roles",
    "list_saml_provider_tags",
    "list_server_certificate_tags",
    "list_server_certificates",
    "list_signing_certificates",
    "list_ssh_public_keys",
    "list_user_policies",
    "list_user_tags",
    "list_users",
    "list_virtual_mfa_devices",
    "simulate_custom_policy",
    "simulate_principal_policy",
]

WaiterName#

# WaiterName usage example

from mypy_boto3_iam.literals import WaiterName

def get_value() -> WaiterName:
    return "instance_profile_exists"
# WaiterName definition

WaiterName = Literal[
    "instance_profile_exists",
    "policy_exists",
    "role_exists",
    "user_exists",
]