Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1629332

Browse files
committedOct 22, 2024··
m
1 parent e2b46f3 commit 1629332

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎DynamoDbEncryption/runtimes/rust/examples/clientsupplier/regional_role_client_supplier.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use aws_config::Region;
22
use aws_db_esdk::aws_cryptography_materialProviders::types::ClientSupplier;
3-
use aws_db_esdk::deps::aws_cryptography_materialProviders::operation::get_client::GetClientInput;
4-
use aws_db_esdk::deps::aws_cryptography_materialProviders::types::error::Error;
3+
use aws_db_esdk::aws_cryptography_materialProviders::operation::get_client::GetClientInput;
4+
use aws_db_esdk::aws_cryptography_materialProviders::types::error::Error;
55
use aws_db_esdk::deps::com_amazonaws_kms::client::Client as kms_client;
66

77
/*

0 commit comments

Comments
 (0)
Please sign in to comment.