File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
DynamoDbEncryption/runtimes/python/src/aws_dbesdk_dynamodb/encrypted Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments