Location.APIKeysee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-apikey.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-location-apikey-apikeyrestrictions.html
type properties = {key_name : string;description : string option;no_expiry : bool option;force_delete : bool option;expire_time : string option;force_update : bool option;restrictions : api_key_restrictions;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-apikey.html;
val make_properties :
key_name:string ->
?description:string ->
?no_expiry:bool ->
?force_delete:bool ->
?expire_time:string ->
?force_update:bool ->
restrictions:api_key_restrictions ->
?tags:tag list ->
unit ->
propertiesval make_tag : value:string -> key:string -> unit -> tagval make_api_key_restrictions :
allow_actions:string list ->
allow_resources:string list ->
?allow_referers:string list ->
unit ->
api_key_restrictionsval yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_api_key_restrictions :
api_key_restrictions ->
[> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes