Values.SetSubnetsOutputSourceEnables the Availability Zones for the specified public subnets for the specified Application Load Balancer, Network Load Balancer or Gateway Load Balancer. The specified subnets replace the previously enabled subnets.
type setSubnetsResult = {availabilityZones : AvailabilityZones.t option;Information about the subnets.
*)ipAddressType : IpAddressType.t option;The IP address type.
*)enablePrefixForIpv6SourceNat : EnablePrefixForIpv6SourceNatEnum.t option;[Network Load Balancers] Indicates whether to use an IPv6 prefix from each subnet for source NAT.
*)}type error = [ | `AllocationIdNotFoundException of AllocationIdNotFoundException.t| `AvailabilityZoneNotSupportedException of
AvailabilityZoneNotSupportedException.t| `CapacityReservationPendingException of CapacityReservationPendingException.t| `InvalidConfigurationRequestException of InvalidConfigurationRequestException.t| `InvalidSubnetException of InvalidSubnetException.t| `LoadBalancerNotFoundException of LoadBalancerNotFoundException.t| `SubnetNotFoundException of SubnetNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AllocationIdNotFoundException of unit
| `AvailabilityZoneNotSupportedException of unit
| `CapacityReservationPendingException of unit
| `InvalidConfigurationRequestException of unit
| `InvalidSubnetException of unit
| `LoadBalancerNotFoundException of unit
| `SubnetNotFoundException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AllocationIdNotFoundException of unit
| `AvailabilityZoneNotSupportedException of unit
| `CapacityReservationPendingException of unit
| `InvalidConfigurationRequestException of unit
| `InvalidSubnetException of unit
| `LoadBalancerNotFoundException of unit
| `SubnetNotFoundException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `List of
[> `String of SourceNatIpv6Prefix.t
| `Structure of
(string * [> `String of IpAddress.t ]) list ]
list
| `String of ZoneName.t ])
list ]
list ])
list ])
list ]