Module Values_4.ReleaseIpamPoolAllocationRequestSource

Release an allocation within an IPAM pool. The Region you use should be the IPAM pool locale. The locale is the Amazon Web Services Region where this IPAM pool is available for allocations. You can only use this action to release manual allocations. To remove an allocation for a resource without deleting the resource, set its monitored state to false using ModifyIpamResourceCidr. For more information, see Release an allocation in the Amazon VPC IPAM User Guide. All EC2 API actions follow an eventual consistency model.

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. ipamPoolId : Values_0.IpamPoolId.t;
    (*

    The ID of the IPAM pool which contains the allocation you want to release.

    *)
  3. cidr : Values_0.String_.t;
    (*

    The CIDR of the allocation you want to release.

    *)
  4. ipamPoolAllocationId : Values_1.IpamPoolAllocationId.t;
    (*

    The ID of the allocation.

    *)
}
Sourceval context_ : string
Sourceval make : ?dryRun:??? -> ipamPoolId:Values_0.IpamPoolId.t -> cidr:Values_0.String_.t -> ipamPoolAllocationId:Values_1.IpamPoolAllocationId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `String of Values_0.IpamPoolId.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