GameLift.Alias
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-alias-routingstrategy.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-alias.html;
val make_properties :
?description:string ->
routing_strategy:routing_strategy ->
name:string ->
unit ->
properties
val make_routing_strategy :
type_:string ->
?message:string ->
?fleet_id:string ->
unit ->
routing_strategy
val yojson_of_routing_strategy :
routing_strategy ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes