Module Values.ModifyLoadBalancerAttributesInputSource

Modifies the specified attributes of the specified Application Load Balancer, Network Load Balancer, or Gateway Load Balancer. If any of the specified attributes can't be modified as requested, the call fails. Any existing attributes that you do not modify retain their current values.

Sourcetype nonrec t = {
  1. loadBalancerArn : LoadBalancerArn.t;
    (*

    The Amazon Resource Name (ARN) of the load balancer.

    *)
  2. attributes : LoadBalancerAttributes.t;
    (*

    The load balancer attributes.

    *)
}
Sourceval context_ : string
Sourceval make : loadBalancerArn:LoadBalancerArn.t -> attributes:LoadBalancerAttributes.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of LoadBalancerAttributeKey.t ]) list ] list | `String of LoadBalancerArn.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