RefactorSpaces.Service
see 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 ->
properties
val make_tag : value:string -> key:string -> unit -> tag
val make_url_endpoint_input :
?health_url:string ->
url:string ->
unit ->
url_endpoint_input
val make_lambda_endpoint_input : arn:string -> unit -> lambda_endpoint_input
val 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