Values.UpdateResourceGatewayRequestSourceUpdates the specified resource gateway.
type nonrec t = {resourceGatewayIdentifier : ResourceGatewayIdentifier.t;The ID or ARN of the resource gateway.
*)securityGroupIds : UpdateResourceGatewayRequestSecurityGroupIdsList.t option;The IDs of the security groups associated with the resource gateway.
*)}val make :
?securityGroupIds:??? ->
resourceGatewayIdentifier:ResourceGatewayIdentifier.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of SecurityGroupId.t ] list
| `String of ResourceGatewayIdentifier.t ])
list ]