Skip to content

Commit 44c74a5

Browse files
author
Lucas McDonald
committed
m
1 parent 083ee6d commit 44c74a5

File tree

3 files changed

+2
-337
lines changed

3 files changed

+2
-337
lines changed

DynamoDbEncryption/runtimes/python/src/aws_dbesdk_dynamodb/encrypted/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ def _client_operation_logic(
634634
dbesdk_response = output_item_to_dict_transform_method(dbesdk_response)
635635

636636
# Clean up the expression builder for the next operation
637-
self._resource_shape_to_client_shape_converter.expression_builder.reset()
637+
self._resource_to_client_shape_converter.expression_builder.reset()
638638

639639
return dbesdk_response
640640

DynamoDbEncryption/runtimes/python/src/aws_dbesdk_dynamodb/encrypted/paginator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def _paginate_request(
189189
yield dbesdk_response
190190

191191
# Clean up the expression builder for the next operation
192-
self._resource_shape_to_client_shape_converter.expression_builder.reset()
192+
self._resource_to_client_shape_converter.expression_builder.reset()
193193

194194
@property
195195
def _boto_client_attr_name(self) -> str:

DynamoDbEncryption/runtimes/python/src/aws_dbesdk_dynamodb/internal/boto3_conversions.py

Lines changed: 0 additions & 335 deletions
This file was deleted.

0 commit comments

Comments
 (0)