Module ApiGateway.GatewayResponse

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-gatewayresponse.html

type properties = {
  1. response_templates : string Stdlib__Map.Make(Stdlib.String).t option;
  2. response_parameters : string Stdlib__Map.Make(Stdlib.String).t option;
  3. rest_api_id : string;
  4. status_code : string option;
  5. 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 ]
type attributes = {
  1. ref_ : string;
  2. id : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string