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 5830b89

Browse files
committedFeb 13, 2025·
Use the correct copy of the DynamoDbTablesEncryptionConfig shape
1 parent 894864a commit 5830b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎TestVectors/runtimes/rust/src/create_client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ impl _CreateInterceptedDDBClient_Compile::_default {
2525
-> Rc<_Wrappers_Compile::Result<Object<dyn IDynamoDBClient>, Rc<Error>>>
2626
{
2727

28-
let table_configs = crate::conversions::dynamo_db_tables_encryption_config::plain_from_dafny(config);
28+
let table_configs = crate::deps::aws_cryptography_dbEncryptionSdk_dynamoDb_transforms::conversions::dynamo_db_tables_encryption_config::_dynamo_db_tables_encryption_config::plain_from_dafny(config);
2929
let shared_config = DAFNY_TOKIO_RUNTIME.block_on(aws_config::load_defaults(
3030
aws_config::BehaviorVersion::v2024_03_28()));
3131

0 commit comments

Comments
 (0)
Please sign in to comment.