Literals#
Index > Organizations > Literals
Auto-generated documentation for Organizations type annotations stubs module mypy-boto3-organizations.
AccountJoinedMethodType#
# AccountJoinedMethodType usage example
from mypy_boto3_organizations.literals import AccountJoinedMethodType
def get_value() -> AccountJoinedMethodType:
return "CREATED"
# AccountJoinedMethodType definition
AccountJoinedMethodType = Literal[
"CREATED",
"INVITED",
]
AccountStatusType#
# AccountStatusType usage example
from mypy_boto3_organizations.literals import AccountStatusType
def get_value() -> AccountStatusType:
return "ACTIVE"
# AccountStatusType definition
AccountStatusType = Literal[
"ACTIVE",
"PENDING_CLOSURE",
"SUSPENDED",
]
ActionTypeType#
# ActionTypeType usage example
from mypy_boto3_organizations.literals import ActionTypeType
def get_value() -> ActionTypeType:
return "ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE"
# ActionTypeType definition
ActionTypeType = Literal[
"ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE",
"APPROVE_ALL_FEATURES",
"ENABLE_ALL_FEATURES",
"INVITE",
]
ChildTypeType#
# ChildTypeType usage example
from mypy_boto3_organizations.literals import ChildTypeType
def get_value() -> ChildTypeType:
return "ACCOUNT"
# ChildTypeType definition
ChildTypeType = Literal[
"ACCOUNT",
"ORGANIZATIONAL_UNIT",
]
CreateAccountFailureReasonType#
# CreateAccountFailureReasonType usage example
from mypy_boto3_organizations.literals import CreateAccountFailureReasonType
def get_value() -> CreateAccountFailureReasonType:
return "ACCOUNT_LIMIT_EXCEEDED"
# CreateAccountFailureReasonType definition
CreateAccountFailureReasonType = Literal[
"ACCOUNT_LIMIT_EXCEEDED",
"CONCURRENT_ACCOUNT_MODIFICATION",
"EMAIL_ALREADY_EXISTS",
"FAILED_BUSINESS_VALIDATION",
"GOVCLOUD_ACCOUNT_ALREADY_EXISTS",
"INTERNAL_FAILURE",
"INVALID_ADDRESS",
"INVALID_EMAIL",
"INVALID_IDENTITY_FOR_BUSINESS_VALIDATION",
"INVALID_PAYMENT_INSTRUMENT",
"MISSING_BUSINESS_VALIDATION",
"MISSING_PAYMENT_INSTRUMENT",
"PENDING_BUSINESS_VALIDATION",
"UNKNOWN_BUSINESS_VALIDATION",
"UPDATE_EXISTING_RESOURCE_POLICY_WITH_TAGS_NOT_SUPPORTED",
]
CreateAccountStateType#
# CreateAccountStateType usage example
from mypy_boto3_organizations.literals import CreateAccountStateType
def get_value() -> CreateAccountStateType:
return "FAILED"
# CreateAccountStateType definition
CreateAccountStateType = Literal[
"FAILED",
"IN_PROGRESS",
"SUCCEEDED",
]
EffectivePolicyTypeType#
# EffectivePolicyTypeType usage example
from mypy_boto3_organizations.literals import EffectivePolicyTypeType
def get_value() -> EffectivePolicyTypeType:
return "AISERVICES_OPT_OUT_POLICY"
# EffectivePolicyTypeType definition
EffectivePolicyTypeType = Literal[
"AISERVICES_OPT_OUT_POLICY",
"BACKUP_POLICY",
"CHATBOT_POLICY",
"TAG_POLICY",
]
HandshakePartyTypeType#
# HandshakePartyTypeType usage example
from mypy_boto3_organizations.literals import HandshakePartyTypeType
def get_value() -> HandshakePartyTypeType:
return "ACCOUNT"
# HandshakePartyTypeType definition
HandshakePartyTypeType = Literal[
"ACCOUNT",
"EMAIL",
"ORGANIZATION",
]
HandshakeResourceTypeType#
# HandshakeResourceTypeType usage example
from mypy_boto3_organizations.literals import HandshakeResourceTypeType
def get_value() -> HandshakeResourceTypeType:
return "ACCOUNT"
# HandshakeResourceTypeType definition
HandshakeResourceTypeType = Literal[
"ACCOUNT",
"EMAIL",
"MASTER_EMAIL",
"MASTER_NAME",
"NOTES",
"ORGANIZATION",
"ORGANIZATION_FEATURE_SET",
"PARENT_HANDSHAKE",
]
HandshakeStateType#
# HandshakeStateType usage example
from mypy_boto3_organizations.literals import HandshakeStateType
def get_value() -> HandshakeStateType:
return "ACCEPTED"
# HandshakeStateType definition
HandshakeStateType = Literal[
"ACCEPTED",
"CANCELED",
"DECLINED",
"EXPIRED",
"OPEN",
"REQUESTED",
]
IAMUserAccessToBillingType#
# IAMUserAccessToBillingType usage example
from mypy_boto3_organizations.literals import IAMUserAccessToBillingType
def get_value() -> IAMUserAccessToBillingType:
return "ALLOW"
# IAMUserAccessToBillingType definition
IAMUserAccessToBillingType = Literal[
"ALLOW",
"DENY",
]
ListAWSServiceAccessForOrganizationPaginatorName#
# ListAWSServiceAccessForOrganizationPaginatorName usage example
from mypy_boto3_organizations.literals import ListAWSServiceAccessForOrganizationPaginatorName
def get_value() -> ListAWSServiceAccessForOrganizationPaginatorName:
return "list_aws_service_access_for_organization"
# ListAWSServiceAccessForOrganizationPaginatorName definition
ListAWSServiceAccessForOrganizationPaginatorName = Literal[
"list_aws_service_access_for_organization",
]
ListAccountsForParentPaginatorName#
# ListAccountsForParentPaginatorName usage example
from mypy_boto3_organizations.literals import ListAccountsForParentPaginatorName
def get_value() -> ListAccountsForParentPaginatorName:
return "list_accounts_for_parent"
# ListAccountsForParentPaginatorName definition
ListAccountsForParentPaginatorName = Literal[
"list_accounts_for_parent",
]
ListAccountsPaginatorName#
# ListAccountsPaginatorName usage example
from mypy_boto3_organizations.literals import ListAccountsPaginatorName
def get_value() -> ListAccountsPaginatorName:
return "list_accounts"
# ListAccountsPaginatorName definition
ListAccountsPaginatorName = Literal[
"list_accounts",
]
ListChildrenPaginatorName#
# ListChildrenPaginatorName usage example
from mypy_boto3_organizations.literals import ListChildrenPaginatorName
def get_value() -> ListChildrenPaginatorName:
return "list_children"
# ListChildrenPaginatorName definition
ListChildrenPaginatorName = Literal[
"list_children",
]
ListCreateAccountStatusPaginatorName#
# ListCreateAccountStatusPaginatorName usage example
from mypy_boto3_organizations.literals import ListCreateAccountStatusPaginatorName
def get_value() -> ListCreateAccountStatusPaginatorName:
return "list_create_account_status"
# ListCreateAccountStatusPaginatorName definition
ListCreateAccountStatusPaginatorName = Literal[
"list_create_account_status",
]
ListDelegatedAdministratorsPaginatorName#
# ListDelegatedAdministratorsPaginatorName usage example
from mypy_boto3_organizations.literals import ListDelegatedAdministratorsPaginatorName
def get_value() -> ListDelegatedAdministratorsPaginatorName:
return "list_delegated_administrators"
# ListDelegatedAdministratorsPaginatorName definition
ListDelegatedAdministratorsPaginatorName = Literal[
"list_delegated_administrators",
]
ListDelegatedServicesForAccountPaginatorName#
# ListDelegatedServicesForAccountPaginatorName usage example
from mypy_boto3_organizations.literals import ListDelegatedServicesForAccountPaginatorName
def get_value() -> ListDelegatedServicesForAccountPaginatorName:
return "list_delegated_services_for_account"
# ListDelegatedServicesForAccountPaginatorName definition
ListDelegatedServicesForAccountPaginatorName = Literal[
"list_delegated_services_for_account",
]
ListHandshakesForAccountPaginatorName#
# ListHandshakesForAccountPaginatorName usage example
from mypy_boto3_organizations.literals import ListHandshakesForAccountPaginatorName
def get_value() -> ListHandshakesForAccountPaginatorName:
return "list_handshakes_for_account"
# ListHandshakesForAccountPaginatorName definition
ListHandshakesForAccountPaginatorName = Literal[
"list_handshakes_for_account",
]
ListHandshakesForOrganizationPaginatorName#
# ListHandshakesForOrganizationPaginatorName usage example
from mypy_boto3_organizations.literals import ListHandshakesForOrganizationPaginatorName
def get_value() -> ListHandshakesForOrganizationPaginatorName:
return "list_handshakes_for_organization"
# ListHandshakesForOrganizationPaginatorName definition
ListHandshakesForOrganizationPaginatorName = Literal[
"list_handshakes_for_organization",
]
ListOrganizationalUnitsForParentPaginatorName#
# ListOrganizationalUnitsForParentPaginatorName usage example
from mypy_boto3_organizations.literals import ListOrganizationalUnitsForParentPaginatorName
def get_value() -> ListOrganizationalUnitsForParentPaginatorName:
return "list_organizational_units_for_parent"
# ListOrganizationalUnitsForParentPaginatorName definition
ListOrganizationalUnitsForParentPaginatorName = Literal[
"list_organizational_units_for_parent",
]
ListParentsPaginatorName#
# ListParentsPaginatorName usage example
from mypy_boto3_organizations.literals import ListParentsPaginatorName
def get_value() -> ListParentsPaginatorName:
return "list_parents"
# ListParentsPaginatorName definition
ListParentsPaginatorName = Literal[
"list_parents",
]
ListPoliciesForTargetPaginatorName#
# ListPoliciesForTargetPaginatorName usage example
from mypy_boto3_organizations.literals import ListPoliciesForTargetPaginatorName
def get_value() -> ListPoliciesForTargetPaginatorName:
return "list_policies_for_target"
# ListPoliciesForTargetPaginatorName definition
ListPoliciesForTargetPaginatorName = Literal[
"list_policies_for_target",
]
ListPoliciesPaginatorName#
# ListPoliciesPaginatorName usage example
from mypy_boto3_organizations.literals import ListPoliciesPaginatorName
def get_value() -> ListPoliciesPaginatorName:
return "list_policies"
# ListPoliciesPaginatorName definition
ListPoliciesPaginatorName = Literal[
"list_policies",
]
ListRootsPaginatorName#
# ListRootsPaginatorName usage example
from mypy_boto3_organizations.literals import ListRootsPaginatorName
def get_value() -> ListRootsPaginatorName:
return "list_roots"
# ListRootsPaginatorName definition
ListRootsPaginatorName = Literal[
"list_roots",
]
ListTagsForResourcePaginatorName#
# ListTagsForResourcePaginatorName usage example
from mypy_boto3_organizations.literals import ListTagsForResourcePaginatorName
def get_value() -> ListTagsForResourcePaginatorName:
return "list_tags_for_resource"
# ListTagsForResourcePaginatorName definition
ListTagsForResourcePaginatorName = Literal[
"list_tags_for_resource",
]
ListTargetsForPolicyPaginatorName#
# ListTargetsForPolicyPaginatorName usage example
from mypy_boto3_organizations.literals import ListTargetsForPolicyPaginatorName
def get_value() -> ListTargetsForPolicyPaginatorName:
return "list_targets_for_policy"
# ListTargetsForPolicyPaginatorName definition
ListTargetsForPolicyPaginatorName = Literal[
"list_targets_for_policy",
]
OrganizationFeatureSetType#
# OrganizationFeatureSetType usage example
from mypy_boto3_organizations.literals import OrganizationFeatureSetType
def get_value() -> OrganizationFeatureSetType:
return "ALL"
# OrganizationFeatureSetType definition
OrganizationFeatureSetType = Literal[
"ALL",
"CONSOLIDATED_BILLING",
]
ParentTypeType#
# ParentTypeType usage example
from mypy_boto3_organizations.literals import ParentTypeType
def get_value() -> ParentTypeType:
return "ORGANIZATIONAL_UNIT"
# ParentTypeType definition
ParentTypeType = Literal[
"ORGANIZATIONAL_UNIT",
"ROOT",
]
PolicyTypeStatusType#
# PolicyTypeStatusType usage example
from mypy_boto3_organizations.literals import PolicyTypeStatusType
def get_value() -> PolicyTypeStatusType:
return "ENABLED"
# PolicyTypeStatusType definition
PolicyTypeStatusType = Literal[
"ENABLED",
"PENDING_DISABLE",
"PENDING_ENABLE",
]
PolicyTypeType#
# PolicyTypeType usage example
from mypy_boto3_organizations.literals import PolicyTypeType
def get_value() -> PolicyTypeType:
return "AISERVICES_OPT_OUT_POLICY"
# PolicyTypeType definition
PolicyTypeType = Literal[
"AISERVICES_OPT_OUT_POLICY",
"BACKUP_POLICY",
"CHATBOT_POLICY",
"RESOURCE_CONTROL_POLICY",
"SERVICE_CONTROL_POLICY",
"TAG_POLICY",
]
TargetTypeType#
# TargetTypeType usage example
from mypy_boto3_organizations.literals import TargetTypeType
def get_value() -> TargetTypeType:
return "ACCOUNT"
# TargetTypeType definition
TargetTypeType = Literal[
"ACCOUNT",
"ORGANIZATIONAL_UNIT",
"ROOT",
]
OrganizationsServiceName#
# OrganizationsServiceName usage example
from mypy_boto3_organizations.literals import OrganizationsServiceName
def get_value() -> OrganizationsServiceName:
return "organizations"
# OrganizationsServiceName definition
OrganizationsServiceName = Literal[
"organizations",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_organizations.literals import ServiceName
def get_value() -> ServiceName:
return "accessanalyzer"
# ServiceName definition
ServiceName = Literal[
"accessanalyzer",
"account",
"acm",
"acm-pca",
"amp",
"amplify",
"amplifybackend",
"amplifyuibuilder",
"apigateway",
"apigatewaymanagementapi",
"apigatewayv2",
"appconfig",
"appconfigdata",
"appfabric",
"appflow",
"appintegrations",
"application-autoscaling",
"application-insights",
"application-signals",
"applicationcostprofiler",
"appmesh",
"apprunner",
"appstream",
"appsync",
"apptest",
"arc-zonal-shift",
"artifact",
"athena",
"auditmanager",
"autoscaling",
"autoscaling-plans",
"b2bi",
"backup",
"backup-gateway",
"batch",
"bcm-data-exports",
"bedrock",
"bedrock-agent",
"bedrock-agent-runtime",
"bedrock-runtime",
"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",
"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",
"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",
"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",
"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",
"mq",
"mturk",
"mwaa",
"neptune",
"neptune-graph",
"neptunedata",
"network-firewall",
"networkmanager",
"networkmonitor",
"oam",
"omics",
"opensearch",
"opensearchserverless",
"opsworks",
"opsworkscm",
"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",
"privatenetworks",
"proton",
"qapps",
"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",
"route53profiles",
"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",
"socialmessaging",
"sqs",
"ssm",
"ssm-contacts",
"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-thin-client",
"workspaces-web",
"xray",
]
ResourceServiceName#
# ResourceServiceName usage example
from mypy_boto3_organizations.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_organizations.literals import PaginatorName
def get_value() -> PaginatorName:
return "list_accounts"
# PaginatorName definition
PaginatorName = Literal[
"list_accounts",
"list_accounts_for_parent",
"list_aws_service_access_for_organization",
"list_children",
"list_create_account_status",
"list_delegated_administrators",
"list_delegated_services_for_account",
"list_handshakes_for_account",
"list_handshakes_for_organization",
"list_organizational_units_for_parent",
"list_parents",
"list_policies",
"list_policies_for_target",
"list_roots",
"list_tags_for_resource",
"list_targets_for_policy",
]