Skip to content

Commit

Permalink
JavaScript (v3): Add links to document client in dynamodb (awsdocs#5233)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpyle0819 authored and meyertst-aws committed Aug 15, 2023
1 parent b8b1755 commit 576368e
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions .doc_gen/metadata/dynamodb_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ dynamodb_BatchGetItem:
github: javascriptv3/example_code/dynamodb
sdkguide: sdk-for-javascript/v3/developer-guide/dynamodb-example-table-read-write-batch.html#dynamodb-example-table-read-write-batch-reading
excerpts:
- description:
- description: This example uses the document client to simplify working with items
in &DDB;. For API details see <ulink type="documentation" url="AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-lib-dynamodb/Class/BatchGetCommand/">BatchGet</ulink>.
snippet_tags:
- javascript.v3.dynamodb.doc-client.BatchGet
- sdk_version: 2
Expand Down Expand Up @@ -338,7 +339,8 @@ dynamodb_BatchWriteItem:
- sdk_version: 3
github: javascriptv3/example_code/dynamodb
excerpts:
- description:
- description: This example uses the document client to simplify working with items
in &DDB;. For API details see <ulink type="documentation" url="AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-lib-dynamodb/Class/BatchWriteCommand/">BatchWrite</ulink>.
snippet_tags:
- dynamodb.JavaScript.movies.batchwriteV3
- sdk_version: 2
Expand Down Expand Up @@ -577,7 +579,8 @@ dynamodb_PutItem:
- sdk_version: 3
github: javascriptv3/example_code/dynamodb
excerpts:
- description:
- description: This example uses the document client to simplify working with items
in &DDB;. For API details see <ulink type="documentation" url="AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-lib-dynamodb/Class/PutCommand/">PutCommand</ulink>.
snippet_tags:
- dynamodb.JavaScript.docClient.putV3
- sdk_version: 2
Expand Down Expand Up @@ -684,7 +687,8 @@ dynamodb_GetItem:
- sdk_version: 3
github: javascriptv3/example_code/dynamodb
excerpts:
- description:
- description: This example uses the document client to simplify working with items
in &DDB;. For API details see <ulink type="documentation" url="AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-lib-dynamodb/Class/GetCommand/">GetCommand</ulink>.
snippet_tags:
- dynamodb.JavaScript.docClient.getV3
- sdk_version: 2
Expand Down Expand Up @@ -800,7 +804,8 @@ dynamodb_UpdateItem:
- sdk_version: 3
github: javascriptv3/example_code/dynamodb
excerpts:
- description:
- description: This example uses the document client to simplify working with items
in &DDB;. For API details see <ulink type="documentation" url="AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-lib-dynamodb/Class/UpdateCommand/">UpdateCommand</ulink>.
snippet_tags:
- dynamodb.JavaScript.docClient.updateV3
Swift:
Expand Down Expand Up @@ -903,7 +908,8 @@ dynamodb_DeleteItem:
github: javascriptv3/example_code/dynamodb
sdkguide: sdk-for-javascript/v3/developer-guide/dynamodb-example-table-read-write.html#dynamodb-example-table-read-write-deleting-an-item
excerpts:
- description:
- description: This example uses the document client to simplify working with items
in &DDB;. For API details see <ulink type="documentation" url="AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-lib-dynamodb/Class/DeleteCommand/">DeleteCommand</ulink>.
snippet_tags:
- dynamodb.JavaScript.docClient.deleteV3
- sdk_version: 2
Expand Down Expand Up @@ -1149,7 +1155,8 @@ dynamodb_Query:
github: javascriptv3/example_code/dynamodb
sdkguide: sdk-for-javascript/v3/developer-guide/dynamodb-example-query-scan.html#dynamodb-example-table-query-scan-querying
excerpts:
- description:
- description: This example uses the document client to simplify working with items
in &DDB;. For API details see <ulink type="documentation" url="AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-lib-dynamodb/Class/QueryCommand/">QueryCommand</ulink>.
snippet_tags:
- dynamodb.JavaScript.docClient.queryV3
- sdk_version: 2
Expand Down Expand Up @@ -1260,7 +1267,8 @@ dynamodb_Scan:
- sdk_version: 3
github: javascriptv3/example_code/dynamodb
excerpts:
- description:
- description: This example uses the document client to simplify working with items
in &DDB;. For API details see <ulink type="documentation" url="AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-lib-dynamodb/Class/ScanCommand/">ScanCommand</ulink>.
snippet_tags:
- dynamodb.JavaScript.movies.scanV3
- sdk_version: 2
Expand Down

0 comments on commit 576368e

Please sign in to comment.