@@ -41,18 +41,18 @@ Code examples that show you how to perform the essential operations within a ser
41
41
Code excerpts that show you how to call individual service functions.
42
42
43
43
- [ BatchExecuteStatement] ( actions/partiql.go#L7 )
44
- - [ BatchWriteItem] ( actions/table_basics.go#L177 )
44
+ - [ BatchWriteItem] ( actions/table_basics.go#L175 )
45
45
- [ 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 )
48
48
- [ DescribeTable] ( actions/table_basics.go#L31 )
49
49
- [ 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 )
56
56
57
57
### Scenarios
58
58
@@ -160,4 +160,4 @@ in the `gov2` folder.
160
160
161
161
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
162
162
163
- SPDX-License-Identifier: Apache-2.0
163
+ SPDX-License-Identifier: Apache-2.0
0 commit comments