Skip to content

Commit 8fa4fe7

Browse files
author
Lucas McDonald
committed
m
1 parent 043b00c commit 8fa4fe7

File tree

1 file changed

+4
-1
lines changed
  • DynamoDbEncryption/runtimes/python/src/aws_dbesdk_dynamodb/encrypted

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,15 @@ class EncryptedClient(EncryptedBotoInterface):
7272
Any calls to ``update_item`` can only update unsigned attributes. If an attribute to be updated is marked as signed,
7373
this operation will raise a ``DynamoDbEncryptionTransformsException``.
7474
75-
The following operations are not supported and will raise DynamoDbEncryptionTransformsException:
75+
The following operations are not supported for encrypted tables:
7676
7777
* ``execute_statement``
7878
* ``execute_transaction``
7979
* ``batch_execute_statement``
8080
81+
Calling these operations for encrypted tables will raise a ``DynamoDbEncryptionTransformsException``.
82+
This client can still be used to call these operations on plaintext tables.
83+
8184
Any other operations on this class will defer to the underlying boto3 DynamoDB client's implementation.
8285
8386
``EncryptedClient`` can also return an ``EncryptedPaginator`` for transparent decryption of paginated results.

0 commit comments

Comments
 (0)