Values_7.AssignPrivateNatGatewayAddressRequestSourceAssigns private IPv4 addresses to a private NAT gateway. For more information, see Work with NAT gateways in the Amazon VPC User Guide.
type nonrec t = {natGatewayId : Values_2.NatGatewayId.t;The ID of the NAT gateway.
*)privateIpAddresses : Values_3.IpList.t option;The private IPv4 addresses you want to assign to the private NAT gateway.
*)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.
*)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.
*)}val make :
?privateIpAddresses:??? ->
?privateIpAddressCount:??? ->
?dryRun:??? ->
natGatewayId:Values_2.NatGatewayId.t ->
unit ->
tval 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 ]