Skip to content

Commit

Permalink
Update Bedrock service names to the approved ones. (awsdocs#5994)
Browse files Browse the repository at this point in the history
* Update Bedrock service names to the approved ones.
  • Loading branch information
Laren-AWS authored and max-webster committed Mar 15, 2024
1 parent c2caa73 commit 53727e7
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 23 deletions.
8 changes: 2 additions & 6 deletions .doc_gen/cross-content/phrases-code-examples.ent
Original file line number Diff line number Diff line change
Expand Up @@ -82,17 +82,13 @@
<!--Elastic Load Balancing-->
<!ENTITY ELBacro 'ELB'>

<!--Bedrock-->
<!ENTITY BRlong 'Amazon Bedrock'>
<!ENTITY BR 'Amazon Bedrock'>

<!--Bedrock Runtime-->
<!ENTITY BRRUNlong '&BRlong; Runtime'>
<!ENTITY BRRUN '&BR; Runtime'>

<!--Bedrock-->
<!ENTITY BRAlong 'Agent for Amazon Bedrock'>
<!ENTITY BRA 'Amazon Bedrock Agent'>
<!ENTITY BRAlong 'Agents for Amazon Bedrock'>
<!ENTITY BRA 'Agents for Amazon Bedrock'>

<!--Bedrock Runtime-->
<!ENTITY BRARUNlong '&BRAlong; Runtime'>
Expand Down
12 changes: 6 additions & 6 deletions .doc_gen/metadata/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ bedrock:
bundle: bedrock
long: '&BRlong;'
short: '&BR;'
sort: Bedrock
sort: Bedrock1
expanded:
long: Amazon Bedrock
short: Amazon Bedrock
Expand All @@ -305,7 +305,7 @@ bedrock-runtime:
bundle: bedrock
long: '&BRRUNlong;'
short: '&BRRUN;'
sort: Bedrock Runtime
sort: Bedrock2
expanded:
long: Amazon Bedrock Runtime
short: Amazon Bedrock Runtime
Expand All @@ -321,10 +321,10 @@ bedrock-agent:
bundle: bedrock
long: '&BRAlong;'
short: '&BRA;'
sort: Bedrock Agents
sort: Bedrock3
expanded:
long: Agents for Amazon Bedrock
short: Amazon Bedrock Agents
short: Agents for Amazon Bedrock
blurb: offer you the ability to build and configure autonomous agents in your application.
guide:
subtitle: User Guide
Expand All @@ -337,10 +337,10 @@ bedrock-agent-runtime:
bundle: bedrock
long: '&BRARUNlong;'
short: '&BRARUN;'
sort: Bedrock Agents Runtime
sort: Bedrock4
expanded:
long: Agents for Amazon Bedrock Runtime
short: Amazon Bedrock Agents Runtime
short: Agents for Amazon Bedrock Runtime
blurb: offers you the ability to run autonomous agents in your application.
guide:
subtitle: User Guide
Expand Down
2 changes: 1 addition & 1 deletion .doc_gen/templates/zonbook/service_chapter_template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{{- end}}
{{- if .Bundle}}
{{- $doc_id = printf "service_code_examples_%s" .Model }}
{{- $title_abbrev = printf "%s examples" .ServiceEntity.Short }}
{{- $title_abbrev = .ServiceEntity.Short }}
<section id="{{$doc_id}}" role="topic">
{{- else}}
<chapter id="{{$doc_id}}" role="topic">
Expand Down
10 changes: 5 additions & 5 deletions python/example_code/bedrock-agent-runtime/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Amazon Bedrock Agents Runtime code examples for the SDK for Python
# Agents for Amazon Bedrock Runtime code examples for the SDK for Python

## Overview

Expand All @@ -7,7 +7,7 @@ Shows how to use the AWS SDK for Python (Boto3) to work with Agents for Amazon B
<!--custom.overview.start-->
<!--custom.overview.end-->

_Amazon Bedrock Agents Runtime offers you the ability to run autonomous agents in your application._
_Agents for Amazon Bedrock Runtime offers you the ability to run autonomous agents in your application._

## ⚠ Important

Expand Down Expand Up @@ -69,9 +69,9 @@ in the `python` folder.

## Additional resources

- [Amazon Bedrock Agents Runtime User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/agents.html)
- [Amazon Bedrock Agents Runtime API Reference](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_Operations_Agents_for_Amazon_Bedrock_Runtime.html)
- [SDK for Python Amazon Bedrock Agents Runtime reference](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock-agent-runtime.html)
- [Agents for Amazon Bedrock Runtime User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/agents.html)
- [Agents for Amazon Bedrock Runtime API Reference](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_Operations_Agents_for_Amazon_Bedrock_Runtime.html)
- [SDK for Python Agents for Amazon Bedrock Runtime reference](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock-agent-runtime.html)

<!--custom.resources.start-->
<!--custom.resources.end-->
Expand Down
10 changes: 5 additions & 5 deletions python/example_code/bedrock-agent/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Amazon Bedrock Agents code examples for the SDK for Python
# Agents for Amazon Bedrock code examples for the SDK for Python

## Overview

Expand All @@ -7,7 +7,7 @@ Shows how to use the AWS SDK for Python (Boto3) to work with Agents for Amazon B
<!--custom.overview.start-->
<!--custom.overview.end-->

_Amazon Bedrock Agents offer you the ability to build and configure autonomous agents in your application._
_Agents for Amazon Bedrock offer you the ability to build and configure autonomous agents in your application._

## ⚠ Important

Expand Down Expand Up @@ -110,9 +110,9 @@ in the `python` folder.

## Additional resources

- [Amazon Bedrock Agents User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/agents.html)
- [Amazon Bedrock Agents API Reference](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_Operations_Agents_for_Amazon_Bedrock.html)
- [SDK for Python Amazon Bedrock Agents reference](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock-agent.html)
- [Agents for Amazon Bedrock User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/agents.html)
- [Agents for Amazon Bedrock API Reference](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_Operations_Agents_for_Amazon_Bedrock.html)
- [SDK for Python Agents for Amazon Bedrock reference](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock-agent.html)

<!--custom.resources.start-->
<!--custom.resources.end-->
Expand Down

0 comments on commit 53727e7

Please sign in to comment.