Skip to content

Commit a92702b

Browse files
committed
m
1 parent 84823f8 commit a92702b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DynamoDbEncryption/runtimes/rust/src/bin/example/get_encrypted_data_key_description.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
// SPDX-License-Identifier: Apache-2.0
33

44
use crate::test_utils;
5-
use aws_sdk_dynamodb::types::AttributeValue;
65
use aws_db_esdk::aws_cryptography_dbEncryptionSdk_dynamoDb::client as dbesdk_client;
76
use aws_db_esdk::aws_cryptography_dbEncryptionSdk_dynamoDb::types::dynamo_db_encryption_config::DynamoDbEncryptionConfig;
87
use aws_db_esdk::aws_cryptography_dbEncryptionSdk_dynamoDb::types::GetEncryptedDataKeyDescriptionUnion;
8+
use aws_sdk_dynamodb::types::AttributeValue;
99
use std::collections::HashMap;
1010

1111
pub async fn get_encrypted_data_key_description() {

DynamoDbEncryption/runtimes/rust/src/bin/example/keyring/raw_rsa_keyring.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
// SPDX-License-Identifier: Apache-2.0
33

44
use crate::test_utils;
5-
use aws_sdk_dynamodb::types::AttributeValue;
65
use aws_db_esdk::aws_cryptography_dbEncryptionSdk_dynamoDb::types::DynamoDbTableEncryptionConfig;
76
use aws_db_esdk::aws_cryptography_dbEncryptionSdk_structuredEncryption::types::CryptoAction;
87
use aws_db_esdk::aws_cryptography_materialProviders::client as mpl_client;
98
use aws_db_esdk::aws_cryptography_materialProviders::types::material_providers_config::MaterialProvidersConfig;
109
use aws_db_esdk::aws_cryptography_materialProviders::types::PaddingScheme;
1110
use aws_db_esdk::intercept::DbEsdkInterceptor;
1211
use aws_db_esdk::DynamoDbTablesEncryptionConfig;
12+
use aws_sdk_dynamodb::types::AttributeValue;
1313
use std::collections::HashMap;
1414
use std::fs::File;
1515
use std::io::Read;

0 commit comments

Comments
 (0)