Module Values.LagsSource

Describes all your link aggregation groups (LAG) or the specified LAG.

Sourcetype nonrec t = {
  1. lags : LagList.t option;
    (*

    The LAGs.

    *)
  2. nextToken : PaginationToken.t option;
    (*

    The token to use to retrieve the next page of results. This value is null when there are no more results to return.

    *)
}
Sourcetype nonrec error = [
  1. | `DirectConnectClientException of DirectConnectClientException.t
  2. | `DirectConnectServerException of DirectConnectServerException.t
  3. | `Unknown_operation_error of string * string option
]
Sourceval make : ?lags:??? -> ?nextToken:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `DirectConnectClientException of DirectConnectClientException.t | `DirectConnectServerException of DirectConnectServerException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `DirectConnectClientException of DirectConnectClientException.t | `DirectConnectServerException of DirectConnectServerException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of BooleanFlag.t | `Enum of string | `Integer of Count.t | `List of [> `Structure of (string * [> `Boolean of JumboFrameCapable.t | `Enum of string | `Integer of VLAN.t | `List of [> `Structure of (string * [> `String of TagKey.t ]) list ] list | `String of OwnerAccount.t | `Timestamp of LoaIssueTime.t ]) list ] list | `String of Bandwidth.t ]) list ] list | `String of PaginationToken.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