Add missing documentation for some trait models

This commit is contained in:
kstich 2021-03-11 11:51:41 -08:00 committed by Kevin Stich
parent 37981cbc24
commit ca83efbc76
2 changed files with 14 additions and 4 deletions

View File

@ -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"

View File

@ -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",
@ -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": {