Values.RoutingRuleActionInvokeApiSourceRepresents an InvokeApi action.
type nonrec t = {apiId : Id.t;stage : StringWithLengthBetween1And128.t;stripBasePath : bool option;The strip base path setting.
*)}val make :
?stripBasePath:??? ->
apiId:Id.t ->
stage:StringWithLengthBetween1And128.t ->
unit ->
t