File tree 2 files changed +2
-2
lines changed
DynamoDbEncryption/runtimes/rust/src/bin/example
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
// SPDX-License-Identifier: Apache-2.0
3
3
4
4
use crate :: test_utils;
5
- use aws_sdk_dynamodb:: types:: AttributeValue ;
6
5
use aws_db_esdk:: aws_cryptography_dbEncryptionSdk_dynamoDb:: client as dbesdk_client;
7
6
use aws_db_esdk:: aws_cryptography_dbEncryptionSdk_dynamoDb:: types:: dynamo_db_encryption_config:: DynamoDbEncryptionConfig ;
8
7
use aws_db_esdk:: aws_cryptography_dbEncryptionSdk_dynamoDb:: types:: GetEncryptedDataKeyDescriptionUnion ;
8
+ use aws_sdk_dynamodb:: types:: AttributeValue ;
9
9
use std:: collections:: HashMap ;
10
10
11
11
pub async fn get_encrypted_data_key_description ( ) {
Original file line number Diff line number Diff line change 2
2
// SPDX-License-Identifier: Apache-2.0
3
3
4
4
use crate :: test_utils;
5
- use aws_sdk_dynamodb:: types:: AttributeValue ;
6
5
use aws_db_esdk:: aws_cryptography_dbEncryptionSdk_dynamoDb:: types:: DynamoDbTableEncryptionConfig ;
7
6
use aws_db_esdk:: aws_cryptography_dbEncryptionSdk_structuredEncryption:: types:: CryptoAction ;
8
7
use aws_db_esdk:: aws_cryptography_materialProviders:: client as mpl_client;
9
8
use aws_db_esdk:: aws_cryptography_materialProviders:: types:: material_providers_config:: MaterialProvidersConfig ;
10
9
use aws_db_esdk:: aws_cryptography_materialProviders:: types:: PaddingScheme ;
11
10
use aws_db_esdk:: intercept:: DbEsdkInterceptor ;
12
11
use aws_db_esdk:: DynamoDbTablesEncryptionConfig ;
12
+ use aws_sdk_dynamodb:: types:: AttributeValue ;
13
13
use std:: collections:: HashMap ;
14
14
use std:: fs:: File ;
15
15
use std:: io:: Read ;
You can’t perform that action at this time.
0 commit comments