Amazon Bedrock
Amazon Bedrock emulation. See source for details.
Quick start
# See /docs/services/ for SDK patterns; Amazon Bedrock uses the standard boto3 client.
Supported operations
66 operations exposed by this service as of MiniStack 1.4.21. Extracted directly from the handler dispatch in the source module.
BatchDeleteEvaluationJob
CreateCustomModel
CreateEvaluationJob
CreateFoundationModelAgreement
CreateGuardrail
CreateGuardrailVersion
CreateInferenceProfile
CreateMarketplaceModelEndpoint
CreateModelCopyJob
CreateModelCustomizationJob
CreateModelImportJob
CreateModelInvocationJob
CreatePromptRouter
CreateProvisionedModelThroughput
DeleteCustomModel
DeleteFoundationModelAgreement
DeleteGuardrail
DeleteImportedModel
DeleteInferenceProfile
DeleteMarketplaceModelEndpoint
DeleteModelInvocationLoggingConfiguration
DeletePromptRouter
DeleteProvisionedModelThroughput
DeregisterMarketplaceModelEndpoint
GetCustomModel
GetEvaluationJob
GetFoundationModel
GetFoundationModelAvailability
GetGuardrail
GetImportedModel
GetInferenceProfile
GetMarketplaceModelEndpoint
GetModelCopyJob
GetModelCustomizationJob
GetModelImportJob
GetModelInvocationJob
GetModelInvocationLoggingConfiguration
GetPromptRouter
GetProvisionedModelThroughput
GetUseCaseForModelAccess
ListCustomModels
ListEvaluationJobs
ListFoundationModelAgreementOffers
ListFoundationModels
ListGuardrails
ListImportedModels
ListInferenceProfiles
ListMarketplaceModelEndpoints
ListModelCopyJobs
ListModelCustomizationJobs
ListModelImportJobs
ListModelInvocationJobs
ListPromptRouters
ListProvisionedModelThroughputs
ListTagsForResource
PutModelInvocationLoggingConfiguration
PutUseCaseForModelAccess
RegisterMarketplaceModelEndpoint
StopEvaluationJob
StopModelCustomizationJob
StopModelInvocationJob
TagResource
UntagResource
UpdateGuardrail
UpdateMarketplaceModelEndpoint
UpdateProvisionedModelThroughput
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.py
Read the source to verify the ops list above — dispatch tables and handler functions are the ground truth.