Values.StartConnectionRequestSourceAmazon Web Services uses this action to install Outpost servers. Starts the connection required for Outpost server installation. Use CloudTrail to monitor this action or Amazon Web Services managed policy for Amazon Web Services Outposts to secure it. For more information, see Amazon Web Services managed policies for Amazon Web Services Outposts and Logging Amazon Web Services Outposts API calls with Amazon Web Services CloudTrail in the Amazon Web Services Outposts User Guide.
type nonrec t = {deviceSerialNumber : DeviceSerialNumber.t option;The serial number of the dongle.
*)assetId : AssetId.t;The ID of the Outpost server.
*)clientPublicKey : WireGuardPublicKey.t;The public key of the client.
*)networkInterfaceDeviceIndex : NetworkInterfaceDeviceIndex.t;The device index of the network interface on the Outpost server.
*)}val make :
?deviceSerialNumber:??? ->
assetId:AssetId.t ->
clientPublicKey:WireGuardPublicKey.t ->
networkInterfaceDeviceIndex:NetworkInterfaceDeviceIndex.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of NetworkInterfaceDeviceIndex.t
| `String of DeviceSerialNumber.t ])
list ]