Values.CreateGatewayInputSourceCreates a backup gateway. After you create a gateway, you can associate it with a server using the AssociateGatewayToServer operation.
type nonrec t = {activationKey : ActivationKey.t;The activation key of the created gateway.
*)gatewayDisplayName : Name.t;The display name of the created gateway.
*)gatewayType : GatewayType.t;The type of created gateway.
*)}val make :
?tags:??? ->
activationKey:ActivationKey.t ->
gatewayDisplayName:Name.t ->
gatewayType:GatewayType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of ActivationKey.t ])
list ]