Literals#
Index > AgentsforBedrockRuntime > Literals
Auto-generated documentation for AgentsforBedrockRuntime type annotations stubs module mypy-boto3-bedrock-agent-runtime.
ActionInvocationTypeType#
# ActionInvocationTypeType usage example
from mypy_boto3_bedrock_agent_runtime.literals import ActionInvocationTypeType
def get_value() -> ActionInvocationTypeType:
return "RESULT"
# ActionInvocationTypeType definition
ActionInvocationTypeType = Literal[
"RESULT",
"USER_CONFIRMATION",
"USER_CONFIRMATION_AND_RESULT",
]
ConfirmationStateType#
# ConfirmationStateType usage example
from mypy_boto3_bedrock_agent_runtime.literals import ConfirmationStateType
def get_value() -> ConfirmationStateType:
return "CONFIRM"
# ConfirmationStateType definition
ConfirmationStateType = Literal[
"CONFIRM",
"DENY",
]
CreationModeType#
# CreationModeType usage example
from mypy_boto3_bedrock_agent_runtime.literals import CreationModeType
def get_value() -> CreationModeType:
return "DEFAULT"
# CreationModeType definition
CreationModeType = Literal[
"DEFAULT",
"OVERRIDDEN",
]
ExecutionTypeType#
# ExecutionTypeType usage example
from mypy_boto3_bedrock_agent_runtime.literals import ExecutionTypeType
def get_value() -> ExecutionTypeType:
return "LAMBDA"
# ExecutionTypeType definition
ExecutionTypeType = Literal[
"LAMBDA",
"RETURN_CONTROL",
]
ExternalSourceTypeType#
# ExternalSourceTypeType usage example
from mypy_boto3_bedrock_agent_runtime.literals import ExternalSourceTypeType
def get_value() -> ExternalSourceTypeType:
return "BYTE_CONTENT"
# ExternalSourceTypeType definition
ExternalSourceTypeType = Literal[
"BYTE_CONTENT",
"S3",
]
FileSourceTypeType#
# FileSourceTypeType usage example
from mypy_boto3_bedrock_agent_runtime.literals import FileSourceTypeType
def get_value() -> FileSourceTypeType:
return "BYTE_CONTENT"
# FileSourceTypeType definition
FileSourceTypeType = Literal[
"BYTE_CONTENT",
"S3",
]
FileUseCaseType#
# FileUseCaseType usage example
from mypy_boto3_bedrock_agent_runtime.literals import FileUseCaseType
def get_value() -> FileUseCaseType:
return "CHAT"
# FileUseCaseType definition
FileUseCaseType = Literal[
"CHAT",
"CODE_INTERPRETER",
]
FlowCompletionReasonType#
# FlowCompletionReasonType usage example
from mypy_boto3_bedrock_agent_runtime.literals import FlowCompletionReasonType
def get_value() -> FlowCompletionReasonType:
return "SUCCESS"
# FlowCompletionReasonType definition
FlowCompletionReasonType = Literal[
"SUCCESS",
]
GetAgentMemoryPaginatorName#
# GetAgentMemoryPaginatorName usage example
from mypy_boto3_bedrock_agent_runtime.literals import GetAgentMemoryPaginatorName
def get_value() -> GetAgentMemoryPaginatorName:
return "get_agent_memory"
# GetAgentMemoryPaginatorName definition
GetAgentMemoryPaginatorName = Literal[
"get_agent_memory",
]
GuadrailActionType#
# GuadrailActionType usage example
from mypy_boto3_bedrock_agent_runtime.literals import GuadrailActionType
def get_value() -> GuadrailActionType:
return "INTERVENED"
# GuadrailActionType definition
GuadrailActionType = Literal[
"INTERVENED",
"NONE",
]
GuardrailActionType#
# GuardrailActionType usage example
from mypy_boto3_bedrock_agent_runtime.literals import GuardrailActionType
def get_value() -> GuardrailActionType:
return "INTERVENED"
# GuardrailActionType definition
GuardrailActionType = Literal[
"INTERVENED",
"NONE",
]
GuardrailContentFilterConfidenceType#
# GuardrailContentFilterConfidenceType usage example
from mypy_boto3_bedrock_agent_runtime.literals import GuardrailContentFilterConfidenceType
def get_value() -> GuardrailContentFilterConfidenceType:
return "HIGH"
# GuardrailContentFilterConfidenceType definition
GuardrailContentFilterConfidenceType = Literal[
"HIGH",
"LOW",
"MEDIUM",
"NONE",
]
GuardrailContentFilterTypeType#
# GuardrailContentFilterTypeType usage example
from mypy_boto3_bedrock_agent_runtime.literals import GuardrailContentFilterTypeType
def get_value() -> GuardrailContentFilterTypeType:
return "HATE"
# GuardrailContentFilterTypeType definition
GuardrailContentFilterTypeType = Literal[
"HATE",
"INSULTS",
"MISCONDUCT",
"PROMPT_ATTACK",
"SEXUAL",
"VIOLENCE",
]
GuardrailContentPolicyActionType#
# GuardrailContentPolicyActionType usage example
from mypy_boto3_bedrock_agent_runtime.literals import GuardrailContentPolicyActionType
def get_value() -> GuardrailContentPolicyActionType:
return "BLOCKED"
# GuardrailContentPolicyActionType definition
GuardrailContentPolicyActionType = Literal[
"BLOCKED",
]
GuardrailManagedWordTypeType#
# GuardrailManagedWordTypeType usage example
from mypy_boto3_bedrock_agent_runtime.literals import GuardrailManagedWordTypeType
def get_value() -> GuardrailManagedWordTypeType:
return "PROFANITY"
# GuardrailManagedWordTypeType definition
GuardrailManagedWordTypeType = Literal[
"PROFANITY",
]
GuardrailPiiEntityTypeType#
# GuardrailPiiEntityTypeType usage example
from mypy_boto3_bedrock_agent_runtime.literals import GuardrailPiiEntityTypeType
def get_value() -> GuardrailPiiEntityTypeType:
return "ADDRESS"
# GuardrailPiiEntityTypeType definition
GuardrailPiiEntityTypeType = Literal[
"ADDRESS",
"AGE",
"AWS_ACCESS_KEY",
"AWS_SECRET_KEY",
"CA_HEALTH_NUMBER",
"CA_SOCIAL_INSURANCE_NUMBER",
"CREDIT_DEBIT_CARD_CVV",
"CREDIT_DEBIT_CARD_EXPIRY",
"CREDIT_DEBIT_CARD_NUMBER",
"DRIVER_ID",
"EMAIL",
"INTERNATIONAL_BANK_ACCOUNT_NUMBER",
"IP_ADDRESS",
"LICENSE_PLATE",
"MAC_ADDRESS",
"NAME",
"PASSWORD",
"PHONE",
"PIN",
"SWIFT_CODE",
"UK_NATIONAL_HEALTH_SERVICE_NUMBER",
"UK_NATIONAL_INSURANCE_NUMBER",
"UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER",
"URL",
"US_BANK_ACCOUNT_NUMBER",
"US_BANK_ROUTING_NUMBER",
"US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER",
"US_PASSPORT_NUMBER",
"US_SOCIAL_SECURITY_NUMBER",
"USERNAME",
"VEHICLE_IDENTIFICATION_NUMBER",
]
GuardrailSensitiveInformationPolicyActionType#
# GuardrailSensitiveInformationPolicyActionType usage example
from mypy_boto3_bedrock_agent_runtime.literals import GuardrailSensitiveInformationPolicyActionType
def get_value() -> GuardrailSensitiveInformationPolicyActionType:
return "ANONYMIZED"
# GuardrailSensitiveInformationPolicyActionType definition
GuardrailSensitiveInformationPolicyActionType = Literal[
"ANONYMIZED",
"BLOCKED",
]
GuardrailTopicPolicyActionType#
# GuardrailTopicPolicyActionType usage example
from mypy_boto3_bedrock_agent_runtime.literals import GuardrailTopicPolicyActionType
def get_value() -> GuardrailTopicPolicyActionType:
return "BLOCKED"
# GuardrailTopicPolicyActionType definition
GuardrailTopicPolicyActionType = Literal[
"BLOCKED",
]
GuardrailTopicTypeType#
# GuardrailTopicTypeType usage example
from mypy_boto3_bedrock_agent_runtime.literals import GuardrailTopicTypeType
def get_value() -> GuardrailTopicTypeType:
return "DENY"
# GuardrailTopicTypeType definition
GuardrailTopicTypeType = Literal[
"DENY",
]
GuardrailWordPolicyActionType#
# GuardrailWordPolicyActionType usage example
from mypy_boto3_bedrock_agent_runtime.literals import GuardrailWordPolicyActionType
def get_value() -> GuardrailWordPolicyActionType:
return "BLOCKED"
# GuardrailWordPolicyActionType definition
GuardrailWordPolicyActionType = Literal[
"BLOCKED",
]
InvocationTypeType#
# InvocationTypeType usage example
from mypy_boto3_bedrock_agent_runtime.literals import InvocationTypeType
def get_value() -> InvocationTypeType:
return "ACTION_GROUP"
# InvocationTypeType definition
InvocationTypeType = Literal[
"ACTION_GROUP",
"ACTION_GROUP_CODE_INTERPRETER",
"FINISH",
"KNOWLEDGE_BASE",
]
MemoryTypeType#
# MemoryTypeType usage example
from mypy_boto3_bedrock_agent_runtime.literals import MemoryTypeType
def get_value() -> MemoryTypeType:
return "SESSION_SUMMARY"
# MemoryTypeType definition
MemoryTypeType = Literal[
"SESSION_SUMMARY",
]
NodeTypeType#
# NodeTypeType usage example
from mypy_boto3_bedrock_agent_runtime.literals import NodeTypeType
def get_value() -> NodeTypeType:
return "ConditionNode"
# NodeTypeType definition
NodeTypeType = Literal[
"ConditionNode",
"FlowInputNode",
"FlowOutputNode",
"KnowledgeBaseNode",
"LambdaFunctionNode",
"LexNode",
"PromptNode",
]
PromptTypeType#
# PromptTypeType usage example
from mypy_boto3_bedrock_agent_runtime.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",
]
QueryTransformationTypeType#
# QueryTransformationTypeType usage example
from mypy_boto3_bedrock_agent_runtime.literals import QueryTransformationTypeType
def get_value() -> QueryTransformationTypeType:
return "QUERY_DECOMPOSITION"
# QueryTransformationTypeType definition
QueryTransformationTypeType = Literal[
"QUERY_DECOMPOSITION",
]
ResponseStateType#
# ResponseStateType usage example
from mypy_boto3_bedrock_agent_runtime.literals import ResponseStateType
def get_value() -> ResponseStateType:
return "FAILURE"
# ResponseStateType definition
ResponseStateType = Literal[
"FAILURE",
"REPROMPT",
]
RetrievalResultLocationTypeType#
# RetrievalResultLocationTypeType usage example
from mypy_boto3_bedrock_agent_runtime.literals import RetrievalResultLocationTypeType
def get_value() -> RetrievalResultLocationTypeType:
return "CONFLUENCE"
# RetrievalResultLocationTypeType definition
RetrievalResultLocationTypeType = Literal[
"CONFLUENCE",
"S3",
"SALESFORCE",
"SHAREPOINT",
"WEB",
]
RetrieveAndGenerateTypeType#
# RetrieveAndGenerateTypeType usage example
from mypy_boto3_bedrock_agent_runtime.literals import RetrieveAndGenerateTypeType
def get_value() -> RetrieveAndGenerateTypeType:
return "EXTERNAL_SOURCES"
# RetrieveAndGenerateTypeType definition
RetrieveAndGenerateTypeType = Literal[
"EXTERNAL_SOURCES",
"KNOWLEDGE_BASE",
]
RetrievePaginatorName#
# RetrievePaginatorName usage example
from mypy_boto3_bedrock_agent_runtime.literals import RetrievePaginatorName
def get_value() -> RetrievePaginatorName:
return "retrieve"
# RetrievePaginatorName definition
RetrievePaginatorName = Literal[
"retrieve",
]
SearchTypeType#
# SearchTypeType usage example
from mypy_boto3_bedrock_agent_runtime.literals import SearchTypeType
def get_value() -> SearchTypeType:
return "HYBRID"
# SearchTypeType definition
SearchTypeType = Literal[
"HYBRID",
"SEMANTIC",
]
SourceType#
# SourceType usage example
from mypy_boto3_bedrock_agent_runtime.literals import SourceType
def get_value() -> SourceType:
return "ACTION_GROUP"
# SourceType definition
SourceType = Literal[
"ACTION_GROUP",
"KNOWLEDGE_BASE",
"PARSER",
]
TypeType#
# TypeType usage example
from mypy_boto3_bedrock_agent_runtime.literals import TypeType
def get_value() -> TypeType:
return "ACTION_GROUP"
# TypeType definition
TypeType = Literal[
"ACTION_GROUP",
"ASK_USER",
"FINISH",
"KNOWLEDGE_BASE",
"REPROMPT",
]
AgentsforBedrockRuntimeServiceName#
# AgentsforBedrockRuntimeServiceName usage example
from mypy_boto3_bedrock_agent_runtime.literals import AgentsforBedrockRuntimeServiceName
def get_value() -> AgentsforBedrockRuntimeServiceName:
return "bedrock-agent-runtime"
# AgentsforBedrockRuntimeServiceName definition
AgentsforBedrockRuntimeServiceName = Literal[
"bedrock-agent-runtime",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_bedrock_agent_runtime.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_bedrock_agent_runtime.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_runtime.literals import PaginatorName
def get_value() -> PaginatorName:
return "get_agent_memory"
# PaginatorName definition
PaginatorName = Literal[
"get_agent_memory",
"retrieve",
]