DocsAWS 101BlogServices

Bedrock Agent

Bedrock Agent emulation. See source for details.

REST-JSON multi-tenant 72 operations

Quick start

# See /docs/services/ for SDK patterns; Bedrock Agent uses the standard boto3 client.

Supported operations

72 operations exposed by this service as of MiniStack 1.4.21. Extracted directly from the handler dispatch in the source module.

AssociateAgentCollaborator AssociateAgentKnowledgeBase CreateAgent CreateAgentActionGroup CreateAgentAlias CreateDataSource CreateFlow CreateFlowAlias CreateFlowVersion CreateKnowledgeBase CreatePrompt CreatePromptVersion DeleteAgent DeleteAgentActionGroup DeleteAgentAlias DeleteAgentVersion DeleteDataSource DeleteFlow DeleteFlowAlias DeleteFlowVersion DeleteKnowledgeBase DeleteKnowledgeBaseDocuments DeletePrompt DisassociateAgentCollaborator DisassociateAgentKnowledgeBase GetAgent GetAgentActionGroup GetAgentAlias GetAgentCollaborator GetAgentKnowledgeBase GetAgentVersion GetDataSource GetFlow GetFlowAlias GetFlowVersion GetIngestionJob GetKnowledgeBase GetKnowledgeBaseDocuments GetPrompt IngestKnowledgeBaseDocuments ListAgentActionGroups ListAgentAliases ListAgentCollaborators ListAgentKnowledgeBases ListAgents ListAgentVersions ListDataSources ListFlowAliases ListFlows ListFlowVersions ListIngestionJobs ListKnowledgeBaseDocuments ListKnowledgeBases ListPrompts ListTagsForResource PrepareAgent PrepareFlow StartIngestionJob StopIngestionJob TagResource UntagResource UpdateAgent UpdateAgentActionGroup UpdateAgentAlias UpdateAgentCollaborator UpdateAgentKnowledgeBase UpdateDataSource UpdateFlow UpdateFlowAlias UpdateKnowledgeBase UpdatePrompt ValidateFlowDefinition

CloudFormation

No CloudFormation resource types map to this service yet. Resources can still be created via the SDK or CLI.

Known limitations

No service-specific gaps above the cross-service defaults. See Known limitations for the global list.

Source

  • ministack/services/bedrock_agent.py

Read the source to verify the ops list above — dispatch tables and handler functions are the ground truth.