Skip to content

Commit

Permalink
Add missing documentation for some trait models
Browse files Browse the repository at this point in the history
  • Loading branch information
kstich committed Mar 11, 2021
1 parent 37981cb commit ca83efb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,10 @@
"type": "structure",
"members": {
"statusCode": {
"target": "smithy.api#String"
"target": "smithy.api#String",
"traits": {
"smithy.api#documentation": "HTTP status code for the method response; for example, \"200\". This must correspond to a matching response in the OpenAPI Operation responses field."
}
},
"contentHandling": {
"target": "aws.apigateway#ContentHandling"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,16 @@
"type": "structure",
"members": {
"documentation": {
"target": "smithy.api#String"
"target": "smithy.api#String",
"traits": {
"smithy.api#documentation": "Defines documentation about the condition key."
}
},
"externalDocumentation": {
"target": "smithy.api#String"
"target": "smithy.api#String",
"traits": {
"smithy.api#documentation": "A valid URL that defines more information about the condition key."
}
},
"type": {
"target": "aws.iam#ConditionKeyType",
Expand All @@ -82,7 +88,8 @@
}
},
"traits": {
"smithy.api#private": {}
"smithy.api#private": {},
"smithy.api#documentation": "A defined condition key to appear within a service in addition to inferred and global condition keys."
}
},
"aws.iam#ConditionKeyType": {
Expand Down

0 comments on commit ca83efb

Please sign in to comment.