Skip to content

Commit c2a25d7

Browse files
Merge branch 'main' into main
2 parents 978d494 + 1e4f5fb commit c2a25d7

File tree

1,720 files changed

+45327
-22225
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,720 files changed

+45327
-22225
lines changed

.doc_gen/cross-content/cross_ServerlessPromptChaining_Python_block.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
The &BRlong; Serverless Prompt Chaining scenario demonstrates how
99
<ulink type="documentation" url="step-functions/latest/dg/welcome.html">&SFNlong;</ulink>,
1010
<ulink type="documentation" url="bedrock/latest/userguide/what-is-bedrock.html">&BRlong;</ulink>,
11-
and <ulink type="documentation" url="bedrock/latest/userguide/agents.html">Agents for &BRlong;</ulink>
11+
and <ulink type="documentation" url="bedrock/latest/userguide/agents.html">&BRAlong;</ulink>
1212
can be used to build and orchestrate complex, serverless, and highly scalable generative AI applications.
1313
It contains the following working examples:
1414
</para>

.doc_gen/cross-content/phrases-code-examples.ent

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@
8989
<!ENTITY BRRUNlong '&BRlong; Runtime'>
9090
<!ENTITY BRRUN '&BR; Runtime'>
9191

92-
<!--Bedrock-->
93-
<!ENTITY BRAlong 'Agents for Amazon Bedrock'>
94-
<!ENTITY BRA 'Agents for Amazon Bedrock'>
92+
<!--Bedrock Agents-->
93+
<!ENTITY BRAlong 'Amazon Bedrock Agents'>
94+
<!ENTITY BRA 'Amazon Bedrock Agents'>
9595

96-
<!--Bedrock Runtime-->
96+
<!--Bedrock Agents Runtime-->
9797
<!ENTITY BRARUNlong '&BRAlong; Runtime'>
9898
<!ENTITY BRARUN '&BRA; Runtime'>
9999

@@ -146,5 +146,15 @@
146146
<!ENTITY cloudwatch-netmon '&CW; Network Monitoring'>
147147

148148
<!-- Marketplace Agreement Service -->
149-
<!ENTITY MKTAgreementlong '&MKTlong; Agreement Service'>
150-
<!ENTITY MKTAgreement '&MKT; Agreement Service'>
149+
<!ENTITY MKTAgreementlong '&MKTlong; Agreement API'>
150+
<!ENTITY MKTAgreement '&MKT; Agreement API'>
151+
152+
<!-- Marketplace Catalog Service -->
153+
<!ENTITY MKTCataloglong '&MKTlong; Catalog API'>
154+
<!ENTITY MKTCatalog '&MKT; Catalog API'>
155+
156+
<!-- JavaScript runtimes for CloudFront Functions -->
157+
<!ENTITY CFJS10long 'JavaScript runtime 1.0 for &CFlong; Functions'>
158+
<!ENTITY CFJS10 'JavaScript runtime 1.0 for &CF; Functions'>
159+
<!ENTITY CFJS20long 'JavaScript runtime 2.0 for &CFlong; Functions'>
160+
<!ENTITY CFJS20 'JavaScript runtime 2.0 for &CF; Functions'>

.doc_gen/metadata/bedrock-agent-runtime_metadata.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,22 @@ bedrock-agent-runtime_InvokeAgent:
1313
versions:
1414
- sdk_version: 3
1515
github: javascriptv3/example_code/bedrock-agent-runtime
16-
sdkguide:
1716
excerpts:
1817
- description:
1918
snippet_files:
2019
- javascriptv3/example_code/bedrock-agent-runtime/actions/invoke-agent.js
2120
services:
2221
bedrock-agent-runtime: {InvokeAgent}
22+
23+
bedrock-agent-runtime_InvokeFlow:
24+
languages:
25+
JavaScript:
26+
versions:
27+
- sdk_version: 3
28+
github: javascriptv3/example_code/bedrock-agent-runtime
29+
excerpts:
30+
- description:
31+
snippet_files:
32+
- javascriptv3/example_code/bedrock-agent-runtime/actions/invoke-flow.js
33+
services:
34+
bedrock-agent-runtime: {InvokeFlow}

.doc_gen/metadata/bedrock-agent_metadata.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# zexi 0.4.0
22
bedrock-agent_Hello:
3-
title: Hello Agents for &BR;
4-
title_abbrev: Hello Agents for &BR;
5-
synopsis: get started using Agents for &BR;.
3+
title: Hello &BRA;
4+
title_abbrev: Hello &BRA;
5+
synopsis: get started using &BRA;.
66
category: Hello
77
languages:
88
JavaScript:
@@ -186,7 +186,7 @@ bedrock-agent_PrepareAgent:
186186
services:
187187
bedrock-agent: {PrepareAgent}
188188
bedrock-agent_GettingStartedWithBedrockAgents:
189-
title: An end-to-end example showing how to create and invoke &BR; agents using an &AWS; SDK
189+
title: An end-to-end example showing how to create and invoke &BRA; using an &AWS; SDK
190190
title_abbrev: Create and invoke an agent
191191
synopsis_list:
192192
- Create an execution role for the agent.

.doc_gen/metadata/cloudwatch_metadata.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ cloudwatch_DeleteAlarms:
6161
excerpts:
6262
- description:
6363
snippet_tags:
64-
- cloudwatch.java2.delete_metrics.main
64+
- cloudwatch.java2.delete_alarm.main
6565
Python:
6666
versions:
6767
- sdk_version: 3
@@ -227,7 +227,7 @@ cloudwatch_DescribeAlarms:
227227
excerpts:
228228
- description:
229229
snippet_tags:
230-
- cloudwatch.java2.scenario.describe.alarm.main
230+
- cloudwatch.java2.describe_alarms.main
231231
.NET:
232232
versions:
233233
- sdk_version: 3
@@ -1026,6 +1026,7 @@ cloudwatch_PutMetricData:
10261026
services:
10271027
cloudwatch: {PutMetricData}
10281028
cloudwatch_GetStartedMetricsDashboardsAlarms:
1029+
title: Learn core operations for &CW; using an &AWS; SDK
10291030
synopsis_list:
10301031
- List &CW; namespaces and metrics.
10311032
- Get statistics for a metric and for estimated billing.
@@ -1042,7 +1043,7 @@ cloudwatch_GetStartedMetricsDashboardsAlarms:
10421043
github: kotlin/services/cloudwatch
10431044
sdkguide:
10441045
excerpts:
1045-
- description:
1046+
- description: Run an interactive scenario demonstrating &CW; features.
10461047
snippet_tags:
10471048
- cloudwatch.kotlin.scenario.main
10481049
Java:
@@ -1051,9 +1052,12 @@ cloudwatch_GetStartedMetricsDashboardsAlarms:
10511052
github: javav2/example_code/cloudwatch
10521053
sdkguide:
10531054
excerpts:
1054-
- description:
1055+
- description: Run an interactive scenario demonstrating &CW; features.
10551056
snippet_tags:
10561057
- cloudwatch.java2.scenario.main
1058+
- description: A wrapper class for &CW; SDK methods.
1059+
snippet_tags:
1060+
- cloudwatch.java2.actions.main
10571061
.NET:
10581062
versions:
10591063
- sdk_version: 3

.doc_gen/metadata/cognito-identity_metadata.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ cognito-identity_ListIdentityPools:
77
github: swift/example_code/cognito-identity/FindOrCreateIdentityPool
88
sdkguide: sdk-for-swift/latest/developer-guide/getting-started.html
99
excerpts:
10-
- description: Find the ID of an identity pool given its name.
10+
- description:
1111
snippet_tags:
12+
- cognitoidentity.swift.import
1213
- cognitoidentity.swift.get-pool-id
1314
- description: Get the ID of an existing identity pool or create it if it doesn't already exist.
1415
snippet_tags:
16+
- cognitoidentity.swift.import
1517
- cognitoidentity.swift.get-or-create-pool-id
1618
Java:
1719
versions:
@@ -32,8 +34,9 @@ cognito-identity_CreateIdentityPool:
3234
github: swift/example_code/cognito-identity/FindOrCreateIdentityPool
3335
sdkguide: sdk-for-swift/latest/developer-guide/getting-started.html
3436
excerpts:
35-
- description: Create a new identity pool.
37+
- description:
3638
snippet_tags:
39+
- cognitoidentity.swift.import
3740
- cognitoidentity.swift.create-identity-pool
3841
Java:
3942
versions:
@@ -54,8 +57,9 @@ cognito-identity_DeleteIdentityPool:
5457
github: swift/example_code/cognito-identity/FindOrCreateIdentityPool
5558
sdkguide: sdk-for-swift/latest/developer-guide/getting-started.html
5659
excerpts:
57-
- description: Delete the specified identity pool.
60+
- description:
5861
snippet_tags:
62+
- cognitoidentity.swift.import
5963
- cognitoidentity.swift.delete-identity-pool
6064
Java:
6165
versions:

.doc_gen/metadata/dynamodb_metadata.yaml

Lines changed: 51 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ dynamodb_CreateTable:
8181
- description:
8282
snippet_tags:
8383
- dynamodb.cpp.create_table.code
84+
- description: Code that waits for the table to become active.
85+
snippet_tags:
86+
- cpp.example_code.dynamodb.scenario.waitTableActive
87+
8488
Go:
8589
versions:
8690
- sdk_version: 2
@@ -173,10 +177,11 @@ dynamodb_CreateTable:
173177
Swift:
174178
versions:
175179
- sdk_version: 1
176-
github: swift/example_code/ddb
180+
github: swift/example_code/dynamodb
177181
excerpts:
178182
- description:
179183
snippet_tags:
184+
- ddb.swift.import
180185
- ddb.swift.basics.createtable
181186
Bash:
182187
versions:
@@ -255,10 +260,11 @@ dynamodb_BatchGetItem:
255260
Swift:
256261
versions:
257262
- sdk_version: 1
258-
github: swift/example_code/ddb
263+
github: swift/example_code/dynamodb
259264
excerpts:
260265
- description:
261266
snippet_tags:
267+
- ddb.swift.import
262268
- ddb.swift.batchgetitem.batchget
263269
Bash:
264270
versions:
@@ -457,10 +463,11 @@ dynamodb_BatchWriteItem:
457463
Swift:
458464
versions:
459465
- sdk_version: 1
460-
github: swift/example_code/ddb/
466+
github: swift/example_code/dynamodb/
461467
excerpts:
462468
- description:
463469
snippet_tags:
470+
- ddb.swift.import
464471
- ddb.swift.basics.populate
465472
Bash:
466473
versions:
@@ -585,10 +592,11 @@ dynamodb_DeleteTable:
585592
Swift:
586593
versions:
587594
- sdk_version: 1
588-
github: swift/example_code/ddb
595+
github: swift/example_code/dynamodb
589596
excerpts:
590597
- description:
591598
snippet_tags:
599+
- ddb.swift.import
592600
- ddb.swift.basics.deletetable
593601
Bash:
594602
versions:
@@ -619,11 +627,13 @@ dynamodb_PutItem:
619627
versions:
620628
- sdk_version: 1
621629
github: cpp/example_code/dynamodb
622-
sdkguide:
623630
excerpts:
624631
- description:
625632
snippet_tags:
626633
- dynamodb.cpp.put_item.code
634+
- description: Code that waits for the table to become active.
635+
snippet_tags:
636+
- cpp.example_code.dynamodb.scenario.waitTableActive
627637
Go:
628638
versions:
629639
- sdk_version: 2
@@ -720,10 +730,11 @@ dynamodb_PutItem:
720730
Swift:
721731
versions:
722732
- sdk_version: 1
723-
github: swift/example_code/ddb
733+
github: swift/example_code/dynamodb
724734
excerpts:
725735
- description:
726736
snippet_tags:
737+
- ddb.swift.import
727738
- ddb.swift.basics.add-movie
728739
- ddb.swift.basics.movie.getasitem
729740
Bash:
@@ -846,10 +857,11 @@ dynamodb_GetItem:
846857
Swift:
847858
versions:
848859
- sdk_version: 1
849-
github: swift/example_code/ddb
860+
github: swift/example_code/dynamodb
850861
excerpts:
851862
- description:
852863
snippet_tags:
864+
- ddb.swift.import
853865
- ddb.swift.basics.get
854866
Bash:
855867
versions:
@@ -884,6 +896,9 @@ dynamodb_UpdateItem:
884896
- description:
885897
snippet_tags:
886898
- dynamodb.cpp.update_item.code
899+
- description: Code that waits for the table to become active.
900+
snippet_tags:
901+
- cpp.example_code.dynamodb.scenario.waitTableActive
887902
Go:
888903
versions:
889904
- sdk_version: 2
@@ -969,10 +984,11 @@ dynamodb_UpdateItem:
969984
Swift:
970985
versions:
971986
- sdk_version: 1
972-
github: swift/example_code/ddb
987+
github: swift/example_code/dynamodb
973988
excerpts:
974989
- description:
975990
snippet_tags:
991+
- ddb.swift.import
976992
- ddb.swift.basics.update
977993
Bash:
978994
versions:
@@ -1102,18 +1118,21 @@ dynamodb_DeleteItem:
11021118
versions:
11031119
- sdk_version: 1
11041120
github: cpp/example_code/dynamodb
1105-
sdkguide:
11061121
excerpts:
11071122
- description:
11081123
snippet_tags:
11091124
- cpp.example_code.dynamodb.delete_item
1125+
- description: Code that waits for the table to become active.
1126+
snippet_tags:
1127+
- cpp.example_code.dynamodb.scenario.waitTableActive
11101128
Swift:
11111129
versions:
11121130
- sdk_version: 1
1113-
github: swift/example_code/ddb
1131+
github: swift/example_code/dynamodb
11141132
excerpts:
11151133
- description:
11161134
snippet_tags:
1135+
- ddb.swift.import
11171136
- ddb.swift.basics.delete
11181137
Bash:
11191138
versions:
@@ -1242,10 +1261,11 @@ dynamodb_ListTables:
12421261
Swift:
12431262
versions:
12441263
- sdk_version: 1
1245-
github: swift/example_code/ddb
1264+
github: swift/example_code/dynamodb
12461265
excerpts:
12471266
- description:
12481267
snippet_tags:
1268+
- ddb.swift.import
12491269
- ddb.swift.databasemanager.gettablelist
12501270
Bash:
12511271
versions:
@@ -1380,10 +1400,11 @@ dynamodb_Query:
13801400
Swift:
13811401
versions:
13821402
- sdk_version: 1
1383-
github: swift/example_code/ddb
1403+
github: swift/example_code/dynamodb
13841404
excerpts:
13851405
- description:
13861406
snippet_tags:
1407+
- ddb.swift.import
13871408
- ddb.swift.basics.getMovies-year
13881409
Bash:
13891410
versions:
@@ -1510,10 +1531,11 @@ dynamodb_Scan:
15101531
Swift:
15111532
versions:
15121533
- sdk_version: 1
1513-
github: swift/example_code/ddb
1534+
github: swift/example_code/dynamodb
15141535
excerpts:
15151536
- description:
15161537
snippet_tags:
1538+
- ddb.swift.import
15171539
- ddb.swift.basics.getmovies-range
15181540
Bash:
15191541
versions:
@@ -1763,6 +1785,21 @@ dynamodb_BatchExecuteStatement:
17631785
- cpp.example_code.dynamodb.BatchExecuteStatement.Delete
17641786
services:
17651787
dynamodb: {BatchExecuteStatement}
1788+
dynamodb_UpdateTable:
1789+
languages:
1790+
C++:
1791+
versions:
1792+
- sdk_version: 1
1793+
github: cpp/example_code/dynamodb
1794+
excerpts:
1795+
- description:
1796+
snippet_tags:
1797+
- dynamodb.cpp.update_table.code
1798+
- description: Code that waits for the table to become active.
1799+
snippet_tags:
1800+
- cpp.example_code.dynamodb.scenario.waitTableActive
1801+
services:
1802+
dynamodb: {UpdateTable}
17661803
dynamodb_Usage_DaxDemo:
17671804
title: Accelerate &DDB; reads with &DAX; using an &AWS; SDK
17681805
title_abbrev: Accelerate reads with &DAX;
@@ -1972,7 +2009,7 @@ dynamodb_Scenario_GettingStartedMovies:
19722009
Swift:
19732010
versions:
19742011
- sdk_version: 1
1975-
github: swift/example_code/ddb
2012+
github: swift/example_code/dynamodb
19762013
excerpts:
19772014
- description: A Swift class that handles &DDB; calls to the &Swift;.
19782015
snippet_tags:

0 commit comments

Comments
 (0)