Module Values_7.CreateSubnetCidrReservationRequestSource

Creates a subnet CIDR reservation. For more information, see Subnet CIDR reservations in the Amazon VPC User Guide and Manage prefixes for your network interfaces in the Amazon EC2 User Guide.

Sourcetype nonrec t = {
  1. subnetId : Values_0.SubnetId.t;
    (*

    The ID of the subnet.

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

    The IPv4 or IPV6 CIDR range to reserve.

    *)
  3. reservationType : Values_1.SubnetCidrReservationType.t;
    (*

    The type of reservation. The reservation type determines how the reserved IP addresses are assigned to resources. prefix - Amazon Web Services assigns the reserved IP addresses to network interfaces. explicit - You assign the reserved IP addresses to network interfaces.

    *)
  4. description : Values_0.String_.t option;
    (*

    The description to assign to the subnet CIDR reservation.

    *)
  5. dryRun : Values_0.Boolean.t option;
    (*

    Checks 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.

    *)
  6. tagSpecifications : Values_0.TagSpecificationList.t option;
    (*

    The tags to assign to the subnet CIDR reservation.

    *)
}
Sourceval context_ : string
Sourceval make : ?description:??? -> ?dryRun:??? -> ?tagSpecifications:??? -> subnetId:Values_0.SubnetId.t -> cidr:Values_0.String_.t -> reservationType:Values_1.SubnetCidrReservationType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of string ]) list ] list ]) list ] list | `String of Values_0.SubnetId.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