File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
DynamoDbEncryption/runtimes/python/src/aws_dbesdk_dynamodb/encrypted
TestVectors/runtimes/python/test Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -297,6 +297,9 @@ def _resource_operation_logic(
297297 # (e.g. `ConsumedCapacity`)
298298 dbesdk_response = self ._copy_sdk_response_to_dbesdk_response (sdk_output , dbesdk_response )
299299
300+ # Clean up the expression builder for the next operation
301+ self ._resource_shape_to_client_shape_converter .expression_builder .reset ()
302+
300303 return dbesdk_response
301304
302305 @property
Original file line number Diff line number Diff line change 11# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
22# SPDX-License-Identifier: Apache-2.0
3+ """Stub to allow relative imports of examples from tests."""
Original file line number Diff line number Diff line change 1+ # Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
2+ # SPDX-License-Identifier: Apache-2.0
3+ """Stub to allow relative imports of examples from tests."""
You can’t perform that action at this time.
0 commit comments