Skip to content

Literals#

Index > AgentsforBedrock > Literals

Auto-generated documentation for AgentsforBedrock type annotations stubs module mypy-boto3-bedrock-agent.

ActionGroupSignatureType#

# ActionGroupSignatureType usage example

from mypy_boto3_bedrock_agent.literals import ActionGroupSignatureType

def get_value() -> ActionGroupSignatureType:
    return "AMAZON.UserInput"
# ActionGroupSignatureType definition

ActionGroupSignatureType = Literal[
    "AMAZON.UserInput",
]

ActionGroupStateType#

# ActionGroupStateType usage example

from mypy_boto3_bedrock_agent.literals import ActionGroupStateType

def get_value() -> ActionGroupStateType:
    return "DISABLED"
# ActionGroupStateType definition

ActionGroupStateType = Literal[
    "DISABLED",
    "ENABLED",
]

AgentAliasStatusType#

# AgentAliasStatusType usage example

from mypy_boto3_bedrock_agent.literals import AgentAliasStatusType

def get_value() -> AgentAliasStatusType:
    return "CREATING"
# AgentAliasStatusType definition

AgentAliasStatusType = Literal[
    "CREATING",
    "DELETING",
    "FAILED",
    "PREPARED",
    "UPDATING",
]

AgentStatusType#

# AgentStatusType usage example

from mypy_boto3_bedrock_agent.literals import AgentStatusType

def get_value() -> AgentStatusType:
    return "CREATING"
# AgentStatusType definition

AgentStatusType = Literal[
    "CREATING",
    "DELETING",
    "FAILED",
    "NOT_PREPARED",
    "PREPARED",
    "PREPARING",
    "UPDATING",
    "VERSIONING",
]

ChunkingStrategyType#

# ChunkingStrategyType usage example

from mypy_boto3_bedrock_agent.literals import ChunkingStrategyType

def get_value() -> ChunkingStrategyType:
    return "FIXED_SIZE"
# ChunkingStrategyType definition

ChunkingStrategyType = Literal[
    "FIXED_SIZE",
    "NONE",
]

CreationModeType#

# CreationModeType usage example

from mypy_boto3_bedrock_agent.literals import CreationModeType

def get_value() -> CreationModeType:
    return "DEFAULT"
# CreationModeType definition

CreationModeType = Literal[
    "DEFAULT",
    "OVERRIDDEN",
]

CustomControlMethodType#

# CustomControlMethodType usage example

from mypy_boto3_bedrock_agent.literals import CustomControlMethodType

def get_value() -> CustomControlMethodType:
    return "RETURN_CONTROL"
# CustomControlMethodType definition

CustomControlMethodType = Literal[
    "RETURN_CONTROL",
]

DataDeletionPolicyType#

# DataDeletionPolicyType usage example

from mypy_boto3_bedrock_agent.literals import DataDeletionPolicyType

def get_value() -> DataDeletionPolicyType:
    return "DELETE"
# DataDeletionPolicyType definition

DataDeletionPolicyType = Literal[
    "DELETE",
    "RETAIN",
]

DataSourceStatusType#

# DataSourceStatusType usage example

from mypy_boto3_bedrock_agent.literals import DataSourceStatusType

def get_value() -> DataSourceStatusType:
    return "AVAILABLE"
# DataSourceStatusType definition

DataSourceStatusType = Literal[
    "AVAILABLE",
    "DELETE_UNSUCCESSFUL",
    "DELETING",
]

DataSourceTypeType#

# DataSourceTypeType usage example

from mypy_boto3_bedrock_agent.literals import DataSourceTypeType

def get_value() -> DataSourceTypeType:
    return "S3"
# DataSourceTypeType definition

DataSourceTypeType = Literal[
    "S3",
]

IngestionJobFilterAttributeType#

# IngestionJobFilterAttributeType usage example

from mypy_boto3_bedrock_agent.literals import IngestionJobFilterAttributeType

def get_value() -> IngestionJobFilterAttributeType:
    return "STATUS"
# IngestionJobFilterAttributeType definition

IngestionJobFilterAttributeType = Literal[
    "STATUS",
]

IngestionJobFilterOperatorType#

# IngestionJobFilterOperatorType usage example

from mypy_boto3_bedrock_agent.literals import IngestionJobFilterOperatorType

def get_value() -> IngestionJobFilterOperatorType:
    return "EQ"
# IngestionJobFilterOperatorType definition

IngestionJobFilterOperatorType = Literal[
    "EQ",
]

IngestionJobSortByAttributeType#

# IngestionJobSortByAttributeType usage example

from mypy_boto3_bedrock_agent.literals import IngestionJobSortByAttributeType

def get_value() -> IngestionJobSortByAttributeType:
    return "STARTED_AT"
# IngestionJobSortByAttributeType definition

IngestionJobSortByAttributeType = Literal[
    "STARTED_AT",
    "STATUS",
]

IngestionJobStatusType#

# IngestionJobStatusType usage example

from mypy_boto3_bedrock_agent.literals import IngestionJobStatusType

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

IngestionJobStatusType = Literal[
    "COMPLETE",
    "FAILED",
    "IN_PROGRESS",
    "STARTING",
]

KnowledgeBaseStateType#

# KnowledgeBaseStateType usage example

from mypy_boto3_bedrock_agent.literals import KnowledgeBaseStateType

def get_value() -> KnowledgeBaseStateType:
    return "DISABLED"
# KnowledgeBaseStateType definition

KnowledgeBaseStateType = Literal[
    "DISABLED",
    "ENABLED",
]

KnowledgeBaseStatusType#

# KnowledgeBaseStatusType usage example

from mypy_boto3_bedrock_agent.literals import KnowledgeBaseStatusType

def get_value() -> KnowledgeBaseStatusType:
    return "ACTIVE"
# KnowledgeBaseStatusType definition

KnowledgeBaseStatusType = Literal[
    "ACTIVE",
    "CREATING",
    "DELETE_UNSUCCESSFUL",
    "DELETING",
    "FAILED",
    "UPDATING",
]

KnowledgeBaseStorageTypeType#

# KnowledgeBaseStorageTypeType usage example

from mypy_boto3_bedrock_agent.literals import KnowledgeBaseStorageTypeType

def get_value() -> KnowledgeBaseStorageTypeType:
    return "OPENSEARCH_SERVERLESS"
# KnowledgeBaseStorageTypeType definition

KnowledgeBaseStorageTypeType = Literal[
    "OPENSEARCH_SERVERLESS",
    "PINECONE",
    "RDS",
    "REDIS_ENTERPRISE_CLOUD",
]

KnowledgeBaseTypeType#

# KnowledgeBaseTypeType usage example

from mypy_boto3_bedrock_agent.literals import KnowledgeBaseTypeType

def get_value() -> KnowledgeBaseTypeType:
    return "VECTOR"
# KnowledgeBaseTypeType definition

KnowledgeBaseTypeType = Literal[
    "VECTOR",
]

ListAgentActionGroupsPaginatorName#

# ListAgentActionGroupsPaginatorName usage example

from mypy_boto3_bedrock_agent.literals import ListAgentActionGroupsPaginatorName

def get_value() -> ListAgentActionGroupsPaginatorName:
    return "list_agent_action_groups"
# ListAgentActionGroupsPaginatorName definition

ListAgentActionGroupsPaginatorName = Literal[
    "list_agent_action_groups",
]

ListAgentAliasesPaginatorName#

# ListAgentAliasesPaginatorName usage example

from mypy_boto3_bedrock_agent.literals import ListAgentAliasesPaginatorName

def get_value() -> ListAgentAliasesPaginatorName:
    return "list_agent_aliases"
# ListAgentAliasesPaginatorName definition

ListAgentAliasesPaginatorName = Literal[
    "list_agent_aliases",
]

ListAgentKnowledgeBasesPaginatorName#

# ListAgentKnowledgeBasesPaginatorName usage example

from mypy_boto3_bedrock_agent.literals import ListAgentKnowledgeBasesPaginatorName

def get_value() -> ListAgentKnowledgeBasesPaginatorName:
    return "list_agent_knowledge_bases"
# ListAgentKnowledgeBasesPaginatorName definition

ListAgentKnowledgeBasesPaginatorName = Literal[
    "list_agent_knowledge_bases",
]

ListAgentVersionsPaginatorName#

# ListAgentVersionsPaginatorName usage example

from mypy_boto3_bedrock_agent.literals import ListAgentVersionsPaginatorName

def get_value() -> ListAgentVersionsPaginatorName:
    return "list_agent_versions"
# ListAgentVersionsPaginatorName definition

ListAgentVersionsPaginatorName = Literal[
    "list_agent_versions",
]

ListAgentsPaginatorName#

# ListAgentsPaginatorName usage example

from mypy_boto3_bedrock_agent.literals import ListAgentsPaginatorName

def get_value() -> ListAgentsPaginatorName:
    return "list_agents"
# ListAgentsPaginatorName definition

ListAgentsPaginatorName = Literal[
    "list_agents",
]

ListDataSourcesPaginatorName#

# ListDataSourcesPaginatorName usage example

from mypy_boto3_bedrock_agent.literals import ListDataSourcesPaginatorName

def get_value() -> ListDataSourcesPaginatorName:
    return "list_data_sources"
# ListDataSourcesPaginatorName definition

ListDataSourcesPaginatorName = Literal[
    "list_data_sources",
]

ListIngestionJobsPaginatorName#

# ListIngestionJobsPaginatorName usage example

from mypy_boto3_bedrock_agent.literals import ListIngestionJobsPaginatorName

def get_value() -> ListIngestionJobsPaginatorName:
    return "list_ingestion_jobs"
# ListIngestionJobsPaginatorName definition

ListIngestionJobsPaginatorName = Literal[
    "list_ingestion_jobs",
]

ListKnowledgeBasesPaginatorName#

# ListKnowledgeBasesPaginatorName usage example

from mypy_boto3_bedrock_agent.literals import ListKnowledgeBasesPaginatorName

def get_value() -> ListKnowledgeBasesPaginatorName:
    return "list_knowledge_bases"
# ListKnowledgeBasesPaginatorName definition

ListKnowledgeBasesPaginatorName = Literal[
    "list_knowledge_bases",
]

PromptStateType#

# PromptStateType usage example

from mypy_boto3_bedrock_agent.literals import PromptStateType

def get_value() -> PromptStateType:
    return "DISABLED"
# PromptStateType definition

PromptStateType = Literal[
    "DISABLED",
    "ENABLED",
]

PromptTypeType#

# PromptTypeType usage example

from mypy_boto3_bedrock_agent.literals import PromptTypeType

def get_value() -> PromptTypeType:
    return "KNOWLEDGE_BASE_RESPONSE_GENERATION"
# PromptTypeType definition

PromptTypeType = Literal[
    "KNOWLEDGE_BASE_RESPONSE_GENERATION",
    "ORCHESTRATION",
    "POST_PROCESSING",
    "PRE_PROCESSING",
]

SortOrderType#

# SortOrderType usage example

from mypy_boto3_bedrock_agent.literals import SortOrderType

def get_value() -> SortOrderType:
    return "ASCENDING"
# SortOrderType definition

SortOrderType = Literal[
    "ASCENDING",
    "DESCENDING",
]

TypeType#

# TypeType usage example

from mypy_boto3_bedrock_agent.literals import TypeType

def get_value() -> TypeType:
    return "array"
# TypeType definition

TypeType = Literal[
    "array",
    "boolean",
    "integer",
    "number",
    "string",
]

AgentsforBedrockServiceName#

# AgentsforBedrockServiceName usage example

from mypy_boto3_bedrock_agent.literals import AgentsforBedrockServiceName

def get_value() -> AgentsforBedrockServiceName:
    return "bedrock-agent"
# AgentsforBedrockServiceName definition

AgentsforBedrockServiceName = Literal[
    "bedrock-agent",
]

ServiceName#

# ServiceName usage example

from mypy_boto3_bedrock_agent.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",
    "codeconnections",
    "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",
    "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",
    "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",
    "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",
    "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_bedrock_agent.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_bedrock_agent.literals import PaginatorName

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

PaginatorName = Literal[
    "list_agent_action_groups",
    "list_agent_aliases",
    "list_agent_knowledge_bases",
    "list_agent_versions",
    "list_agents",
    "list_data_sources",
    "list_ingestion_jobs",
    "list_knowledge_bases",
]