Skip to content

Commit

Permalink
chore: non-breaking PR suggestions [skip-ci]
Browse files Browse the repository at this point in the history
Co-authored-by: José Corella <[email protected]>
  • Loading branch information
texastony and josecorella authored Nov 7, 2024
1 parent 37d343d commit 82e501d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,14 @@ structure MutationCommitment {
Terminal: Blob

@required
@documentation("Description of the input to Initizlize Mutation.")
@documentation("Description of the input to initialize a Mutation.")
Input: Blob

@required
CiphertextBlob: Blob
}

@documentation("Information on an in-flight Mutation of a Branch Key.")
@documentation("Information of an in-flight Mutation of a Branch Key.")
structure MutationIndex {
@required
@documentation("The Branch Key under Mutation.")
Expand Down Expand Up @@ -330,7 +330,7 @@ in the terminal state of a Mutation,
a page of version (decrypt only) items,
conditioned on:
- every version already exsisting
- every version's enc has not changed
- every version's cipher-text had not changed
- the Mutation Commitment has not changed
")
operation WriteMutatedVersions {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ structure VersionKeyInput {
Identifier: String

@required
@documentation("Multi-Region or Single Region AWS KMS Key used to protect the Branch Key, but not aliases!")
@documentation("Multi-Region or Single Region AWS KMS Key ARN used to protect the Branch Key, but not aliases!")
KmsArn: KmsAesIdentifier

Strategy: KeyManagementStrategy
Expand Down

0 comments on commit 82e501d

Please sign in to comment.