LicenseManager.Grantsee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-licensemanager-grant.html
type properties = {status : string option;principals : string list option;home_region : string option;allowed_operations : string list option;license_arn : string option;grant_name : string option;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-licensemanager-grant.html;
val make_properties :
?status:string ->
?principals:string list ->
?home_region:string ->
?allowed_operations:string list ->
?license_arn:string ->
?grant_name:string ->
unit ->
propertiesval yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes