Add missing documentation for some trait models
This commit is contained in:
parent
37981cbc24
commit
ca83efbc76
|
@ -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"
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue