Module Organizations.Organization

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-organizations-organization.html

type properties = {
  1. feature_set : string option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-organizations-organization.html;

val make_properties : ?feature_set:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. root_id : string;
  3. id : string;
  4. arn : string;
  5. management_account_arn : string;
  6. management_account_id : string;
  7. management_account_email : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string