GameLift.Build
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html
type properties = {
operating_system : string option;
version : string option;
server_sdk_version : string option;
storage_location : storage_location option;
name : string option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html;
val make_properties :
?operating_system:string ->
?version:string ->
?server_sdk_version:string ->
?storage_location:storage_location ->
?name:string ->
unit ->
properties
val make_storage_location :
?object_version:string ->
bucket:string ->
key:string ->
role_arn:string ->
unit ->
storage_location
val yojson_of_storage_location :
storage_location ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes