Literals#
Index > AgentsforBedrock > Literals
Auto-generated documentation for AgentsforBedrock type annotations stubs module types-boto3-bedrock-agent.
ActionGroupSignatureType#
# ActionGroupSignatureType usage example
from types_boto3_bedrock_agent.literals import ActionGroupSignatureType
def get_value() -> ActionGroupSignatureType:
    return "AMAZON.CodeInterpreter"# ActionGroupSignatureType definition
ActionGroupSignatureType = Literal[
    "AMAZON.CodeInterpreter",
    "AMAZON.UserInput",
    "ANTHROPIC.Bash",
    "ANTHROPIC.Computer",
    "ANTHROPIC.TextEditor",
]ActionGroupStateType#
# ActionGroupStateType usage example
from types_boto3_bedrock_agent.literals import ActionGroupStateType
def get_value() -> ActionGroupStateType:
    return "DISABLED"# ActionGroupStateType definition
ActionGroupStateType = Literal[
    "DISABLED",
    "ENABLED",
]AgentAliasStatusType#
# AgentAliasStatusType usage example
from types_boto3_bedrock_agent.literals import AgentAliasStatusType
def get_value() -> AgentAliasStatusType:
    return "CREATING"# AgentAliasStatusType definition
AgentAliasStatusType = Literal[
    "CREATING",
    "DELETING",
    "DISSOCIATED",
    "FAILED",
    "PREPARED",
    "UPDATING",
]AgentCollaborationType#
# AgentCollaborationType usage example
from types_boto3_bedrock_agent.literals import AgentCollaborationType
def get_value() -> AgentCollaborationType:
    return "DISABLED"# AgentCollaborationType definition
AgentCollaborationType = Literal[
    "DISABLED",
    "SUPERVISOR",
    "SUPERVISOR_ROUTER",
]AgentStatusType#
# AgentStatusType usage example
from types_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",
]AliasInvocationStateType#
# AliasInvocationStateType usage example
from types_boto3_bedrock_agent.literals import AliasInvocationStateType
def get_value() -> AliasInvocationStateType:
    return "ACCEPT_INVOCATIONS"# AliasInvocationStateType definition
AliasInvocationStateType = Literal[
    "ACCEPT_INVOCATIONS",
    "REJECT_INVOCATIONS",
]CachePointTypeType#
# CachePointTypeType usage example
from types_boto3_bedrock_agent.literals import CachePointTypeType
def get_value() -> CachePointTypeType:
    return "default"# CachePointTypeType definition
CachePointTypeType = Literal[
    "default",
]ChunkingStrategyType#
# ChunkingStrategyType usage example
from types_boto3_bedrock_agent.literals import ChunkingStrategyType
def get_value() -> ChunkingStrategyType:
    return "FIXED_SIZE"# ChunkingStrategyType definition
ChunkingStrategyType = Literal[
    "FIXED_SIZE",
    "HIERARCHICAL",
    "NONE",
    "SEMANTIC",
]ConcurrencyTypeType#
# ConcurrencyTypeType usage example
from types_boto3_bedrock_agent.literals import ConcurrencyTypeType
def get_value() -> ConcurrencyTypeType:
    return "Automatic"# ConcurrencyTypeType definition
ConcurrencyTypeType = Literal[
    "Automatic",
    "Manual",
]ConfluenceAuthTypeType#
# ConfluenceAuthTypeType usage example
from types_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 types_boto3_bedrock_agent.literals import ConfluenceHostTypeType
def get_value() -> ConfluenceHostTypeType:
    return "SAAS"# ConfluenceHostTypeType definition
ConfluenceHostTypeType = Literal[
    "SAAS",
]ContentDataSourceTypeType#
# ContentDataSourceTypeType usage example
from types_boto3_bedrock_agent.literals import ContentDataSourceTypeType
def get_value() -> ContentDataSourceTypeType:
    return "CUSTOM"# ContentDataSourceTypeType definition
ContentDataSourceTypeType = Literal[
    "CUSTOM",
    "S3",
]ContextEnrichmentTypeType#
# ContextEnrichmentTypeType usage example
from types_boto3_bedrock_agent.literals import ContextEnrichmentTypeType
def get_value() -> ContextEnrichmentTypeType:
    return "BEDROCK_FOUNDATION_MODEL"# ContextEnrichmentTypeType definition
ContextEnrichmentTypeType = Literal[
    "BEDROCK_FOUNDATION_MODEL",
]ConversationRoleType#
# ConversationRoleType usage example
from types_boto3_bedrock_agent.literals import ConversationRoleType
def get_value() -> ConversationRoleType:
    return "assistant"# ConversationRoleType definition
ConversationRoleType = Literal[
    "assistant",
    "user",
]CrawlFilterConfigurationTypeType#
# CrawlFilterConfigurationTypeType usage example
from types_boto3_bedrock_agent.literals import CrawlFilterConfigurationTypeType
def get_value() -> CrawlFilterConfigurationTypeType:
    return "PATTERN"# CrawlFilterConfigurationTypeType definition
CrawlFilterConfigurationTypeType = Literal[
    "PATTERN",
]CreationModeType#
# CreationModeType usage example
from types_boto3_bedrock_agent.literals import CreationModeType
def get_value() -> CreationModeType:
    return "DEFAULT"# CreationModeType definition
CreationModeType = Literal[
    "DEFAULT",
    "OVERRIDDEN",
]CustomControlMethodType#
# CustomControlMethodType usage example
from types_boto3_bedrock_agent.literals import CustomControlMethodType
def get_value() -> CustomControlMethodType:
    return "RETURN_CONTROL"# CustomControlMethodType definition
CustomControlMethodType = Literal[
    "RETURN_CONTROL",
]CustomSourceTypeType#
# CustomSourceTypeType usage example
from types_boto3_bedrock_agent.literals import CustomSourceTypeType
def get_value() -> CustomSourceTypeType:
    return "IN_LINE"# CustomSourceTypeType definition
CustomSourceTypeType = Literal[
    "IN_LINE",
    "S3_LOCATION",
]DataDeletionPolicyType#
# DataDeletionPolicyType usage example
from types_boto3_bedrock_agent.literals import DataDeletionPolicyType
def get_value() -> DataDeletionPolicyType:
    return "DELETE"# DataDeletionPolicyType definition
DataDeletionPolicyType = Literal[
    "DELETE",
    "RETAIN",
]DataSourceStatusType#
# DataSourceStatusType usage example
from types_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 types_boto3_bedrock_agent.literals import DataSourceTypeType
def get_value() -> DataSourceTypeType:
    return "CONFLUENCE"# DataSourceTypeType definition
DataSourceTypeType = Literal[
    "CONFLUENCE",
    "CUSTOM",
    "REDSHIFT_METADATA",
    "S3",
    "SALESFORCE",
    "SHAREPOINT",
    "WEB",
]DocumentStatusType#
# DocumentStatusType usage example
from types_boto3_bedrock_agent.literals import DocumentStatusType
def get_value() -> DocumentStatusType:
    return "DELETE_IN_PROGRESS"# DocumentStatusType definition
DocumentStatusType = Literal[
    "DELETE_IN_PROGRESS",
    "DELETING",
    "FAILED",
    "IGNORED",
    "IN_PROGRESS",
    "INDEXED",
    "METADATA_PARTIALLY_INDEXED",
    "METADATA_UPDATE_FAILED",
    "NOT_FOUND",
    "PARTIALLY_INDEXED",
    "PENDING",
    "STARTING",
]EmbeddingDataTypeType#
# EmbeddingDataTypeType usage example
from types_boto3_bedrock_agent.literals import EmbeddingDataTypeType
def get_value() -> EmbeddingDataTypeType:
    return "BINARY"# EmbeddingDataTypeType definition
EmbeddingDataTypeType = Literal[
    "BINARY",
    "FLOAT32",
]EnrichmentStrategyMethodType#
# EnrichmentStrategyMethodType usage example
from types_boto3_bedrock_agent.literals import EnrichmentStrategyMethodType
def get_value() -> EnrichmentStrategyMethodType:
    return "CHUNK_ENTITY_EXTRACTION"# EnrichmentStrategyMethodType definition
EnrichmentStrategyMethodType = Literal[
    "CHUNK_ENTITY_EXTRACTION",
]FlowConnectionTypeType#
# FlowConnectionTypeType usage example
from types_boto3_bedrock_agent.literals import FlowConnectionTypeType
def get_value() -> FlowConnectionTypeType:
    return "Conditional"# FlowConnectionTypeType definition
FlowConnectionTypeType = Literal[
    "Conditional",
    "Data",
]FlowNodeIODataTypeType#
# FlowNodeIODataTypeType usage example
from types_boto3_bedrock_agent.literals import FlowNodeIODataTypeType
def get_value() -> FlowNodeIODataTypeType:
    return "Array"# FlowNodeIODataTypeType definition
FlowNodeIODataTypeType = Literal[
    "Array",
    "Boolean",
    "Number",
    "Object",
    "String",
]FlowNodeInputCategoryType#
# FlowNodeInputCategoryType usage example
from types_boto3_bedrock_agent.literals import FlowNodeInputCategoryType
def get_value() -> FlowNodeInputCategoryType:
    return "ExitLoop"# FlowNodeInputCategoryType definition
FlowNodeInputCategoryType = Literal[
    "ExitLoop",
    "LoopCondition",
    "ReturnValueToLoopStart",
]FlowNodeTypeType#
# FlowNodeTypeType usage example
from types_boto3_bedrock_agent.literals import FlowNodeTypeType
def get_value() -> FlowNodeTypeType:
    return "Agent"# FlowNodeTypeType definition
FlowNodeTypeType = Literal[
    "Agent",
    "Collector",
    "Condition",
    "InlineCode",
    "Input",
    "Iterator",
    "KnowledgeBase",
    "LambdaFunction",
    "Lex",
    "Loop",
    "LoopController",
    "LoopInput",
    "Output",
    "Prompt",
    "Retrieval",
    "Storage",
]FlowStatusType#
# FlowStatusType usage example
from types_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 types_boto3_bedrock_agent.literals import FlowValidationSeverityType
def get_value() -> FlowValidationSeverityType:
    return "Error"# FlowValidationSeverityType definition
FlowValidationSeverityType = Literal[
    "Error",
    "Warning",
]FlowValidationTypeType#
# FlowValidationTypeType usage example
from types_boto3_bedrock_agent.literals import FlowValidationTypeType
def get_value() -> FlowValidationTypeType:
    return "CyclicConnection"# FlowValidationTypeType definition
FlowValidationTypeType = Literal[
    "CyclicConnection",
    "DuplicateConditionExpression",
    "DuplicateConnections",
    "IncompatibleConnectionDataType",
    "InvalidLoopBoundary",
    "LoopIncompatibleNodeType",
    "MalformedConditionExpression",
    "MalformedNodeInputExpression",
    "MismatchedNodeInputType",
    "MismatchedNodeOutputType",
    "MissingConnectionConfiguration",
    "MissingDefaultCondition",
    "MissingEndingNodes",
    "MissingLoopControllerNode",
    "MissingLoopInputNode",
    "MissingNodeConfiguration",
    "MissingNodeInput",
    "MissingNodeOutput",
    "MissingStartingNodes",
    "MultipleLoopControllerNodes",
    "MultipleLoopInputNodes",
    "MultipleNodeInputConnections",
    "UnfulfilledNodeInput",
    "UnknownConnectionCondition",
    "UnknownConnectionSource",
    "UnknownConnectionSourceOutput",
    "UnknownConnectionTarget",
    "UnknownConnectionTargetInput",
    "UnknownNodeInput",
    "UnknownNodeOutput",
    "UnreachableNode",
    "UnsatisfiedConnectionConditions",
    "Unspecified",
]IncludeExcludeType#
# IncludeExcludeType usage example
from types_boto3_bedrock_agent.literals import IncludeExcludeType
def get_value() -> IncludeExcludeType:
    return "EXCLUDE"# IncludeExcludeType definition
IncludeExcludeType = Literal[
    "EXCLUDE",
    "INCLUDE",
]IncompatibleLoopNodeTypeType#
# IncompatibleLoopNodeTypeType usage example
from types_boto3_bedrock_agent.literals import IncompatibleLoopNodeTypeType
def get_value() -> IncompatibleLoopNodeTypeType:
    return "Collector"# IncompatibleLoopNodeTypeType definition
IncompatibleLoopNodeTypeType = Literal[
    "Collector",
    "Condition",
    "Input",
    "Iterator",
]IngestionJobFilterAttributeType#
# IngestionJobFilterAttributeType usage example
from types_boto3_bedrock_agent.literals import IngestionJobFilterAttributeType
def get_value() -> IngestionJobFilterAttributeType:
    return "STATUS"# IngestionJobFilterAttributeType definition
IngestionJobFilterAttributeType = Literal[
    "STATUS",
]IngestionJobFilterOperatorType#
# IngestionJobFilterOperatorType usage example
from types_boto3_bedrock_agent.literals import IngestionJobFilterOperatorType
def get_value() -> IngestionJobFilterOperatorType:
    return "EQ"# IngestionJobFilterOperatorType definition
IngestionJobFilterOperatorType = Literal[
    "EQ",
]IngestionJobSortByAttributeType#
# IngestionJobSortByAttributeType usage example
from types_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 types_boto3_bedrock_agent.literals import IngestionJobStatusType
def get_value() -> IngestionJobStatusType:
    return "COMPLETE"# IngestionJobStatusType definition
IngestionJobStatusType = Literal[
    "COMPLETE",
    "FAILED",
    "IN_PROGRESS",
    "STARTING",
    "STOPPED",
    "STOPPING",
]InlineContentTypeType#
# InlineContentTypeType usage example
from types_boto3_bedrock_agent.literals import InlineContentTypeType
def get_value() -> InlineContentTypeType:
    return "BYTE"# InlineContentTypeType definition
InlineContentTypeType = Literal[
    "BYTE",
    "TEXT",
]KnowledgeBaseStateType#
# KnowledgeBaseStateType usage example
from types_boto3_bedrock_agent.literals import KnowledgeBaseStateType
def get_value() -> KnowledgeBaseStateType:
    return "DISABLED"# KnowledgeBaseStateType definition
KnowledgeBaseStateType = Literal[
    "DISABLED",
    "ENABLED",
]KnowledgeBaseStatusType#
# KnowledgeBaseStatusType usage example
from types_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 types_boto3_bedrock_agent.literals import KnowledgeBaseStorageTypeType
def get_value() -> KnowledgeBaseStorageTypeType:
    return "MONGO_DB_ATLAS"# KnowledgeBaseStorageTypeType definition
KnowledgeBaseStorageTypeType = Literal[
    "MONGO_DB_ATLAS",
    "NEPTUNE_ANALYTICS",
    "OPENSEARCH_MANAGED_CLUSTER",
    "OPENSEARCH_SERVERLESS",
    "PINECONE",
    "RDS",
    "REDIS_ENTERPRISE_CLOUD",
    "S3_VECTORS",
]KnowledgeBaseTypeType#
# KnowledgeBaseTypeType usage example
from types_boto3_bedrock_agent.literals import KnowledgeBaseTypeType
def get_value() -> KnowledgeBaseTypeType:
    return "KENDRA"# KnowledgeBaseTypeType definition
KnowledgeBaseTypeType = Literal[
    "KENDRA",
    "SQL",
    "VECTOR",
]ListAgentActionGroupsPaginatorName#
# ListAgentActionGroupsPaginatorName usage example
from types_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 types_boto3_bedrock_agent.literals import ListAgentAliasesPaginatorName
def get_value() -> ListAgentAliasesPaginatorName:
    return "list_agent_aliases"# ListAgentAliasesPaginatorName definition
ListAgentAliasesPaginatorName = Literal[
    "list_agent_aliases",
]ListAgentCollaboratorsPaginatorName#
# ListAgentCollaboratorsPaginatorName usage example
from types_boto3_bedrock_agent.literals import ListAgentCollaboratorsPaginatorName
def get_value() -> ListAgentCollaboratorsPaginatorName:
    return "list_agent_collaborators"# ListAgentCollaboratorsPaginatorName definition
ListAgentCollaboratorsPaginatorName = Literal[
    "list_agent_collaborators",
]ListAgentKnowledgeBasesPaginatorName#
# ListAgentKnowledgeBasesPaginatorName usage example
from types_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 types_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 types_boto3_bedrock_agent.literals import ListAgentsPaginatorName
def get_value() -> ListAgentsPaginatorName:
    return "list_agents"# ListAgentsPaginatorName definition
ListAgentsPaginatorName = Literal[
    "list_agents",
]ListDataSourcesPaginatorName#
# ListDataSourcesPaginatorName usage example
from types_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 types_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 types_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 types_boto3_bedrock_agent.literals import ListFlowsPaginatorName
def get_value() -> ListFlowsPaginatorName:
    return "list_flows"# ListFlowsPaginatorName definition
ListFlowsPaginatorName = Literal[
    "list_flows",
]ListIngestionJobsPaginatorName#
# ListIngestionJobsPaginatorName usage example
from types_boto3_bedrock_agent.literals import ListIngestionJobsPaginatorName
def get_value() -> ListIngestionJobsPaginatorName:
    return "list_ingestion_jobs"# ListIngestionJobsPaginatorName definition
ListIngestionJobsPaginatorName = Literal[
    "list_ingestion_jobs",
]ListKnowledgeBaseDocumentsPaginatorName#
# ListKnowledgeBaseDocumentsPaginatorName usage example
from types_boto3_bedrock_agent.literals import ListKnowledgeBaseDocumentsPaginatorName
def get_value() -> ListKnowledgeBaseDocumentsPaginatorName:
    return "list_knowledge_base_documents"# ListKnowledgeBaseDocumentsPaginatorName definition
ListKnowledgeBaseDocumentsPaginatorName = Literal[
    "list_knowledge_base_documents",
]ListKnowledgeBasesPaginatorName#
# ListKnowledgeBasesPaginatorName usage example
from types_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 types_boto3_bedrock_agent.literals import ListPromptsPaginatorName
def get_value() -> ListPromptsPaginatorName:
    return "list_prompts"# ListPromptsPaginatorName definition
ListPromptsPaginatorName = Literal[
    "list_prompts",
]MemoryTypeType#
# MemoryTypeType usage example
from types_boto3_bedrock_agent.literals import MemoryTypeType
def get_value() -> MemoryTypeType:
    return "SESSION_SUMMARY"# MemoryTypeType definition
MemoryTypeType = Literal[
    "SESSION_SUMMARY",
]MetadataSourceTypeType#
# MetadataSourceTypeType usage example
from types_boto3_bedrock_agent.literals import MetadataSourceTypeType
def get_value() -> MetadataSourceTypeType:
    return "IN_LINE_ATTRIBUTE"# MetadataSourceTypeType definition
MetadataSourceTypeType = Literal[
    "IN_LINE_ATTRIBUTE",
    "S3_LOCATION",
]MetadataValueTypeType#
# MetadataValueTypeType usage example
from types_boto3_bedrock_agent.literals import MetadataValueTypeType
def get_value() -> MetadataValueTypeType:
    return "BOOLEAN"# MetadataValueTypeType definition
MetadataValueTypeType = Literal[
    "BOOLEAN",
    "NUMBER",
    "STRING",
    "STRING_LIST",
]OrchestrationTypeType#
# OrchestrationTypeType usage example
from types_boto3_bedrock_agent.literals import OrchestrationTypeType
def get_value() -> OrchestrationTypeType:
    return "CUSTOM_ORCHESTRATION"# OrchestrationTypeType definition
OrchestrationTypeType = Literal[
    "CUSTOM_ORCHESTRATION",
    "DEFAULT",
]ParsingModalityType#
# ParsingModalityType usage example
from types_boto3_bedrock_agent.literals import ParsingModalityType
def get_value() -> ParsingModalityType:
    return "MULTIMODAL"# ParsingModalityType definition
ParsingModalityType = Literal[
    "MULTIMODAL",
]ParsingStrategyType#
# ParsingStrategyType usage example
from types_boto3_bedrock_agent.literals import ParsingStrategyType
def get_value() -> ParsingStrategyType:
    return "BEDROCK_DATA_AUTOMATION"# ParsingStrategyType definition
ParsingStrategyType = Literal[
    "BEDROCK_DATA_AUTOMATION",
    "BEDROCK_FOUNDATION_MODEL",
]PerformanceConfigLatencyType#
# PerformanceConfigLatencyType usage example
from types_boto3_bedrock_agent.literals import PerformanceConfigLatencyType
def get_value() -> PerformanceConfigLatencyType:
    return "optimized"# PerformanceConfigLatencyType definition
PerformanceConfigLatencyType = Literal[
    "optimized",
    "standard",
]PromptStateType#
# PromptStateType usage example
from types_boto3_bedrock_agent.literals import PromptStateType
def get_value() -> PromptStateType:
    return "DISABLED"# PromptStateType definition
PromptStateType = Literal[
    "DISABLED",
    "ENABLED",
]PromptTemplateTypeType#
# PromptTemplateTypeType usage example
from types_boto3_bedrock_agent.literals import PromptTemplateTypeType
def get_value() -> PromptTemplateTypeType:
    return "CHAT"# PromptTemplateTypeType definition
PromptTemplateTypeType = Literal[
    "CHAT",
    "TEXT",
]PromptTypeType#
# PromptTypeType usage example
from types_boto3_bedrock_agent.literals import PromptTypeType
def get_value() -> PromptTypeType:
    return "KNOWLEDGE_BASE_RESPONSE_GENERATION"# PromptTypeType definition
PromptTypeType = Literal[
    "KNOWLEDGE_BASE_RESPONSE_GENERATION",
    "MEMORY_SUMMARIZATION",
    "ORCHESTRATION",
    "POST_PROCESSING",
    "PRE_PROCESSING",
]QueryEngineTypeType#
# QueryEngineTypeType usage example
from types_boto3_bedrock_agent.literals import QueryEngineTypeType
def get_value() -> QueryEngineTypeType:
    return "REDSHIFT"# QueryEngineTypeType definition
QueryEngineTypeType = Literal[
    "REDSHIFT",
]RedshiftProvisionedAuthTypeType#
# RedshiftProvisionedAuthTypeType usage example
from types_boto3_bedrock_agent.literals import RedshiftProvisionedAuthTypeType
def get_value() -> RedshiftProvisionedAuthTypeType:
    return "IAM"# RedshiftProvisionedAuthTypeType definition
RedshiftProvisionedAuthTypeType = Literal[
    "IAM",
    "USERNAME",
    "USERNAME_PASSWORD",
]RedshiftQueryEngineStorageTypeType#
# RedshiftQueryEngineStorageTypeType usage example
from types_boto3_bedrock_agent.literals import RedshiftQueryEngineStorageTypeType
def get_value() -> RedshiftQueryEngineStorageTypeType:
    return "AWS_DATA_CATALOG"# RedshiftQueryEngineStorageTypeType definition
RedshiftQueryEngineStorageTypeType = Literal[
    "AWS_DATA_CATALOG",
    "REDSHIFT",
]RedshiftQueryEngineTypeType#
# RedshiftQueryEngineTypeType usage example
from types_boto3_bedrock_agent.literals import RedshiftQueryEngineTypeType
def get_value() -> RedshiftQueryEngineTypeType:
    return "PROVISIONED"# RedshiftQueryEngineTypeType definition
RedshiftQueryEngineTypeType = Literal[
    "PROVISIONED",
    "SERVERLESS",
]RedshiftServerlessAuthTypeType#
# RedshiftServerlessAuthTypeType usage example
from types_boto3_bedrock_agent.literals import RedshiftServerlessAuthTypeType
def get_value() -> RedshiftServerlessAuthTypeType:
    return "IAM"# RedshiftServerlessAuthTypeType definition
RedshiftServerlessAuthTypeType = Literal[
    "IAM",
    "USERNAME_PASSWORD",
]RelayConversationHistoryType#
# RelayConversationHistoryType usage example
from types_boto3_bedrock_agent.literals import RelayConversationHistoryType
def get_value() -> RelayConversationHistoryType:
    return "DISABLED"# RelayConversationHistoryType definition
RelayConversationHistoryType = Literal[
    "DISABLED",
    "TO_COLLABORATOR",
]RequireConfirmationType#
# RequireConfirmationType usage example
from types_boto3_bedrock_agent.literals import RequireConfirmationType
def get_value() -> RequireConfirmationType:
    return "DISABLED"# RequireConfirmationType definition
RequireConfirmationType = Literal[
    "DISABLED",
    "ENABLED",
]RerankingMetadataSelectionModeType#
# RerankingMetadataSelectionModeType usage example
from types_boto3_bedrock_agent.literals import RerankingMetadataSelectionModeType
def get_value() -> RerankingMetadataSelectionModeType:
    return "ALL"# RerankingMetadataSelectionModeType definition
RerankingMetadataSelectionModeType = Literal[
    "ALL",
    "SELECTIVE",
]SalesforceAuthTypeType#
# SalesforceAuthTypeType usage example
from types_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 types_boto3_bedrock_agent.literals import SharePointAuthTypeType
def get_value() -> SharePointAuthTypeType:
    return "OAUTH2_CLIENT_CREDENTIALS"# SharePointAuthTypeType definition
SharePointAuthTypeType = Literal[
    "OAUTH2_CLIENT_CREDENTIALS",
    "OAUTH2_SHAREPOINT_APP_ONLY_CLIENT_CREDENTIALS",
]SharePointHostTypeType#
# SharePointHostTypeType usage example
from types_boto3_bedrock_agent.literals import SharePointHostTypeType
def get_value() -> SharePointHostTypeType:
    return "ONLINE"# SharePointHostTypeType definition
SharePointHostTypeType = Literal[
    "ONLINE",
]SortOrderType#
# SortOrderType usage example
from types_boto3_bedrock_agent.literals import SortOrderType
def get_value() -> SortOrderType:
    return "ASCENDING"# SortOrderType definition
SortOrderType = Literal[
    "ASCENDING",
    "DESCENDING",
]StepTypeType#
# StepTypeType usage example
from types_boto3_bedrock_agent.literals import StepTypeType
def get_value() -> StepTypeType:
    return "POST_CHUNKING"# StepTypeType definition
StepTypeType = Literal[
    "POST_CHUNKING",
]SupplementalDataStorageLocationTypeType#
# SupplementalDataStorageLocationTypeType usage example
from types_boto3_bedrock_agent.literals import SupplementalDataStorageLocationTypeType
def get_value() -> SupplementalDataStorageLocationTypeType:
    return "S3"# SupplementalDataStorageLocationTypeType definition
SupplementalDataStorageLocationTypeType = Literal[
    "S3",
]SupportedLanguagesType#
# SupportedLanguagesType usage example
from types_boto3_bedrock_agent.literals import SupportedLanguagesType
def get_value() -> SupportedLanguagesType:
    return "Python_3"# SupportedLanguagesType definition
SupportedLanguagesType = Literal[
    "Python_3",
]TypeType#
# TypeType usage example
from types_boto3_bedrock_agent.literals import TypeType
def get_value() -> TypeType:
    return "array"# TypeType definition
TypeType = Literal[
    "array",
    "boolean",
    "integer",
    "number",
    "string",
]VectorSearchRerankingConfigurationTypeType#
# VectorSearchRerankingConfigurationTypeType usage example
from types_boto3_bedrock_agent.literals import VectorSearchRerankingConfigurationTypeType
def get_value() -> VectorSearchRerankingConfigurationTypeType:
    return "BEDROCK_RERANKING_MODEL"# VectorSearchRerankingConfigurationTypeType definition
VectorSearchRerankingConfigurationTypeType = Literal[
    "BEDROCK_RERANKING_MODEL",
]WebScopeTypeType#
# WebScopeTypeType usage example
from types_boto3_bedrock_agent.literals import WebScopeTypeType
def get_value() -> WebScopeTypeType:
    return "HOST_ONLY"# WebScopeTypeType definition
WebScopeTypeType = Literal[
    "HOST_ONLY",
    "SUBDOMAINS",
]AgentsforBedrockServiceName#
# AgentsforBedrockServiceName usage example
from types_boto3_bedrock_agent.literals import AgentsforBedrockServiceName
def get_value() -> AgentsforBedrockServiceName:
    return "bedrock-agent"# AgentsforBedrockServiceName definition
AgentsforBedrockServiceName = Literal[
    "bedrock-agent",
]ServiceName#
# ServiceName usage example
from types_boto3_bedrock_agent.literals import ServiceName
def get_value() -> ServiceName:
    return "accessanalyzer"# ServiceName definition
ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "aiops",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appfabric",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "application-signals",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "arc-region-switch",
    "arc-zonal-shift",
    "artifact",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "b2bi",
    "backup",
    "backup-gateway",
    "backupsearch",
    "batch",
    "bcm-dashboards",
    "bcm-data-exports",
    "bcm-pricing-calculator",
    "bcm-recommended-actions",
    "bedrock",
    "bedrock-agent",
    "bedrock-agent-runtime",
    "bedrock-agentcore",
    "bedrock-agentcore-control",
    "bedrock-data-automation",
    "bedrock-data-automation-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",
    "dsql",
    "dynamodb",
    "dynamodbstreams",
    "ebs",
    "ec2",
    "ec2-instance-connect",
    "ecr",
    "ecr-public",
    "ecs",
    "efs",
    "eks",
    "eks-auth",
    "elasticache",
    "elasticbeanstalk",
    "elastictranscoder",
    "elb",
    "elbv2",
    "emr",
    "emr-containers",
    "emr-serverless",
    "entityresolution",
    "es",
    "events",
    "evidently",
    "evs",
    "finspace",
    "finspace-data",
    "firehose",
    "fis",
    "fms",
    "forecast",
    "forecastquery",
    "frauddetector",
    "freetier",
    "fsx",
    "gamelift",
    "gameliftstreams",
    "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",
    "invoicing",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot-managed-integrations",
    "iotanalytics",
    "iotdeviceadvisor",
    "iotevents",
    "iotevents-data",
    "iotfleetwise",
    "iotsecuretunneling",
    "iotsitewise",
    "iotthingsgraph",
    "iottwinmaker",
    "iotwireless",
    "ivs",
    "ivs-realtime",
    "ivschat",
    "kafka",
    "kafkaconnect",
    "kendra",
    "kendra-ranking",
    "keyspaces",
    "keyspacesstreams",
    "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",
    "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",
    "mpa",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "neptune-graph",
    "neptunedata",
    "network-firewall",
    "networkflowmonitor",
    "networkmanager",
    "networkmonitor",
    "notifications",
    "notificationscontacts",
    "oam",
    "observabilityadmin",
    "odb",
    "omics",
    "opensearch",
    "opensearchserverless",
    "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",
    "proton",
    "qapps",
    "qbusiness",
    "qconnect",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "repostspace",
    "resiliencehub",
    "resource-explorer-2",
    "resource-groups",
    "resourcegroupstaggingapi",
    "rolesanywhere",
    "route53",
    "route53-recovery-cluster",
    "route53-recovery-control-config",
    "route53-recovery-readiness",
    "route53domains",
    "route53profiles",
    "route53resolver",
    "rtbfabric",
    "rum",
    "s3",
    "s3control",
    "s3outposts",
    "s3tables",
    "s3vectors",
    "sagemaker",
    "sagemaker-a2i-runtime",
    "sagemaker-edge",
    "sagemaker-featurestore-runtime",
    "sagemaker-geospatial",
    "sagemaker-metrics",
    "sagemaker-runtime",
    "savingsplans",
    "scheduler",
    "schemas",
    "sdb",
    "secretsmanager",
    "security-ir",
    "securityhub",
    "securitylake",
    "serverlessrepo",
    "service-quotas",
    "servicecatalog",
    "servicecatalog-appregistry",
    "servicediscovery",
    "ses",
    "sesv2",
    "shield",
    "signer",
    "simspaceweaver",
    "snow-device-management",
    "snowball",
    "sns",
    "socialmessaging",
    "sqs",
    "ssm",
    "ssm-contacts",
    "ssm-guiconnect",
    "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-instances",
    "workspaces-thin-client",
    "workspaces-web",
    "xray",
]ResourceServiceName#
# ResourceServiceName usage example
from types_boto3_bedrock_agent.literals import ResourceServiceName
def get_value() -> ResourceServiceName:
    return "cloudformation"# ResourceServiceName definition
ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "s3",
    "sns",
    "sqs",
]PaginatorName#
# PaginatorName usage example
from types_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_collaborators",
    "list_agent_knowledge_bases",
    "list_agent_versions",
    "list_agents",
    "list_data_sources",
    "list_flow_aliases",
    "list_flow_versions",
    "list_flows",
    "list_ingestion_jobs",
    "list_knowledge_base_documents",
    "list_knowledge_bases",
    "list_prompts",
]