File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
DynamoDbEncryption/runtimes/net/Generated/DynamoDbEncryption Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1571,6 +1571,10 @@ public static System.Exception FromDafny_CommonError(software.amazon.cryptograph
1571
1571
return AWS . Cryptography . DbEncryptionSDK . StructuredEncryption . TypeConversion . FromDafny_CommonError (
1572
1572
dafnyVal . _AwsCryptographyDbEncryptionSdkStructuredEncryption
1573
1573
) ;
1574
+ case software . amazon . cryptography . dbencryptionsdk . dynamodb . internaldafny . types . Error_AwsCryptographyKeyStore dafnyVal :
1575
+ return AWS . Cryptography . KeyStore . TypeConversion . FromDafny_CommonError (
1576
+ dafnyVal . _AwsCryptographyKeyStore
1577
+ ) ;
1574
1578
case software . amazon . cryptography . dbencryptionsdk . dynamodb . internaldafny . types . Error_AwsCryptographyMaterialProviders dafnyVal :
1575
1579
return AWS . Cryptography . MaterialProviders . TypeConversion . FromDafny_CommonError (
1576
1580
dafnyVal . _AwsCryptographyMaterialProviders
You can’t perform that action at this time.
0 commit comments