File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
TestVectors/runtimes/net/Extern Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11using AWS . Cryptography . DbEncryptionSDK . DynamoDb . ItemEncryptor ;
22using AWS . Cryptography . DbEncryptionSDK . DynamoDb ;
3+ using AWS . Cryptography . DbEncryptionSDK . DynamoDb . ItemEncryptor . Wrapped ;
34using software . amazon . cryptography . services . dynamodb . internaldafny ;
45using software . amazon . cryptography . services . dynamodb . internaldafny . types ;
56using Wrappers_Compile ;
@@ -12,12 +13,12 @@ public partial class __default
1213 public static _IResult < software . amazon . cryptography . dbencryptionsdk . dynamodb . itemencryptor . internaldafny . types . IDynamoDbItemEncryptorClient , _IError > CreateWrappedItemEncryptor (
1314 software . amazon . cryptography . dbencryptionsdk . dynamodb . itemencryptor . internaldafny . types . _IDynamoDbItemEncryptorConfig config )
1415 {
15- var nativeConfig = AWS . Cryptography . DbEncryptionSDK . DynamoDb . Transforms . TypeConversion
16- . FromDafny_N3_aws__N12_cryptography__N15_dbEncryptionSdk__N8_dynamoDb__S30_DynamoDbItemEncryptorConfig (
16+ var nativeConfig = AWS . Cryptography . DbEncryptionSDK . DynamoDb . ItemEncryptor . TypeConversion
17+ . FromDafny_N3_aws__N12_cryptography__N15_dbEncryptionSdk__N8_dynamoDb__N13_itemEncryptor__S27_DynamoDbItemEncryptorConfig (
1718 config ) ;
1819
19- var itemEncryptor = DynamoDbItemEncryptor . Create ( nativeConfig ) ;
20- var wrappedEncryptor = new Com . Amazonaws . Dynamodb . ItemEncryptorShim ( itemEncryptor ) ;
20+ var itemEncryptor = new DynamoDbItemEncryptor ( nativeConfig ) ;
21+ var wrappedEncryptor = new DynamoDbItemEncryptorShim ( itemEncryptor ) ;
2122
2223 return new Result_Success < IItemEncryptor , _IError > ( wrappedEncryptor ) ;
2324 }
You can’t perform that action at this time.
0 commit comments