RefactorSpaces.Servicesee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-refactorspaces-service.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-refactorspaces-service-urlendpointinput.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-refactorspaces-service-lambdaendpointinput.html
type properties = {lambda_endpoint : lambda_endpoint_input option;url_endpoint : url_endpoint_input option;description : string option;environment_identifier : string;vpc_id : string option;endpoint_type : string;application_identifier : string;name : string;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-refactorspaces-service.html;
val make_properties :
?lambda_endpoint:lambda_endpoint_input ->
?url_endpoint:url_endpoint_input ->
?description:string ->
environment_identifier:string ->
?vpc_id:string ->
endpoint_type:string ->
application_identifier:string ->
?tags:tag list ->
name:string ->
unit ->
propertiesval make_tag : value:string -> key:string -> unit -> tagval make_url_endpoint_input :
?health_url:string ->
url:string ->
unit ->
url_endpoint_inputval make_lambda_endpoint_input : arn:string -> unit -> lambda_endpoint_inputval yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_url_endpoint_input :
url_endpoint_input ->
[> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_lambda_endpoint_input :
lambda_endpoint_input ->
[> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes