Module Values.UpdatedExpressGatewayServiceSource

An object that describes an Express service to be updated.

Sourcetype nonrec t = {
  1. serviceArn : String_.t option;
    (*

    The ARN of the Express service that is being updated.

    *)
  2. cluster : String_.t option;
    (*

    The cluster associated with the Express service that is being updated.

    *)
  3. serviceName : String_.t option;
    (*

    The name of the Express service that is being updated.

    *)
  4. status : ExpressGatewayServiceStatus.t option;
    (*

    The status of the Express service that is being updated.

    *)
  5. targetConfiguration : ExpressGatewayServiceConfiguration.t option;
    (*

    The configuration to which the current Express service is being updated to.

    *)
  6. createdAt : Timestamp.t option;
    (*

    The Unix timestamp for when the Express service that is being updated was created.

    *)
  7. updatedAt : Timestamp.t option;
    (*

    The Unix timestamp for when the Express service that is being updated was most recently updated.

    *)
}
Sourceval make : ?serviceArn:??? -> ?cluster:??? -> ?serviceName:??? -> ?status:??? -> ?targetConfiguration:??? -> ?createdAt:??? -> ?updatedAt:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of String_.t ]) list ] list | `String of String_.t | `Structure of (string * [> `Enum of string | `Integer of BoxedInteger.t | `List of [> `String of String_.t | `Structure of (string * [> `String of String_.t ]) list ] list | `String of String_.t | `Structure of (string * [> `String of String_.t ]) list ]) list | `Timestamp of Timestamp.t ]) list | `Timestamp of Timestamp.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