ApiGatewayV2.IntegrationResponse
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html
type properties = {
response_templates : Yojson.Safe.t option;
template_selection_expression : string option;
response_parameters : Yojson.Safe.t option;
content_handling_strategy : string option;
integration_id : string;
integration_response_key : string;
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 ]
val create_attributes : string -> attributes