MediaConnect.Gateway
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-gateway.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-gateway-gatewaynetwork.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-gateway.html;
val make_properties :
networks:gateway_network list ->
egress_cidr_blocks:string list ->
name:string ->
unit ->
properties
val make_gateway_network :
cidr_block:string ->
name:string ->
unit ->
gateway_network
val yojson_of_gateway_network :
gateway_network ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes