Values.GatewayDetailsSourceThe details of gateway.
type nonrec t = {gatewayArn : GatewayArn.t option;The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
*)gatewayDisplayName : Name.t option;The display name of the gateway.
*)gatewayType : GatewayType.t option;The type of the gateway type.
*)hypervisorId : HypervisorId.t option;The hypervisor ID of the gateway.
*)lastSeenTime : Time.t option;Details showing the last time Backup gateway communicated with the cloud, in Unix format and UTC time.
*)maintenanceStartTime : MaintenanceStartTime.t option;Returns your gateway's weekly maintenance start time including the day and time of the week. Note that values are in terms of the gateway's time zone. Can be weekly or monthly.
*)nextUpdateAvailabilityTime : Time.t option;Details showing the next update availability time of the gateway.
*)vpcEndpoint : VpcEndpoint.t option;The DNS name for the virtual private cloud (VPC) endpoint the gateway uses to connect to the cloud for backup gateway.
*)deprecationDate : Time.t option;Date after which this gateway will not receive software updates for new features and bug fixes.
*)softwareVersion : Name.t option;The version number of the software running on the gateway appliance.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of GatewayArn.t
| `Structure of (string * [> `Integer of DayOfMonth.t ]) list
| `Timestamp of Time.t ])
list ]