Values.UpdateOutpostResolverRequestSourceYou can use UpdateOutpostResolver to update the instance count, type, or name of a Resolver on an Outpost.
type nonrec t = {id : ResourceId.t;A unique string that identifies Resolver on an Outpost.
*)name : OutpostResolverName.t option;Name of the Resolver on the Outpost.
*)instanceCount : InstanceCount.t option;The Amazon EC2 instance count for a Resolver on the Outpost.
*)preferredInstanceType : OutpostInstanceType.t option;Amazon EC2 instance type.
*)}val make :
?name:??? ->
?instanceCount:??? ->
?preferredInstanceType:??? ->
id:ResourceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Integer of InstanceCount.t | `String of ResourceId.t ])
list ]