Values.ApplySecurityGroupsToLoadBalancerOutputSourceContains the output of ApplySecurityGroupsToLoadBalancer.
type applySecurityGroupsToLoadBalancerResult = {securityGroups : SecurityGroups.t option;The IDs of the security groups associated with the load balancer.
*)}and t = {applySecurityGroupsToLoadBalancerResult : applySecurityGroupsToLoadBalancerResult;responseMetaData : responseMetaData;}type error = [ | `AccessPointNotFoundException of AccessPointNotFoundException.t| `InvalidConfigurationRequestException of InvalidConfigurationRequestException.t| `InvalidSecurityGroupException of InvalidSecurityGroupException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessPointNotFoundException of unit
| `InvalidConfigurationRequestException of unit
| `InvalidSecurityGroupException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessPointNotFoundException of unit
| `InvalidConfigurationRequestException of unit
| `InvalidSecurityGroupException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `List of [> `String of SecurityGroupId.t ] list ])
list ])
list ]