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.CodeInterpreter"
# ActionGroupSignatureType definition
ActionGroupSignatureType = Literal[
"AMAZON.CodeInterpreter",
"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",
"HIERARCHICAL",
"NONE",
"SEMANTIC",
]
ConfluenceAuthTypeType#
# ConfluenceAuthTypeType usage example
from mypy_boto3_bedrock_agent.literals import ConfluenceAuthTypeType
def get_value() -> ConfluenceAuthTypeType:
return "BASIC"
# ConfluenceAuthTypeType definition
ConfluenceAuthTypeType = Literal[
"BASIC",
"OAUTH2_CLIENT_CREDENTIALS",
]
ConfluenceHostTypeType#
# ConfluenceHostTypeType usage example
from mypy_boto3_bedrock_agent.literals import ConfluenceHostTypeType
def get_value() -> ConfluenceHostTypeType:
return "SAAS"
# ConfluenceHostTypeType definition
ConfluenceHostTypeType = Literal[
"SAAS",
]
CrawlFilterConfigurationTypeType#
# CrawlFilterConfigurationTypeType usage example
from mypy_boto3_bedrock_agent.literals import CrawlFilterConfigurationTypeType
def get_value() -> CrawlFilterConfigurationTypeType:
return "PATTERN"
# CrawlFilterConfigurationTypeType definition
CrawlFilterConfigurationTypeType = Literal[
"PATTERN",
]
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 "CONFLUENCE"
# DataSourceTypeType definition
DataSourceTypeType = Literal[
"CONFLUENCE",
"S3",
"SALESFORCE",
"SHAREPOINT",
"WEB",
]
FlowConnectionTypeType#
# FlowConnectionTypeType usage example
from mypy_boto3_bedrock_agent.literals import FlowConnectionTypeType
def get_value() -> FlowConnectionTypeType:
return "Conditional"
# FlowConnectionTypeType definition
FlowConnectionTypeType = Literal[
"Conditional",
"Data",
]
FlowNodeIODataTypeType#
# FlowNodeIODataTypeType usage example
from mypy_boto3_bedrock_agent.literals import FlowNodeIODataTypeType
def get_value() -> FlowNodeIODataTypeType:
return "Array"
# FlowNodeIODataTypeType definition
FlowNodeIODataTypeType = Literal[
"Array",
"Boolean",
"Number",
"Object",
"String",
]
FlowNodeTypeType#
# FlowNodeTypeType usage example
from mypy_boto3_bedrock_agent.literals import FlowNodeTypeType
def get_value() -> FlowNodeTypeType:
return "Agent"
# FlowNodeTypeType definition
FlowNodeTypeType = Literal[
"Agent",
"Collector",
"Condition",
"Input",
"Iterator",
"KnowledgeBase",
"LambdaFunction",
"Lex",
"Output",
"Prompt",
"Retrieval",
"Storage",
]
FlowStatusType#
# FlowStatusType usage example
from mypy_boto3_bedrock_agent.literals import FlowStatusType
def get_value() -> FlowStatusType:
return "Failed"
# FlowStatusType definition
FlowStatusType = Literal[
"Failed",
"NotPrepared",
"Prepared",
"Preparing",
]
FlowValidationSeverityType#
# FlowValidationSeverityType usage example
from mypy_boto3_bedrock_agent.literals import FlowValidationSeverityType
def get_value() -> FlowValidationSeverityType:
return "Error"
# FlowValidationSeverityType definition
FlowValidationSeverityType = Literal[
"Error",
"Warning",
]
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 "MONGO_DB_ATLAS"
# KnowledgeBaseStorageTypeType definition
KnowledgeBaseStorageTypeType = Literal[
"MONGO_DB_ATLAS",
"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",
]
ListFlowAliasesPaginatorName#
# ListFlowAliasesPaginatorName usage example
from mypy_boto3_bedrock_agent.literals import ListFlowAliasesPaginatorName
def get_value() -> ListFlowAliasesPaginatorName:
return "list_flow_aliases"
# ListFlowAliasesPaginatorName definition
ListFlowAliasesPaginatorName = Literal[
"list_flow_aliases",
]
ListFlowVersionsPaginatorName#
# ListFlowVersionsPaginatorName usage example
from mypy_boto3_bedrock_agent.literals import ListFlowVersionsPaginatorName
def get_value() -> ListFlowVersionsPaginatorName:
return "list_flow_versions"
# ListFlowVersionsPaginatorName definition
ListFlowVersionsPaginatorName = Literal[
"list_flow_versions",
]
ListFlowsPaginatorName#
# ListFlowsPaginatorName usage example
from mypy_boto3_bedrock_agent.literals import ListFlowsPaginatorName
def get_value() -> ListFlowsPaginatorName:
return "list_flows"
# ListFlowsPaginatorName definition
ListFlowsPaginatorName = Literal[
"list_flows",
]
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",
]
ListPromptsPaginatorName#
# ListPromptsPaginatorName usage example
from mypy_boto3_bedrock_agent.literals import ListPromptsPaginatorName
def get_value() -> ListPromptsPaginatorName:
return "list_prompts"
# ListPromptsPaginatorName definition
ListPromptsPaginatorName = Literal[
"list_prompts",
]
MemoryTypeType#
# MemoryTypeType usage example
from mypy_boto3_bedrock_agent.literals import MemoryTypeType
def get_value() -> MemoryTypeType:
return "SESSION_SUMMARY"
# MemoryTypeType definition
MemoryTypeType = Literal[
"SESSION_SUMMARY",
]
ParsingStrategyType#
# ParsingStrategyType usage example
from mypy_boto3_bedrock_agent.literals import ParsingStrategyType
def get_value() -> ParsingStrategyType:
return "BEDROCK_FOUNDATION_MODEL"
# ParsingStrategyType definition
ParsingStrategyType = Literal[
"BEDROCK_FOUNDATION_MODEL",
]
PromptStateType#
# PromptStateType usage example
from mypy_boto3_bedrock_agent.literals import PromptStateType
def get_value() -> PromptStateType:
return "DISABLED"
# PromptStateType definition
PromptStateType = Literal[
"DISABLED",
"ENABLED",
]
PromptTemplateTypeType#
# PromptTemplateTypeType usage example
from mypy_boto3_bedrock_agent.literals import PromptTemplateTypeType
def get_value() -> PromptTemplateTypeType:
return "TEXT"
# PromptTemplateTypeType definition
PromptTemplateTypeType = Literal[
"TEXT",
]
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",
]
RequireConfirmationType#
# RequireConfirmationType usage example
from mypy_boto3_bedrock_agent.literals import RequireConfirmationType
def get_value() -> RequireConfirmationType:
return "DISABLED"
# RequireConfirmationType definition
RequireConfirmationType = Literal[
"DISABLED",
"ENABLED",
]
SalesforceAuthTypeType#
# SalesforceAuthTypeType usage example
from mypy_boto3_bedrock_agent.literals import SalesforceAuthTypeType
def get_value() -> SalesforceAuthTypeType:
return "OAUTH2_CLIENT_CREDENTIALS"
# SalesforceAuthTypeType definition
SalesforceAuthTypeType = Literal[
"OAUTH2_CLIENT_CREDENTIALS",
]
SharePointAuthTypeType#
# SharePointAuthTypeType usage example
from mypy_boto3_bedrock_agent.literals import SharePointAuthTypeType
def get_value() -> SharePointAuthTypeType:
return "OAUTH2_CLIENT_CREDENTIALS"
# SharePointAuthTypeType definition
SharePointAuthTypeType = Literal[
"OAUTH2_CLIENT_CREDENTIALS",
]
SharePointHostTypeType#
# SharePointHostTypeType usage example
from mypy_boto3_bedrock_agent.literals import SharePointHostTypeType
def get_value() -> SharePointHostTypeType:
return "ONLINE"
# SharePointHostTypeType definition
SharePointHostTypeType = Literal[
"ONLINE",
]
SortOrderType#
# SortOrderType usage example
from mypy_boto3_bedrock_agent.literals import SortOrderType
def get_value() -> SortOrderType:
return "ASCENDING"
# SortOrderType definition
SortOrderType = Literal[
"ASCENDING",
"DESCENDING",
]
StepTypeType#
# StepTypeType usage example
from mypy_boto3_bedrock_agent.literals import StepTypeType
def get_value() -> StepTypeType:
return "POST_CHUNKING"
# StepTypeType definition
StepTypeType = Literal[
"POST_CHUNKING",
]
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",
]