Skip to content

Commit 9aa37e6

Browse files
texastonyimabhichow
authored andcommitted
feat(BKS & BKSA): Smithy Model for HV-2 (#1350)
1 parent 43a87ba commit 9aa37e6

File tree

3 files changed

+9
-0
lines changed
  • AwsCryptographicMaterialProviders/runtimes
    • go
      • ImplementationFromDafny-go/awscryptographykeystoreadminsmithygeneratedtypes
      • TestsFromDafny-go/awscryptographykeystoreadminsmithygeneratedtypes
    • java/src/main/smithy-generated/software/amazon/cryptography/keystoreadmin

3 files changed

+9
-0
lines changed

AwsCryptographicMaterialProviders/runtimes/go/ImplementationFromDafny-go/awscryptographykeystoreadminsmithygeneratedtypes/types.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AwsCryptographicMaterialProviders/runtimes/go/TestsFromDafny-go/awscryptographykeystoreadminsmithygeneratedtypes/types.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AwsCryptographicMaterialProviders/runtimes/java/src/main/smithy-generated/software/amazon/cryptography/keystoreadmin/ToNative.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,11 @@ public static MutableBranchKeyContext MutableBranchKeyContext(
479479
dafnyValue.dtor_HierarchyVersion()
480480
)
481481
);
482+
nativeBuilder.HierarchyVersion(
483+
software.amazon.cryptography.keystore.ToNative.HierarchyVersion(
484+
dafnyValue.dtor_HierarchyVersion()
485+
)
486+
);
482487
return nativeBuilder.build();
483488
}
484489

0 commit comments

Comments
 (0)