Module ApiGatewayV2.IntegrationResponse

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html

type properties = {
  1. response_templates : Yojson.Safe.t option;
  2. template_selection_expression : string option;
  3. response_parameters : Yojson.Safe.t option;
  4. content_handling_strategy : string option;
  5. integration_id : string;
  6. integration_response_key : string;
  7. api_id : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html;

val make_properties : ?response_templates:Yojson.Safe.t -> ?template_selection_expression:string -> ?response_parameters:Yojson.Safe.t -> ?content_handling_strategy:string -> integration_id:string -> integration_response_key:string -> api_id:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. integration_response_id : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string