Values.UpdateInputSecurityGroupRequestSourceThe request to update some combination of the Input Security Group name and the IPv4 CIDRs the Input Security Group should allow.
type nonrec t = {inputSecurityGroupId : string;The id of the Input Security Group to update.
*)whitelistRules : InputWhitelistRuleCidr.t list option;List of IPv4 CIDR addresses to whitelist
*)}