@@ -41,18 +41,18 @@ Code examples that show you how to perform the essential operations within a ser
4141Code excerpts that show you how to call individual service functions.
4242
4343- [ BatchExecuteStatement] ( actions/partiql.go#L7 )
44- - [ BatchWriteItem] ( actions/table_basics.go#L177 )
44+ - [ BatchWriteItem] ( actions/table_basics.go#L175 )
4545- [ CreateTable] ( actions/table_basics.go#L54 )
46- - [ DeleteItem] ( actions/table_basics.go#L332 )
47- - [ DeleteTable] ( actions/table_basics.go#L347 )
46+ - [ DeleteItem] ( actions/table_basics.go#L330 )
47+ - [ DeleteTable] ( actions/table_basics.go#L345 )
4848- [ DescribeTable] ( actions/table_basics.go#L31 )
4949- [ ExecuteStatement] ( actions/partiql.go#L7 )
50- - [ GetItem] ( actions/table_basics.go#L221 )
51- - [ ListTables] ( actions/table_basics.go#L99 )
52- - [ PutItem] ( actions/table_basics.go#L121 )
53- - [ Query] ( actions/table_basics.go#L243 )
54- - [ Scan] ( actions/table_basics.go#L285 )
55- - [ UpdateItem] ( actions/table_basics.go#L140 )
50+ - [ GetItem] ( actions/table_basics.go#L219 )
51+ - [ ListTables] ( actions/table_basics.go#L97 )
52+ - [ PutItem] ( actions/table_basics.go#L119 )
53+ - [ Query] ( actions/table_basics.go#L241 )
54+ - [ Scan] ( actions/table_basics.go#L283 )
55+ - [ UpdateItem] ( actions/table_basics.go#L138 )
5656
5757### Scenarios
5858
@@ -160,4 +160,4 @@ in the `gov2` folder.
160160
161161Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
162162
163- SPDX-License-Identifier: Apache-2.0
163+ SPDX-License-Identifier: Apache-2.0
0 commit comments