@@ -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
@@ -628,6 +632,9 @@ dynamodb_PutItem:
628632 - description :
629633 snippet_tags :
630634 - dynamodb.cpp.put_item.code
635+ - description : Code that waits for the table to become active.
636+ snippet_tags :
637+ - cpp.example_code.dynamodb.scenario.waitTableActive
631638 Go :
632639 versions :
633640 - sdk_version : 2
@@ -890,6 +897,9 @@ dynamodb_UpdateItem:
890897 - description :
891898 snippet_tags :
892899 - dynamodb.cpp.update_item.code
900+ - description : Code that waits for the table to become active.
901+ snippet_tags :
902+ - cpp.example_code.dynamodb.scenario.waitTableActive
893903 Go :
894904 versions :
895905 - sdk_version : 2
@@ -1774,6 +1784,22 @@ dynamodb_BatchExecuteStatement:
17741784 - cpp.example_code.dynamodb.BatchExecuteStatement.Delete
17751785 services :
17761786 dynamodb : {BatchExecuteStatement}
1787+ dynamodb_UpdateTable :
1788+ languages :
1789+ C++ :
1790+ versions :
1791+ - sdk_version : 1
1792+ github : cpp/example_code/dynamodb
1793+ sdkguide :
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