Module Values_3.CarrierGatewaySource

Describes a carrier gateway.

Sourcetype nonrec t = {
  1. carrierGatewayId : Values_0.CarrierGatewayId.t option;
    (*

    The ID of the carrier gateway.

    *)
  2. vpcId : Values_0.VpcId.t option;
    (*

    The ID of the VPC associated with the carrier gateway.

    *)
  3. state : Values_1.CarrierGatewayState.t option;
    (*

    The state of the carrier gateway.

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

    The Amazon Web Services account ID of the owner of the carrier gateway.

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

    The tags assigned to the carrier gateway.

    *)
}
Sourceval make : ?carrierGatewayId:??? -> ?vpcId:??? -> ?state:??? -> ?ownerId:??? -> ?tags:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of string ]) list ] list | `String of Values_0.CarrierGatewayId.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