@@ -40,18 +40,18 @@ Code examples that show you how to perform the essential operations within a ser
4040
4141Code excerpts that show you how to call individual service functions.
4242
43- - [ BatchGetItem] ( dynamodb_operations.sh#L902 )
44- - [ BatchWriteItem] ( dynamodb_operations.sh#L834 )
43+ - [ BatchGetItem] ( dynamodb_operations.sh#L892 )
44+ - [ BatchWriteItem] ( dynamodb_operations.sh#L824 )
4545- [ CreateTable] ( dynamodb_operations.sh#L17 )
46- - [ DeleteItem] ( dynamodb_operations.sh#L535 )
47- - [ DeleteTable] ( dynamodb_operations.sh#L998 )
48- - [ DescribeTable] ( dynamodb_operations.sh#L183 )
49- - [ GetItem] ( dynamodb_operations.sh#L439 )
50- - [ ListTables] ( dynamodb_operations.sh#L969 )
51- - [ PutItem] ( dynamodb_operations.sh#L257 )
52- - [ Query] ( dynamodb_operations.sh#L614 )
53- - [ Scan] ( dynamodb_operations.sh#L724 )
54- - [ UpdateItem] ( dynamodb_operations.sh#L338 )
46+ - [ DeleteItem] ( dynamodb_operations.sh#L525 )
47+ - [ DeleteTable] ( dynamodb_operations.sh#L988 )
48+ - [ DescribeTable] ( dynamodb_operations.sh#L173 )
49+ - [ GetItem] ( dynamodb_operations.sh#L429 )
50+ - [ ListTables] ( dynamodb_operations.sh#L959 )
51+ - [ PutItem] ( dynamodb_operations.sh#L247 )
52+ - [ Query] ( dynamodb_operations.sh#L604 )
53+ - [ Scan] ( dynamodb_operations.sh#L714 )
54+ - [ UpdateItem] ( dynamodb_operations.sh#L328 )
5555
5656
5757<!-- custom.examples.start-->
@@ -111,4 +111,4 @@ in the `aws-cli` folder.
111111
112112Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
113113
114- SPDX-License-Identifier: Apache-2.0
114+ SPDX-License-Identifier: Apache-2.0
0 commit comments