Module IAM.AccessKey

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html

type properties = {
  1. serial : int option;
  2. status : string option;
  3. user_name : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html;

val make_properties : ?serial:int -> ?status:string -> user_name:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. secret_access_key : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string