Module Connect.ViewVersion

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-viewversion.html

type properties = {
  1. view_arn : string;
  2. version_description : string option;
  3. view_content_sha256 : string option;
}

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

val make_properties : view_arn:string -> ?version_description:string -> ?view_content_sha256:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. view_version_arn : string;
  3. version : int;
}
val create_attributes : string -> attributes
val cloudformation_type : string