Values.CreateApiMappingRequestSourceCreates a new ApiMapping resource to represent an API mapping.
type nonrec t = {apiId : Id.t;The API identifier.
*)apiMappingKey : SelectionKey.t option;The API mapping key.
*)domainName : string;The domain name.
*)stage : StringWithLengthBetween1And128.t;The API stage.
*)}val make :
?apiMappingKey:??? ->
apiId:Id.t ->
domainName:string ->
stage:StringWithLengthBetween1And128.t ->
unit ->
t