Module Values_6.DeletePublicIpv4PoolRequestSource

Delete a public IPv4 pool. A public IPv4 pool is an EC2 IP address pool required for the public IPv4 CIDRs that you own and bring to Amazon Web Services to manage with IPAM. IPv6 addresses you bring to Amazon Web Services, however, use IPAM pools only.

Sourcetype nonrec t = {
  1. dryRun : Values_0.Boolean.t option;
    (*

    A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

    *)
  2. poolId : Values_2.Ipv4PoolEc2Id.t;
    (*

    The ID of the public IPv4 pool you want to delete.

    *)
  3. networkBorderGroup : Values_0.String_.t option;
    (*

    The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address is assigned to is in. Defaults to an AZ network border group. For more information on available Local Zones, see Local Zone availability in the Amazon EC2 User Guide.

    *)
}
Sourceval context_ : string
Sourceval make : ?dryRun:??? -> ?networkBorderGroup:??? -> poolId:Values_2.Ipv4PoolEc2Id.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `String of Values_2.Ipv4PoolEc2Id.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t