Values.UpdatedExpressGatewayServiceSourceAn object that describes an Express service to be updated.
type nonrec t = {serviceArn : String_.t option;The ARN of the Express service that is being updated.
*)cluster : String_.t option;The cluster associated with the Express service that is being updated.
*)serviceName : String_.t option;The name of the Express service that is being updated.
*)status : ExpressGatewayServiceStatus.t option;The status of the Express service that is being updated.
*)targetConfiguration : ExpressGatewayServiceConfiguration.t option;The configuration to which the current Express service is being updated to.
*)createdAt : Timestamp.t option;The Unix timestamp for when the Express service that is being updated was created.
*)updatedAt : Timestamp.t option;The Unix timestamp for when the Express service that is being updated was most recently updated.
*)}val 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 ]