Module Values_7.AssignPrivateNatGatewayAddressRequestSource

Assigns private IPv4 addresses to a private NAT gateway. For more information, see Work with NAT gateways in the Amazon VPC User Guide.

Sourcetype nonrec t = {
  1. natGatewayId : Values_2.NatGatewayId.t;
    (*

    The ID of the NAT gateway.

    *)
  2. privateIpAddresses : Values_3.IpList.t option;
    (*

    The private IPv4 addresses you want to assign to the private NAT gateway.

    *)
  3. privateIpAddressCount : Values_4.PrivateIpAddressCount.t option;
    (*

    The number of private IP addresses to assign to the NAT gateway. You can't specify this parameter when also specifying private IP addresses.

    *)
  4. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?privateIpAddresses:??? -> ?privateIpAddressCount:??? -> ?dryRun:??? -> natGatewayId:Values_2.NatGatewayId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Integer of Values_4.PrivateIpAddressCount.t | `List of [> `String of Values_0.String_.t ] list | `String of Values_2.NatGatewayId.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