@swamp/aws/bedrock
v2026.04.08.1
AWS BEDROCK infrastructure models
Labels
awsbedrockcloudinfrastructure
Contents
Install
$ swamp extension pull @swamp/aws/bedrockRelease Notes
- Added: data_automation_library, enforced_guardrail_configuration, resource_policy
@swamp/aws/bedrock/agentv2026.04.03.2agent.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| ActionGroups? | array | List of ActionGroups |
| AgentName | string | Name for a resource. |
| AgentResourceRoleArn? | string | ARN of a IAM role. |
| AutoPrepare? | boolean | Specifies whether to automatically prepare after creating or updating the agent. |
| CustomOrchestration? | object | Structure for custom orchestration |
| CustomerEncryptionKeyArn? | string | A KMS key ARN |
| SkipResourceInUseCheckOnDelete? | boolean | Specifies whether to allow deleting agent while it is in use. |
| Description? | string | Description of the Resource. |
| FoundationModel? | string | ARN or name of a Bedrock model. |
| GuardrailConfiguration? | object | Configuration for a guardrail. |
| MemoryConfiguration? | object | Configuration for memory storage |
| IdleSessionTTLInSeconds? | number | Max Session Time. |
| AgentCollaboration? | enum | Agent collaboration state |
| Instruction? | string | Instruction for the agent. |
| KnowledgeBases? | array | List of Agent Knowledge Bases |
| AgentCollaborators? | array | List of Agent Collaborators |
| OrchestrationType? | enum | Types of orchestration strategy for agents |
| PromptOverrideConfiguration? | object | Configuration for prompt override. |
| Tags? | record | A map of tag keys and values |
| TestAliasTags? | record | A map of tag keys and values |
createCreate a Bedrock Agent
getGet a Bedrock Agent
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock Agent |
updateUpdate a Bedrock Agent
deleteDelete a Bedrock Agent
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock Agent |
syncSync Bedrock Agent state from AWS
Resources
state(infinite)— Bedrock Agent resource state
@swamp/aws/bedrock/agent-aliasv2026.04.03.2agent_alias.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| AgentAliasName | string | Name for a resource. |
| AgentId | string | Identifier for a resource. |
| Description? | string | Description of the Resource. |
| RoutingConfiguration? | array | Routing configuration for an Agent alias. |
| Tags? | record | A map of tag keys and values |
createCreate a Bedrock AgentAlias
getGet a Bedrock AgentAlias
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock AgentAlias |
updateUpdate a Bedrock AgentAlias
deleteDelete a Bedrock AgentAlias
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock AgentAlias |
syncSync Bedrock AgentAlias state from AWS
Resources
state(infinite)— Bedrock AgentAlias resource state
@swamp/aws/bedrock/application-inference-profilev2026.04.03.2application_inference_profile.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| Description? | string | Description of the inference profile |
| InferenceProfileName | string | |
| ModelSource? | object | Various ways to encode a list of models in a CreateInferenceProfile request |
| Tags? | array | List of Tags |
createCreate a Bedrock ApplicationInferenceProfile
getGet a Bedrock ApplicationInferenceProfile
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock ApplicationInferenceProfile |
updateUpdate a Bedrock ApplicationInferenceProfile
deleteDelete a Bedrock ApplicationInferenceProfile
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock ApplicationInferenceProfile |
syncSync Bedrock ApplicationInferenceProfile state from AWS
Resources
state(infinite)— Bedrock ApplicationInferenceProfile resource state
@swamp/aws/bedrock/automated-reasoning-policyv2026.04.03.2automated_reasoning_policy.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| Name | string | |
| Description? | string | |
| PolicyDefinition? | object | |
| KmsKeyId? | string | The KMS key with which the Policy's assets will be encrypted at rest. |
| Tags? | array | |
| ForceDelete? | boolean | Specifies whether to force delete the automated reasoning policy even if it has active resources. When false, Amazon Bedrock validates if all artifacts have been deleted (e.g. policy version, test case, test result) for a policy before deletion. When true, Amazon Bedrock will delete the policy and all its artifacts without validation. Default is false |
createCreate a Bedrock AutomatedReasoningPolicy
getGet a Bedrock AutomatedReasoningPolicy
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock AutomatedReasoningPolicy |
updateUpdate a Bedrock AutomatedReasoningPolicy
deleteDelete a Bedrock AutomatedReasoningPolicy
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock AutomatedReasoningPolicy |
syncSync Bedrock AutomatedReasoningPolicy state from AWS
Resources
state(infinite)— Bedrock AutomatedReasoningPolicy resource state
@swamp/aws/bedrock/automated-reasoning-policy-versionv2026.04.03.2automated_reasoning_policy_version.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| PolicyArn | string | Arn of the policy |
| LastUpdatedDefinitionHash? | string | The hash for this version |
| Tags? | array |
createCreate a Bedrock AutomatedReasoningPolicyVersion
getGet a Bedrock AutomatedReasoningPolicyVersion
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock AutomatedReasoningPolicyVersion |
deleteDelete a Bedrock AutomatedReasoningPolicyVersion
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock AutomatedReasoningPolicyVersion |
syncSync Bedrock AutomatedReasoningPolicyVersion state from AWS
Resources
state(infinite)— Bedrock AutomatedReasoningPolicyVersion resource state
@swamp/aws/bedrock/blueprintv2026.04.03.2blueprint.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| BlueprintName | string | Name of the Blueprint |
| Schema | string | Schema of the blueprint |
| Type | enum | Modality Type |
| KmsKeyId? | string | KMS key identifier |
| KmsEncryptionContext? | record | KMS encryption context |
| Tags? | array | List of Tags |
createCreate a Bedrock Blueprint
getGet a Bedrock Blueprint
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock Blueprint |
updateUpdate a Bedrock Blueprint
deleteDelete a Bedrock Blueprint
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock Blueprint |
syncSync Bedrock Blueprint state from AWS
Resources
state(infinite)— Bedrock Blueprint resource state
@swamp/aws/bedrock/data-automation-libraryv2026.04.08.1data_automation_library.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| EncryptionConfiguration? | object | KMS Encryption Configuration |
| LibraryDescription? | string | Description of the DataAutomationLibrary |
| LibraryName | string | Name of the DataAutomationLibrary |
| Tags? | array | List of tags |
createCreate a Bedrock DataAutomationLibrary
getGet a Bedrock DataAutomationLibrary
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock DataAutomationLibrary |
updateUpdate a Bedrock DataAutomationLibrary
deleteDelete a Bedrock DataAutomationLibrary
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock DataAutomationLibrary |
syncSync Bedrock DataAutomationLibrary state from AWS
Resources
state(infinite)— Bedrock DataAutomationLibrary resource state
@swamp/aws/bedrock/data-automation-projectv2026.04.03.2data_automation_project.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| CustomOutputConfiguration? | object | Custom output configuration |
| OverrideConfiguration? | object | Override configuration |
| ProjectDescription? | string | Description of the DataAutomationProject |
| ProjectName | string | Name of the DataAutomationProject |
| ProjectType? | enum | Type of the DataAutomationProject - Sync or Async |
| StandardOutputConfiguration? | object | Standard output configuration |
| KmsKeyId? | string | KMS key identifier |
| KmsEncryptionContext? | record | KMS encryption context |
| Tags? | array | List of Tags |
createCreate a Bedrock DataAutomationProject
getGet a Bedrock DataAutomationProject
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock DataAutomationProject |
updateUpdate a Bedrock DataAutomationProject
deleteDelete a Bedrock DataAutomationProject
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock DataAutomationProject |
syncSync Bedrock DataAutomationProject state from AWS
Resources
state(infinite)— Bedrock DataAutomationProject resource state
@swamp/aws/bedrock/data-sourcev2026.04.03.2data_source.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| DataSourceConfiguration | object | Specifies a raw data source location to ingest. |
| Description? | string | Description of the Resource. |
| KnowledgeBaseId | string | The unique identifier of the knowledge base to which to add the data source. |
| Name | string | The name of the data source. |
| ServerSideEncryptionConfiguration? | object | Contains details about the server-side encryption for the data source. |
| VectorIngestionConfiguration? | object | Details about how to chunk the documents in the data source. A chunk refers to an excerpt from a data source that is returned when the knowledge base that it belongs to is queried. |
| DataDeletionPolicy? | enum | The deletion policy for the data source. |
createCreate a Bedrock DataSource
getGet a Bedrock DataSource
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock DataSource |
updateUpdate a Bedrock DataSource
deleteDelete a Bedrock DataSource
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock DataSource |
syncSync Bedrock DataSource state from AWS
Resources
state(infinite)— Bedrock DataSource resource state
@swamp/aws/bedrock/enforced-guardrail-configurationv2026.04.08.1enforced_guardrail_configuration.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| GuardrailIdentifier | string | Identifier for the guardrail, could be the ID or the ARN |
| GuardrailVersion | string | Numerical guardrail version (not DRAFT) |
| SelectiveContentGuarding? | object | Selective content guarding controls for enforced guardrails |
| ModelEnforcement? | object | Model-specific information for the enforced guardrail configuration. If not present, the configuration is enforced on all models |
createCreate a Bedrock EnforcedGuardrailConfiguration
getGet a Bedrock EnforcedGuardrailConfiguration
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock EnforcedGuardrailConfiguration |
updateUpdate a Bedrock EnforcedGuardrailConfiguration
deleteDelete a Bedrock EnforcedGuardrailConfiguration
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock EnforcedGuardrailConfiguration |
syncSync Bedrock EnforcedGuardrailConfiguration state from AWS
Resources
state(infinite)— Bedrock EnforcedGuardrailConfiguration resource state
@swamp/aws/bedrock/flowv2026.04.03.2flow.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| DefinitionString? | string | A JSON string containing a Definition with the same schema as the Definition property of this resource |
| DefinitionS3Location? | object | A bucket, key and optional version pointing to an S3 object containing a UTF-8 encoded JSON string Definition with the same schema as the Definition property of this resource |
| DefinitionSubstitutions? | record | When supplied with DefinitionString or DefinitionS3Location, substrings in the definition matching ${keyname} will be replaced with the associated value from this map |
| Description? | string | Description of the flow |
| ExecutionRoleArn | string | ARN of a IAM role |
| Name | string | Name for the flow |
| CustomerEncryptionKeyArn? | string | A KMS key ARN |
| Tags? | record | A map of tag keys and values |
| TestAliasTags? | record | A map of tag keys and values |
createCreate a Bedrock Flow
getGet a Bedrock Flow
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock Flow |
updateUpdate a Bedrock Flow
deleteDelete a Bedrock Flow
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock Flow |
syncSync Bedrock Flow state from AWS
Resources
state(infinite)— Bedrock Flow resource state
@swamp/aws/bedrock/flow-aliasv2026.04.03.2flow_alias.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| FlowArn | string | Arn representation of the Flow |
| ConcurrencyConfiguration? | object | |
| Description? | string | Description of the Resource. |
| Name | string | Name for a resource. |
| RoutingConfiguration | array | Routing configuration for a Flow alias. |
| Tags? | record | A map of tag keys and values |
createCreate a Bedrock FlowAlias
getGet a Bedrock FlowAlias
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock FlowAlias |
updateUpdate a Bedrock FlowAlias
deleteDelete a Bedrock FlowAlias
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock FlowAlias |
syncSync Bedrock FlowAlias state from AWS
Resources
state(infinite)— Bedrock FlowAlias resource state
@swamp/aws/bedrock/flow-versionv2026.04.03.2flow_version.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| FlowArn | string | Arn representation of the Flow |
| Description? | string | Description of the flow version |
createCreate a Bedrock FlowVersion
getGet a Bedrock FlowVersion
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock FlowVersion |
updateUpdate a Bedrock FlowVersion
deleteDelete a Bedrock FlowVersion
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock FlowVersion |
syncSync Bedrock FlowVersion state from AWS
Resources
state(infinite)— Bedrock FlowVersion resource state
@swamp/aws/bedrock/guardrailv2026.04.03.2guardrail.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| BlockedInputMessaging | string | Messaging for when violations are detected in text |
| BlockedOutputsMessaging | string | Messaging for when violations are detected in text |
| AutomatedReasoningPolicyConfig? | object | Optional configuration for integrating Automated Reasoning policies with the guardrail. |
| ContentPolicyConfig? | object | Content policy config for a guardrail. |
| ContextualGroundingPolicyConfig? | object | Contextual grounding policy config for a guardrail. |
| CrossRegionConfig? | object | The system-defined guardrail profile that you’re using with your guardrail |
| Description? | string | Description of the guardrail or its version |
| KmsKeyArn? | string | The KMS key with which the guardrail was encrypted at rest |
| Name | string | Name of the guardrail |
| SensitiveInformationPolicyConfig? | object | Sensitive information policy config for a guardrail. |
| Tags? | array | List of Tags |
| TopicPolicyConfig? | object | Topic policy config for a guardrail. |
| WordPolicyConfig? | object | Word policy config for a guardrail. |
createCreate a Bedrock Guardrail
getGet a Bedrock Guardrail
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock Guardrail |
updateUpdate a Bedrock Guardrail
deleteDelete a Bedrock Guardrail
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock Guardrail |
syncSync Bedrock Guardrail state from AWS
Resources
state(infinite)— Bedrock Guardrail resource state
@swamp/aws/bedrock/guardrail-versionv2026.04.03.2guardrail_version.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| Description? | string | Description of the Guardrail version |
| GuardrailIdentifier | string | Identifier (GuardrailId or GuardrailArn) for the guardrail |
createCreate a Bedrock GuardrailVersion
getGet a Bedrock GuardrailVersion
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock GuardrailVersion |
deleteDelete a Bedrock GuardrailVersion
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock GuardrailVersion |
syncSync Bedrock GuardrailVersion state from AWS
Resources
state(infinite)— Bedrock GuardrailVersion resource state
@swamp/aws/bedrock/intelligent-prompt-routerv2026.04.03.2intelligent_prompt_router.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| Description? | string | Description of the Prompt Router. |
| FallbackModel | object | Model configuration |
| Models | array | List of model configuration |
| PromptRouterName | string | Name of the Prompt Router. |
| RoutingCriteria | object | Represents the criteria used for routing requests. |
| Tags? | array | List of Tags |
createCreate a Bedrock IntelligentPromptRouter
getGet a Bedrock IntelligentPromptRouter
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock IntelligentPromptRouter |
updateUpdate a Bedrock IntelligentPromptRouter
deleteDelete a Bedrock IntelligentPromptRouter
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock IntelligentPromptRouter |
syncSync Bedrock IntelligentPromptRouter state from AWS
Resources
state(infinite)— Bedrock IntelligentPromptRouter resource state
@swamp/aws/bedrock/knowledge-basev2026.04.03.2knowledge_base.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| Description? | string | Description of the Resource. |
| KnowledgeBaseConfiguration | object | Contains details about the embeddings model used for the knowledge base. |
| Name | string | The name of the knowledge base. |
| RoleArn | string | The ARN of the IAM role with permissions to invoke API operations on the knowledge base. The ARN must begin with AmazonBedrockExecutionRoleForKnowledgeBase_ |
| StorageConfiguration? | object | The vector store service in which the knowledge base is stored. |
| Tags? | record | A map of tag keys and values |
createCreate a Bedrock KnowledgeBase
getGet a Bedrock KnowledgeBase
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock KnowledgeBase |
updateUpdate a Bedrock KnowledgeBase
deleteDelete a Bedrock KnowledgeBase
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock KnowledgeBase |
syncSync Bedrock KnowledgeBase state from AWS
Resources
state(infinite)— Bedrock KnowledgeBase resource state
@swamp/aws/bedrock/promptv2026.04.03.2prompt.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| DefaultVariant? | string | Name for a variant. |
| Description? | string | Name for a prompt resource. |
| Name | string | Name for a prompt resource. |
| Variants? | array | List of prompt variants |
| Tags? | record | A map of tag keys and values |
| CustomerEncryptionKeyArn? | string | A KMS key ARN |
createCreate a Bedrock Prompt
getGet a Bedrock Prompt
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock Prompt |
updateUpdate a Bedrock Prompt
deleteDelete a Bedrock Prompt
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock Prompt |
syncSync Bedrock Prompt state from AWS
Resources
state(infinite)— Bedrock Prompt resource state
@swamp/aws/bedrock/prompt-versionv2026.04.03.2prompt_version.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| PromptArn | string | ARN of a prompt resource possibly with a version |
| Description? | string | Description for a prompt version resource. |
| Tags? | record | A map of tag keys and values |
createCreate a Bedrock PromptVersion
getGet a Bedrock PromptVersion
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock PromptVersion |
deleteDelete a Bedrock PromptVersion
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock PromptVersion |
syncSync Bedrock PromptVersion state from AWS
Resources
state(infinite)— Bedrock PromptVersion resource state
@swamp/aws/bedrock/resource-policyv2026.04.08.1resource_policy.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| ResourceArn | string | The ARN of the Bedrock Guardrail or Guardrail Profile resource |
| PolicyDocument | string | The IAM policy document defining access permissions for the guardrail and guardrail profile resources |
createCreate a Bedrock ResourcePolicy
getGet a Bedrock ResourcePolicy
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock ResourcePolicy |
updateUpdate a Bedrock ResourcePolicy
deleteDelete a Bedrock ResourcePolicy
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Bedrock ResourcePolicy |
syncSync Bedrock ResourcePolicy state from AWS
Resources
state(infinite)— Bedrock ResourcePolicy resource state
2026.04.03.23.3 MBApr 3, 2026
AWS BEDROCK infrastructure models
Release Notes
- Updated: agent, agent_alias, application_inference_profile, automated_reasoning_policy, automated_reasoning_policy_version, blueprint, data_automation_project, data_source, flow, flow_alias, flow_version, guardrail, guardrail_version, intelligent_prompt_router, knowledge_base, prompt, prompt_version
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
awsbedrockcloudinfrastructure
2026.03.19.13.5 MBMar 19, 2026
AWS BEDROCK infrastructure models
Release Notes
- Updated: agent, agent_alias, application_inference_profile, automated_reasoning_policy, automated_reasoning_policy_version, blueprint, data_automation_project, data_source, flow, flow_alias, flow_version, guardrail, guardrail_version, intelligent_prompt_router, knowledge_base, prompt, prompt_version
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
awsbedrockcloudinfrastructure
2026.03.16.13.4 MBMar 16, 2026
AWS BEDROCK infrastructure models
Release Notes
- Updated: agent, agent_alias, application_inference_profile, automated_reasoning_policy, automated_reasoning_policy_version, blueprint, data_automation_project, data_source, flow, flow_alias, flow_version, guardrail, guardrail_version, intelligent_prompt_router, knowledge_base, prompt, prompt_version
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
awsbedrockcloudinfrastructure
2026.03.10.53.4 MBMar 10, 2026
AWS BEDROCK infrastructure models
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
awsbedrockcloudinfrastructure