File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
DynamoDbEncryption/runtimes/python/src/aws_dbesdk_dynamodb/encrypted Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -65,10 +65,11 @@ def encrypt_python_item(
6565
6666 Returns:
6767 EncryptItemOutput: Structure containing the following fields:
68- - `encrypted_item` (dict[str, Any]): The encrypted Python dictionary.
69- **Note:** The item was encrypted as DynamoDB JSON, then transformed to a Python dictionary.
70- - `parsed_header` (Optional[ParsedHeader]): The encrypted DynamoDB item's header (parsed
71- `aws_dbe_head` value).
68+
69+ - encrypted_item (dict[str, Any]): The encrypted Python dictionary.
70+ **Note:** The item was encrypted as DynamoDB JSON, then transformed to a Python dictionary.
71+ - parsed_header (Optional[ParsedHeader]): The encrypted DynamoDB item's header
72+ (parsed `aws_dbe_head` value).
7273
7374 Example:
7475 >>> plaintext_item = {
You can’t perform that action at this time.
0 commit comments