Literals#
Index > LicenseManager > Literals
Auto-generated documentation for LicenseManager type annotations stubs module mypy-boto3-license-manager.
ActivationOverrideBehaviorType#
# ActivationOverrideBehaviorType usage example
from mypy_boto3_license_manager.literals import ActivationOverrideBehaviorType
def get_value() -> ActivationOverrideBehaviorType:
return "ALL_GRANTS_PERMITTED_BY_ISSUER"
# ActivationOverrideBehaviorType definition
ActivationOverrideBehaviorType = Literal[
"ALL_GRANTS_PERMITTED_BY_ISSUER",
"DISTRIBUTED_GRANTS_ONLY",
]
AllowedOperationType#
# AllowedOperationType usage example
from mypy_boto3_license_manager.literals import AllowedOperationType
def get_value() -> AllowedOperationType:
return "CheckInLicense"
# AllowedOperationType definition
AllowedOperationType = Literal[
"CheckInLicense",
"CheckoutBorrowLicense",
"CheckoutLicense",
"CreateGrant",
"CreateToken",
"ExtendConsumptionLicense",
"ListPurchasedLicenses",
]
CheckoutTypeType#
# CheckoutTypeType usage example
from mypy_boto3_license_manager.literals import CheckoutTypeType
def get_value() -> CheckoutTypeType:
return "PERPETUAL"
# CheckoutTypeType definition
CheckoutTypeType = Literal[
"PERPETUAL",
"PROVISIONAL",
]
DigitalSignatureMethodType#
# DigitalSignatureMethodType usage example
from mypy_boto3_license_manager.literals import DigitalSignatureMethodType
def get_value() -> DigitalSignatureMethodType:
return "JWT_PS384"
# DigitalSignatureMethodType definition
DigitalSignatureMethodType = Literal[
"JWT_PS384",
]
EntitlementDataUnitType#
# EntitlementDataUnitType usage example
from mypy_boto3_license_manager.literals import EntitlementDataUnitType
def get_value() -> EntitlementDataUnitType:
return "Bits"
# EntitlementDataUnitType definition
EntitlementDataUnitType = Literal[
"Bits",
"Bits/Second",
"Bytes",
"Bytes/Second",
"Count",
"Count/Second",
"Gigabits",
"Gigabits/Second",
"Gigabytes",
"Gigabytes/Second",
"Kilobits",
"Kilobits/Second",
"Kilobytes",
"Kilobytes/Second",
"Megabits",
"Megabits/Second",
"Megabytes",
"Megabytes/Second",
"Microseconds",
"Milliseconds",
"None",
"Percent",
"Seconds",
"Terabits",
"Terabits/Second",
"Terabytes",
"Terabytes/Second",
]
EntitlementUnitType#
# EntitlementUnitType usage example
from mypy_boto3_license_manager.literals import EntitlementUnitType
def get_value() -> EntitlementUnitType:
return "Bits"
# EntitlementUnitType definition
EntitlementUnitType = Literal[
"Bits",
"Bits/Second",
"Bytes",
"Bytes/Second",
"Count",
"Count/Second",
"Gigabits",
"Gigabits/Second",
"Gigabytes",
"Gigabytes/Second",
"Kilobits",
"Kilobits/Second",
"Kilobytes",
"Kilobytes/Second",
"Megabits",
"Megabits/Second",
"Megabytes",
"Megabytes/Second",
"Microseconds",
"Milliseconds",
"None",
"Percent",
"Seconds",
"Terabits",
"Terabits/Second",
"Terabytes",
"Terabytes/Second",
]
GrantStatusType#
# GrantStatusType usage example
from mypy_boto3_license_manager.literals import GrantStatusType
def get_value() -> GrantStatusType:
return "ACTIVE"
# GrantStatusType definition
GrantStatusType = Literal[
"ACTIVE",
"DELETED",
"DISABLED",
"FAILED_WORKFLOW",
"PENDING_ACCEPT",
"PENDING_DELETE",
"PENDING_WORKFLOW",
"REJECTED",
"WORKFLOW_COMPLETED",
]
InventoryFilterConditionType#
# InventoryFilterConditionType usage example
from mypy_boto3_license_manager.literals import InventoryFilterConditionType
def get_value() -> InventoryFilterConditionType:
return "BEGINS_WITH"
# InventoryFilterConditionType definition
InventoryFilterConditionType = Literal[
"BEGINS_WITH",
"CONTAINS",
"EQUALS",
"NOT_EQUALS",
]
LicenseConfigurationStatusType#
# LicenseConfigurationStatusType usage example
from mypy_boto3_license_manager.literals import LicenseConfigurationStatusType
def get_value() -> LicenseConfigurationStatusType:
return "AVAILABLE"
# LicenseConfigurationStatusType definition
LicenseConfigurationStatusType = Literal[
"AVAILABLE",
"DISABLED",
]
LicenseConversionTaskStatusType#
# LicenseConversionTaskStatusType usage example
from mypy_boto3_license_manager.literals import LicenseConversionTaskStatusType
def get_value() -> LicenseConversionTaskStatusType:
return "FAILED"
# LicenseConversionTaskStatusType definition
LicenseConversionTaskStatusType = Literal[
"FAILED",
"IN_PROGRESS",
"SUCCEEDED",
]
LicenseCountingTypeType#
# LicenseCountingTypeType usage example
from mypy_boto3_license_manager.literals import LicenseCountingTypeType
def get_value() -> LicenseCountingTypeType:
return "Core"
# LicenseCountingTypeType definition
LicenseCountingTypeType = Literal[
"Core",
"Instance",
"Socket",
"vCPU",
]
LicenseDeletionStatusType#
# LicenseDeletionStatusType usage example
from mypy_boto3_license_manager.literals import LicenseDeletionStatusType
def get_value() -> LicenseDeletionStatusType:
return "DELETED"
# LicenseDeletionStatusType definition
LicenseDeletionStatusType = Literal[
"DELETED",
"PENDING_DELETE",
]
LicenseStatusType#
# LicenseStatusType usage example
from mypy_boto3_license_manager.literals import LicenseStatusType
def get_value() -> LicenseStatusType:
return "AVAILABLE"
# LicenseStatusType definition
LicenseStatusType = Literal[
"AVAILABLE",
"DEACTIVATED",
"DELETED",
"EXPIRED",
"PENDING_AVAILABLE",
"PENDING_DELETE",
"SUSPENDED",
]
ListAssociationsForLicenseConfigurationPaginatorName#
# ListAssociationsForLicenseConfigurationPaginatorName usage example
from mypy_boto3_license_manager.literals import ListAssociationsForLicenseConfigurationPaginatorName
def get_value() -> ListAssociationsForLicenseConfigurationPaginatorName:
return "list_associations_for_license_configuration"
# ListAssociationsForLicenseConfigurationPaginatorName definition
ListAssociationsForLicenseConfigurationPaginatorName = Literal[
"list_associations_for_license_configuration",
]
ListLicenseConfigurationsPaginatorName#
# ListLicenseConfigurationsPaginatorName usage example
from mypy_boto3_license_manager.literals import ListLicenseConfigurationsPaginatorName
def get_value() -> ListLicenseConfigurationsPaginatorName:
return "list_license_configurations"
# ListLicenseConfigurationsPaginatorName definition
ListLicenseConfigurationsPaginatorName = Literal[
"list_license_configurations",
]
ListLicenseSpecificationsForResourcePaginatorName#
# ListLicenseSpecificationsForResourcePaginatorName usage example
from mypy_boto3_license_manager.literals import ListLicenseSpecificationsForResourcePaginatorName
def get_value() -> ListLicenseSpecificationsForResourcePaginatorName:
return "list_license_specifications_for_resource"
# ListLicenseSpecificationsForResourcePaginatorName definition
ListLicenseSpecificationsForResourcePaginatorName = Literal[
"list_license_specifications_for_resource",
]
ListResourceInventoryPaginatorName#
# ListResourceInventoryPaginatorName usage example
from mypy_boto3_license_manager.literals import ListResourceInventoryPaginatorName
def get_value() -> ListResourceInventoryPaginatorName:
return "list_resource_inventory"
# ListResourceInventoryPaginatorName definition
ListResourceInventoryPaginatorName = Literal[
"list_resource_inventory",
]
ListUsageForLicenseConfigurationPaginatorName#
# ListUsageForLicenseConfigurationPaginatorName usage example
from mypy_boto3_license_manager.literals import ListUsageForLicenseConfigurationPaginatorName
def get_value() -> ListUsageForLicenseConfigurationPaginatorName:
return "list_usage_for_license_configuration"
# ListUsageForLicenseConfigurationPaginatorName definition
ListUsageForLicenseConfigurationPaginatorName = Literal[
"list_usage_for_license_configuration",
]
ReceivedStatusType#
# ReceivedStatusType usage example
from mypy_boto3_license_manager.literals import ReceivedStatusType
def get_value() -> ReceivedStatusType:
return "ACTIVE"
# ReceivedStatusType definition
ReceivedStatusType = Literal[
"ACTIVE",
"DELETED",
"DISABLED",
"FAILED_WORKFLOW",
"PENDING_ACCEPT",
"PENDING_WORKFLOW",
"REJECTED",
"WORKFLOW_COMPLETED",
]
RenewTypeType#
# RenewTypeType usage example
from mypy_boto3_license_manager.literals import RenewTypeType
def get_value() -> RenewTypeType:
return "Monthly"
# RenewTypeType definition
RenewTypeType = Literal[
"Monthly",
"None",
"Weekly",
]
ReportFrequencyTypeType#
# ReportFrequencyTypeType usage example
from mypy_boto3_license_manager.literals import ReportFrequencyTypeType
def get_value() -> ReportFrequencyTypeType:
return "DAY"
# ReportFrequencyTypeType definition
ReportFrequencyTypeType = Literal[
"DAY",
"MONTH",
"WEEK",
]
ReportTypeType#
# ReportTypeType usage example
from mypy_boto3_license_manager.literals import ReportTypeType
def get_value() -> ReportTypeType:
return "LicenseConfigurationSummaryReport"
# ReportTypeType definition
ReportTypeType = Literal[
"LicenseConfigurationSummaryReport",
"LicenseConfigurationUsageReport",
]
ResourceTypeType#
# ResourceTypeType usage example
from mypy_boto3_license_manager.literals import ResourceTypeType
def get_value() -> ResourceTypeType:
return "EC2_AMI"
# ResourceTypeType definition
ResourceTypeType = Literal[
"EC2_AMI",
"EC2_HOST",
"EC2_INSTANCE",
"RDS",
"SYSTEMS_MANAGER_MANAGED_INSTANCE",
]
TokenTypeType#
# TokenTypeType usage example
from mypy_boto3_license_manager.literals import TokenTypeType
def get_value() -> TokenTypeType:
return "REFRESH_TOKEN"
# TokenTypeType definition
TokenTypeType = Literal[
"REFRESH_TOKEN",
]
LicenseManagerServiceName#
# LicenseManagerServiceName usage example
from mypy_boto3_license_manager.literals import LicenseManagerServiceName
def get_value() -> LicenseManagerServiceName:
return "license-manager"
# LicenseManagerServiceName definition
LicenseManagerServiceName = Literal[
"license-manager",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_license_manager.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_license_manager.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_license_manager.literals import PaginatorName
def get_value() -> PaginatorName:
return "list_associations_for_license_configuration"
# PaginatorName definition
PaginatorName = Literal[
"list_associations_for_license_configuration",
"list_license_configurations",
"list_license_specifications_for_resource",
"list_resource_inventory",
"list_usage_for_license_configuration",
]
RegionName#
# RegionName usage example
from mypy_boto3_license_manager.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",
"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",
"sa-east-1",
"us-east-1",
"us-east-2",
"us-west-1",
"us-west-2",
]