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):
72
72
Any calls to ``update_item`` can only update unsigned attributes. If an attribute to be updated is marked as signed,
73
73
this operation will raise a ``DynamoDbEncryptionTransformsException``.
74
74
75
- The following operations are not supported and will raise DynamoDbEncryptionTransformsException :
75
+ The following operations are not supported for encrypted tables :
76
76
77
77
* ``execute_statement``
78
78
* ``execute_transaction``
79
79
* ``batch_execute_statement``
80
80
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
+
81
84
Any other operations on this class will defer to the underlying boto3 DynamoDB client's implementation.
82
85
83
86
``EncryptedClient`` can also return an ``EncryptedPaginator`` for transparent decryption of paginated results.
You can’t perform that action at this time.
0 commit comments