EC2.IPAMPoolsee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampool.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ipampool-provisionedcidr.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-ec2-ipampool-sourceresource.html
type properties = {aws_service : string option;locale : string option;public_ip_source : string option;description : string option;source_resource : source_resource option;source_ipam_pool_id : string option;allocation_min_netmask_length : int option;ipam_scope_id : string;provisioned_cidrs : provisioned_cidr list option;allocation_max_netmask_length : int option;allocation_default_netmask_length : int option;auto_import : bool option;address_family : string;publicly_advertisable : bool option;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampool.html;
val make_properties :
?aws_service:string ->
?locale:string ->
?public_ip_source:string ->
?description:string ->
?source_resource:source_resource ->
?source_ipam_pool_id:string ->
?allocation_min_netmask_length:int ->
ipam_scope_id:string ->
?provisioned_cidrs:provisioned_cidr list ->
?allocation_max_netmask_length:int ->
?allocation_default_netmask_length:int ->
?auto_import:bool ->
address_family:string ->
?allocation_resource_tags:tag list ->
?publicly_advertisable:bool ->
?tags:tag list ->
unit ->
propertiesval make_provisioned_cidr : cidr:string -> unit -> provisioned_cidrval make_tag : value:string -> key:string -> unit -> tagval make_source_resource :
resource_region:string ->
resource_id:string ->
resource_owner:string ->
resource_type:string ->
unit ->
source_resourceval yojson_of_provisioned_cidr :
provisioned_cidr ->
[> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_source_resource :
source_resource ->
[> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes