-
Notifications
You must be signed in to change notification settings - Fork 16
feat(DynamoDbEncryption): Add GetEncryptedDataKeyDescription operation #856
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 59 commits
Commits
Show all changes
74 commits
Select commit
Hold shift + click to select a range
0f80010
Add parser
rishav-karanjit a5944c6
Fixed verify
rishav-karanjit 689e83d
Updated Smithy to make keyProviderInfo optional
rishav-karanjit 8f720cd
Added preconditions for GetEncryptedDataKeyDescription operation
rishav-karanjit 79b70da
Add unit test for DynamoDbGetEncryptedDataKeyDescription
rishav-karanjit 24f8f90
Added specification for Get Encrypted Data Key Description
rishav-karanjit 346bf27
Refactor GetEncryptedDataKeyDescription operation
rishav-karanjit e909d69
Refactor the tests
rishav-karanjit 7de56f3
Add more info in comments
rishav-karanjit d72193e
Add smithy generated java files
rishav-karanjit 44f22b7
Removed exception for custom keyring
rishav-karanjit 447630d
Add polymorph generated code
rishav-karanjit 5d0a9fb
Revert "Add polymorph generated code"
rishav-karanjit 09b6134
Add GetEncryptedDataKeyDescription Example
rishav-karanjit 9deae04
Add more test coverage and decrease resource count
rishav-karanjit 23b5de7
Add getBranchKeyVersion to decrease resource count
rishav-karanjit 6bc3da1
Merge branch 'main' into rishav-feat-parser
rishav-karanjit ee7ba8d
Add polymorph generated code
rishav-karanjit dda196a
Add some more generated dotnet
rishav-karanjit 6e6fd6b
format code
rishav-karanjit 9fc726f
Add copyright and license in the comments
rishav-karanjit 0ebcbe3
Add dotnet example
rishav-karanjit f1a0051
format code
rishav-karanjit 8e8d19e
Merge branch 'main' of https://github.com/aws/aws-database-encryption…
rishav-karanjit 707ecf7
Merge format
rishav-karanjit 8c7bcaf
fix: merge errors
rishav-karanjit 85ea703
Fix examples
rishav-karanjit 6b4a324
removed unused variable
rishav-karanjit 1810c1d
Fix example
rishav-karanjit 900c398
Format dafny code
rishav-karanjit 9275151
Add comments to dotnet example
rishav-karanjit fe44b3f
Update dafny test
rishav-karanjit 29ab4f5
Add dotnet generated
rishav-karanjit 0811022
Add smithy generated java
rishav-karanjit 39668ed
Add dotnet typeconversion
rishav-karanjit 5e6294a
Revert head to 3 commits back
rishav-karanjit 0c638cb
Add --local-service-test option and did polymorph
rishav-karanjit 98849ee
Refactor to remove extra blank line to make the code look better
rishav-karanjit 7c17ef5
Format dafny code
rishav-karanjit 75ac9a4
Refactor code and add comments
rishav-karanjit d73839a
Add comments to example
rishav-karanjit f3e2e71
Update version date
rishav-karanjit e95ab46
Removed expect
rishav-karanjit f804374
Removed extract
rishav-karanjit 1d801ef
Assign Salt, IV and Version length constant
rishav-karanjit 4dcb696
format dafny
rishav-karanjit dc581e7
Remove redundant codes
rishav-karanjit b28e230
Removed call to ItemToStructured
rishav-karanjit d9cd376
Remove extract
rishav-karanjit 1cef3ce
Some nits
rishav-karanjit 4c88676
Removed some more extract
rishav-karanjit 5e88171
Updated to appropriate error datatype
rishav-karanjit 6ffde54
Changed structure EncryptedDataKeyDescriptionOutput to EncryptedDataK…
rishav-karanjit 6f6d384
Update specification
rishav-karanjit d01a432
Add duvet annotation
rishav-karanjit af31564
put flavor extracting concept inside else block
rishav-karanjit 23d94d1
change < to <=
rishav-karanjit 912305a
fix examples redundancy
rishav-karanjit 88abd76
fix duvet annotations
rishav-karanjit 325b507
Minor nit on specification
rishav-karanjit d96e977
Add TestNoHeaderFailureCase
rishav-karanjit 756dd0e
Merge branch 'main' into rishav-feat-parser
rishav-karanjit 23804d6
Use another AlgorithmSuites as well
rishav-karanjit eabe8b2
Merge branch 'main' into rishav-feat-parser
rishav-karanjit e69af8c
Add polymorph file after merge
rishav-karanjit 5875935
Merge branch 'main' into rishav-feat-parser
rishav-karanjit 9b58508
Add suggested changes
rishav-karanjit aa982c3
Merge branch 'main' into rishav-feat-parser
rishav-karanjit 2f4cfc9
add generated file
rishav-karanjit 6dedc67
Assert branch key into separate method to reduce resource count
rishav-karanjit 6b30e4c
Change plainTextItem to item in examples
rishav-karanjit 16bafa6
Nits in specification
rishav-karanjit dff2be6
Fix duvet annotation after nits in specs
rishav-karanjit 158a98e
Merge branch 'main' into rishav-feat-parser
rishav-karanjit File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.