Values.ModifyLoadBalancerAttributesOutputSourceContains the output of ModifyLoadBalancerAttributes.
type modifyLoadBalancerAttributesResult = {loadBalancerName : AccessPointName.t option;The name of the load balancer.
*)loadBalancerAttributes : LoadBalancerAttributes.t option;Information about the load balancer attributes.
*)}and t = {modifyLoadBalancerAttributesResult : modifyLoadBalancerAttributesResult;responseMetaData : responseMetaData;}type error = [ | `AccessPointNotFoundException of AccessPointNotFoundException.t| `InvalidConfigurationRequestException of InvalidConfigurationRequestException.t| `LoadBalancerAttributeNotFoundException of
LoadBalancerAttributeNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessPointNotFoundException of unit
| `InvalidConfigurationRequestException of unit
| `LoadBalancerAttributeNotFoundException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessPointNotFoundException of unit
| `InvalidConfigurationRequestException of unit
| `LoadBalancerAttributeNotFoundException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `String of AccessPointName.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of AdditionalAttributeKey.t ])
list ]
list
| `Structure of
(string
* [> `Boolean of CrossZoneLoadBalancingEnabled.t
| `Integer of AccessLogInterval.t
| `String of S3BucketName.t ])
list ])
list ])
list ])
list ]