ApiGateway.DocumentationPartsee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html
type location = {path : string option;type_ : string option;method_ : string option;status_code : string option;name : string option;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-documentationpart-location.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html;
val make_properties :
rest_api_id:string ->
properties_:string ->
location:location ->
unit ->
propertiesval make_location :
?path:string ->
?type_:string ->
?method_:string ->
?status_code:string ->
?name:string ->
unit ->
locationval yojson_of_location :
location ->
[> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes