Values.AssociateGatewayToServerInputSourceAssociates a backup gateway with your server. After you complete the association process, you can back up and restore your VMs through the gateway.
type nonrec t = {gatewayArn : GatewayArn.t;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.
*)serverArn : ServerArn.t;The Amazon Resource Name (ARN) of the server that hosts your virtual machines.
*)}