@@ -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
@@ -623,11 +627,13 @@ dynamodb_PutItem:
623627 versions :
624628 - sdk_version : 1
625629 github : cpp/example_code/dynamodb
626- sdkguide :
627630 excerpts :
628631 - description :
629632 snippet_tags :
630633 - 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
631637 Go :
632638 versions :
633639 - sdk_version : 2
@@ -890,6 +896,9 @@ dynamodb_UpdateItem:
890896 - description :
891897 snippet_tags :
892898 - 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
893902 Go :
894903 versions :
895904 - sdk_version : 2
@@ -1109,11 +1118,13 @@ dynamodb_DeleteItem:
11091118 versions :
11101119 - sdk_version : 1
11111120 github : cpp/example_code/dynamodb
1112- sdkguide :
11131121 excerpts :
11141122 - description :
11151123 snippet_tags :
11161124 - 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
11171128 Swift :
11181129 versions :
11191130 - sdk_version : 1
@@ -1774,6 +1785,21 @@ dynamodb_BatchExecuteStatement:
17741785 - cpp.example_code.dynamodb.BatchExecuteStatement.Delete
17751786 services :
17761787 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}
17771803dynamodb_Usage_DaxDemo :
17781804 title : Accelerate &DDB; reads with &DAX; using an &AWS; SDK
17791805 title_abbrev : Accelerate reads with &DAX;
0 commit comments