Skip to content

Commit

Permalink
Add doc comment to each of the PayloadFormatVersion members (smithy-l…
Browse files Browse the repository at this point in the history
  • Loading branch information
sugmanue authored Oct 10, 2022
1 parent 74148bd commit 23a11e5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,8 @@ enum PassThroughBehavior {
/// Defines the payloadFormatVersion used by authorizers
@private
enum PayloadFormatVersion {
/// Specifies 1.0 version of the format used by the authorizer
V1_0 = "1.0"
/// Specifies 2.0 version of the format used by the authorizer
V2_0 = "2.0"
}

0 comments on commit 23a11e5

Please sign in to comment.