ApiGateway.GatewayResponse
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html
type properties = {
response_templates : string Stdlib__Map.Make(Stdlib.String).t option;
response_parameters : string Stdlib__Map.Make(Stdlib.String).t option;
rest_api_id : string;
status_code : string option;
response_type : string;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html;
val make_properties :
?response_templates:string Stdlib__Map.Make(Stdlib.String).t ->
?response_parameters:string Stdlib__Map.Make(Stdlib.String).t ->
rest_api_id:string ->
?status_code:string ->
response_type:string ->
unit ->
properties
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes