File tree 1 file changed +4
-0
lines changed
TestVectors/runtimes/net/Generated/DDBEncryption
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1531,6 +1531,10 @@ public static System.Exception FromDafny_CommonError(software.amazon.cryptograph
1531
1531
return AWS . Cryptography . DbEncryptionSDK . StructuredEncryption . TypeConversion . FromDafny_CommonError (
1532
1532
dafnyVal . _AwsCryptographyDbEncryptionSdkStructuredEncryption
1533
1533
) ;
1534
+ case software . amazon . cryptography . dbencryptionsdk . dynamodb . internaldafny . types . Error_AwsCryptographyKeyStore dafnyVal :
1535
+ return AWS . Cryptography . KeyStore . TypeConversion . FromDafny_CommonError (
1536
+ dafnyVal . _AwsCryptographyKeyStore
1537
+ ) ;
1534
1538
case software . amazon . cryptography . dbencryptionsdk . dynamodb . internaldafny . types . Error_AwsCryptographyMaterialProviders dafnyVal :
1535
1539
return AWS . Cryptography . MaterialProviders . TypeConversion . FromDafny_CommonError (
1536
1540
dafnyVal . _AwsCryptographyMaterialProviders
You can’t perform that action at this time.
0 commit comments