Module Values_2.LocalGatewaySource

Describes a local gateway.

Sourcetype nonrec t = {
  1. localGatewayId : Values_1.LocalGatewayId.t option;
    (*

    The ID of the local gateway.

    *)
  2. outpostArn : Values_0.String_.t option;
    (*

    The Amazon Resource Name (ARN) of the Outpost.

    *)
  3. ownerId : Values_0.String_.t option;
    (*

    The ID of the Amazon Web Services account that owns the local gateway.

    *)
  4. state : Values_0.String_.t option;
    (*

    The state of the local gateway.

    *)
  5. tags : Values_0.TagList.t option;
    (*

    The tags assigned to the local gateway.

    *)
}
Sourceval make : ?localGatewayId:??? -> ?outpostArn:??? -> ?ownerId:??? -> ?state:??? -> ?tags:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of string ]) list ] list | `String of Values_1.LocalGatewayId.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