File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
DynamoDbEncryption/runtimes/python/test/integ/encrypted
Examples/runtimes/python/DynamoDBEncryption/src/basic_put_get_example Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 11import boto3
22import pytest
3- from boto3 .dynamodb .types import TypeDeserializer , TypeSerializer
43
54from aws_dbesdk_dynamodb .encrypted .table import EncryptedTable
65
1615 basic_scan_request_dict ,
1716)
1817
19- serializer = TypeSerializer ()
20- deserializer = TypeDeserializer ()
21-
2218
2319def encrypted_table ():
2420 """Create an encrypted table."""
Original file line number Diff line number Diff line change 2020)
2121from aws_cryptographic_material_providers .mpl .references import IKeyring
2222from aws_dbesdk_dynamodb .encrypted .table import EncryptedTable
23- from aws_dbesdk_dynamodb .smithygenerated . aws_cryptography_dbencryptionsdk_dynamodb . models import (
23+ from aws_dbesdk_dynamodb .structures . dynamodb import (
2424 DynamoDbTableEncryptionConfig ,
2525 DynamoDbTablesEncryptionConfig ,
2626)
27- from aws_dbesdk_dynamodb .smithygenerated . aws_cryptography_dbencryptionsdk_structuredencryption . models import (
27+ from aws_dbesdk_dynamodb .structures . structured_encryption import (
2828 CryptoAction ,
2929)
3030
You can’t perform that action at this time.
0 commit comments