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 b6b3d02

Browse files
committedSep 19, 2024··
m
1 parent dab805e commit b6b3d02

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎TestVectors/runtimes/net/Generated/DDBEncryption/TypeConversion.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1531,6 +1531,10 @@ public static System.Exception FromDafny_CommonError(software.amazon.cryptograph
15311531
return AWS.Cryptography.DbEncryptionSDK.StructuredEncryption.TypeConversion.FromDafny_CommonError(
15321532
dafnyVal._AwsCryptographyDbEncryptionSdkStructuredEncryption
15331533
);
1534+
case software.amazon.cryptography.dbencryptionsdk.dynamodb.internaldafny.types.Error_AwsCryptographyKeyStore dafnyVal:
1535+
return AWS.Cryptography.KeyStore.TypeConversion.FromDafny_CommonError(
1536+
dafnyVal._AwsCryptographyKeyStore
1537+
);
15341538
case software.amazon.cryptography.dbencryptionsdk.dynamodb.internaldafny.types.Error_AwsCryptographyMaterialProviders dafnyVal:
15351539
return AWS.Cryptography.MaterialProviders.TypeConversion.FromDafny_CommonError(
15361540
dafnyVal._AwsCryptographyMaterialProviders

0 commit comments

Comments
 (0)
Please sign in to comment.